aboutsummaryrefslogtreecommitdiffstats
path: root/AndroidAsyncSample/src/com
Commit message (Collapse)AuthorAgeFilesLines
* cache middleware sampleKoushik Dutta2015-02-151-1/+1
|
* cache middleware sampleKoushik Dutta2015-02-151-0/+44
|
* basic auth middleware sampleKoushik Dutta2015-02-151-0/+36
|
* Preserve header casing.Koushik Dutta2014-11-101-10/+9
| | | | Fix sample.
* Fix for #146paulpdaniels2014-05-071-2/+11
| | | Fix for #146 that was causing the UI to be updated from a background thread.
* Fixed the sample with the refactoringspaulpdaniels2014-04-151-2/+4
|
* Changed import of UrlEncodedFormBody to make simple app workingmgpyone2013-10-111-1/+1
|
* add support for futures on AsyncHttpClient. TODO: Futures on sockets?Koushik Dutta2013-03-241-36/+0
|
* socket.ioKoushik Dutta2013-03-231-4/+36
|
* rename refactor some classes. minor stats and fixes for cache code.Koushik Dutta2013-03-231-48/+10
|
* further refactorings to fixup caching. implement conditional caching (304 ↵Koushik Dutta2013-03-231-4/+54
| | | | not modified)
* readmeKoushik Dutta2013-03-211-5/+9
|
* caching works!Koushik Dutta2013-03-211-2/+28
|
* stuffKoushik Dutta2013-03-201-7/+2
|
* wipKoushik Dutta2013-03-191-0/+6
|
* getDefaultInstanceKoushik Dutta2013-03-191-2/+2
|
* allow creation of instances of AsyncHttpClient. This is a breaking change.Koushik Dutta2013-03-191-2/+2
| | | | | | | Can be fixed by simply changing: AsyncHttpClient.method(...) to: AsyncHttpClient.getDefault().method(...)
* AsyncHttpServer: add request callback on all requestsKoushik Dutta2013-01-271-1/+1
|
* websocket client.Koushik Dutta2012-12-311-18/+0
|
* wipKoushik Dutta2012-12-301-0/+18
|
* fixesKoushik Dutta2012-12-261-4/+3
|
* remove test codeKoushik Dutta2012-10-171-18/+0
|
* support for http postKoushik Dutta2012-10-171-0/+64
|
* various refactorings. add support for a buffer limit on BufferedDataSink./Koushik Dutta2012-10-171-5/+5
|
* Fix up SSLContext initialization on Froyo. Fix up SSLEngine initialization ↵Koushik Dutta2012-10-131-1/+1
| | | | on Froyo. Fix bug where unwrapping could be reentrant.
* Change the api to include the response in the .download calls. Fix up query ↵Koushik Dutta2012-08-281-1/+2
| | | | string urls.
* rename refactor transform to filter. change sample namespace.Koushik Dutta2012-08-261-5/+9
|
* http keepalive workingKoushik Dutta2012-08-241-2/+2
|
* check inKoushik Dutta2012-08-241-1/+56
|
* sampleKoushik Dutta2012-08-241-0/+20