Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cache middleware sample | Koushik Dutta | 2015-02-15 | 1 | -1/+1 |
| | |||||
* | cache middleware sample | Koushik Dutta | 2015-02-15 | 1 | -0/+44 |
| | |||||
* | basic auth middleware sample | Koushik Dutta | 2015-02-15 | 1 | -0/+36 |
| | |||||
* | Preserve header casing. | Koushik Dutta | 2014-11-10 | 1 | -10/+9 |
| | | | | Fix sample. | ||||
* | Fix for #146 | paulpdaniels | 2014-05-07 | 1 | -2/+11 |
| | | | Fix for #146 that was causing the UI to be updated from a background thread. | ||||
* | Fixed the sample with the refactorings | paulpdaniels | 2014-04-15 | 1 | -2/+4 |
| | |||||
* | Changed import of UrlEncodedFormBody to make simple app working | mgpyone | 2013-10-11 | 1 | -1/+1 |
| | |||||
* | add support for futures on AsyncHttpClient. TODO: Futures on sockets? | Koushik Dutta | 2013-03-24 | 1 | -36/+0 |
| | |||||
* | socket.io | Koushik Dutta | 2013-03-23 | 1 | -4/+36 |
| | |||||
* | rename refactor some classes. minor stats and fixes for cache code. | Koushik Dutta | 2013-03-23 | 1 | -48/+10 |
| | |||||
* | further refactorings to fixup caching. implement conditional caching (304 ↵ | Koushik Dutta | 2013-03-23 | 1 | -4/+54 |
| | | | | not modified) | ||||
* | readme | Koushik Dutta | 2013-03-21 | 1 | -5/+9 |
| | |||||
* | caching works! | Koushik Dutta | 2013-03-21 | 1 | -2/+28 |
| | |||||
* | stuff | Koushik Dutta | 2013-03-20 | 1 | -7/+2 |
| | |||||
* | wip | Koushik Dutta | 2013-03-19 | 1 | -0/+6 |
| | |||||
* | getDefaultInstance | Koushik Dutta | 2013-03-19 | 1 | -2/+2 |
| | |||||
* | allow creation of instances of AsyncHttpClient. This is a breaking change. | Koushik Dutta | 2013-03-19 | 1 | -2/+2 |
| | | | | | | | Can be fixed by simply changing: AsyncHttpClient.method(...) to: AsyncHttpClient.getDefault().method(...) | ||||
* | AsyncHttpServer: add request callback on all requests | Koushik Dutta | 2013-01-27 | 1 | -1/+1 |
| | |||||
* | websocket client. | Koushik Dutta | 2012-12-31 | 1 | -18/+0 |
| | |||||
* | wip | Koushik Dutta | 2012-12-30 | 1 | -0/+18 |
| | |||||
* | fixes | Koushik Dutta | 2012-12-26 | 1 | -4/+3 |
| | |||||
* | remove test code | Koushik Dutta | 2012-10-17 | 1 | -18/+0 |
| | |||||
* | support for http post | Koushik Dutta | 2012-10-17 | 1 | -0/+64 |
| | |||||
* | various refactorings. add support for a buffer limit on BufferedDataSink./ | Koushik Dutta | 2012-10-17 | 1 | -5/+5 |
| | |||||
* | Fix up SSLContext initialization on Froyo. Fix up SSLEngine initialization ↵ | Koushik Dutta | 2012-10-13 | 1 | -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 Dutta | 2012-08-28 | 1 | -1/+2 |
| | | | | string urls. | ||||
* | rename refactor transform to filter. change sample namespace. | Koushik Dutta | 2012-08-26 | 1 | -0/+79 |
| | |||||
* | http keepalive working | Koushik Dutta | 2012-08-24 | 1 | -75/+0 |
| | |||||
* | check in | Koushik Dutta | 2012-08-24 | 1 | -1/+56 |
| | |||||
* | sample | Koushik Dutta | 2012-08-24 | 1 | -0/+20 |