Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | restructure tests for gradle | Koushik Dutta | 2014-07-03 | 1 | -111/+0 |
| | |||||
* | fixup tests. | Koushik Dutta | 2014-04-05 | 1 | -1/+1 |
| | |||||
* | Breaking change: | Koushik Dutta | 2013-08-31 | 1 | -3/+3 |
| | | | | | | | | All HTTP bodies have moved into the com.koushikdutta.async.http.body namespace. Add support for Document bodies. Change-Id: I9b77e81b405aaa38ccf2afa030053e0ff9666761 | ||||
* | do some test cleanups | Koushik Dutta | 2013-07-12 | 1 | -8/+4 |
| | |||||
* | socket.io refactor | Koushik Dutta | 2013-07-01 | 1 | -1/+7 |
| | |||||
* | ByteBufferList: rename clear to recycle, and reclaim all the byte buffers. | Koushik Dutta | 2013-06-17 | 1 | -1/+1 |
| | |||||
* | remove/rename callbacks. | Koushik Dutta | 2013-05-28 | 1 | -1/+1 |
| | |||||
* | fix multipart race conditions | Koushik Dutta | 2013-05-28 | 1 | -8/+1 |
| | |||||
* | wip | Koushik Dutta | 2013-05-28 | 1 | -0/+8 |
| | |||||
* | use buffered output stream | Koushik Dutta | 2013-05-16 | 1 | -15/+8 |
| | |||||
* | Add support for byteorder and unconnected datagram sockets. | Koushik Dutta | 2013-05-16 | 1 | -0/+1 |
| | | | | Android Studio stupport. | ||||
* | Fix form multipart regression. Adjust the test to be more strenuous. | Koushik Dutta | 2013-05-01 | 1 | -9/+14 |
| | |||||
* | Futures: Fix cancelling futures while waiting on .get | Koushik Dutta | 2013-04-16 | 1 | -2/+5 |
| | | | | | | | Http client StringCallback (and others): Fix data not being eaten if the request is cancelled. Fix null reference on callback that is never set. Async network socket: remove noisy logging. Multipart client/server: fix malformed multipart payloads and parsing. Tests: add additional tests for futures, http client, multipart, and socket.io. | ||||
* | readme | Koushik Dutta | 2013-04-01 | 1 | -3/+6 |
| | |||||
* | form/multipart support http client | Koushik Dutta | 2013-04-01 | 1 | -0/+103 |