76 Commits (e676f59f66fdf7386a6284489f7481e12b7c4264)

Author SHA1 Message Date
Nicolas Favre-Felix e676f59f66 MessagePack bugfixes 13 years ago
Nicolas Favre-Felix 78932bffd4 Working MessagePack implementation, if available. 13 years ago
Nicolas Favre-Felix 525c63d54a Added more msgpack support 13 years ago
Nicolas Favre-Felix fe88099ee5 Added text reply for statuses and errors. (Fix GitHub issue #29) 13 years ago
Nicolas Favre-Felix 12c67f655e Make pub/sub chunks async. 13 years ago
Nicolas Favre-Felix 4aef06212e Making writes asynchronous 13 years ago
Nicolas Favre-Felix 0f7d057ed2 Started making writes async. 13 years ago
Nicolas Favre-Felix 712d7b061d Updated hiredis to 5f5b3d9. 13 years ago
Nicolas Favre-Felix 4fde286233 Fixed crash on pub/sub with custom formats. 13 years ago
Nicolas Favre-Felix 683cd7759f Added Content-Disposition. 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 a4a76551c7 Merge branch 'refactor' 14 years ago
Nicolas Favre-Felix 9b2a761825 Fix for pub/sub clients. 14 years ago
Nicolas Favre-Felix 3035d8ee3d Refactoring. 14 years ago
Nicolas Favre-Felix 513982d8de Added asynchronous reconnect, fixed memory leak. 14 years ago
Nicolas Favre-Felix b3f2b2f306 Support Redis wire protocol over HTML5 WebSockets. 14 years ago
Nicolas Favre-Felix bf2f584140 Fixed 503 responses when Redis is down. 14 years ago
Nicolas Favre-Felix 071341fccf Fixed fd race condition. 14 years ago
Nicolas Favre-Felix 239c9004dc HTTP version in reply. 14 years ago
Nicolas Favre-Felix 5b7aa50e62 Partial rewrite, adding WebSockets, threads, pool. 14 years ago
Nicolas Favre-Felix 7e5e34653d Fix off-by-one error. 14 years ago
Nicolas Favre-Felix eefa8fb051 Merge branch 'master' into ry 14 years ago
Daniele Alessandri 8a78211197 Fix line endings for the raw reply format to comply with the Redis protocol specification. 14 years ago
Nicolas Favre-Felix 2db7eb8389 Merge branch 'master' into ry 14 years ago
Nicolas Favre-Felix 064c701160 Better HGETALL output in JSON and BSON. 14 years ago
Nicolas Favre-Felix fc5e14e6df Merge branch 'master' into ry 14 years ago
Nicolas Favre-Felix e4d2738742 BSON support. 14 years ago
Nicolas Favre-Felix 9f307f2ab7 Disconnect SUBSCRIBE users when Redis link is lost. 14 years ago
Nicolas Favre-Felix 6a1eae43f9 refactoring. 14 years ago
Nicolas Favre-Felix 9538f9f3f9 Merge branch 'master' into ry 14 years ago
Nicolas Favre-Felix 44ee69eda3 Parse INFO output and convert to a JSON object. 14 years ago
Nicolas Favre-Felix 9378544d19 Fix subscribe leak. 14 years ago
Nicolas Favre-Felix 70d2e07043 Fix memory access on empty commands. 14 years ago
Nicolas Favre-Felix a298d3c16b Better client/cmd relationship. 14 years ago
Nicolas Favre-Felix b5b79c97df Cleanup. 14 years ago
Nicolas Favre-Felix 7cfb80d4ce Add client.{c,h}. Needs a lot more refactoring. 14 years ago
Nicolas Favre-Felix b30a2976ca http.c refactoring, headers 14 years ago
Nicolas Favre-Felix 6026811c02 Fix pub/sub. Valgrind is happy. 14 years ago
Nicolas Favre-Felix e08af9149d Fixed JSONP output. 14 years ago
Nicolas Favre-Felix bbec5c6593 Bugfix, restored forced content-type. 14 years ago
Nicolas Favre-Felix d9d85ca1dd Fix realloc bug. 14 years ago
Nicolas Favre-Felix dac5eccde7 Fix ETag. 14 years ago
Nicolas Favre-Felix 981fd54aaf Fix Keep-Alive. 14 years ago
Nicolas Favre-Felix 89bb00f5ca Start sending HTTP replies. 14 years ago
Nicolas Favre-Felix 827a95e884 Add text output for integers. 14 years ago
Nicolas Favre-Felix 5e8fe94c3e Refactoring. 14 years ago
Nicolas Favre-Felix 6e3c4240ee Cleanup. 14 years ago
Nicolas Favre-Felix 469e51608b Removed content-type in another key, added suffixes instead. 14 years ago
Nicolas Favre-Felix 7c152db3c1 Could MD5 be affecting performance that much? 14 years ago