summaryrefslogtreecommitdiff
path: root/net.c
AgeCommit message (Expand)Author
2015-01-05Add support for SO_REUSEADDRmike
2014-09-18Fix getaddrinfo() memory leakMatt Stancliff
2014-04-09File descriptors can be 0Pieter Noordhuis
2014-04-09Fix const correctnessPieter Noordhuis
2014-04-09Fix build under SolarisMatt Stancliff
2014-04-08Add ability to bind source address on connectMatt Stancliff
2014-04-08Stop redisCheckSocketError from more than checkingMatt Stancliff
2014-04-08Remove possiblity of multiple close on same fdMatt Stancliff
2013-07-11Minimal IPv6 support.antirez
2013-07-10Mark the timeout parameter as const in various functionsNoah Williamsson
2013-07-10WhitespacePieter Noordhuis
2013-05-07Fix possible uninitialized value access due to strerror_r errorEugene Bolotin
2013-05-01Make redisKeepAlive work on OSXPieter Noordhuis
2013-04-30Make KeepAlive optionalAllen.Dou
2013-04-19SetKeepAliveAllen.Dou
2013-03-14Set error when invalid timeout value is given to redisConnectWithTimeoutAaron Bedra
2012-04-18Use poll() instead of select() inside redisContextWaitReady()Mark Ellzey
2011-07-20Merge pull request #47 from geoffgarside/addrinfoPieter Noordhuis
2011-07-10Put back missing socket error check after select(2)Pieter Noordhuis
2011-06-27Extract function to check a socket for errorsPieter Noordhuis
2011-06-18Fix incorrect "no route to host" errors.Geoff Garside
2011-06-17Use getaddrinfo(3) in redisContextConnectTcp.Geoff Garside
2011-06-17Add redisSetReuseAddr(c, fd) static function.Geoff Garside
2011-04-21Update licensePieter Noordhuis
2011-04-21Use static buffer for error string on contextPieter Noordhuis
2011-02-04Fix copying timeval for timeoutPieter Noordhuis
2011-02-04Use select(2) for enforce a timeout on blocking connect(2)Pieter Noordhuis
2011-01-07Return error on socket timeout for a blocking contextPieter Noordhuis
2010-12-29LicensePieter Noordhuis
2010-12-16Solaris doesn't know AF_LOCALPieter Noordhuis
2010-12-16Add myself to license in some filesPieter Noordhuis
2010-12-01Wait with setting CONNECTED until there is an fdPieter Noordhuis
2010-11-22Make error messages consistent in casingPieter Noordhuis
2010-11-03Add functiont to net.c to connect to a unix socketPieter Noordhuis
2010-11-03Move code in net.c to separate functionsPieter Noordhuis
2010-11-02Make setError receive an sdsPieter Noordhuis
2010-11-02Strip net.c down to the bare minimumPieter Noordhuis
2010-11-02Move anet.{c,h} to net.{c,h}Pieter Noordhuis