aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge pull request #326 from ExamTime/masterKoushik Dutta2015-03-051-4/+13
|\
| * 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-023-99/+16
* Merge pull request #323 from andhie/patch-1Koushik Dutta2015-02-261-1/+1
|\
| * Display Request Payload in Chrome InspectorAndhie Wong2015-02-261-1/+1
|/
* fix up some derpage for sonatypeKoushik Dutta2015-02-243-2/+4
* Update README.mdKoushik Dutta2015-02-241-7/+31
* b64 images for stetho previewKoushik Dutta2015-02-242-8/+21
* 208Koushik Dutta2015-02-243-4/+11
* 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-1810-10/+545
* 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-153-143/+97
* cache middleware sampleKoushik Dutta2015-02-151-1/+1
* cache middleware sampleKoushik Dutta2015-02-151-0/+44
* basic auth middleware sampleKoushik Dutta2015-02-152-0/+52
* pushparser fix for 0 len byte arrayKoushik Dutta2015-02-153-12/+16
* 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
* Merge pull request #313 from klarsys/masterKoushik Dutta2015-01-302-2/+27
|\
| * 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-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