aboutsummaryrefslogtreecommitdiffstats
path: root/AndroidAsync
Commit message (Expand)AuthorAgeFilesLines
* fix #181 configurable reconnectDelay and reconnectDelayMax for socket.ioJustin Huntington2014-10-242-4/+42
* fix #245 on socket.io reconnect, update the connecting field with the current...Justin Huntington2014-10-241-1/+1
* fix charset from utf8 to utf-8Amin Cheloh2014-09-252-3/+3
* Merge pull request #247 from robUx4/invalid_uri_debugKoushik Dutta2014-09-221-1/+3
|\
| * more debug about invalid URI not recognized by any middlewareSteve Lhomme2014-09-191-1/+3
* | fix https://github.com/koush/AndroidAsync/issues/244Koushik Dutta2014-09-171-2/+12
|/
* expose initial http request to WebSocket handlersFlorian Vallee2014-09-122-3/+4
* Revert "Added protected API for WebSocket creation"Florian Vallee2014-09-121-5/+1
* AsyncServer: *actually* use the resolved address.Koushik Dutta2014-09-101-1/+1
* AsyncServer: Catch all selector exceptions.Koushik Dutta2014-09-101-10/+6
* watch for selector exceptions.Koushik Dutta2014-09-091-0/+4
* Added protected API for WebSocket creationpaulpdaniels2014-09-081-1/+5
* imlKoushik Dutta2014-09-071-0/+3
* fix cherry-pickKoushik Dutta2014-08-261-1/+0
* 138Koushik Dutta2014-08-261-2/+2
* Fix up leaky alloctions.Koushik Dutta2014-08-265-11/+13
* imlKoushik Dutta2014-08-161-1/+19
* DataEmitter.charset fixes:Koushik Dutta2014-08-162-2/+10
* Merge pull request #221 from zbsz/pingKoushik Dutta2014-08-093-6/+36
|\
| * Add api for sending ping and receiving pong on WebSocketZbigniew Szymański2014-08-083-6/+36
* | fix gzip input filterKoushik Dutta2014-08-071-0/+9
* | watch for exceptions when setting the proxyKoushik Dutta2014-08-071-1/+8
|/
* Some HTTP servers are sending only newline instead of CRLF.Koushik Dutta2014-08-031-1/+4
* Merge pull request #215 from robUx4/missing_md5_workaroundKoushik Dutta2014-07-291-8/+35
|\
| * use another hash function if MD5 is not availableSteve Lhomme2014-07-281-8/+35
* | Fix a rare NPE crash in Android 2.xSteve Lhomme2014-07-281-0/+3
|/
* potential fix for selector exception in L preview.Koushik Dutta2014-07-241-1/+6
* Crash fix for a case where the EndCallback is not set and usedSteve Lhomme2014-07-221-1/+1
* removed package protected on some fields so that subclasses could access the ...Sean Stuckless2014-07-182-4/+4
* fixes for eclipseKoushik Dutta2014-07-183-22/+11
* derp.Koushik Dutta2014-07-173-3/+21
* ByteBuffer List fixes:Koushik Dutta2014-07-1611-78/+133
* AsyncSSLSocketWrapper: Perform handshake before allowing read/write.Koushik Dutta2014-07-133-158/+85
* Refactor proxy implementation. Maybe this should go into ion?Koushik Dutta2014-07-134-78/+64
* Merge branch 'use_android_proxy' of git://github.com/robUx4/AndroidAsync into...Koushik Dutta2014-07-122-0/+48
|\
| * Use the system proxy when it's defined.Steve Lhomme2014-07-082-0/+47
* | ffsKoushik Dutta2014-07-122-3/+3
* | ffsKoushik Dutta2014-07-122-3/+3
* | goddamn gradle publishingKoushik Dutta2014-07-123-28/+25
* | DataEmitters now have charset hints.Koushik Dutta2014-07-1016-11/+116
* | 131Koushik Dutta2014-07-101-2/+2
* | 130Koushik Dutta2014-07-091-2/+2
* | Remove defaultConfig flavor. Was derping up gradle inclusion.Koushik Dutta2014-07-091-5/+3
* | 129Koushik Dutta2014-07-081-4/+4
* | Deprecate socket.io. No longer works on 1.0+.Koushik Dutta2014-07-084-6/+3
|/
* 128Koushik Dutta2014-07-052-5/+5
* pass host and port to ssl engine configuratorKoushik Dutta2014-07-052-5/+11
* Merge pull request #192 from robUx4/empty_bodyKoushik Dutta2014-07-031-1/+1
|\
| * a 0-sized Content-Length should not use the chunked encodingSteve Lhomme2014-07-031-1/+1
* | Merge pull request #193 from robUx4/negative_content_lengthKoushik Dutta2014-07-031-1/+3
|\ \