33 Commits (8f33c4b298eb393d626bf4e92ea49f8233073498)

Author SHA1 Message Date
Nicolas Favre-Felix 1589b77da9
Clean up empty indented lines 4 years ago
Andrii Senkovych 2496fb2515
Pass tests with python-msgpack >= 0.3
Current test suite pass with python-msgpack v0.2 but fails with python-msgpack
v0.3 and later due to changes in the library. Modern distributions ship
python-msgpack > 0.3 for very long time ago.
4 years ago
Nicolas Favre-Felix f22a2953b9 Convert tests to Python3
Contribution from Sandro Tosi at https://github.com/nicolasff/webdis/issues/173
5 years ago
Andriy Senkovych 3156b530af Allow test programs use custom port using environment variable or command-line argument 11 years ago
Nicolas Favre-Felix 2c634fa071 Remove BSON support 12 years ago
Nicolas Favre-Felix b7fb7324f8 Remove deprecated test for DB number. 12 years ago
Nicolas Favre-Felix b7607a0381 Test separate databases. 12 years ago
Nicolas Favre-Felix 66e4e19f6a Fix tests Makefile 12 years ago
Nicolas Favre-Felix 85d242f63a Add HTTP limits (security feature).
* Limit the total HTTP request size.
* Fail early, as soon as invalid characters are found.
* Fixes issue #33.
13 years ago
Nicolas Favre-Felix a26a8681ac Removed obsolete unit test 13 years ago
Nicolas Favre-Felix 006186f429 Added separator param for custom list responses. 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 9b2cadadab Fixed byte-ordering in SHA1, added separate Origin header, and added support for prefixed MozWebSocket. 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 9b536bff4f Restored unit test. 14 years ago
Nicolas Favre-Felix c9eab0c275 Fixed CORS. 14 years ago
Amir Mohammad Saied e9dd8df871 Fix FTBFS on Debian by adding -lrt to LDFLAGS 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 47084088d0 Working pub/sub test. TODO: cleanup. 14 years ago
Nicolas Favre-Felix c01adb1122 Started pub/sub test. 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 a532d4abbe Added "400/Bad Request" unit test. 14 years ago
Nicolas Favre-Felix 2c7072c2ed Added ETag unit test. 14 years ago
Nicolas Favre-Felix a899b458c2 Small benchmarking error. 14 years ago
Nicolas Favre-Felix ce72d451bf Benchmark refactoring. 14 years ago
Nicolas Favre-Felix b3f2b2f306 Support Redis wire protocol over HTML5 WebSockets. 14 years ago
Nicolas Favre-Felix b19fbc7680 Added benchmark script. 14 years ago
Nicolas Favre-Felix 5b7aa50e62 Partial rewrite, adding WebSockets, threads, pool. 14 years ago