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
1 day
ago. based on code collected
1 day
ago.
Aug 24, 2024 — Aug 24, 2025
Showing page 35 of 37
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
remove local.properties
Koushik Dutta
More...
over 12 years ago
updates
Koushik Dutta
More...
over 12 years ago
query string parsing
Koushik Dutta
More...
over 12 years ago
send form data via content length. seems to screw up nginx/varnish/node/deployfu or something otherwise.
Koushik Dutta
More...
over 12 years ago
send form data via content length. seems to screw up nginx/varnish/node/deployfu or something otherwise.
Koushik Dutta
More...
over 12 years ago
Fix hybiparser bug. The translation to java done by @codebutler had a reversed logic error. Original code:
Koushik Dutta
More...
over 12 years ago
add support for Sec-WebSocket-Protocol
Koushik Dutta
More...
over 12 years ago
WebSocket: pause the underlying socket.
Koushik Dutta
More...
over 12 years ago
WebSocket is now an AsyncSocket. WebSocket client now verifies the key. Fix hybiparser bug where data over 126 bytes would crash the parser. Implement Util.pump(emitter,sink) Implement Util.stream(socket, socket) Fix bug where close handler was not called if close was explicitly invoked. Refactor websocket data callback to use the built in datacallback of the rest of the lib.
Koushik Dutta
More...
over 12 years ago
Enable server Connection: keep-alive by default. Remove noisy logging.
Koushik Dutta
More...
over 12 years ago
Move WebSocket into com.koushikdutta.async.http, since there is now client support as well,.
Koushik Dutta
More...
over 12 years ago
eat data on redirect
Koushik Dutta
More...
over 12 years ago
websocket client.
Koushik Dutta
More...
over 12 years ago
Fix SSL. Get rid of DataExchange.
Koushik Dutta
More...
over 12 years ago
wip
Koushik Dutta
More...
over 12 years ago
fixup boundary matches between chunks
Koushik Dutta
More...
over 12 years ago
Handle 100 continue.
Koushik Dutta
More...
over 12 years ago
oh my god, multipart/form-data is the most terrible data format ever.
Koushik Dutta
More...
over 12 years ago
bug fix in pause/resume socket. Bug fix in incoming body parsing
Koushik Dutta
More...
over 12 years ago
remove some noisy logging. assert that no data is sent after a response is complete.
Koushik Dutta
More...
over 12 years ago
fixes
Koushik Dutta
More...
over 12 years ago
Refactor ExceptionCallback into CompletedCallback. They were the same. Add pause and resume to DataEmitter. Add simple support for HTTP pipelining. Pause the socket. This will allow requests to be buffered to whatever the underlying OS buffer is.
Koushik Dutta
More...
over 12 years ago
wip
Koushik Dutta
More...
over 12 years ago
Fix random intermittent crash in selector closing. Fix query strings not being properly escaped.
Koushik Dutta
More...
over 12 years ago
redirect
Koushik Dutta
More...
over 12 years ago
setContentType on AsyncHttpServerResponse Prevent consumers from accidentally terminating a chunked output sink/stream by writing a 0 length buffer.
Koushik Dutta
More...
over 12 years ago
Fixup redirects accidentally calling event listeners twice due it not short circuiting. Allow null callbacks on http requests.
Koushik Dutta
More...
over 12 years ago
AsyncHttpResponseImpl should never set the data callback to null. This causes an assert to fail if any data comes through. Set a null data callback, if any data comes through, close the socket out.
Koushik Dutta
More...
over 12 years ago
proguard brevity
Koushik Dutta
More...
over 12 years ago
minimize the progaurd config to only what needs to be kept
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