summaryrefslogtreecommitdiff
path: root/src/connection.h
Commit message (Expand)AuthorAgeFilesLines
* Remove prototypes with empty declarations (#12020)Madelyn Olson2023-05-021-8/+8
* Introduce .is_local method for connection layer (#11672)zhenwei pi2023-01-041-0/+11
* Introduce socket shutdown into connection type, used if a fork is active (#11...Binbin2022-11-041-1/+6
* Build TLS as a loadable moduleOran Agra2022-08-231-12/+1
* Add listeners info string for 'INFO' commandzhenwei pi2022-08-221-7/+10
* Introduce .listen into connection typezhenwei pi2022-08-221-0/+20
* Use connection name of stringzhenwei pi2022-08-221-18/+37
* Introduce unix socket connection typezhenwei pi2022-08-221-2/+4
* Abstract accept handlerzhenwei pi2022-08-221-0/+12
* Fully abstract connection typezhenwei pi2022-08-221-6/+12
* Introduce TLS specified APIszhenwei pi2022-08-221-1/+16
* Introduce pending data for connection typezhenwei pi2022-08-221-2/+10
* Introduce connection layer frameworkzhenwei pi2022-08-221-2/+28
* Introduce connAddrzhenwei pi2022-08-221-3/+42
* Reorder methods for ConnectionTypezhenwei pi2022-08-221-4/+13
* Move 'connGetSocketError' to 'anetGetError'zhenwei pi2022-08-221-2/+0
* Move several conn functions to connection.hzhenwei pi2022-08-221-6/+34
* Reduce system calls of write for client->reply by introducing writev (#9934)Andy Pan2022-02-221-0/+14
* Fix EINTR test failures. (#9751)Yossi Gottlieb2021-11-081-3/+0
* Fixing import of sys/errno (#9739)Binbin2021-11-051-1/+1
* Retry when a blocked connection system call is interrupted by a signal (#9629)menwen2021-11-041-1/+11
* Add local address to CLIENT LIST, and a CLIENT KILL filter. (#7913)yoav-steinberg2020-10-281-1/+1
* Module API: Add RM_GetClientCertificate(). (#7866)Yossi Gottlieb2020-10-111-0/+1
* Squash merging 125 typo/grammar/comment/doc PRs (#7773)Oran Agra2020-09-101-2/+2
* Module API: fix missing RM_CLIENTINFO_FLAG_SSL. (#7666)Yossi Gottlieb2020-08-171-0/+9
* Track events processed while blocked globally.free_clients_during_loadingantirez2020-05-141-1/+1
* Conns: Fix connClose() / connAccept() behavior.Yossi Gottlieb2020-03-221-4/+11
* TLS: Implement support for write barrier.Oran Agra2019-10-071-2/+12
* diskless replication rdb transfer uses pipe, and writes to sockets form the p...Oran Agra2019-10-071-5/+4
* TLS: Connections refactoring and TLS support.Yossi Gottlieb2019-10-071-0/+211