summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-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]
2017-11-07chore: Build only branches bors needsJan-Erik Rediger
2017-10-30build: do not assume that INSTALL is cpIgor Gnatenko
2017-09-01Merge pull request #542 from EdwardBetts/spellingJan-Erik Rediger
2017-09-01correct spelling mistakeEdward Betts
2017-07-15Merge #533not-a-robot[bot]
2017-07-15Merge #524 #525not-a-robot[bot]
2017-07-15Merge #523not-a-robot[bot]
2017-06-16Merge pull request #532 from amallia/assert-side-effectsJan-Erik Rediger
2017-06-15Small fixesamallia
2017-06-15Assert statement calls a function which has side effectsamallia
2017-05-17Fix compilation on FreeBSD 10.3 with default compilereldarko
2017-05-15Don't pass a negative value to __redisAsyncCommand if redisFormatSdsCommandAr...Frederik Deweerdt