464 Commits (8f33c4b298eb393d626bf4e92ea49f8233073498)
 

Author SHA1 Message Date
Nicolas Favre-Felix 0f7d057ed2 Started making writes async. 13 years ago
Nicolas Favre-Felix d01a144e14 Merge branch 'master' into websockets 13 years ago
Nicolas Favre-Felix 27713dc581 Block when sending data to clients. 13 years ago
Nicolas Favre-Felix 5fb8600696 Merge branch 'master' into websockets 13 years ago
Nicolas Favre-Felix 394cd4fc01 Bugfix for large outputs 13 years ago
Nicolas Favre-Felix 6925709612 Websocket protocol, now sending proper Sec-WebSocket-Accept header. 13 years ago
Nicolas Favre-Felix bac0ed9128 Added base-64 encoding to WebSocket handshake. 13 years ago
Nicolas Favre-Felix f8ed8c89c9 Started implementing the new WebSocket protocol 13 years ago
Nicolas Favre-Felix 7360f8f7d8 Added fix-config.diff and install-target.diff by @jollyroger. 13 years ago
Nicolas Favre-Felix 94fb611bf3 Added support for a default root object (fix #26) 13 years ago
Nicolas Favre-Felix 712d7b061d Updated hiredis to 5f5b3d9. 13 years ago
Nicolas Favre-Felix 81d18ddfab Fix issue #24 with slow-reading clients. 13 years ago
Nicolas Favre-Felix 070d332341 Reset Makefile 13 years ago
Nicolas Favre-Felix 4fde286233 Fixed crash on pub/sub with custom formats. 13 years ago
Nicolas Favre-Felix 97d8afd46e Merge branch 'master' of github.com:nicolasff/webdis 13 years ago
Nicolas Favre-Felix 683cd7759f Added Content-Disposition. 14 years ago
Nicolas Favre-Felix 48b26587c1 Prevent truncate when the extension is unknown. 14 years ago
Nicolas Favre-Felix 04774aac1b Merge pull request #20 from bmatheny/master
Continue trying to reconnect
14 years ago
Blake Matheny 9bd292380a Should continue attempting to reconnect after errors 14 years ago
Nicolas Favre-Felix 3f510d3a63 Fixed ACL mask bug. 14 years ago
Nicolas Favre-Felix 52d5542e57 Fixed double-free with multiple SUBSCRIBE channels. 14 years ago
Nicolas Favre-Felix 4172dbfc75 s/Chunked/chunked/g 14 years ago
Nicolas Favre-Felix 1ac97b225a Removed 2 calls to memcpy. 14 years ago
Nicolas Favre-Felix 0e061f6d8d Fixed log buf, removed spin lock. 14 years ago
Nicolas Favre-Felix 9b536bff4f Restored unit test. 14 years ago
Nicolas Favre-Felix b830f6a461 Merge branch 'perf' 14 years ago
Nicolas Favre-Felix c9eab0c275 Fixed CORS. 14 years ago
Nicolas Favre-Felix cc9137d660 Fixed CORS. 14 years ago
Amir Mohammad Saied e9dd8df871 Fix FTBFS on Debian by adding -lrt to LDFLAGS 14 years ago
Nicolas Favre-Felix 9153c90c2e Release 0.1.0 14 years ago
Nicolas Favre-Felix a4a76551c7 Merge branch 'refactor' 14 years ago
Nicolas Favre-Felix 6a3ca7658e Add 'callback' query string parameter for JSONP. 14 years ago
Nicolas Favre-Felix dde59c943a Added SIGINT handler to pub/sub test. 14 years ago
Nicolas Favre-Felix d62310521f README for tests. 14 years ago
Nicolas Favre-Felix 5cddc7d331 Better pub/sub benchmark. 14 years ago
Nicolas Favre-Felix fb7d5b8429 Cleanup. 14 years ago
Nicolas Favre-Felix 6d7cd41e05 Log notice for large number of connections. 14 years ago
Nicolas Favre-Felix 47084088d0 Working pub/sub test. TODO: cleanup. 14 years ago
Nicolas Favre-Felix 9b2a761825 Fix for pub/sub clients. 14 years ago
Nicolas Favre-Felix c01adb1122 Started pub/sub test. 14 years ago
Nicolas Favre-Felix b01cb75db7 Disconnect broken SUBSCRIBE clients. 14 years ago
Nicolas Favre-Felix 21c4413d0d cleanup. 14 years ago
Nicolas Favre-Felix cdde256d9b Better WebSocket HTML5 page. 14 years ago
Nicolas Favre-Felix 3035d8ee3d Refactoring. 14 years ago
Nicolas Favre-Felix a532d4abbe Added "400/Bad Request" unit test. 14 years ago
Nicolas Favre-Felix 2c7072c2ed Added ETag unit test. 14 years ago
Nicolas Favre-Felix c4245ec1d9 Ideas. 14 years ago
Nicolas Favre-Felix a899b458c2 Small benchmarking error. 14 years ago
Nicolas Favre-Felix 513982d8de Added asynchronous reconnect, fixed memory leak. 14 years ago
Nicolas Favre-Felix a91b7b13e1 Unavailability bugfix. 14 years ago