aboutsummaryrefslogtreecommitdiffstats
path: root/AndroidAsync/src/com/koushikdutta/async/http/AsyncHttpClient.java
Commit message (Expand)AuthorAgeFilesLines
* Reverting as this is causing tests to fail. Common behavior is to accept the ...Koushik Dutta2015-03-071-13/+4
* Redirected requests now keep the same request method, body and headers as the...glennporter-examtime2015-03-051-4/+13
* Use reflection to enable SNI in the SSLEngine when available.Koushik Dutta2014-12-211-1/+1
* This SNI hack seems to cause issues.Koushik Dutta2014-12-191-1/+1
* Use reflection to enable SNI in the SSLEngine when available.Koushik Dutta2014-12-081-1/+1
* Merge remote-tracking branch 'origin/master' into spdyKoushik Dutta2014-11-031-1/+3
|\
| * more debug about invalid URI not recognized by any middlewareSteve Lhomme2014-09-191-1/+3
| * watch for exceptions when setting the proxyKoushik Dutta2014-08-071-1/+8
* | AsyncHttpClient:Koushik Dutta2014-09-071-3/+4
* | move NullDataCallback.Koushik Dutta2014-08-061-7/+18
* | watch for exceptions when setting the proxyKoushik Dutta2014-07-291-1/+8
* | spdy posting works.Koushik Dutta2014-07-281-4/+20
* | finished up transport refactor... time for some spdy.Koushik Dutta2014-07-241-141/+156
* | decouple the http transport from the client. prep for spdy.Koushik Dutta2014-07-241-24/+34
* | All libcore usage hidden. Fix obscure buffering/replay bugs in SSL.Koushik Dutta2014-07-231-10/+9
* | Move all cache related stuff into subpackage. Contain libcore.Koushik Dutta2014-07-211-1/+1
* | refactor our libcore cruft. as much as possible at least.Koushik Dutta2014-07-211-11/+10
|/
* Refactor proxy implementation. Maybe this should go into ion?Koushik Dutta2014-07-131-1/+41
* Use the system proxy when it's defined.Steve Lhomme2014-07-081-0/+1
* Fix bug in conditional cache response if content-length exists.Koushik Dutta2014-06-231-7/+8
* Switch from URI to Uri.Koushik Dutta2014-05-211-4/+5
* Changed content length to be a longsst86962014-05-171-1/+1
* FileCallback onProgress >2GiB file supportsst86962014-05-171-4/+4
* Remove all timeout callbacks once the connection is reported as complete.Koushik Dutta2014-05-021-0/+1
* fix FileCache testsKoushik Dutta2014-04-211-1/+1
* AsyncHttpClient: fix copyHeaderKoushik Dutta2014-04-071-1/+1
* AsyncHttpClient: Fix range request on redirects.Koushik Dutta2014-04-061-3/+8
* fixup tests.Koushik Dutta2014-04-051-0/+4
* remove more crufty methodsKoushik Dutta2014-04-041-8/+0
* AsyncHttpClient: remove billions of overloads.Koushik Dutta2014-04-031-88/+0
* AsyncHttpClient: watch and report invalid URIs.Koushik Dutta2014-03-181-1/+1
* on redirect if original method was HEAD use that, otherwise use GETNathan Schwermann2014-02-171-1/+2
* keep originally requested method when handling a redirect.Nathan Schwermann2014-02-171-1/+1
* Remove Handler usage from AndroidAsync.Koushik Dutta2014-02-091-14/+7
* Use custom exception classes to facilitate better error reporting on the clie...Dmitry Apresian2014-01-231-2/+2
* Catch cancelled key exceptions.Koushik Dutta2014-01-181-1/+3
* Fix bug in ContentLengthFilter and Util.pump.Koushik Dutta2013-12-181-1/+3
* add some exception tracingKoushik Dutta2013-11-121-0/+2
* Use the URL class to handle redirect calculations.Koushik Dutta2013-11-061-10/+6
* Redirects to POST should become GET.Koushik Dutta2013-11-051-1/+1
* Fix relative path redirect issues.Koushik Dutta2013-11-051-2/+15
* Persist user-agent across redirectsKoushik Dutta2013-11-041-0/+4
* Merge pull request #72 from nickaknudson/issue_56Koushik Dutta2013-11-031-0/+28
|\
| * added executeJSONArrayNick Knudson2013-10-111-0/+28
* | respect proxy settings across redirectsKoushik Dutta2013-10-161-0/+2
|/
* Add support for 307 Temporary RedirectOle André Vadla Ravnås2013-09-261-1/+2
* Fix up keep-alive handling.Koushik Dutta2013-09-011-2/+2
* WebSocket Server: Implement WebSocket server protocol option.Koushik Dutta2013-08-291-1/+1
* Add sychronization around access to middleware.Koushik Dutta2013-08-231-15/+25
* increase the allowed redirect (15 too much?)Koushik Dutta2013-08-061-1/+1