You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Jessie Murray 27ad2413d4
Immediately close WS connection on error
The implementation was waiting for the client, which leaves some hanging
even after they called close(). This mirrors the behavior for HTTP
connections in client.c where close() is called right before
http_client_free.
3 years ago
..
b64 Add "fall through" comments in switch to disable warning 4 years ago
formats Add support for REDIS_REPLY_STATUS in nested JSON (#189) 4 years ago
hiredis Add __attribute__ ((unused)) in dict.c 4 years ago
http-parser Release 0.1.8 5 years ago
jansson Remove old .gitignore from Jansson 3 years ago
md5 Release 0.1.8 5 years ago
sha1 Release 0.1.8 5 years ago
acl.c Release 0.1.8 5 years ago
acl.h Release 0.1.8 5 years ago
client.c Only process `Connection: close` header if full request was read (fixes #194) (#195) 3 years ago
client.h Only process `Connection: close` header if full request was read (fixes #194) (#195) 3 years ago
cmd.c Fix memory leak in `?type=...` feature 3 years ago
cmd.h Release 0.1.8 5 years ago
conf.c Logging improvements: add tracing, level check 3 years ago
conf.h Make fsync frequency configurable for log file (#187) 4 years ago
http.c Clean up http_response object when write cannot be scheduled 3 years ago
http.h Release 0.1.8 5 years ago
pool.c CodeQL fixes (#192) 3 years ago
pool.h Release 0.1.8 5 years ago
server.c Fix invalid ioctl call 3 years ago
server.h Make fsync frequency configurable for log file (#187) 4 years ago
slog.c PR review: unused code, comment style 3 years ago
slog.h Change TRACE log level to a value greater than was ever in webdis.json 3 years ago
version.h Version bump after release 3 years ago
webdis.c Release 0.1.8 5 years ago
websocket.c Report WS disconnection at DEBUG to avoid log spam 3 years ago
websocket.h Release 0.1.8 5 years ago
worker.c Immediately close WS connection on error 3 years ago
worker.h Release 0.1.8 5 years ago