aboutsummaryrefslogtreecommitdiffstats
path: root/AndroidAsync/src
Commit message (Expand)AuthorAgeFilesLines
* wip: changing ClosedCallback to CompletedCallback.Koushik Dutta2013-01-1113-39/+133
* fix query parsing bugKoushik Dutta2013-01-101-1/+1
* actually close websocketsKoushik Dutta2013-01-091-0/+1
* query string parsingKoushik Dutta2013-01-043-3/+38
* send form data via content length. seems to screw up nginx/varnish/node/deplo...Koushik Dutta2013-01-032-4/+15
* send form data via content length. seems to screw up nginx/varnish/node/deplo...Koushik Dutta2013-01-035-8/+29
* Fix hybiparser bug. The translation to java done by @codebutler had a reverse...Koushik Dutta2013-01-021-1/+1
* add support for Sec-WebSocket-ProtocolKoushik Dutta2013-01-023-17/+26
* WebSocket: pause the underlying socket.Koushik Dutta2013-01-011-6/+3
* WebSocket is now an AsyncSocket.Koushik Dutta2012-12-3111-57/+210
* Enable server Connection: keep-alive by default. Remove noisy logging.Koushik Dutta2012-12-312-1/+2
* Move WebSocket into com.koushikdutta.async.http, since there is now client su...Koushik Dutta2012-12-318-449/+48
* eat data on redirectKoushik Dutta2012-12-311-1/+2
* websocket client.Koushik Dutta2012-12-316-109/+149
* Fix SSL. Get rid of DataExchange.Koushik Dutta2012-12-308-45/+107
* wipKoushik Dutta2012-12-3021-134/+485
* fixup boundary matches between chunksKoushik Dutta2012-12-275-27/+47
* Handle 100 continue.Koushik Dutta2012-12-275-17/+53
* oh my god, multipart/form-data is the most terrible data format ever.Koushik Dutta2012-12-275-15/+218
* bug fix in pause/resume socket.Koushik Dutta2012-12-2611-45/+151
* remove some noisy logging. assert that no data is sent after a response is co...Koushik Dutta2012-12-263-8/+10
* fixesKoushik Dutta2012-12-262-6/+12
* Refactor ExceptionCallback into CompletedCallback. They were the same.Koushik Dutta2012-12-2622-116/+199
* wipKoushik Dutta2012-12-2511-78/+181
* Fix random intermittent crash in selector closing.Koushik Dutta2012-12-252-10/+15
* redirectKoushik Dutta2012-12-242-0/+8
* setContentType on AsyncHttpServerResponseKoushik Dutta2012-12-232-3/+23
* Fixup redirects accidentally calling event listeners twice due it not short c...Koushik Dutta2012-12-223-19/+13
* AsyncHttpResponseImpl should never set the data callback to null.Koushik Dutta2012-12-173-2/+14
* proguard brevityKoushik Dutta2012-12-061-1/+1
* Fix warnings for tap being unused.Koushik Dutta2012-12-065-24/+68
* add BinarySink for writing basic data types.Koushik Dutta2012-11-241-0/+46
* minor fixes, sendFileKoushik Dutta2012-11-165-6/+50
* Only do one read per onReadable event.Koushik Dutta2012-10-283-43/+46
* AsyncHttpServer: rename connect to execute.Koushik Dutta2012-10-263-21/+24
* Do not read DatagramChannels multiple times on a read event. This will cause ...Koushik Dutta2012-10-261-2/+11
* support for http postKoushik Dutta2012-10-1711-32/+78
* various refactorings. add support for a buffer limit on BufferedDataSink./Koushik Dutta2012-10-1713-119/+199
* refactor sink filter. pull ChunkedOutputFilter into a separate class.Koushik Dutta2012-10-1612-53/+197
* The http request connection complete callback should not be invoked until the...Koushik Dutta2012-10-143-4/+3
* Fix up SSLContext initialization on Froyo. Fix up SSLEngine initialization on...Koushik Dutta2012-10-133-10/+41
* css content typeKoushik Dutta2012-09-152-1/+10
* remove logging spamKoushik Dutta2012-09-151-1/+0
* more webserver related fixesKoushik Dutta2012-09-148-17/+151
* add support for hosting static content out of the /assets directory.Koushik Dutta2012-09-137-15/+161
* fix BufferedDataSink bug. let the default AsyncServer instance autostart.Koushik Dutta2012-09-112-5/+32
* smarter allocations. pausable sockets.Koushik Dutta2012-09-116-19/+61
* trim byte buffer lists better. dont throw everything into a array list of a b...Koushik Dutta2012-09-103-57/+89
* dead codeKoushik Dutta2012-09-091-7/+0
* fixup derpy blocking happening in a synchronization scopeKoushik Dutta2012-09-091-4/+10