summaryrefslogtreecommitdiff
path: root/hiredis.h
AgeCommit message (Expand)Author
2020-02-28Bump version to 0.15.0michael-grunder
2020-01-28Safe allocation wrappers (#754)Michael Grunder
2020-01-01fix spelling mistakesShooterIT
2019-09-01Use a const funcs in redisContext.Yossi Gottlieb
2019-08-29wip: SSL code reorganization, see #705.Yossi Gottlieb
2019-08-27Merge pull request #697 from yossigo/resp3Mark Nunberg
2019-08-09MinGW fix: Use _MSC_VER instead of _WIN32 where appropriateMarcus Geelnard
2019-08-04RESP3 support changes from Redis.Yossi Gottlieb
2019-04-13Fix Compile Error On Windows (Visual Studio)jinjiazhang
2019-04-01Port network layer to Winsockm
2019-04-01Introduce a redisFD typem
2019-02-21Allow option for async connections to not automatically freeMark Nunberg
2019-02-20Support SNIvalentino
2019-02-20Fix bug in options macroMark Nunberg
2019-02-20Provide option-struct initializationMark Nunberg
2019-02-20Initial SSL (sync) implementationMark Nunberg
2018-09-25Call connect(2) again for non-blocking connectMark Nunberg
2018-09-25Prepare for the 0.14.0 releaseTom Lee
2018-04-30Drop __redis_strerror_rJustin Brewer
2017-03-22suppress gcc complaintIchito Nagata
2016-10-25Remove trailing comma in redisConnectionType enumDonald Whyte
2016-04-20fix: Change string length type to size_tJan-Erik Rediger
2016-04-20Auto merge of #391 - redis:catch-error-buf-overflow, r=badboynot-a-robot
2015-11-18Prevent buffer overflow when formatting the errorJan-Erik Rediger
2015-10-28fixing typoscharsyam
2015-09-16Release version 0.13.3Jan-Erik Rediger
2015-08-25Release version 0.13.2Jan-Erik Rediger
2015-07-27Use stable soname versionJan-Erik Rediger
2015-05-03Release version 0.13.1Jan-Erik Rediger
2015-04-30Renamed redisContext struct member 'unix' to 'unix_sock' to avoid encounterin...Alex Balashov
2015-04-16Release version 0.13.0Jan-Erik Rediger
2015-04-16Change copyright date and add copyright holderJan-Erik Rediger
2015-04-16Document reconnect methodJan-Erik Rediger
2015-04-16Implement a reconnect method for the client contextJan-Erik Rediger
2015-01-26Release hiredis 0.12.1Matt Stancliff
2015-01-22Increase version to 0.12.0Matt Stancliff
2015-01-22Improve digit counting for multibulk creationMatt Stancliff
2015-01-05Fix errno error buffers to not clobber errorsMatt Stancliff
2015-01-05Refactor reading code into read.ctzickel
2015-01-05Add API to free hiredis (sds) formattingsMatt Stancliff
2015-01-05Add API to free hiredis (char *) formattingsMareq
2015-01-05Add support for SO_REUSEADDRmike
2015-01-05Improve redisAppendCommandArgv performancemichael-grunder
2014-04-09Fix const correctnessPieter Noordhuis
2014-04-09Add new redisAppendFormatedCommand with testsAxel Etcheverry
2014-04-09Add redisConnectFd() and redisFreeKeepFd()Eddy Jansson
2014-04-08Add ability to bind source address on connectMatt Stancliff
2013-07-10Mark the timeout parameter as const in various functionsNoah Williamsson
2013-04-30Make KeepAlive optionalAllen.Dou
2013-04-19SetKeepAliveAllen.Dou