1
I Use This!
Inactive

Commits : Listings

Analyzed about 17 hours ago. based on code collected about 17 hours ago.
Aug 23, 2024 — Aug 23, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
wip More... over 12 years ago
getDefaultInstance More... over 12 years ago
getDefaultInstance More... over 12 years ago
allow creation of instances of AsyncHttpClient. This is a breaking change. Can be fixed by simply changing: AsyncHttpClient.method(...) to: AsyncHttpClient.getDefault().method(...) More... over 12 years ago
fix locking in server More... over 12 years ago
Fix datagram connect bug. Underlying bug was in AsyncServer.run, which would hang if it it was called from the server thread. More... over 12 years ago
properly flush and close ZipDataSink with the refactored FilteredDataSink. More... over 12 years ago
refactor FilteredDataSink to use BufferedDataSink. Fix up BufferedDataSink.close to close once the buffer is flushed. More... over 12 years ago
JSONRequestBody More... over 12 years ago
file download cancelations properly delete the file More... over 12 years ago
Add support for cancelable async calls. Socket connects are now cancelable. Http requests are now cancelable. More... over 12 years ago
Continuations now wrap each next to prevent multiple onCompleted. Fix timeout related NRE AsyncHttpClient. More... over 12 years ago
implement connection timeouts. More... over 12 years ago
continuation is a runnable for easy threading. More... over 12 years ago
Fix bug in Continuation where it would still continue if next was invoked with an exception. AsyncSocketImpl write will now invoke onto the AsyncServer affinity thread. More... over 12 years ago
AsyncHttpServer: add request callback on all requests More... over 12 years ago
continuation bug fix if onCOmpleted is called twice. should probably assert on that... fix http client bug if error occurs before header is received. callback is never invoked. More... over 12 years ago
workaround like a baws for Android 4.0.3 ssl engine bug: https://code.google.com/p/android/issues/detail?can=2&start=0&num=100&q=&colspec=ID%20Type%20Status%20Owner%20Summary%20Stars&groupby=&sort=&id=9307 More... over 12 years ago
wip More... over 12 years ago
AsyncHttpRequest implements HttpRequest (for usage by other APIs like signing requests, etc) More... over 12 years ago
Add cancelation support to continuations. More... over 12 years ago
Fix Location header handling on redirects. Fix connection close handling to handle the differences between client and server. More... over 12 years ago
missing More... over 12 years ago
allow handshake handling More... over 12 years ago
postDelayed support. remove resources. getServer on sinks. More... over 12 years ago
rename getCloseHandler to getClosedCallback. Fixups around socket reuse in http client. Add deflate support to http client/server. Fix SSL bug where 0 length packets cause the connection to error out. More... over 12 years ago
wip More... over 12 years ago
wip: changing ClosedCallback to CompletedCallback. More... over 12 years ago
fix query parsing bug More... over 12 years ago
actually close websockets More... over 12 years ago