aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* updated README to document JSONArraysNick Knudson2013-10-111-0/+16
* added executeJSONArrayNick Knudson2013-10-111-0/+28
* WebSocket: comment out regression that may have come fromKoushik Dutta2013-10-051-2/+4
* Adjust remoteItem return behavior to return tag on empty listKoushik Dutta2013-10-031-4/+7
* refactor hash list to allow tagsKoushik Dutta2013-10-031-5/+49
* Merge pull request #67 from soundrop/feature/webkit-deflate-frameKoushik Dutta2013-09-262-6/+52
|\
| * Add support for the x-webkit-deflate-frame extensionOle André Vadla Ravnås2013-09-262-6/+52
* | Merge pull request #66 from soundrop/fix/handle-307-redirectKoushik Dutta2013-09-261-1/+2
|\ \ | |/ |/|
| * Add support for 307 Temporary RedirectOle André Vadla Ravnås2013-09-261-1/+2
|/
* AsyncSSLSocketWrapper: properly recycle buffers.Koushik Dutta2013-09-222-7/+26
* Merge remote-tracking branch 'koush/master' into cm-10.2Koushik Dutta2013-09-220-0/+0
|\
| * Revert "gitignore"Koushik Dutta2013-09-161-1/+0
| * gitignoreKoushik Dutta2013-09-161-0/+1
* | add option for max pool sizeKoushik Dutta2013-09-221-1/+5
|/
* Fix API level 8 exceptionKoushik Dutta2013-09-161-1/+1
* InflaterInputFilter: report original exceptionKoushik Dutta2013-09-161-1/+1
* Socket.io: build on last commit. Watch for websocket disconnect.Koushik Dutta2013-09-161-1/+1
* Socket.IO: do not attempt to disconnect already discoonnected socketKoushik Dutta2013-09-161-1/+1
* wipKoushik Dutta2013-09-161-5/+17
* 118Koushik Dutta2013-09-141-3/+3
* AsyncServer: switch post/run queueKoushik Dutta2013-09-144-144/+183
* InputStreamDataEmitter fixes:Koushik Dutta2013-09-141-1/+4
* InputStreamDataEmitter blocking fixesKoushik Dutta2013-09-141-12/+28
* Merge remote-tracking branch 'koush/master' into cm-10.2Koushik Dutta2013-09-111-3/+105
|\
| * Implement support for blocking streamsKoushik Dutta2013-09-111-3/+105
* | Merge remote-tracking branch 'koush/master' into cm-10.2Koushik Dutta2013-09-117-77/+43
|\|
| * OutputStreamDataSink needs to provide a server.Koushik Dutta2013-09-111-3/+12
| * move StreamUtilityKoushik Dutta2013-09-103-53/+9
| * Fix ups for Range requests.Koushik Dutta2013-09-103-21/+22
* | Merge remote-tracking branch 'koush/master' into cm-10.2Koushik Dutta2013-09-0555-243/+807
|\|
| * Expose the ResponseCacheMiddleware DiskLruCache.Koushik Dutta2013-09-042-3/+20
| * AsyncServer.stop is now synchronous.Koushik Dutta2013-09-041-12/+27
| * AsyncHttpServer: sendFile enhancementsKoushik Dutta2013-09-042-1/+6
| * Fix up keep-alive handling.Koushik Dutta2013-09-018-31/+61
| * issue59 commentKoushik Dutta2013-08-311-0/+2
| * AsyncHttpServer: keep-alive should only be used when requestedKoushik Dutta2013-08-312-1/+6
| * Add test around Issue59Koushik Dutta2013-08-312-9/+61
| * Breaking change:Koushik Dutta2013-08-3123-25/+175
| * WebSocket Server: Implement WebSocket server protocol option.Koushik Dutta2013-08-294-1/+35
| * AsyncHttpServerResponse: fix bug where writeHead is called twiceKoushik Dutta2013-08-291-1/+5
| * SocketIO: Do not readd existing clientsKoushik Dutta2013-08-291-1/+2
| * PushParser: fix PushParser.until not eating the markerKoushik Dutta2013-08-291-0/+2
| * HEAD request bug:Koushik Dutta2013-08-254-3/+39
| * Fix bug where SSL Socket would never invokeKoushik Dutta2013-08-251-0/+7
| * remove some system.out spamKoushik Dutta2013-08-231-2/+0
| * Potential SSL fixes.Koushik Dutta2013-08-232-31/+41
| * ByteBuffer.equals apparently checks for position/remaining/limit/capcity equa...Koushik Dutta2013-08-232-4/+12
| * Add sychronization around access to middleware.Koushik Dutta2013-08-231-15/+25
| * disable logging on bytebufferlist.Koushik Dutta2013-08-234-6/+13
| * Fix issue with double reclaim.Koushik Dutta2013-08-214-5/+21