Age | Commit message (Expand) | Author |
2015-01-05 | Fix errno error buffers to not clobber errors | Matt Stancliff |
2015-01-05 | Fix build under kfreebsd | Chris Lamb |
2015-01-05 | Add support for SO_REUSEADDR | mike |
2014-09-18 | Fix getaddrinfo() memory leak | Matt Stancliff |
2014-04-09 | File descriptors can be 0 | Pieter Noordhuis |
2014-04-09 | Fix const correctness | Pieter Noordhuis |
2014-04-09 | Fix build under Solaris | Matt Stancliff |
2014-04-08 | Add ability to bind source address on connect | Matt Stancliff |
2014-04-08 | Stop redisCheckSocketError from more than checking | Matt Stancliff |
2014-04-08 | Remove possiblity of multiple close on same fd | Matt Stancliff |
2013-07-11 | Minimal IPv6 support. | antirez |
2013-07-10 | Mark the timeout parameter as const in various functions | Noah Williamsson |
2013-07-10 | Whitespace | Pieter Noordhuis |
2013-05-07 | Fix possible uninitialized value access due to strerror_r error | Eugene Bolotin |
2013-05-01 | Make redisKeepAlive work on OSX | Pieter Noordhuis |
2013-04-30 | Make KeepAlive optional | Allen.Dou |
2013-04-19 | SetKeepAlive | Allen.Dou |
2013-03-14 | Set error when invalid timeout value is given to redisConnectWithTimeout | Aaron Bedra |
2012-04-18 | Use poll() instead of select() inside redisContextWaitReady() | Mark Ellzey |
2011-07-20 | Merge pull request #47 from geoffgarside/addrinfo | Pieter Noordhuis |
2011-07-10 | Put back missing socket error check after select(2) | Pieter Noordhuis |
2011-06-27 | Extract function to check a socket for errors | Pieter Noordhuis |
2011-06-18 | Fix incorrect "no route to host" errors. | Geoff Garside |
2011-06-17 | Use getaddrinfo(3) in redisContextConnectTcp. | Geoff Garside |
2011-06-17 | Add redisSetReuseAddr(c, fd) static function. | Geoff Garside |
2011-04-21 | Update license | Pieter Noordhuis |
2011-04-21 | Use static buffer for error string on context | Pieter Noordhuis |
2011-02-04 | Fix copying timeval for timeout | Pieter Noordhuis |
2011-02-04 | Use select(2) for enforce a timeout on blocking connect(2) | Pieter Noordhuis |
2011-01-07 | Return error on socket timeout for a blocking context | Pieter Noordhuis |
2010-12-29 | License | Pieter Noordhuis |
2010-12-16 | Solaris doesn't know AF_LOCAL | Pieter Noordhuis |
2010-12-16 | Add myself to license in some files | Pieter Noordhuis |
2010-12-01 | Wait with setting CONNECTED until there is an fd | Pieter Noordhuis |
2010-11-22 | Make error messages consistent in casing | Pieter Noordhuis |
2010-11-03 | Add functiont to net.c to connect to a unix socket | Pieter Noordhuis |
2010-11-03 | Move code in net.c to separate functions | Pieter Noordhuis |
2010-11-02 | Make setError receive an sds | Pieter Noordhuis |
2010-11-02 | Strip net.c down to the bare minimum | Pieter Noordhuis |
2010-11-02 | Move anet.{c,h} to net.{c,h} | Pieter Noordhuis |