308 Commits (5385f9cbaacdc80f6525c66018789fc0426adfe3)
 

Author SHA1 Message Date
Nicolas Favre-Felix 5385f9cbaa Fixed warnings seen on FreeBSD. 13 years ago
Nicolas Favre-Felix 741db1b0c0 Removed endian.h
(Fixes GitHub issue #38).
13 years ago
Nicolas Favre-Felix 54d0d45d8d Moving away from endian.h 13 years ago
Nicolas Favre-Felix 712132ebc2 Reverted previous change 13 years ago
Nicolas Favre-Felix a6c994cd24 Added missing -lrt.
Tentative fix for GitHub issue #38.
13 years ago
Nicolas Favre-Felix 227e1809e4 More compatibility fixes with endian.h 13 years ago
Nicolas Favre-Felix d4d0ba4c4b Added sys/endian.h for Mac OSX.
(GitHub issue #38).
13 years ago
Nicolas Favre-Felix 022861ebd1 WebSocket fixes.
* Fixed size issues with large WS payloads.
* Added support for continuation frames.
13 years ago
Nicolas Favre-Felix 28326df532 Merge branch 'websockets' 13 years ago
Nicolas Favre-Felix 5190c16157 Updated WebSocket protocol to RFC6455.
WebSocket HTML demo now works with Google Chrome 17
and Firefox 8.
13 years ago
Nicolas Favre-Felix da8c888f88 Merge branch 'master' into websockets 13 years ago
Nicolas Favre-Felix 05bcc6098a Makefile fix, link with LDFLAGS after objects. 13 years ago
Nicolas Favre-Felix 7286cfe73f Send JS in JSON format 13 years ago
Nicolas Favre-Felix 33f9a2f01e Disabled Websockets by default.
Due to a possible crash, WebSockets are disabled until their
implementation is completed.
13 years ago
Nicolas Favre-Felix 2eba190a0d Fixed daemonize issue 13 years ago
Nicolas Favre-Felix eedff7af47 Fixed chunk issue with pub/sub clients 13 years ago
Nicolas Favre-Felix ebe4282d4a Extracted chunk_format function 13 years ago
Nicolas Favre-Felix a0b0c0cb30 Fixed pub/sub regression (Github issue #32) 13 years ago
Nicolas Favre-Felix 1014ed5bc4 Read messages from WebSocket client. 13 years ago
Nicolas Favre-Felix 6080e5a031 Merge branch 'master' into websockets 13 years ago
Nicolas Favre-Felix 707636bf3c Fixed msgpack dependency (GitHub issue #30) 13 years ago
Nicolas Favre-Felix 9b2cadadab Fixed byte-ordering in SHA1, added separate Origin header, and added support for prefixed MozWebSocket. 13 years ago
Nicolas Favre-Felix 5e41e76778 Merge branch 'master' into websockets 13 years ago
Nicolas Favre-Felix 4e07580a4c Better Makefile for MessagePack 13 years ago
Nicolas Favre-Felix a4408b6486 Removed static hiredis function from build 13 years ago
Nicolas Favre-Felix d1d45d9f8c Merge branch 'msgpack' 13 years ago
Nicolas Favre-Felix c2987f07cd Fixed test for HTTP-400 errors 13 years ago
Nicolas Favre-Felix cc194b1123 Fixed test for HTTP-400 errors 13 years ago
Nicolas Favre-Felix 1cd57619fb Added MessagePack tests and fixed status reply 13 years ago
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 93eaa01b4b Check for msgpack support 13 years ago
Nicolas Favre-Felix ff4b9d9cb1 Merge branch 'master' into websockets 13 years ago
Nicolas Favre-Felix fe88099ee5 Added text reply for statuses and errors. (Fix GitHub issue #29) 13 years ago
Nicolas Favre-Felix 8136f9270f Fixed keep-alive issue 13 years ago
Nicolas Favre-Felix 85a15193e9 Merge branch 'websockets' of github.com:nicolasff/webdis into websockets 13 years ago
Nicolas Favre-Felix 1dd111a6eb Merge branch 'master' of github.com:nicolasff/webdis into websockets 13 years ago
Nicolas Favre-Felix d38567d161 Merge branch 'websockets' of github.com:nicolasff/webdis into websockets 13 years ago
Nicolas Favre-Felix b680d3aadd Merge branch 'master' into websockets 13 years ago
Nicolas Favre-Felix e35374c8b0 Removed 2 unused warnings. 13 years ago
Nicolas Favre-Felix 6fd63cb8d8 Merge branch 'master' into websockets 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 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