aboutsummaryrefslogtreecommitdiffstats
path: root/AndroidAsyncSample
Commit message (Expand)AuthorAgeFilesLines
* tighten up gradle files with android studio project defaultsKoushik Dutta2015-03-141-15/+3
* potential fix for issue 484Koushik Dutta2015-02-151-87/+0
* 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
* pushparser fix for 0 len byte arrayKoushik Dutta2015-02-151-9/+10
* Preserve header casing.Koushik Dutta2014-11-103-21/+116
* Merge pull request #147 from paulpdaniels/masterKoushik Dutta2014-05-071-2/+12
|\
| * Fix for #146paulpdaniels2014-05-071-2/+11
| * Fixed the sample with the refactoringspaulpdaniels2014-04-151-2/+4
* | Fix sampleKoushik Dutta2014-04-202-4/+5
|/
* Changed import of UrlEncodedFormBody to make simple app workingmgpyone2013-10-111-1/+1
* Provide non-generic name for sample appRennie Petersen2013-07-191-1/+1
* avoid some unnecessary ByteBufferList creations.Koushik Dutta2013-06-241-1/+1
* remove genKoushik Dutta2013-05-164-22/+1
* Add support for byteorder and unconnected datagram sockets.Koushik Dutta2013-05-165-39/+39
* Socket.io reconnect/disconnect and connection status. reconnect is WIP.Koushik Dutta2013-05-061-0/+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 not...Koushik Dutta2013-03-231-4/+54
* readmeKoushik Dutta2013-03-211-5/+9
* caching works!Koushik Dutta2013-03-212-2/+29
* 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
* AsyncHttpServer: add request callback on all requestsKoushik Dutta2013-01-271-1/+1
* continuation bug fix if onCOmpleted is called twice. should probably assert o...Koushik Dutta2013-01-241-14/+0
* postDelayed support. remove resources. getServer on sinks.Koushik Dutta2013-01-121-0/+0
* remove local.propertiesKoushik Dutta2013-01-071-10/+0
* updatesKoushik Dutta2013-01-071-1/+1
* websocket client.Koushik Dutta2012-12-311-18/+0
* wipKoushik Dutta2012-12-302-31/+22
* fixesKoushik Dutta2012-12-261-4/+3
* minor fixes, sendFileKoushik Dutta2012-11-162-12/+10
* remove test codeKoushik Dutta2012-10-171-18/+0
* support for http postKoushik Dutta2012-10-174-2/+73
* 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 on...Koushik Dutta2012-10-133-33/+2
* more webserver related fixesKoushik Dutta2012-09-144-1/+134
* Change the api to include the response in the .download calls. Fix up query s...Koushik Dutta2012-08-281-1/+2
* rename refactor transform to filter. change sample namespace.Koushik Dutta2012-08-265-10/+14
* http keepalive workingKoushik Dutta2012-08-242-3/+3
* check inKoushik Dutta2012-08-246-13/+95
* sampleKoushik Dutta2012-08-2424-0/+242