aboutsummaryrefslogtreecommitdiffstats
path: root/AndroidAsync/src/com/koushikdutta/async/http/AsyncHttpRequest.java
Commit message (Expand)AuthorAgeFilesLines
* Fix proxying to not require transparent proxying. This was a regression.Koushik Dutta2015-04-181-24/+2
* All libcore usage hidden. Fix obscure buffering/replay bugs in SSL.Koushik Dutta2014-07-231-23/+17
* Move all cache related stuff into subpackage. Contain libcore.Koushik Dutta2014-07-211-2/+1
* refactor our libcore cruft. as much as possible at least.Koushik Dutta2014-07-211-19/+19
* Refactor proxy implementation. Maybe this should go into ion?Koushik Dutta2014-07-131-47/+0
* Use the system proxy when it's defined.Steve Lhomme2014-07-081-0/+46
* Switch from URI to Uri.Koushik Dutta2014-05-211-7/+8
* watch for nreKoushik Dutta2014-03-231-1/+1
* Remove Handler usage from AndroidAsync.Koushik Dutta2014-02-091-15/+7
* AsyncHttpRequest: do not set host when there is none.Koushik Dutta2014-02-031-1/+2
* Add functions for getting the logging.Koushik Dutta2013-12-111-4/+12
* Fix up keep-alive handling.Koushik Dutta2013-09-011-12/+17
* Breaking change:Koushik Dutta2013-08-311-0/+1
* http requests need to send the port in the Host headerKoushik Dutta2013-08-171-1/+4
* Use Uri's raw path for creating GET string to avoid removing URL encodingCorey Downing and Rick Kawala2013-07-161-1/+1
* Fix bug where user agent configuration gets clobbereredKoushik Dutta2013-07-061-1/+2
* Allow AsynchttpRequest to specify the initial headers. Should I be dumping th...Koushik Dutta2013-06-081-1/+9
* add support for proxyingKoushik Dutta2013-06-011-1/+45
* add request level loggingKoushik Dutta2013-05-281-2/+70
* remove/rename callbacks.Koushik Dutta2013-05-281-4/+131
* Fix AsyncServer thrashing when the queue is not empty, but nothing is availab...Koushik Dutta2013-05-221-1/+12
* more fluent api additionsKoushik Dutta2013-05-211-3/+6
* Move the implementation of HttpRequest into a wrapper class, as it interferes...Koushik Dutta2013-05-211-116/+17
* more replacements of junit Assert with assert keyword.Koushik Dutta2013-05-171-19/+10
* add support for futures on AsyncHttpClient. TODO: Futures on sockets?Koushik Dutta2013-03-241-0/+11
* fix locking in serverKoushik Dutta2013-03-181-9/+8
* implement connection timeouts.Koushik Dutta2013-02-061-0/+9
* AsyncHttpRequest implements HttpRequest (for usage by other APIs like signing...Koushik Dutta2013-01-201-11/+160
* Fix Location header handling on redirects.Koushik Dutta2013-01-181-3/+1
* allow handshake handlingKoushik Dutta2013-01-161-0/+6
* rename getCloseHandler to getClosedCallback.Koushik Dutta2013-01-111-1/+3
* wipKoushik Dutta2012-12-251-5/+5
* Fix random intermittent crash in selector closing.Koushik Dutta2012-12-251-4/+4
* Fixup redirects accidentally calling event listeners twice due it not short c...Koushik Dutta2012-12-221-8/+0
* support for http postKoushik Dutta2012-10-171-0/+10
* various refactorings. add support for a buffer limit on BufferedDataSink./Koushik Dutta2012-10-171-0/+7
* selector shutdown. lot of nasty race conditions around this that need to be f...Koushik Dutta2012-09-051-1/+1
* Change the api to include the response in the .download calls. Fix up query s...Koushik Dutta2012-08-281-1/+9
* sampleKoushik Dutta2012-08-241-0/+56