11
I Use This!
Inactive

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 4 hours ago.
Aug 06, 2024 — Aug 06, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
HTTPCORE-175: Chunk decoders no longer accept truncated chunks as valid input More... almost 17 years ago
[maven-release-plugin] prepare for next development iteration More... almost 17 years ago
[maven-release-plugin] prepare release 4.0-beta3 More... almost 17 years ago
Updated API changes section in the release notes More... almost 17 years ago
Reverted API incompatible changes: restored two protected methods More... almost 17 years ago
Excluse .* directories from the source assembly More... almost 17 years ago
Updated release notes for HttpCore 4.0-beta3 release; updated download page More... almost 17 years ago
Javadoc corrections More... almost 17 years ago
Added Ant script to fix line delimiters in ZIP packages More... almost 17 years ago
HTTPCORE-173: Tolerate missing closing chunk if the chunk coded content is terminated by the end of stream (EOF) condition More... almost 17 years ago
HTTPCORE-174: Position is incremented twice in ContentLengthInputStream#skip(long) More... almost 17 years ago
Minor improvements in the blocking HTTP examples More... almost 17 years ago
HTTPCORE-172: SharedOutputBuffer#close() to behave exactly like SharedOutputBuffer#shutdown() More... almost 17 years ago
Fixed osgi bundle symbolic name; changed osgi bundle file name to correspond to the symbolic name More... almost 17 years ago
Minor code tweak More... almost 17 years ago
Improved assembly descriptors More... almost 17 years ago
HTTPCORE-125: OSGi bundle containing HttpCore & HttpCore NIO jars More... almost 17 years ago
close connections cleanly before ending a run More... almost 17 years ago
close connections cleanly before ending a run More... almost 17 years ago
CancelledKeyException thrown in BaseIOReactor#validate() no longer causes a premature I/O reactor shutdown. More... almost 17 years ago
Reverted API incompatible changes (removed #setProtocolversion() and #setUri() methods) More... almost 17 years ago
Added method to change request URI More... almost 17 years ago
Changed RequestConnControl and RequestTargetHost protocol interceptors to ignore CONNECT methods (CONNECT methods are not supposed to have Host and Connection request headers) More... almost 17 years ago
Changed #close method() of the Shared*Buffer classes to not throw IOException More... almost 17 years ago
Changed throttling protocol handlers to make use of Shared*Buffer#close() method More... almost 17 years ago
HTTPCORE-172: Added #close() method to SharedInputBuffer and SharedOutputBuffer. The purpose of the new method is to close the buffer in case of normal / orderly termination of the underlying HTTP connection. The #shutdown() method should be used to force-close the buffer in case of abnormal / exceptional termination of the underlying connection. More... almost 17 years ago
Minor site navigation tweaks More... almost 17 years ago
HTTPCORE-171: SSL SocketHttpServerConnection close fails w/ UnsupportedOperationException More... almost 17 years ago
HTTPCORE-170: Race condition in SharedOutputBuffer may cause a connection to hang More... almost 17 years ago
Made private instance variables protected More... almost 17 years ago