summaryrefslogtreecommitdiff
path: root/src/socket.c
Commit message (Expand)AuthorAgeFilesLines
* Remove prototypes with empty declarations (#12020)Madelyn Olson2023-05-021-1/+1
* Fix local clients detection (#11664)gx2023-04-041-1/+1
* Introduce .is_local method for connection layer (#11672)zhenwei pi2023-01-041-0/+10
* Introduce socket shutdown into connection type, used if a fork is active (#11...Binbin2022-11-041-1/+8
* Introduce .listen into connection typezhenwei pi2022-08-221-0/+5
* Use connection name of stringzhenwei pi2022-08-221-1/+1
* Abstract accept handlerzhenwei pi2022-08-221-0/+21
* Fully abstract connection typezhenwei pi2022-08-221-4/+7
* Introduce pending data for connection typezhenwei pi2022-08-221-0/+4
* Introduce connection layer frameworkzhenwei pi2022-08-221-0/+9
* Introduce connAddrzhenwei pi2022-08-221-16/+9
* Reorder methods for ConnectionTypezhenwei pi2022-08-221-4/+13
* Move 'connGetSocketError' to 'anetGetError'zhenwei pi2022-08-221-11/+1
* Move several conn functions to connection.hzhenwei pi2022-08-221-34/+0
* Rename connection.c to socket.czhenwei pi2022-08-221-0/+453