aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | h2-13 refactor without okio. totally untested.Koushik Dutta2014-07-288-1180/+439
| * | | | | | | | refactor w/out framereader okioKoushik Dutta2014-07-278-700/+697
| * | | | | | | | remove leftover okhttp cruft.Koushik Dutta2014-07-277-1690/+2
| * | | | | | | | remove exception throwing.Koushik Dutta2014-07-272-28/+24
| * | | | | | | | spdy is workingKoushik Dutta2014-07-2615-305/+607
| * | | | | | | | finished up transport refactor... time for some spdy.Koushik Dutta2014-07-246-257/+237
| * | | | | | | | decouple the http transport from the client. prep for spdy.Koushik Dutta2014-07-248-82/+177
| * | | | | | | | okhttp spdyKoushik Dutta2014-07-2441-3/+8517
| * | | | | | | | Merge branch 'master' into spdyKoushik Dutta2014-07-241-1/+1
| |\ \ \ \ \ \ \ \
| * | | | | | | | | potential fix for selector exception in L preview.Koushik Dutta2014-07-241-1/+1
| * | | | | | | | | Pump the writable callback in a posted method.Koushik Dutta2014-07-242-11/+11
| * | | | | | | | | Fix header chunking bug in AsyncHttpServerResponseImpl.Koushik Dutta2014-07-233-37/+35
| * | | | | | | | | fix race conditions around header writingKoushik Dutta2014-07-231-49/+58
| * | | | | | | | | Remove usage of BufferedDataEmitter. Buffering done in SSL Socket.Koushik Dutta2014-07-231-70/+72
| * | | | | | | | | Behavior fixes around BufferedDataEmitter.Koushik Dutta2014-07-232-23/+33
| * | | | | | | | | All libcore usage hidden. Fix obscure buffering/replay bugs in SSL.Koushik Dutta2014-07-2338-396/+706
| * | | | | | | | | wip header rewriteKoushik Dutta2014-07-212-1/+65
| * | | | | | | | | Merge remote-tracking branch 'origin/master' into spdyKoushik Dutta2014-07-212-4/+4
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Move all cache related stuff into subpackage. Contain libcore.Koushik Dutta2014-07-2134-245/+131
| * | | | | | | | | | more libcore removalKoushik Dutta2014-07-215-26/+19
| * | | | | | | | | | refactor our libcore cruft. as much as possible at least.Koushik Dutta2014-07-2116-81/+171
| * | | | | | | | | | remove datasink.write(ByteBuffer).Koushik Dutta2014-07-1921-248/+63
| * | | | | | | | | | Merge branch 'master' into spdyKoushik Dutta2014-07-182-21/+10
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | spdy-workKoushik Dutta2014-07-1810-4/+1104
* | | | | | | | | | | | update build and testsKoushik Dutta2014-11-053-10/+9
* | | | | | | | | | | | 139Koushik Dutta2014-11-051-2/+2
* | | | | | | | | | | | Exception is simply info, not an errorKoushik Dutta2014-11-051-1/+1
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
* | | | | | | | | | | 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 #259 from Yurii-Laguta/patch-1Koushik Dutta2014-10-241-0/+7
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Update README.md with gradle dependencyYurii2014-10-091-0/+7
| |/ / / / / / / / / / /
* | | | | | | | | | | | 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
| |/ / / / / / / / / / /
* | | | | | | | | | | | Update README.mdKoushik Dutta2014-10-241-0/+3
* | | | | | | | | | | | Merge pull request #268 from nebulist/upstream-pullrequestKoushik Dutta2014-10-243-26/+116
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | 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
|/ / / / / / / / / / /
* | | | | | | | | | | Merge pull request #248 from IkhlasStudio/fix-charsetKoushik Dutta2014-09-282-3/+3
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | 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
* | | | | | | | | | | | fix https://github.com/koush/AndroidAsync/issues/244Koushik Dutta2014-09-171-2/+12
|/ / / / / / / / / / /
* | | | | | | | | | | Merge pull request #242 from ey3ball/masterKoushik Dutta2014-09-133-8/+5
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | expose initial http request to WebSocket handlersFlorian Vallee2014-09-123-4/+5
| * | | | | | | | | | | Revert "Added protected API for WebSocket creation"Florian Vallee2014-09-121-5/+1
|/ / / / / / / / / / /
* | | | | | | | | | | AsyncServer: *actually* use the resolved address.Koushik Dutta2014-09-101-1/+1
* | | | | | | | | | | AsyncServer: Catch all selector exceptions.Koushik Dutta2014-09-101-10/+6
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |