1
I Use This!
Inactive

Commits : Listings

Analyzed about 10 hours ago. based on code collected about 10 hours ago.
Aug 16, 2024 — Aug 16, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Mainthread chaining convenience method for futures. More... over 6 years ago
log cleanup More... over 6 years ago
log cleanup More... over 6 years ago
fixup idempotency More... over 6 years ago
explciitly watch for empty response body based on response codes. More... over 6 years ago
testing a possible regression More... over 6 years ago
Update README.md More... over 6 years ago
systemclock in async server... fix potential bug around time changes. AsyncHttpResponesImpl should not implement DataSink. More... over 6 years ago
bug fixes More... over 6 years ago
add an idletimeout More... over 6 years ago
add a throttle mode More... over 6 years ago
Future: add a done callback. Need to deprecate setCallback. More... over 6 years ago
update libs More... over 6 years ago
websocket: support manual upgrades add ByteBufferListBody for web servers More... over 6 years ago
prevent double handled on requests with slow bodies More... over 6 years ago
add a bit of a hacky hook for body parsing. need to bust out the router totally at some point. More... over 6 years ago
string converter More... over 6 years ago
http server tweaks and features More... over 6 years ago
AsyncHttpServer: fix up 304 caching to work on any package. remove unnecessary map cache. manifest serves that purpose. More... over 6 years ago
do not call writeHeader before end, because it implies a body. this was causing Chrome to crap out (on a seemingly valid response). More... over 6 years ago
Revert "seems i do need the content length" More... over 6 years ago
seems i do need the content length More... over 6 years ago
AsyncHttpServer: clean up unused 304 streams. do not send anything but the 304 on cache hit. More... over 6 years ago
AsyncHttpServer: add etag/if-none-match cache support for android assets. More... over 6 years ago
Futures.all More... over 6 years ago
Future.fail needs to clear the exception. More... over 6 years ago
convenience method for connecting ssl sockets and ignoring the trust chain More... over 6 years ago
hooks in http server More... over 6 years ago
cancel and setparent ought to return a boolean result More... over 6 years ago
fix stream bug in ByteBufferListInputStream. get returns a value 0-255. various extra remote functions for async sockets. More... over 6 years ago