aboutsummaryrefslogtreecommitdiffstats
path: root/AndroidAsyncTest/src/com
Commit message (Collapse)AuthorAgeFilesLines
* restructure tests for gradleKoushik Dutta2014-07-0320-2310/+0
|
* test issue 189, shuffle UntypedHashTable around.Koushik Dutta2014-07-011-0/+13
|
* Workarounds the L preview.Koushik Dutta2014-06-292-2/+0
|
* Switch from URI to Uri.Koushik Dutta2014-05-212-9/+15
| | | | | | | URI does not allow braces: {}, even though they are allowed in the spec. It is also easier to build paths using a Uri instance. Download/upload progress should be done with longs for large transfers.
* fix FileCache testsKoushik Dutta2014-04-211-0/+8
|
* add disabled ssl proxy testKoushik Dutta2014-04-201-0/+22
|
* Switch from DiskLruCache to FileCacheKoushik Dutta2014-04-132-1/+192
|
* fixup dns failure testKoushik Dutta2014-04-101-2/+3
|
* add domain failure testKoushik Dutta2014-04-101-0/+21
|
* AsyncServer: nslookup exceptions were not being passed to ConnectCallbackKoushik Dutta2014-04-101-2/+2
| | | | | AsyncSocketMiddleware: merge keep alive socket hash with connection info hash. AsyncSocketMiddleware: only keep sockets alive for 5 minutes (tbd)
* add test for when server accepts client certificates (failing)Koushik Dutta2014-04-061-0/+18
|
* Tests: Use dynamic portsKoushik Dutta2014-04-062-5/+8
|
* Merge pull request #128 from zbsz/parser_refactoringKoushik Dutta2014-04-051-5/+58
|\ | | | | PushParser refactoring
| * Restored old TapCallback api, still supporting simplified operations.Zbigniew Szymański2014-03-301-2/+57
| | | | | | | | Added missing (removed earlier) methods in PushParser, implemented old TapCallback handling on top of simplified PushParser.
| * PushParser refactoringZbigniew Szymański2014-03-291-5/+3
| | | | | | | | | | - simplified implementation, removed couple unused methods - type safe TapCallback - no need for reflection, no problems with proguard
* | fixup tests.Koushik Dutta2014-04-059-28/+50
| |
* | fix minor breakage in testKoushik Dutta2014-04-011-1/+1
|/
* AsyncHttpClient: watch and report invalid URIs.Koushik Dutta2014-03-181-1/+1
| | | | ByteBufferList: add support for compacting.
* Revert busy loop fix.Koushik Dutta2014-02-121-1/+0
| | | | Note reason. Need to fix this later...
* Fixups for Handler removal.Koushik Dutta2014-02-101-2/+2
|
* Fix bug in ContentLengthFilter and Util.pump.Koushik Dutta2013-12-182-10/+10
| | | | Allow the underlying AsyncSocket to cache pending data for pause/resume.
* Add support for multicast dnsKoushik Dutta2013-11-251-8/+8
|
* SimpleFuture: calling setCallback on a cancelled SimpleFuture should invoke ↵Koushik Dutta2013-11-131-2/+2
| | | | the callback.
* Fix test for adjusted cancel behaviorKoushik Dutta2013-11-131-3/+6
|
* Fix testKoushik Dutta2013-11-131-0/+1
|
* Fix testKoushik Dutta2013-11-131-1/+3
|
* Cancelling a future should clear the callback.Koushik Dutta2013-11-061-0/+13
|
* Do not set the callback if the Future was cancelled.Koushik Dutta2013-11-061-0/+12
|
* v120Koushik Dutta2013-11-062-5/+8
|
* Use the URL class to handle redirect calculations.Koushik Dutta2013-11-061-2/+17
|
* Fix relative path redirect issues.Koushik Dutta2013-11-051-0/+69
| | | | https://github.com/koush/ion/issues/80
* dns test updatesKoushik Dutta2013-11-041-20/+23
|
* WIP: DNS support.Koushik Dutta2013-10-211-0/+71
| | | | | | ByteBufferList: fix order on elements Change-Id: I2ecd79ed42198b884d5eaca1f42bc98bb05294e0
* move StreamUtilityKoushik Dutta2013-09-103-132/+2
| | | | Change-Id: I52626e70495dc40a4cd039ea4f2cec23a7952d3a
* Fix up keep-alive handling.Koushik Dutta2013-09-011-0/+2
| | | | | | | Fix up Range/Content-Length calculations. Fix up header logging. (TODO: dont call toHeaderString) Change-Id: I3cdcdca179a5b7ddcbdaa582590e60f52cd5c515
* issue59 commentKoushik Dutta2013-08-311-0/+2
| | | | Change-Id: I1f36aabf571cb15b04ce5d4d72d7393879b56225
* AsyncHttpServer: keep-alive should only be used when requestedKoushik Dutta2013-08-311-0/+3
| | | | Change-Id: I07ea157f6a898970b85495281f1d0c6c21ecb6ca
* Add test around Issue59Koushik Dutta2013-08-311-0/+50
| | | | Change-Id: Ica8b0be5017cad66a78ade2ebf09a359b24c1639
* Breaking change:Koushik Dutta2013-08-313-10/+8
| | | | | | | | All HTTP bodies have moved into the com.koushikdutta.async.http.body namespace. Add support for Document bodies. Change-Id: I9b77e81b405aaa38ccf2afa030053e0ff9666761
* WebSocket Server: Implement WebSocket server protocol option.Koushik Dutta2013-08-291-0/+18
| | | | Change-Id: I02fc5e7ac4b0dbb688ad5789178f9e7643eea8a5
* HEAD request bug:Koushik Dutta2013-08-251-0/+7
| | | | | | | | Fix bug where HEAD requests would erroneously expect a content body. HEAD requests will return the same headers as a GET request, including Content-Length. Sans the body. Change-Id: I49f873a95486ee3a136b6652d85734d45871bf44
* add support for socket io queries.Koushik Dutta2013-08-012-8/+10
| | | | fixes: https://github.com/koush/AndroidAsync/issues/47
* socket.io reconnect should also reconnect any previously connected endpointsKoushik Dutta2013-07-221-12/+43
|
* Close dangling snapshots and streams in ResponseCacheMiddleware.Koushik Dutta2013-07-181-0/+27
| | | | Change-Id: Ibf3ba8e1e35b6a2926ec55c6781debda949c29ae
* switch to external test serverKoushik Dutta2013-07-181-1/+1
| | | | Change-Id: I2bf941202892439a12c21eb7f8ad08a81e73f1d9
* Fix event ackKoushik Dutta2013-07-181-0/+28
| | | | Change-Id: I4ea3f10d261b3422ec98400359be3a2a7b3a4ab5
* Use Uri's raw path for creating GET string to avoid removing URL encodingCorey Downing and Rick Kawala2013-07-161-4/+8
|
* do some test cleanupsKoushik Dutta2013-07-124-28/+10
|
* add timeout testsKoushik Dutta2013-07-121-4/+68
|
* timeout testsKoushik Dutta2013-07-121-0/+52
| | | | Change-Id: Ie6dfa8bf891d2c7e44c966e59f972bc1c5babb50