Age | Commit message (Expand) | Author |
2022-10-14 | Fixup of PR734: Coverage of hiredis.c (#1124) | Bjorn Svensson |
2022-09-05 | Fix protocol error (#1106) | Michael Grunder |
2022-09-03 | Use a windows specific keepalive function. (#1104) | Michael Grunder |
2022-09-01 | Add possibility to prefer IPv6, IPv4 or unspecified | Viktor Söderqvist |
2022-08-29 | Do store command timeout in the context for redisSetTimeout (#593) | Arseniy Simonov |
2022-06-26 | Whitespace, style | michael-grunder |
2022-06-26 | Use correct type for getsockopt() | Kristján Valur Jónsson |
2022-06-26 | Support failed async connects on windows. | Kristján Valur Jónsson |
2020-07-26 | add a command_timeout to redisContextOptions (#839) | valentinogeron |
2020-06-22 | fix #785: defer TCP_NODELAY in async tcp connections (#836) | OmriSteiner |
2020-06-07 | sdsrange overflow fix (#830) | Michael Grunder |
2020-05-22 | Allow users to replace allocator and handle OOM everywhere. (#800) | Michael Grunder |
2020-04-02 | Win32 tests and timeout fix (#776) | Michael Grunder |
2020-01-28 | Safe allocation wrappers (#754) | Michael Grunder |
2019-08-13 | Merge pull request #670 from jman-krafton/master | Mark Nunberg |
2019-08-12 | add recv error code for clarifying timeout | Sangmoon Yi |
2019-08-12 | fix timeout code in windows | Sangmoon Yi |
2019-07-03 | Remove unnecessary null check before free | Quentin Young |
2019-04-01 | Port network layer to Winsock | m |
2019-04-01 | Use recv/send instead of read/write | m |
2019-04-01 | Introduce a redisFD type | m |
2019-04-01 | Move network I/O calls to net.c | m |
2019-02-20 | Remove redundant line after rebase | Mark Nunberg |
2019-02-20 | Unix: set addrlen so async reconnect uses proper size | Mark Nunberg |
2019-01-28 | Fix Invalid argument after redisAsyncConnectUnix | Code Hz |
2018-12-05 | Fix regression when connecting with Unix sockets (#629) | Mark Nunberg |
2018-09-25 | Handle connection errors better in blocking mode as well | Mark Nunberg |
2018-09-25 | saddr should be addrlen bytes | Mark Nunberg |
2018-09-25 | Call connect(2) again for non-blocking connect | Mark Nunberg |
2018-04-30 | Remove redundant NULL checks | Justin Brewer |
2018-04-30 | Fix a segfault on *BSD | Justin Brewer |
2018-04-30 | Drop __redis_strerror_r | Justin Brewer |
2018-04-28 | Strip down fmacros.h | Justin Brewer |
2018-04-28 | Use AF_UNIX | Justin Brewer |
2017-07-15 | Merge #533 | not-a-robot[bot] |
2017-06-15 | Small fixes | amallia |
2017-05-15 | Fix leak if setsockopt fails | Frederik Deweerdt |
2016-12-30 | Fix __redisSetErrorFromErrno() can not get error string. | Jin Qing |
2016-07-07 | fix: should close socket fd when retry connet remote (tcp) | WSL |
2015-11-18 | Fix potential race in 'invalid timeout' tests | Tom Lee |
2015-04-30 | Renamed redisContext struct member 'unix' to 'unix_sock' to avoid encounterin... | Alex Balashov |
2015-04-16 | Change copyright date and add copyright holder | Jan-Erik Rediger |
2015-04-16 | Implement a reconnect method for the client context | Jan-Erik Rediger |
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 |