1
I Use This!
Inactive

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
Aug 31, 2024 — Aug 31, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
PushParser: rename methods from Buffer to ByteArray More... over 11 years ago
UnknownRequestBody: allow access to emitter More... over 11 years ago
Merge pull request #128 from zbsz/parser_refactoring More... over 11 years ago
fixup tests. More... over 11 years ago
remove more crufty methods More... over 11 years ago
AsyncHttpClient: remove billions of overloads. More... over 11 years ago
socket.io xhr: do not reuse builder. style fixes (this.) More... over 11 years ago
fix minor breakage in test More... over 11 years ago
Merge pull request #129 from omailson/xhrpolling More... over 11 years ago
XHR-polling support to socket.io More... over 11 years ago
Removed unnecessary object allocations for TapCallback api More... over 11 years ago
Restored old TapCallback api, still supporting simplified operations. Added missing (removed earlier) methods in PushParser, implemented old TapCallback handling on top of simplified PushParser. More... over 11 years ago
AsyncHttpServerResponse: long content length fix More... over 11 years ago
fix downloads over 2gb More... over 11 years ago
PushParser refactoring - simplified implementation, removed couple unused methods - type safe TapCallback - no need for reflection, no problems with proguard More... over 11 years ago
Merge pull request #126 from paulpdaniels/optimize-framing More... over 11 years ago
Simplified the framing code down to division by a single constant, rather than repeatedly calling the Math.pow method. More... over 11 years ago
watch for nre More... over 11 years ago
Rearranged method signatures to avoid overloaded name collisions. More... over 11 years ago
Watch for null values on UrlEncodedFormBody. More... over 11 years ago
Added a new send overload in the websocket that lets the use send an offset and length argument as well, this prevents the user from having to potentially create an intermediate copy of the buffer, if the entire buffer is not being used. More... over 11 years ago
Simple optimization to the framing code to remove an additional math operation More... over 11 years ago
AsyncHttpClient: watch and report invalid URIs. ByteBufferList: add support for compacting. More... over 11 years ago
Merge pull request #118 from zbsz/push_parser More... over 11 years ago
PushParser fix for tap callback method call - moved "proguard friendly fallback" after "proper" method search, - added .setAccessible(true) before invoking discovered method More... over 11 years ago
use AssetManager for asset paths. More... over 11 years ago
indent More... over 11 years ago
Merge pull request #114 from GeropaPidurulein/master More... over 11 years ago
Removed extra CRLF More... over 11 years ago
Fixes Ion Issue 169 (https://github.com/koush/ion/issues/169) More... over 11 years ago