aboutsummaryrefslogtreecommitdiffstats
path: root/AndroidAsync
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
* 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
|
* 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
|
* 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.
* 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-141-8/+0
|
* 211Koushik Dutta2015-03-121-2/+2
|
* remove imlKoushik Dutta2015-03-122-163/+0
|
* 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
|
* 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-022-2/+16
|
* 208Koushik Dutta2015-02-241-2/+2
|
* 207: better npe fix. handle callbackKoushik Dutta2015-02-211-1/+1
|
* 207Koushik Dutta2015-02-211-2/+2
|
* fix npeKoushik Dutta2015-02-211-1/+1
|
* initial stetho supportKoushik Dutta2015-02-182-10/+10
|
* allow forcing a charset for string parsing.Koushik Dutta2015-02-151-1/+13
|
* fix multipart setContentType not actually doing anything.Koushik Dutta2015-02-152-1/+3
| | | | https://github.com/koush/ion/issues/398
* 206Koushik Dutta2015-02-151-2/+2
|
* potential fix for issue 484Koushik Dutta2015-02-152-56/+97
| | | | https://github.com/koush/ion/issues/484
* pushparser fix for 0 len byte arrayKoushik Dutta2015-02-152-3/+6
|
* null check headerKoushik Dutta2015-02-111-1/+1
|
* watch for cr or lfKoushik Dutta2015-02-112-9/+11
|
* reexpose default content type for file bodiesKoushik Dutta2015-01-301-1/+3
|
* imlKoushik Dutta2015-01-301-0/+2
|
* Add AsyncHttpPut class for PUT operationsUrmil Parikh2015-01-271-0/+15
|
* FileBody: Allow setting custom content-typeUrmil Parikh2015-01-271-2/+12
|
* Fix other potential reentrancy issues.Koushik Dutta2015-01-191-2/+5
|