aboutsummaryrefslogtreecommitdiffstats
path: root/AndroidAsync
Commit message (Expand)AuthorAgeFilesLines
* Updated for SDK buildsHEADreplicant-6.0-0004-transitionreplicant-6.0-0004-rc6replicant-6.0-0004-rc5-transitionreplicant-6.0-0004-rc5replicant-6.0-0004-rc4replicant-6.0-0004-rc3replicant-6.0-0004-rc2replicant-6.0-0004-rc1replicant-6.0-0004replicant-6.0-0003replicant-6.0-0002replicant-6.0-0001stable/cm-13.0-ZNH5Ystable/cm-13.0-ZNH2KBstable/cm-13.0-ZNH2Kstable/cm-13.0-ZNH0Ecm-14.1cm-14.0cm-13.0cretin452015-10-181-1/+1
* Don't define SDKion-mastercretin452015-10-171-1/+1
* apache http is deperacated, comment out test until rewrittenKoushik Dutta2015-09-143-31/+29
* Thread affinity fixes for BufferedDataSinkKoushik Dutta2015-09-011-15/+25
* api 23, remove deprecated apache http stuff.Koushik Dutta2015-08-3014-166/+657
* Handle cases where the transport becomes null during the socketIO heartbeat.Jason Adams2015-07-241-1/+4
* Properly bubble up any exceptions during handshake failure.Koushik Dutta2015-06-281-1/+6
* Manually closing AsyncHttpResponse should also terminate the socket.Koushik Dutta2015-06-282-14/+24
* add onPing() support to client can be ware of the pings sent by serverchengg112015-06-193-1/+20
* 216Koushik Dutta2015-06-122-3/+3
* 215:Koushik Dutta2015-06-092-2/+9
* mimes on streams.Koushik Dutta2015-05-272-2/+11
* min sdk, explicitly choose charsetKoushik Dutta2015-05-212-5/+6
* Add ISO-8859-1 charset.Koushik Dutta2015-05-201-0/+1
* Fix spdy negotiation.Koushik Dutta2015-05-123-6/+19
* Fix proxying to not require transparent proxying. This was a regression.Koushik Dutta2015-04-183-30/+5
* 213Koushik Dutta2015-03-251-2/+2
* Another approach to the message digest fix.Koushik Dutta2015-03-161-10/+16
* Revert "fix issue 461"Koushik Dutta2015-03-162-36/+17
* fix issue 461mkoslacz2015-03-162-17/+36
* Fix proguard issues:Koushik Dutta2015-03-147-21/+41
* tighten up gradle files with android studio project defaultsKoushik Dutta2015-03-141-8/+0
* 211Koushik Dutta2015-03-121-2/+2
* remove imlKoushik Dutta2015-03-122-163/+0
* 210Koushik Dutta2015-03-092-4/+2
* Change AsyncParser.getType to Type and not class.Koushik Dutta2015-03-072-3/+6
* Revert "Revert "Add getType to AsyncParser.""Koushik Dutta2015-03-078-5/+27
* Revert "Add getType to AsyncParser."Koushik Dutta2015-03-078-27/+5
* Reverting as this is causing tests to fail. Common behavior is to accept the ...Koushik Dutta2015-03-071-13/+4
* Add getType to AsyncParser.Koushik Dutta2015-03-078-5/+27
* Redirected requests now keep the same request method, body and headers as the...glennporter-examtime2015-03-051-4/+13
* 209Koushik Dutta2015-03-042-11/+13
* FutureThread constructorKoushik Dutta2015-03-022-2/+16
* 208Koushik Dutta2015-02-241-2/+2
* 207: better npe fix. handle callbackKoushik Dutta2015-02-211-1/+1
* 207Koushik Dutta2015-02-211-2/+2
* fix npeKoushik Dutta2015-02-211-1/+1
* initial stetho supportKoushik Dutta2015-02-182-10/+10
* allow forcing a charset for string parsing.Koushik Dutta2015-02-151-1/+13
* fix multipart setContentType not actually doing anything.Koushik Dutta2015-02-152-1/+3
* 206Koushik Dutta2015-02-151-2/+2
* potential fix for issue 484Koushik Dutta2015-02-152-56/+97
* pushparser fix for 0 len byte arrayKoushik Dutta2015-02-152-3/+6
* null check headerKoushik Dutta2015-02-111-1/+1
* watch for cr or lfKoushik Dutta2015-02-112-9/+11
* reexpose default content type for file bodiesKoushik Dutta2015-01-301-1/+3
* imlKoushik Dutta2015-01-301-0/+2
* Add AsyncHttpPut class for PUT operationsUrmil Parikh2015-01-271-0/+15
* FileBody: Allow setting custom content-typeUrmil Parikh2015-01-271-2/+12
* Fix other potential reentrancy issues.Koushik Dutta2015-01-191-2/+5