aboutsummaryrefslogtreecommitdiffstats
path: root/AndroidAsync
Commit message (Expand)AuthorAgeFilesLines
...
* | purge okio!Koushik Dutta2014-07-2824-3290/+13
* | remove cruftKoushik Dutta2014-07-287-428/+1
* | New writer seems to work?Koushik Dutta2014-07-286-140/+158
* | no more exceptions.[Koushik Dutta2014-07-282-3/+2
* | 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-2440-0/+8515
* | Merge branch 'master' into spdyKoushik Dutta2014-07-241-1/+1
|\|
| * potential fix for selector exception in L preview.Koushik Dutta2014-07-241-1/+6
| * Crash fix for a case where the EndCallback is not set and usedSteve Lhomme2014-07-221-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
|\|
| * removed package protected on some fields so that subclasses could access the ...Sean Stuckless2014-07-182-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
|\|
| * fixes for eclipseKoushik Dutta2014-07-183-22/+11
* | spdy-workKoushik Dutta2014-07-189-4/+1103
|/
* derp.Koushik Dutta2014-07-173-3/+21
* ByteBuffer List fixes:Koushik Dutta2014-07-1611-78/+133
* AsyncSSLSocketWrapper: Perform handshake before allowing read/write.Koushik Dutta2014-07-133-158/+85
* Refactor proxy implementation. Maybe this should go into ion?Koushik Dutta2014-07-134-78/+64
* Merge branch 'use_android_proxy' of git://github.com/robUx4/AndroidAsync into...Koushik Dutta2014-07-122-0/+48
|\
| * Use the system proxy when it's defined.Steve Lhomme2014-07-082-0/+47
* | ffsKoushik Dutta2014-07-122-3/+3
* | ffsKoushik Dutta2014-07-122-3/+3
* | goddamn gradle publishingKoushik Dutta2014-07-123-28/+25
* | DataEmitters now have charset hints.Koushik Dutta2014-07-1016-11/+116
* | 131Koushik Dutta2014-07-101-2/+2
* | 130Koushik Dutta2014-07-091-2/+2
* | Remove defaultConfig flavor. Was derping up gradle inclusion.Koushik Dutta2014-07-091-5/+3
* | 129Koushik Dutta2014-07-081-4/+4
* | Deprecate socket.io. No longer works on 1.0+.Koushik Dutta2014-07-084-6/+3
|/
* 128Koushik Dutta2014-07-052-5/+5
* pass host and port to ssl engine configuratorKoushik Dutta2014-07-052-5/+11
* Merge pull request #192 from robUx4/empty_bodyKoushik Dutta2014-07-031-1/+1
|\