summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-06-18Move defaults outside if blockPieter Noordhuis
2011-06-18Library variables may not be overriddenPieter Noordhuis
2011-06-18Merge CCLINK with LDFLAGSPieter Noordhuis
2011-06-18Remove private feature macros for Solaris from compiler flagsPieter Noordhuis
2011-06-18Add myself to Makefile licensePieter Noordhuis
2011-06-18Remove unused libraries from link flagsPieter Noordhuis
2011-06-18Fallback to gcc when $CC is not in $PATHPieter Noordhuis
2011-06-18Fix incorrect "no route to host" errors.Geoff Garside
2011-06-187th revision is not necessaryPieter Noordhuis
2011-06-18Define _POSIX_C_SOURCE for SolarisPieter Noordhuis
2011-06-18Fix compiler warningsPieter Noordhuis
2011-06-17Use getaddrinfo(3) in redisContextConnectTcp.Geoff Garside
2011-06-17Add redisSetReuseAddr(c, fd) static function.Geoff Garside
2011-06-09Fix for issue #45Pieter Noordhuis
2011-06-09Flag to disable throughput testsPieter Noordhuis
2011-05-29Exit with a non-zero status when tests failedPieter Noordhuis
2011-05-29Clarify rationale behind issue #43Pieter Noordhuis
2011-05-24Make sure subscribe is still respectedBlake Matheny
2011-05-24Fix the case where an error reply is received before any callbacks are regist...Blake Matheny
2011-05-22Test against unix socket connection in make check targetPieter Noordhuis
2011-05-22More control over host/port and unix path in test.cPieter Noordhuis
2011-05-22Add "make check" target (useful for automated tests).Piotr Sikora
2011-05-22Add note about freeReplyObject and the asynchronous APIPieter Noordhuis
2011-05-05Remove TODOPieter Noordhuis
2011-05-05Add function to retrieve formatted replyPieter Noordhuis
2011-04-22cp on Solaris doesn't have -aPieter Noordhuis
2011-04-22Add versioned symlinks for install targetPieter Noordhuis
2011-04-22Solaris needs the static lib as last argumentPieter Noordhuis
2011-04-22Bump version to 0.10.0Pieter Noordhuis
2011-04-22Move OBJ argumentPieter Noordhuis
2011-04-22Braces -> parenthesesPieter Noordhuis
2011-04-22Separate basename and suffix for library filenamePieter Noordhuis
2011-04-22Configurable paths for install targetPieter Noordhuis
2011-04-21Merge branch 'ardsrk-master'Pieter Noordhuis
2011-04-21Reformat and add some detailsPieter Noordhuis
2011-04-21Remove rpath from linker flags; link artifacts staticallyPieter Noordhuis
2011-04-21Remove util.h from MakefilePieter Noordhuis
2011-04-21Update licensePieter Noordhuis
2011-04-21Let the async API segfault on OOM for nowPieter Noordhuis
2011-04-21Move chrtos to hiredis.c (not used elsewhere)Pieter Noordhuis
2011-04-21Handle OOM when doing blocking requestsPieter Noordhuis
2011-04-21More safetyPieter Noordhuis
2011-04-21Fix sdscatreprPieter Noordhuis
2011-04-21Make command formatters gracefully abort when out of memoryPieter Noordhuis
2011-04-21More OOM checks in the protocol readerPieter Noordhuis
2011-04-21Don't abort on OOM in sds.cPieter Noordhuis
2011-04-21Only use C99 for compiling hiredis itselfPieter Noordhuis
2011-04-21sys/types.h is included by libevent itselfPieter Noordhuis
2011-04-21Include fmacros.h to make sure strerror_p is defined on LinuxPieter Noordhuis
2011-04-21Reflect rename in testsPieter Noordhuis