summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-11-04Fix errors not propagating properly with libuv.h.Yossi Gottlieb
2018-10-25Merge pull request #620 from hacst/patch-1Michael Grunder
2018-10-24Fix redisBufferRead documentationStefan Hacker
2018-10-03Merge pull request #578 from mnunberg/connfixMark Nunberg
2018-09-27Merge pull request #580 from charsyam/feature/fix-reallocMark Nunberg
2018-09-26Merge pull request #614 from thomaslee/tom_cppflagsMark Nunberg
2018-09-26Add CPPFLAGS to REAL_CFLAGSTom Lee
2018-09-26Update changelog for 0.14.0michael-grunder
2018-09-25Skip NXDOMAIN test when using evil ISPsMark Nunberg
2018-09-25Handle connection errors better in blocking mode as wellMark Nunberg
2018-09-25saddr should be addrlen bytesMark Nunberg
2018-09-25Call connect(2) again for non-blocking connectMark Nunberg
2018-09-25Merge pull request #612 from thomaslee/tom_release_prepMark Nunberg
2018-09-25Prepare for the 0.14.0 releaseTom Lee
2018-09-24Merge pull request #610 from thomaslee/tom_static_string2llMark Nunberg
2018-09-24Make string2ll static to avoid conflict with redisTom Lee
2018-05-31Use -dynamiclib instead of -shared on macOSRyan Schmidt
2018-05-21Add Changelog entry about the integer parsing changesJustin Brewer
2018-05-20Don't overflow 32 bit machines in the tests!michael-grunder
2018-05-20Add an integer parsing heavy workload to throughput testingmichael-grunder
2018-05-20Use string2ll from Redismichael-grunder
2018-05-20Fix bulk and multi-bulk length truncationJustin Brewer
2018-05-19Properly detect integer parse errorsJustin Brewer
2018-05-16Merge branch 'master' of github.com:redis/hiredismichael-grunder
2018-05-16Make sure we've got a path separator before the actual dylib namemichael-grunder
2018-05-16Merge remote-tracking branch 'ryandesign/install_name'michael-grunder
2018-05-15Merge pull request #596 from ryandesign/cp-pPRMichael Grunder
2018-05-14Use cp -pPR instead of cp -aRyan Schmidt
2018-05-14Use absolute install_nameRyan Schmidt
2018-05-13Merge remote-tracking branch 'justinbrewer/hiredis-pr1' into posix-build-fixesmichael-grunder
2018-05-09Attempted fix for Cygwin to expose getaddrinfo and friendsmichael-grunder
2018-05-09Merge remote-tracking branch 'hyjin/master'michael-grunder
2018-04-30Remove redundant NULL checksJustin Brewer
2018-04-30Remove redundant zero storesJustin Brewer
2018-04-30Fix a segfault on *BSDJustin Brewer
2018-04-30Drop __redis_strerror_rJustin Brewer
2018-04-28Strip down fmacros.hJustin Brewer
2018-04-28Use AF_UNIXJustin Brewer
2018-03-17fix common realloc mistake and add null check morecharsyam
2018-01-06Merge #569not-a-robot[bot]
2018-01-06Make it compile on IBM AIX systemsJan-Erik Rediger
2018-01-05Merge #568not-a-robot[bot]
2018-01-05Make XOPEN_SOURCE definition explicit per architectureJan-Erik Rediger
2018-01-05calloc param fixes and NULL checkcdliuqiang@gmail.com
2018-01-05Merge pull request #561 from zshipko/masterJan-Erik Rediger
2018-01-05Merge pull request #564 from dmvo/masterJan-Erik Rediger
2017-12-28Strip compiler options from the CC variableDmitri Vorobiev
2017-12-27Remove $(ARCH) expansion from the MakefileDmitri Vorobiev
2017-11-28Fix "make install" on OpenBSDZach Shipko
2017-11-07Merge #554not-a-robot[bot]