Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | restructure tests for gradle | Koushik Dutta | 2014-07-03 | 20 | -2310/+0 |
| | |||||
* | test issue 189, shuffle UntypedHashTable around. | Koushik Dutta | 2014-07-01 | 1 | -0/+13 |
| | |||||
* | Workarounds the L preview. | Koushik Dutta | 2014-06-29 | 2 | -2/+0 |
| | |||||
* | Switch from URI to Uri. | Koushik Dutta | 2014-05-21 | 2 | -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 tests | Koushik Dutta | 2014-04-21 | 1 | -0/+8 |
| | |||||
* | add disabled ssl proxy test | Koushik Dutta | 2014-04-20 | 1 | -0/+22 |
| | |||||
* | Switch from DiskLruCache to FileCache | Koushik Dutta | 2014-04-13 | 2 | -1/+192 |
| | |||||
* | fixup dns failure test | Koushik Dutta | 2014-04-10 | 1 | -2/+3 |
| | |||||
* | add domain failure test | Koushik Dutta | 2014-04-10 | 1 | -0/+21 |
| | |||||
* | AsyncServer: nslookup exceptions were not being passed to ConnectCallback | Koushik Dutta | 2014-04-10 | 1 | -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 Dutta | 2014-04-06 | 1 | -0/+18 |
| | |||||
* | Tests: Use dynamic ports | Koushik Dutta | 2014-04-06 | 2 | -5/+8 |
| | |||||
* | Merge pull request #128 from zbsz/parser_refactoring | Koushik Dutta | 2014-04-05 | 1 | -5/+58 |
|\ | | | | | PushParser refactoring | ||||
| * | Restored old TapCallback api, still supporting simplified operations. | Zbigniew Szymański | 2014-03-30 | 1 | -2/+57 |
| | | | | | | | | Added missing (removed earlier) methods in PushParser, implemented old TapCallback handling on top of simplified PushParser. | ||||
| * | PushParser refactoring | Zbigniew Szymański | 2014-03-29 | 1 | -5/+3 |
| | | | | | | | | | | - simplified implementation, removed couple unused methods - type safe TapCallback - no need for reflection, no problems with proguard | ||||
* | | fixup tests. | Koushik Dutta | 2014-04-05 | 9 | -28/+50 |
| | | |||||
* | | fix minor breakage in test | Koushik Dutta | 2014-04-01 | 1 | -1/+1 |
|/ | |||||
* | AsyncHttpClient: watch and report invalid URIs. | Koushik Dutta | 2014-03-18 | 1 | -1/+1 |
| | | | | ByteBufferList: add support for compacting. | ||||
* | Revert busy loop fix. | Koushik Dutta | 2014-02-12 | 1 | -1/+0 |
| | | | | Note reason. Need to fix this later... | ||||
* | Fixups for Handler removal. | Koushik Dutta | 2014-02-10 | 1 | -2/+2 |
| | |||||
* | Fix bug in ContentLengthFilter and Util.pump. | Koushik Dutta | 2013-12-18 | 2 | -10/+10 |
| | | | | Allow the underlying AsyncSocket to cache pending data for pause/resume. | ||||
* | Add support for multicast dns | Koushik Dutta | 2013-11-25 | 1 | -8/+8 |
| | |||||
* | SimpleFuture: calling setCallback on a cancelled SimpleFuture should invoke ↵ | Koushik Dutta | 2013-11-13 | 1 | -2/+2 |
| | | | | the callback. | ||||
* | Fix test for adjusted cancel behavior | Koushik Dutta | 2013-11-13 | 1 | -3/+6 |
| | |||||
* | Fix test | Koushik Dutta | 2013-11-13 | 1 | -0/+1 |
| | |||||
* | Fix test | Koushik Dutta | 2013-11-13 | 1 | -1/+3 |
| | |||||
* | Cancelling a future should clear the callback. | Koushik Dutta | 2013-11-06 | 1 | -0/+13 |
| | |||||
* | Do not set the callback if the Future was cancelled. | Koushik Dutta | 2013-11-06 | 1 | -0/+12 |
| | |||||
* | v120 | Koushik Dutta | 2013-11-06 | 2 | -5/+8 |
| | |||||
* | Use the URL class to handle redirect calculations. | Koushik Dutta | 2013-11-06 | 1 | -2/+17 |
| | |||||
* | Fix relative path redirect issues. | Koushik Dutta | 2013-11-05 | 1 | -0/+69 |
| | | | | https://github.com/koush/ion/issues/80 | ||||
* | dns test updates | Koushik Dutta | 2013-11-04 | 1 | -20/+23 |
| | |||||
* | WIP: DNS support. | Koushik Dutta | 2013-10-21 | 1 | -0/+71 |
| | | | | | | ByteBufferList: fix order on elements Change-Id: I2ecd79ed42198b884d5eaca1f42bc98bb05294e0 | ||||
* | move StreamUtility | Koushik Dutta | 2013-09-10 | 3 | -132/+2 |
| | | | | Change-Id: I52626e70495dc40a4cd039ea4f2cec23a7952d3a | ||||
* | Fix up keep-alive handling. | Koushik Dutta | 2013-09-01 | 1 | -0/+2 |
| | | | | | | | Fix up Range/Content-Length calculations. Fix up header logging. (TODO: dont call toHeaderString) Change-Id: I3cdcdca179a5b7ddcbdaa582590e60f52cd5c515 | ||||
* | issue59 comment | Koushik Dutta | 2013-08-31 | 1 | -0/+2 |
| | | | | Change-Id: I1f36aabf571cb15b04ce5d4d72d7393879b56225 | ||||
* | AsyncHttpServer: keep-alive should only be used when requested | Koushik Dutta | 2013-08-31 | 1 | -0/+3 |
| | | | | Change-Id: I07ea157f6a898970b85495281f1d0c6c21ecb6ca | ||||
* | Add test around Issue59 | Koushik Dutta | 2013-08-31 | 1 | -0/+50 |
| | | | | Change-Id: Ica8b0be5017cad66a78ade2ebf09a359b24c1639 | ||||
* | Breaking change: | Koushik Dutta | 2013-08-31 | 3 | -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 Dutta | 2013-08-29 | 1 | -0/+18 |
| | | | | Change-Id: I02fc5e7ac4b0dbb688ad5789178f9e7643eea8a5 | ||||
* | HEAD request bug: | Koushik Dutta | 2013-08-25 | 1 | -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 Dutta | 2013-08-01 | 2 | -8/+10 |
| | | | | fixes: https://github.com/koush/AndroidAsync/issues/47 | ||||
* | socket.io reconnect should also reconnect any previously connected endpoints | Koushik Dutta | 2013-07-22 | 1 | -12/+43 |
| | |||||
* | Close dangling snapshots and streams in ResponseCacheMiddleware. | Koushik Dutta | 2013-07-18 | 1 | -0/+27 |
| | | | | Change-Id: Ibf3ba8e1e35b6a2926ec55c6781debda949c29ae | ||||
* | switch to external test server | Koushik Dutta | 2013-07-18 | 1 | -1/+1 |
| | | | | Change-Id: I2bf941202892439a12c21eb7f8ad08a81e73f1d9 | ||||
* | Fix event ack | Koushik Dutta | 2013-07-18 | 1 | -0/+28 |
| | | | | Change-Id: I4ea3f10d261b3422ec98400359be3a2a7b3a4ab5 | ||||
* | Use Uri's raw path for creating GET string to avoid removing URL encoding | Corey Downing and Rick Kawala | 2013-07-16 | 1 | -4/+8 |
| | |||||
* | do some test cleanups | Koushik Dutta | 2013-07-12 | 4 | -28/+10 |
| | |||||
* | add timeout tests | Koushik Dutta | 2013-07-12 | 1 | -4/+68 |
| | |||||
* | timeout tests | Koushik Dutta | 2013-07-12 | 1 | -0/+52 |
| | | | | Change-Id: Ie6dfa8bf891d2c7e44c966e59f972bc1c5babb50 |