summaryrefslogtreecommitdiff
path: root/src/connection.c
Commit message (Expand)AuthorAgeFilesLines
* Remove prototypes with empty declarations (#12020)Madelyn Olson2023-05-021-5/+5
* Use cached value correctly inside connectionTypeTls() (#11236)Ozan Tezcan2022-09-061-3/+7
* Add listeners info string for 'INFO' commandzhenwei pi2022-08-221-0/+19
* Use connection name of stringzhenwei pi2022-08-221-64/+77
* Introduce unix socket connection typezhenwei pi2022-08-221-0/+3
* Fully abstract connection typezhenwei pi2022-08-221-0/+15
* Introduce TLS specified APIszhenwei pi2022-08-221-0/+20
* Introduce pending data for connection typezhenwei pi2022-08-221-0/+32
* Introduce connection layer frameworkzhenwei pi2022-08-221-0/+102
* Rename connection.c to socket.czhenwei pi2022-08-221-453/+0
* Don't update node ip when peer fd is closed (#10696)Tian2022-07-201-1/+5
* Reduce system calls of write for client->reply by introducing writev (#9934)Andy Pan2022-02-221-0/+16
* Fix EINTR test failures. (#9751)Yossi Gottlieb2021-11-081-2/+2
* 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