openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
A
AndroidAsync
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 17 hours
ago. based on code collected
about 17 hours
ago.
Aug 23, 2024 — Aug 23, 2025
Showing page 34 of 37
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
wip
Koushik Dutta
More...
over 12 years ago
getDefaultInstance
Koushik Dutta
More...
over 12 years ago
getDefaultInstance
Koushik Dutta
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(...)
Koushik Dutta
More...
over 12 years ago
fix locking in server
Koushik Dutta
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.
Koushik Dutta
More...
over 12 years ago
properly flush and close ZipDataSink with the refactored FilteredDataSink.
Koushik Dutta
More...
over 12 years ago
refactor FilteredDataSink to use BufferedDataSink. Fix up BufferedDataSink.close to close once the buffer is flushed.
Koushik Dutta
More...
over 12 years ago
JSONRequestBody
Koushik Dutta
More...
over 12 years ago
file download cancelations properly delete the file
Koushik Dutta
More...
over 12 years ago
Add support for cancelable async calls. Socket connects are now cancelable. Http requests are now cancelable.
Koushik Dutta
More...
over 12 years ago
Continuations now wrap each next to prevent multiple onCompleted. Fix timeout related NRE AsyncHttpClient.
Koushik Dutta
More...
over 12 years ago
implement connection timeouts.
Koushik Dutta
More...
over 12 years ago
continuation is a runnable for easy threading.
Koushik Dutta
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.
Koushik Dutta
More...
over 12 years ago
AsyncHttpServer: add request callback on all requests
Koushik Dutta
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.
Koushik Dutta
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
Koushik Dutta
More...
over 12 years ago
wip
Koushik Dutta
More...
over 12 years ago
AsyncHttpRequest implements HttpRequest (for usage by other APIs like signing requests, etc)
Koushik Dutta
More...
over 12 years ago
Add cancelation support to continuations.
Koushik Dutta
More...
over 12 years ago
Fix Location header handling on redirects. Fix connection close handling to handle the differences between client and server.
Koushik Dutta
More...
over 12 years ago
missing
Koushik Dutta
More...
over 12 years ago
allow handshake handling
Koushik Dutta
More...
over 12 years ago
postDelayed support. remove resources. getServer on sinks.
Koushik Dutta
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.
Koushik Dutta
More...
over 12 years ago
wip
Koushik Dutta
More...
over 12 years ago
wip: changing ClosedCallback to CompletedCallback.
Koushik Dutta
More...
over 12 years ago
fix query parsing bug
Koushik Dutta
More...
over 12 years ago
actually close websockets
Koushik Dutta
More...
over 12 years ago
←
1
2
…
29
30
31
32
33
34
35
36
37
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree