aboutsummaryrefslogtreecommitdiffstats
path: root/AndroidAsyncTest/src/com/koushikdutta/async/test/MultipartTests.java
Commit message (Collapse)AuthorAgeFilesLines
* restructure tests for gradleKoushik Dutta2014-07-031-111/+0
|
* fixup tests.Koushik Dutta2014-04-051-1/+1
|
* Breaking change:Koushik Dutta2013-08-311-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 cleanupsKoushik Dutta2013-07-121-8/+4
|
* socket.io refactorKoushik Dutta2013-07-011-1/+7
|
* ByteBufferList: rename clear to recycle, and reclaim all the byte buffers.Koushik Dutta2013-06-171-1/+1
|
* remove/rename callbacks.Koushik Dutta2013-05-281-1/+1
|
* fix multipart race conditionsKoushik Dutta2013-05-281-8/+1
|
* wipKoushik Dutta2013-05-281-0/+8
|
* use buffered output streamKoushik Dutta2013-05-161-15/+8
|
* Add support for byteorder and unconnected datagram sockets.Koushik Dutta2013-05-161-0/+1
| | | | Android Studio stupport.
* Fix form multipart regression. Adjust the test to be more strenuous.Koushik Dutta2013-05-011-9/+14
|
* Futures: Fix cancelling futures while waiting on .getKoushik Dutta2013-04-161-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.
* readmeKoushik Dutta2013-04-011-3/+6
|
* form/multipart support http clientKoushik Dutta2013-04-011-0/+103