Age | Commit message (Expand) | Author |
2019-04-10 | ensure that blocking timeout is set | Mark Nunberg |
2019-04-01 | Port network layer to Winsock | m |
2019-04-01 | Introduce a redisFD type | m |
2019-04-01 | Move network I/O calls to net.c | m |
2019-02-21 | Allow option for async connections to not automatically free | Mark Nunberg |
2019-02-20 | fixed wrong memset args | Mark Nunberg |
2019-02-20 | scrub redisContext before freeing | Mark Nunberg |
2019-02-20 | Fix memory leaks | valentino |
2019-02-20 | Support SNI | valentino |
2019-02-20 | minor fixes: initialize options struct with 0 always | Mark Nunberg |
2019-02-20 | Provide option-struct initialization | Mark Nunberg |
2019-02-20 | Initial SSL (sync) implementation | Mark Nunberg |
2018-10-24 | Fix redisBufferRead documentation | Stefan Hacker |
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 | Remove redundant zero stores | Justin Brewer |
2018-04-30 | Drop __redis_strerror_r | Justin Brewer |
2018-01-05 | calloc param fixes and NULL check | cdliuqiang@gmail.com |
2017-06-15 | Small fixes | amallia |
2016-05-14 | Typo format in redisFormatSdsCommandArgv function | Paulino Huerta |
2015-10-28 | fixing typos | charsyam |
2015-09-14 | Revert "redisBufferRead: Clear REDIS_CONNECTED flag when server closed connec... | Jan-Erik Rediger |
2015-08-24 | redisBufferRead: Clear REDIS_CONNECTED flag when server closed connection | Jerry Jacobs |
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-22 | Improve digit counting for multibulk creation | Matt Stancliff |
2015-01-05 | Cleanup tabs and end of line whitespace | Matt Stancliff |
2015-01-05 | Fix errno error buffers to not clobber errors | Matt Stancliff |
2015-01-05 | Refactor reading code into read.c | tzickel |
2015-01-05 | Fix redisAppendCommand error result | Matt Stancliff |
2015-01-05 | Add empty pointer check in error cleanup | NanXiao |
2015-01-05 | Add error check in redisContextInit | NanXiao |
2015-01-05 | Fix redisvFormatCommand format parsing | Nan Xiao |
2015-01-05 | Add API to free hiredis (sds) formattings | Matt Stancliff |
2015-01-05 | Add API to free hiredis (char *) formattings | Mareq |
2015-01-05 | Add support for SO_REUSEADDR | mike |
2015-01-05 | Improve calloc() correctness | jinguoli |
2015-01-05 | Improve redisAppendCommandArgv performance | michael-grunder |
2014-05-29 | Less surprising behaviour. | Daniel Melani |
2014-04-09 | Fix const correctness | Pieter Noordhuis |
2014-04-09 | Upgrade sds to latest version | antirez |
2014-04-09 | Add new redisAppendFormatedCommand with tests | Axel Etcheverry |
2014-04-09 | Add redisConnectFd() and redisFreeKeepFd() | Eddy Jansson |
2014-04-08 | Add ability to bind source address on connect | Matt Stancliff |
2013-07-10 | Mark the timeout parameter as const in various functions | Noah Williamsson |
2013-07-10 | Fix const-related compiler errors | Pieter Noordhuis |
2013-07-10 | Merge pull request #132 from nwmcsween/constify | Pieter Noordhuis |
2013-07-10 | Emphasize size_t length for %b formatting | Wolfgang Richter |
2013-04-30 | Make KeepAlive optional | Allen.Dou |