summaryrefslogtreecommitdiff
path: root/src/connection.c
Commit message (Expand)AuthorAgeFilesLines
* fix: call CLIENT INFO from redis module will crash the server (#8560)Bonsai2021-03-011-1/+1
* Merge two aeDeleteFileEvent refs into one (#7521)kukey2020-11-251-2/+1
* Add local address to CLIENT LIST, and a CLIENT KILL filter. (#7913)yoav-steinberg2020-10-281-5/+5
* Fix connGetSocketError usage (#7811)yixiang2020-09-221-2/+3
* Fix occasional hangs on replication reconnection. (#7830)Yossi Gottlieb2020-09-221-2/+12
* Module API: fix missing RM_CLIENTINFO_FLAG_SSL. (#7666)Yossi Gottlieb2020-08-171-1/+7
* TLS: Propagate and handle SSL_new() failures. (#7576)Yossi Gottlieb2020-07-281-1/+5
* Conns: Fix connClose() / connAccept() behavior.Yossi Gottlieb2020-03-221-3/+9
* Code review minor changes (names, comments).Yossi Gottlieb2019-10-151-2/+7
* Conns: write() 0 retval should not trigger error.Yossi Gottlieb2019-10-151-3/+1
* TLS: Implement support for write barrier.Oran Agra2019-10-071-3/+29
* diskless replication rdb transfer uses pipe, and writes to sockets form the p...Oran Agra2019-10-071-5/+0
* TLS: Connections refactoring and TLS support.Yossi Gottlieb2019-10-071-0/+383