1
I Use This!
Inactive

Commits : Listings

Analyzed 34 minutes ago. based on code collected 35 minutes ago.
Sep 04, 2024 — Sep 04, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
AsyncSocketMiddleware: add support for CONNECT directive to proxy SSL connections. More... over 11 years ago
AsyncSSLSocket: Watch for specific Exceptions. More... over 11 years ago
names threads. header parsing. More... over 11 years ago
stop eating exceptions. this should be fun. More... over 11 years ago
SimpleFuture: Add silent cancellation (no callback). This will unblock any calls to .get() More... over 11 years ago
Update README.md More... over 11 years ago
Update README.md More... over 11 years ago
Merge pull request #137 from paulpdaniels/patch-1 More... over 11 years ago
Update README.md More... over 11 years ago
Fixed the sample with the refactorings More... over 11 years ago
FileCache: do not delete files during initial load (cache resize, etc). More... over 11 years ago
AsyncServer: track writes More... over 11 years ago
remove dead method More... over 11 years ago
Refactor and reorganize ResponseCacheMiddleware More... over 11 years ago
Switch from DiskLruCache to FileCache More... over 11 years ago
fixup dns failure test More... over 11 years ago
add domain failure test More... over 11 years ago
AsyncServer: nslookup exceptions were not being passed to ConnectCallback AsyncSocketMiddleware: merge keep alive socket hash with connection info hash. AsyncSocketMiddleware: only keep sockets alive for 5 minutes (tbd) More... over 11 years ago
delete directory More... over 11 years ago
AsyncHttpClient: fix copyHeader More... over 11 years ago
add test for when server accepts client certificates (failing) More... over 11 years ago
AsyncHttpClient: Fix range request on redirects. More... over 11 years ago
AsyncSocketMiddleware: Fix log spam. More... over 11 years ago
AsyncSocketMiddleware: fix ConnectionInfo leak. More... over 11 years ago
Tests: Use dynamic ports More... over 11 years ago
Fix cache corruption. More... over 11 years ago
Move Dns Parsing More... over 11 years ago
BodyDecoder: honor connection-close as an end emitter More... over 11 years ago
PushParser: data consumption fix. More... over 11 years ago
PushParser: rename methods from Buffer to ByteArray More... over 11 years ago