aboutsummaryrefslogtreecommitdiffstats
path: root/AndroidAsyncTest
Commit message (Expand)AuthorAgeFilesLines
* reconnect supportKoushik Dutta2013-07-041-29/+40
* ack testsKoushik Dutta2013-07-041-3/+27
* Fix acknowledgement receipt, add test.Koushik Dutta2013-07-041-5/+20
* move connection logic into SocketIOConnectionKoushik Dutta2013-07-031-1/+1
* endpoints now seem to work..Koushik Dutta2013-07-021-19/+18
* socket.io refactor part 2... endpoints supported, sort of.Koushik Dutta2013-07-021-6/+7
* socket.io refactorKoushik Dutta2013-07-0111-49/+76
* avoid some unnecessary ByteBufferList creations.Koushik Dutta2013-06-242-6/+1
* ByteBufferList: rename clear to recycle, and reclaim all the byte buffers.Koushik Dutta2013-06-172-2/+2
* fix responses served entirely from cacheKoushik Dutta2013-06-132-1/+53
* fix potential nreKoushik Dutta2013-06-111-0/+1
* comment out defunct testKoushik Dutta2013-06-051-0/+2
* Add support for custom SSL Context and Trust Managers.Koushik Dutta2013-06-053-1/+56
* add support for proxyingKoushik Dutta2013-06-011-0/+46
* add option to socket middleware that allows connecting to all resolved addres...Koushik Dutta2013-06-011-2/+52
* ByteBufferListInputStreamKoushik Dutta2013-06-011-1/+1
* Change spelling on SimpleCancellable to match the Java spelling.Koushik Dutta2013-05-291-1/+5
* test dataKoushik Dutta2013-05-291-0/+3
* add request level loggingKoushik Dutta2013-05-281-1/+4
* remove/rename callbacks.Koushik Dutta2013-05-282-2/+2
* string body and json body support on server requests. add corresponding tests.Koushik Dutta2013-05-281-0/+11
* switch to multimap for multipart and urlencoded bodiesKoushik Dutta2013-05-282-6/+66
* fix multipart race conditionsKoushik Dutta2013-05-281-8/+1
* wipKoushik Dutta2013-05-282-4/+15
* cancel should close up the socket.Koushik Dutta2013-05-261-1/+0
* fix thread affinity/invoke and cancellation issues in http client.Koushik Dutta2013-05-261-6/+39
* wipKoushik Dutta2013-05-241-6/+1
* Add support for file channels and emittersKoushik Dutta2013-05-223-7/+49
* Fix AsyncServer thrashing when the queue is not empty, but nothing is availab...Koushik Dutta2013-05-221-0/+2
* rename the callback to something not such a mouthful.Koushik Dutta2013-05-212-4/+4
* deprecate some apis to allow easy future chainingKoushik Dutta2013-05-201-2/+15
* add one more test for future callbacks.Koushik Dutta2013-05-201-1/+16
* Add support and tests for completion callback events on Futures.Koushik Dutta2013-05-201-13/+26
* Revert "change resultcallback interface"Koushik Dutta2013-05-201-47/+30
* wipKoushik Dutta2013-05-201-0/+14
* change resultcallback interfaceKoushik Dutta2013-05-201-30/+47
* ByteBufferList: keep a calculated remaining value cached so as to prevent unn...Koushik Dutta2013-05-172-1/+62
* wipKoushik Dutta2013-05-172-4/+6
* remove genKoushik Dutta2013-05-163-22/+0
* use buffered output streamKoushik Dutta2013-05-161-15/+8
* Add support for byteorder and unconnected datagram sockets.Koushik Dutta2013-05-169-19/+60
* Socket.io bug fix: empty arguments list support. Add tests for other events.Koushik Dutta2013-05-071-6/+32
* Socket.io reconnect/disconnect and connection status. reconnect is WIP.Koushik Dutta2013-05-062-18/+49
* Fix form multipart regression. Adjust the test to be more strenuous.Koushik Dutta2013-05-011-9/+14
* test timeoutKoushik Dutta2013-04-221-1/+1
* WebSockets: Fix regression where server websocket was being paused. Add test ...Koushik Dutta2013-04-221-3/+9
* wip: connect to specific socket.io channelKoushik Dutta2013-04-171-2/+21
* remove defunct test, as the socket.io test tests the websocket transport as w...Koushik Dutta2013-04-162-22/+1
* Futures: Fix cancelling futures while waiting on .getKoushik Dutta2013-04-164-4/+71
* switch socket.io test to public server (currently failing, debugging)Koushik Dutta2013-04-161-1/+1