aboutsummaryrefslogtreecommitdiffstats
path: root/AndroidAsync/src
Commit message (Expand)AuthorAgeFilesLines
* apache http is deperacated, comment out test until rewrittenKoushik Dutta2015-09-142-13/+18
* Thread affinity fixes for BufferedDataSinkKoushik Dutta2015-09-011-15/+25
* api 23, remove deprecated apache http stuff.Koushik Dutta2015-08-3013-163/+654
* 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-121-1/+1
* 215:Koushik Dutta2015-06-091-0/+7
* mimes on streams.Koushik Dutta2015-05-272-2/+11
* min sdk, explicitly choose charsetKoushik Dutta2015-05-211-1/+2
* Add ISO-8859-1 charset.Koushik Dutta2015-05-201-0/+1
* Fix spdy negotiation.Koushik Dutta2015-05-122-4/+17
* Fix proxying to not require transparent proxying. This was a regression.Koushik Dutta2015-04-183-30/+5
* 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-146-19/+39
* Change AsyncParser.getType to Type and not class.Koushik Dutta2015-03-072-3/+6
* Revert "Revert "Add getType to AsyncParser.""Koushik Dutta2015-03-077-5/+19
* Revert "Add getType to AsyncParser."Koushik Dutta2015-03-077-19/+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-077-5/+19
* Redirected requests now keep the same request method, body and headers as the...glennporter-examtime2015-03-051-4/+13
* FutureThread constructorKoushik Dutta2015-03-021-0/+16
* 207: better npe fix. handle callbackKoushik Dutta2015-02-211-1/+1
* fix npeKoushik Dutta2015-02-211-1/+1
* allow forcing a charset for string parsing.Koushik Dutta2015-02-151-1/+13
* fix multipart setContentType not actually doing anything.Koushik Dutta2015-02-151-1/+1
* potential fix for issue 484Koushik Dutta2015-02-152-56/+97
* pushparser fix for 0 len byte arrayKoushik Dutta2015-02-151-1/+6
* null check headerKoushik Dutta2015-02-111-1/+1
* watch for cr or lfKoushik Dutta2015-02-111-0/+2
* reexpose default content type for file bodiesKoushik Dutta2015-01-301-1/+3
* 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
* fix for keep alive socket stack overflow caused by reentrancy.Koushik Dutta2015-01-191-0/+2
* 205Koushik Dutta2015-01-121-0/+3
* more logging around proxyingKoushik Dutta2015-01-121-1/+3
* 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
| |/
* | 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