aboutsummaryrefslogtreecommitdiffstats
path: root/AndroidAsync
Commit message (Expand)AuthorAgeFilesLines
...
* fix for keep alive socket stack overflow caused by reentrancy.Koushik Dutta2015-01-192-0/+4
* 205Koushik Dutta2015-01-122-2/+5
* more logging around proxyingKoushik Dutta2015-01-123-5/+5
* 204Koushik Dutta2015-01-021-2/+2
* fix ssl hang, even if spdy is disabledKoushik Dutta2015-01-021-5/+7
* Merge pull request #294 from pappz/patch-1Koushik Dutta2014-12-281-1/+1
|\
| * Update WebSocketImpl.javapappz2014-12-091-1/+1
* | Merge pull request #297 from zbsz/tls-proxy-fixKoushik Dutta2014-12-281-11/+7
|\ \
| * | Fix SSL proxy tunneling.Zbigniew Szymański2014-12-151-11/+7
| |/
* | 203Koushik Dutta2014-12-261-2/+2
* | Fix https://github.com/koush/AndroidAsync/issues/299Koushik Dutta2014-12-221-1/+2
* | Fix SSL race condition exposed in new GMS:Koushik Dutta2014-12-222-4/+18
* | Use reflection to enable SNI in the SSLEngine when available.Koushik Dutta2014-12-212-1/+65
* | better logging in spdy.Koushik Dutta2014-12-213-16/+44
* | Fix up various race and reuse issues around spdy.Koushik Dutta2014-12-212-12/+26
* | Fix dangling connection issues in SPDYKoushik Dutta2014-12-202-16/+111
* | Fix SPDY data fin issue being sent with a 0 length packet.Koushik Dutta2014-12-203-2/+20
* | This SNI hack seems to cause issues.Koushik Dutta2014-12-192-65/+1
* | random iml stuff.Koushik Dutta2014-12-191-0/+2
* | Catch Throwable from socket.connect().Zbigniew Szymański2014-12-151-2/+2
|/
* 202Koushik Dutta2014-12-081-2/+2
* add test for https://github.com/koush/ion/issues/428Koushik Dutta2014-12-081-0/+6
* Use reflection to enable SNI in the SSLEngine when available.Koushik Dutta2014-12-083-1/+66
* Fix NPEVladimir Mironov2014-12-061-1/+1
* Response cache close should clean up the cached stream.Koushik Dutta2014-12-011-0/+6
* ResponseCacheMiddleware: use super.onDataAvailable vs Util.onDataAvailableKoushik Dutta2014-12-011-2/+2
* BUbble up SSL exceptionsKoushik Dutta2014-12-011-1/+3
* gradle crapKoushik Dutta2014-11-202-3/+2
* 201Koushik Dutta2014-11-201-2/+2
* Fix for https://github.com/koush/ion/issues/388#issuecomment-62581926Koushik Dutta2014-11-111-1/+4
* Revert "Fixing pattern match to replace only the first matched group."Koushik Dutta2014-11-111-8/+4
* Preserve header casing.Koushik Dutta2014-11-105-14/+49
* Fix crash bug when cancelling requests being cached.Koushik Dutta2014-11-073-26/+57
* pass in the GetSocketData to the engine configurators.Koushik Dutta2014-11-063-9/+21
* Exception is simply info, not an errorKoushik Dutta2014-11-051-1/+1
* fix testsKoushik Dutta2014-11-033-8/+5
* update platformKoushik Dutta2014-11-032-3/+5
* Merge remote-tracking branch 'origin/master' into spdyKoushik Dutta2014-11-0311-50/+159
|\
| * Merge pull request #258 from surfstudio/session_idKoushik Dutta2014-11-024-9/+25
| |\
| | * socket io transport stores session idAlexander Maxakov2014-10-074-9/+25
| * | Merge pull request #264 from nutsiepully/pattern_fixKoushik Dutta2014-10-241-4/+8
| |\ \
| | * | Fixing pattern match to replace only the first matched group.Pulkit Bhuwalka2014-10-181-4/+8
| | |/
| * | auto-shrink AsyncServer.synchronousWorkers threadpool when idleJustin Huntington2014-10-241-2/+2
| * | name threads created by AsyncServer.synchronousWorkersJustin Huntington2014-10-241-20/+55
| * | randomize socket.io reconnect delays +/-50%Justin Huntington2014-10-242-1/+18
| * | fix #181 configurable reconnectDelay and reconnectDelayMax for socket.ioJustin Huntington2014-10-242-4/+42
| * | fix #245 on socket.io reconnect, update the connecting field with the current...Justin Huntington2014-10-241-1/+1
| |/
| * fix charset from utf8 to utf-8Amin Cheloh2014-09-252-3/+3
| * Merge pull request #247 from robUx4/invalid_uri_debugKoushik Dutta2014-09-221-1/+3
| |\
| | * more debug about invalid URI not recognized by any middlewareSteve Lhomme2014-09-191-1/+3