summaryrefslogtreecommitdiff
path: root/src/anet.h
Commit message (Expand)AuthorAgeFilesLines
* Fix RDB check regression caused by PR 12022 (#12051)Joe Hu2023-04-171-0/+1
* Introduce connAddrzhenwei pi2022-08-221-6/+1
* Move 'connGetSocketError' to 'anetGetError'zhenwei pi2022-08-221-0/+1
* Add socket-mark-id support for marking sockets. (#10349)David CARLIER2022-04-201-0/+1
* Implement anetPipe() to combine creating pipe and setting flags (#9511)Andy Pan2021-10-061-0/+1
* Cleanup: remove dead code from anet. (#8660)Yossi Gottlieb2021-03-171-7/+0
* Add hostname support in Sentinel. (#8282)Yossi Gottlieb2021-01-281-2/+1
* Use FD_CLOEXEC in Sentinel, so that FDs don't leak to the scripts it runs (#8...Andy Pan2021-01-191-0/+1
* Add local address to CLIENT LIST, and a CLIENT KILL filter. (#7913)yoav-steinberg2020-10-281-4/+6
* TLS: Connections refactoring and TLS support.Yossi Gottlieb2019-10-071-6/+6
* diskless replication on slave side (don't store rdb to file), plus some other...Oran Agra2019-07-081-0/+1
* Fix ae.c to avoid timers infinite loop.antirez2016-04-041-0/+2
* anet.c: new API anetTcpNonBlockBestEffortBindConnect()antirez2015-06-111-0/+1
* AnetFormatIP(): renamed, commented, now sticks to IP:port format.antirez2014-12-111-1/+1
* Add centralized IP/Peer formatting functionsMatt Stancliff2014-12-111-0/+3
* anet.c: new API anetSendTimeout().antirez2014-10-221-0/+1
* anet.c: API to set sockets back to blocking mode.antirez2014-10-171-0/+1
* Add support for compiling on AIXsiahl2014-08-071-1/+5
* Bind source address for cluster communicationMatt Stancliff2014-03-041-0/+1
* Add support for listen(2) backlog definitionNenad Merdanovic2014-01-311-3/+3
* anetResolveIP() prototype added to anet.h.antirez2014-01-101-0/+1
* anetResolveIP() added to anet.c.antirez2014-01-101-0/+4
* Add IPv6 support to sentinel.c.Geoff Garside2013-07-081-0/+1
* Add anetTcp6Server() function.Geoff Garside2013-07-081-0/+1
* Use inet_ntop(3) in anet. #apichangeGeoff Garside2013-07-081-2/+2
* Use getaddrinfo(3) in anetResolve. #apichangeGeoff Garside2013-07-081-1/+1
* Revert "anet.c: Allow creation of TCP listening sockets bound to N addresses."antirez2013-07-051-1/+1
* anet.c: Allow creation of TCP listening sockets bound to N addresses.antirez2013-07-041-1/+1
* Add SO_KEEPALIVE support to anet.c.antirez2013-02-081-0/+1
* TCP_NODELAY after SYNC: changes to the implementation.antirez2013-02-051-2/+2
* Turn off TCP_NODELAY on the slave socket after SYNC.charsyam2013-02-051-0/+1
* BSD license added to every C source and header file.antirez2012-11-081-1/+1
* Added a config directive for a Unix socket maskNathan Florea2011-10-101-1/+1
* CLIENT LIST implementedantirez2011-04-211-0/+1
* Solaris 10 doesn't know AF_LOCALPieter Noordhuis2010-12-231-0/+4
* sockaddr_un.sun_path appears to never hold anything after accept()Pieter Noordhuis2010-10-131-1/+1
* Use different accept handlers for TCP and unix socket connectionsPieter Noordhuis2010-10-131-1/+2
* Support for Redis to listen on a Unix socketPieter Noordhuis2010-08-011-0/+3
* redis.c split into many different C files.antirez2010-07-011-0/+49