Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updated for SDK buildsHEADreplicant-6.0-0004-transitionreplicant-6.0-0004-rc6replicant-6.0-0004-rc5-transitionreplicant-6.0-0004-rc5replicant-6.0-0004-rc4replicant-6.0-0004-rc3replicant-6.0-0004-rc2replicant-6.0-0004-rc1replicant-6.0-0004replicant-6.0-0003replicant-6.0-0002replicant-6.0-0001stable/cm-13.0-ZNH5Ystable/cm-13.0-ZNH2KBstable/cm-13.0-ZNH2Kstable/cm-13.0-ZNH0Ecm-14.1cm-14.0cm-13.0 | cretin45 | 2015-10-18 | 1 | -1/+1 |
| | | | | Change-Id: I411e7bf072a3d829994233c267e60586f5499b11 | ||||
* | Don't define SDKion-master | cretin45 | 2015-10-17 | 1 | -1/+1 |
| | | | | Change-Id: I02e4d048a575a3d30540fc3d46fba14188b72e9f | ||||
* | Merge pull request #403 from ahmednuaman/patch-1 | Koushik Dutta | 2015-10-05 | 1 | -2/+2 |
|\ | | | | | fixed typo relating to callback in multipart/form-data example | ||||
| * | fixed typo relating to callback in multipart/form-data example | Ahmed Nuaman | 2015-10-04 | 1 | -2/+2 |
|/ | |||||
* | apache http is deperacated, comment out test until rewritten | Koushik Dutta | 2015-09-14 | 3 | -31/+29 |
| | | | | add AsyncServerHttpResponse.send(byte[]) | ||||
* | Thread affinity fixes for BufferedDataSink | Koushik Dutta | 2015-09-01 | 1 | -15/+25 |
| | |||||
* | api 23, remove deprecated apache http stuff. | Koushik Dutta | 2015-08-30 | 14 | -166/+657 |
| | |||||
* | Merge pull request #382 from mkonecny/master | Koushik Dutta | 2015-08-21 | 1 | -1/+1 |
|\ | | | | | Update README.md | ||||
| * | Update README.md | Martin Konecny | 2015-08-21 | 1 | -1/+1 |
| | | |||||
| * | Update README.md | Martin Konecny | 2015-08-21 | 1 | -1/+1 |
|/ | | | `onDataAvailable` has a different signature now. | ||||
* | Merge pull request #378 from Ninjanetic/issue-295-null-object | Koushik Dutta | 2015-08-01 | 1 | -1/+4 |
|\ | | | | | Handle cases where the transport becomes null during the socketIO heartbeat | ||||
| * | Handle cases where the transport becomes null during the socketIO heartbeat. | Jason Adams | 2015-07-24 | 1 | -1/+4 |
|/ | |||||
* | Properly bubble up any exceptions during handshake failure. | Koushik Dutta | 2015-06-28 | 1 | -1/+6 |
| | | | | Related to diagnosing: https://github.com/koush/ion/issues/559#issuecomment-116263055 | ||||
* | Manually closing AsyncHttpResponse should also terminate the socket. | Koushik Dutta | 2015-06-28 | 2 | -14/+24 |
| | |||||
* | Merge pull request #363 from chengg11/master | Koushik Dutta | 2015-06-20 | 3 | -1/+20 |
|\ | | | | | add onPing() support to client can be ware of the pings sent by server | ||||
| * | add onPing() support to client can be ware of the pings sent by server | chengg11 | 2015-06-19 | 3 | -1/+20 |
|/ | |||||
* | 216 | Koushik Dutta | 2015-06-12 | 2 | -3/+3 |
| | |||||
* | 215: | Koushik Dutta | 2015-06-09 | 2 | -2/+9 |
| | | | | supress debug exceptions | ||||
* | mimes on streams. | Koushik Dutta | 2015-05-27 | 2 | -2/+11 |
| | | | | no chunked necessary for connection:close | ||||
* | min sdk, explicitly choose charset | Koushik Dutta | 2015-05-21 | 2 | -5/+6 |
| | |||||
* | Add ISO-8859-1 charset. | Koushik Dutta | 2015-05-20 | 1 | -0/+1 |
| | |||||
* | Fix spdy negotiation. | Koushik Dutta | 2015-05-12 | 3 | -6/+19 |
| | | | | https://github.com/koush/ion/issues/559#issuecomment-101411986 | ||||
* | Fix proxying to not require transparent proxying. This was a regression. | Koushik Dutta | 2015-04-18 | 3 | -30/+5 |
| | | | | At some point getProxyRequestLine call was removed. | ||||
* | 213 | Koushik Dutta | 2015-03-25 | 1 | -2/+2 |
| | |||||
* | Another approach to the message digest fix. | Koushik Dutta | 2015-03-16 | 1 | -10/+16 |
| | | | | | | Keep a static instance Wrap in synchronized block Reset on every use | ||||
* | Revert "fix issue 461" | Koushik Dutta | 2015-03-16 | 2 | -36/+17 |
| | | | | This reverts commit 98a9d50ec4e466ee8d84be47e0a7bab6434e7d0f. | ||||
* | Merge pull request #331 from mkoslacz/issue_461 | Koushik Dutta | 2015-03-16 | 2 | -17/+36 |
|\ | | | | | fix issue 461 | ||||
| * | fix issue 461 | mkoslacz | 2015-03-16 | 2 | -17/+36 |
|/ | | | | | I have managed to apply workaround to issue #461 mentioned here: https://github.com/koush/ion/issues/461 based on this commit https://github.com/candrews/HttpResponseCache/commit/a93c92d1d8b87778ac7bb2fa2fe2759e7ca06219 I use local copy of MessageDigest in com.koushikdutta.async.util.FileCache instead of getting instance of MessageDigest each time. It prevents from occuring java.util.ConcurrentModificationException at com.koushikdutta.async.util.FileCache.toKeyString(). | ||||
* | Fix proguard issues: | Koushik Dutta | 2015-03-14 | 7 | -21/+41 |
| | | | | https://github.com/koush/ion/issues/515 | ||||
* | tighten up gradle files with android studio project defaults | Koushik Dutta | 2015-03-14 | 3 | -34/+6 |
| | |||||
* | 211 | Koushik Dutta | 2015-03-12 | 1 | -2/+2 |
| | |||||
* | remove iml | Koushik Dutta | 2015-03-12 | 4 | -179/+1 |
| | |||||
* | 210 | Koushik Dutta | 2015-03-09 | 2 | -4/+2 |
| | |||||
* | Change AsyncParser.getType to Type and not class. | Koushik Dutta | 2015-03-07 | 2 | -3/+6 |
| | |||||
* | Revert "Revert "Add getType to AsyncParser."" | Koushik Dutta | 2015-03-07 | 8 | -5/+27 |
| | | | | This reverts commit 2f8678ddb2530d582d7f50245272604d916f2609. | ||||
* | Revert "Add getType to AsyncParser." | Koushik Dutta | 2015-03-07 | 8 | -27/+5 |
| | | | | This reverts commit 4c85f8686eaf5dd33597d22b3ffa2f8e6f0db211. | ||||
* | Reverting as this is causing tests to fail. Common behavior is to accept the ↵ | Koushik Dutta | 2015-03-07 | 1 | -13/+4 |
| | | | | | | | | | | POST and then redirect to another page. This causes the POST to happen twice. Revert "Redirected requests now keep the same request method, body and headers as the original one." This reverts commit 6ae6e0c38b025fe87c3ace8599d92b055231b738. | ||||
* | Add getType to AsyncParser. | Koushik Dutta | 2015-03-07 | 8 | -5/+27 |
| | |||||
* | Merge pull request #326 from ExamTime/master | Koushik Dutta | 2015-03-05 | 1 | -4/+13 |
|\ | | | | | Redirected requests now keep the same request method, body and headers a... | ||||
| * | Redirected requests now keep the same request method, body and headers as ↵ | glennporter-examtime | 2015-03-05 | 1 | -4/+13 |
|/ | | | | the original one. | ||||
* | 209 | Koushik Dutta | 2015-03-04 | 2 | -11/+13 |
| | |||||
* | FutureThread constructor | Koushik Dutta | 2015-03-02 | 3 | -99/+16 |
| | |||||
* | Merge pull request #323 from andhie/patch-1 | Koushik Dutta | 2015-02-26 | 1 | -1/+1 |
|\ | | | | | Display Request Payload in Chrome Inspector | ||||
| * | Display Request Payload in Chrome Inspector | Andhie Wong | 2015-02-26 | 1 | -1/+1 |
|/ | |||||
* | fix up some derpage for sonatype | Koushik Dutta | 2015-02-24 | 3 | -2/+4 |
| | |||||
* | Update README.md | Koushik Dutta | 2015-02-24 | 1 | -7/+31 |
| | |||||
* | b64 images for stetho preview | Koushik Dutta | 2015-02-24 | 2 | -8/+21 |
| | |||||
* | 208 | Koushik Dutta | 2015-02-24 | 3 | -4/+11 |
| | |||||
* | 207: better npe fix. handle callback | Koushik Dutta | 2015-02-21 | 1 | -1/+1 |
| | |||||
* | 207 | Koushik Dutta | 2015-02-21 | 1 | -2/+2 |
| |