aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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.0cretin452015-10-181-1/+1
| | | | Change-Id: I411e7bf072a3d829994233c267e60586f5499b11
* Don't define SDKion-mastercretin452015-10-171-1/+1
| | | | Change-Id: I02e4d048a575a3d30540fc3d46fba14188b72e9f
* Merge pull request #403 from ahmednuaman/patch-1Koushik Dutta2015-10-051-2/+2
|\ | | | | fixed typo relating to callback in multipart/form-data example
| * fixed typo relating to callback in multipart/form-data exampleAhmed Nuaman2015-10-041-2/+2
|/
* apache http is deperacated, comment out test until rewrittenKoushik Dutta2015-09-143-31/+29
| | | | add AsyncServerHttpResponse.send(byte[])
* Thread affinity fixes for BufferedDataSinkKoushik Dutta2015-09-011-15/+25
|
* api 23, remove deprecated apache http stuff.Koushik Dutta2015-08-3014-166/+657
|
* Merge pull request #382 from mkonecny/masterKoushik Dutta2015-08-211-1/+1
|\ | | | | Update README.md
| * Update README.mdMartin Konecny2015-08-211-1/+1
| |
| * Update README.mdMartin Konecny2015-08-211-1/+1
|/ | | `onDataAvailable` has a different signature now.
* Merge pull request #378 from Ninjanetic/issue-295-null-objectKoushik Dutta2015-08-011-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 Adams2015-07-241-1/+4
|/
* Properly bubble up any exceptions during handshake failure.Koushik Dutta2015-06-281-1/+6
| | | | Related to diagnosing: https://github.com/koush/ion/issues/559#issuecomment-116263055
* Manually closing AsyncHttpResponse should also terminate the socket.Koushik Dutta2015-06-282-14/+24
|
* Merge pull request #363 from chengg11/masterKoushik Dutta2015-06-203-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 serverchengg112015-06-193-1/+20
|/
* 216Koushik Dutta2015-06-122-3/+3
|
* 215:Koushik Dutta2015-06-092-2/+9
| | | | supress debug exceptions
* mimes on streams.Koushik Dutta2015-05-272-2/+11
| | | | no chunked necessary for connection:close
* min sdk, explicitly choose charsetKoushik Dutta2015-05-212-5/+6
|
* Add ISO-8859-1 charset.Koushik Dutta2015-05-201-0/+1
|
* Fix spdy negotiation.Koushik Dutta2015-05-123-6/+19
| | | | https://github.com/koush/ion/issues/559#issuecomment-101411986
* Fix proxying to not require transparent proxying. This was a regression.Koushik Dutta2015-04-183-30/+5
| | | | At some point getProxyRequestLine call was removed.
* 213Koushik Dutta2015-03-251-2/+2
|
* Another approach to the message digest fix.Koushik Dutta2015-03-161-10/+16
| | | | | | Keep a static instance Wrap in synchronized block Reset on every use
* Revert "fix issue 461"Koushik Dutta2015-03-162-36/+17
| | | | This reverts commit 98a9d50ec4e466ee8d84be47e0a7bab6434e7d0f.
* Merge pull request #331 from mkoslacz/issue_461Koushik Dutta2015-03-162-17/+36
|\ | | | | fix issue 461
| * fix issue 461mkoslacz2015-03-162-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 Dutta2015-03-147-21/+41
| | | | https://github.com/koush/ion/issues/515
* tighten up gradle files with android studio project defaultsKoushik Dutta2015-03-143-34/+6
|
* 211Koushik Dutta2015-03-121-2/+2
|
* remove imlKoushik Dutta2015-03-124-179/+1
|
* 210Koushik Dutta2015-03-092-4/+2
|
* Change AsyncParser.getType to Type and not class.Koushik Dutta2015-03-072-3/+6
|
* Revert "Revert "Add getType to AsyncParser.""Koushik Dutta2015-03-078-5/+27
| | | | This reverts commit 2f8678ddb2530d582d7f50245272604d916f2609.
* Revert "Add getType to AsyncParser."Koushik Dutta2015-03-078-27/+5
| | | | This reverts commit 4c85f8686eaf5dd33597d22b3ffa2f8e6f0db211.
* Reverting as this is causing tests to fail. Common behavior is to accept the ↵Koushik Dutta2015-03-071-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 Dutta2015-03-078-5/+27
|
* Merge pull request #326 from ExamTime/masterKoushik Dutta2015-03-051-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-examtime2015-03-051-4/+13
|/ | | | the original one.
* 209Koushik Dutta2015-03-042-11/+13
|
* FutureThread constructorKoushik Dutta2015-03-023-99/+16
|
* Merge pull request #323 from andhie/patch-1Koushik Dutta2015-02-261-1/+1
|\ | | | | Display Request Payload in Chrome Inspector
| * Display Request Payload in Chrome InspectorAndhie Wong2015-02-261-1/+1
|/
* fix up some derpage for sonatypeKoushik Dutta2015-02-243-2/+4
|
* Update README.mdKoushik Dutta2015-02-241-7/+31
|
* b64 images for stetho previewKoushik Dutta2015-02-242-8/+21
|
* 208Koushik Dutta2015-02-243-4/+11
|
* 207: better npe fix. handle callbackKoushik Dutta2015-02-211-1/+1
|
* 207Koushik Dutta2015-02-211-2/+2
|