6
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 27, 2024 — Aug 27, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
HTTPCORE-368: Customizable buffer management strategies for SSLIOSession. More... over 11 years ago
HTTPCORE-363: Unnecessary call to isOpen() before calling close More... over 11 years ago
(Regression) Fixed synchronization issue in blocking and non-blocking connection pool implementations caused by HTTPCORE-362 More... over 11 years ago
Use String methods and constructors that require Charset instead of String More... over 11 years ago
Added missing @Override annotations (Java 1.6) More... over 11 years ago
Moved deprecated classes; fixed some deprecation warnings More... over 11 years ago
Upgraded HttpCore trunk version to 4.4-alpha1-SNAPSHOT; minimal JRE requirement upgraded to 1.6 More... over 11 years ago
Updated NOTICE More... over 11 years ago
Upon response completion HttpAsyncRequestExecutor to request output only if the underlying connection is still open More... over 11 years ago
Fixed style check violations (tabs) More... over 11 years ago
Document tweak More... over 11 years ago
Upgraded HttpCore version to 4.3.2-SNAPSHOT More... over 11 years ago
Clarify More... over 11 years ago
Updated HttpCore 4.3.1 release notes More... over 11 years ago
HTTPCORE-367: Reverted revision 1480321: Call #inputReady as long as there is interest in input, decoder is not done and there is buffered session data More... over 11 years ago
HTTPCORE-366: Non-blocking SSLIOSession can enter an infinite loop if the underlying channel receives incoming data simultaneously with inactivity timeout More... over 11 years ago
Rename variables to avoid name hiding More... almost 12 years ago
Inline variable and avoid hiding field of same name More... almost 12 years ago
Rename local variable to avoid clash with field More... almost 12 years ago
Rename local variable to avoid clash with field More... almost 12 years ago
HTTPCORE-364: IOSessionImpl.getLocalAddress() creates unnecessary copy of channel More... almost 12 years ago
DefaultConnectingIOReactor / DefaultListeningIOReactor do not correctly apply some initial socket settings More... almost 12 years ago
Inline variable and avoid hiding field of same name More... almost 12 years ago
Inline variable and avoid hiding field of same name More... almost 12 years ago
Rename local variable to avoid clash with field More... almost 12 years ago
Rename local variable to avoid clash with field More... almost 12 years ago
Document why the for-each loop is not used here More... almost 12 years ago
Apply IOReactorConfig#getRcvBufSize() value to server sockets open by DefaultListeningIOReactor More... almost 12 years ago
HTTPCORE-361: Reduced intermediate garbage generated by for-each loops More... almost 12 years ago
Document why the for-each loop is not used here More... almost 12 years ago