1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 24, 2024 — Aug 24, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
remove local.properties More... over 12 years ago
updates More... over 12 years ago
query string parsing More... over 12 years ago
send form data via content length. seems to screw up nginx/varnish/node/deployfu or something otherwise. More... over 12 years ago
send form data via content length. seems to screw up nginx/varnish/node/deployfu or something otherwise. More... over 12 years ago
Fix hybiparser bug. The translation to java done by @codebutler had a reversed logic error. Original code: More... over 12 years ago
add support for Sec-WebSocket-Protocol More... over 12 years ago
WebSocket: pause the underlying socket. 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. More... over 12 years ago
Enable server Connection: keep-alive by default. Remove noisy logging. More... over 12 years ago
Move WebSocket into com.koushikdutta.async.http, since there is now client support as well,. More... over 12 years ago
eat data on redirect More... over 12 years ago
websocket client. More... over 12 years ago
Fix SSL. Get rid of DataExchange. More... over 12 years ago
wip More... over 12 years ago
fixup boundary matches between chunks More... over 12 years ago
Handle 100 continue. More... over 12 years ago
oh my god, multipart/form-data is the most terrible data format ever. More... over 12 years ago
bug fix in pause/resume socket. Bug fix in incoming body parsing More... over 12 years ago
remove some noisy logging. assert that no data is sent after a response is complete. More... over 12 years ago
fixes 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. More... over 12 years ago
wip More... over 12 years ago
Fix random intermittent crash in selector closing. Fix query strings not being properly escaped. More... over 12 years ago
redirect More... over 12 years ago
setContentType on AsyncHttpServerResponse Prevent consumers from accidentally terminating a chunked output sink/stream by writing a 0 length buffer. More... over 12 years ago
Fixup redirects accidentally calling event listeners twice due it not short circuiting. Allow null callbacks on http requests. 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. More... over 12 years ago
proguard brevity More... over 12 years ago
minimize the progaurd config to only what needs to be kept More... over 12 years ago