Age | Commit message (Expand) | Author |
2011-06-18 | Disallow overriding CFLAGS and LDFLAGS | Pieter Noordhuis |
2011-06-18 | Move path variables closer to install target | Pieter Noordhuis |
2011-06-18 | Move defaults outside if block | Pieter Noordhuis |
2011-06-18 | Library variables may not be overridden | Pieter Noordhuis |
2011-06-18 | Merge CCLINK with LDFLAGS | Pieter Noordhuis |
2011-06-18 | Remove private feature macros for Solaris from compiler flags | Pieter Noordhuis |
2011-06-18 | Add myself to Makefile license | Pieter Noordhuis |
2011-06-18 | Remove unused libraries from link flags | Pieter Noordhuis |
2011-06-18 | Fallback to gcc when $CC is not in $PATH | Pieter Noordhuis |
2011-06-18 | Fix incorrect "no route to host" errors. | Geoff Garside |
2011-06-18 | 7th revision is not necessary | Pieter Noordhuis |
2011-06-18 | Define _POSIX_C_SOURCE for Solaris | Pieter Noordhuis |
2011-06-18 | Fix compiler warnings | Pieter Noordhuis |
2011-06-17 | Use getaddrinfo(3) in redisContextConnectTcp. | Geoff Garside |
2011-06-17 | Add redisSetReuseAddr(c, fd) static function. | Geoff Garside |
2011-06-09 | Fix for issue #45 | Pieter Noordhuis |
2011-06-09 | Flag to disable throughput tests | Pieter Noordhuis |
2011-05-29 | Exit with a non-zero status when tests failed | Pieter Noordhuis |
2011-05-29 | Clarify rationale behind issue #43 | Pieter Noordhuis |
2011-05-24 | Make sure subscribe is still respected | Blake Matheny |
2011-05-24 | Fix the case where an error reply is received before any callbacks are regist... | Blake Matheny |
2011-05-22 | Test against unix socket connection in make check target | Pieter Noordhuis |
2011-05-22 | More control over host/port and unix path in test.c | Pieter Noordhuis |
2011-05-22 | Add "make check" target (useful for automated tests). | Piotr Sikora |
2011-05-22 | Add note about freeReplyObject and the asynchronous API | Pieter Noordhuis |
2011-05-05 | Remove TODO | Pieter Noordhuis |
2011-05-05 | Add function to retrieve formatted reply | Pieter Noordhuis |
2011-04-22 | cp on Solaris doesn't have -a | Pieter Noordhuis |
2011-04-22 | Add versioned symlinks for install target | Pieter Noordhuis |
2011-04-22 | Solaris needs the static lib as last argument | Pieter Noordhuis |
2011-04-22 | Bump version to 0.10.0 | Pieter Noordhuis |
2011-04-22 | Move OBJ argument | Pieter Noordhuis |
2011-04-22 | Braces -> parentheses | Pieter Noordhuis |
2011-04-22 | Separate basename and suffix for library filename | Pieter Noordhuis |
2011-04-22 | Configurable paths for install target | Pieter Noordhuis |
2011-04-21 | Merge branch 'ardsrk-master' | Pieter Noordhuis |
2011-04-21 | Reformat and add some details | Pieter Noordhuis |
2011-04-21 | Remove rpath from linker flags; link artifacts statically | Pieter Noordhuis |
2011-04-21 | Remove util.h from Makefile | Pieter Noordhuis |
2011-04-21 | Update license | Pieter Noordhuis |
2011-04-21 | Let the async API segfault on OOM for now | Pieter Noordhuis |
2011-04-21 | Move chrtos to hiredis.c (not used elsewhere) | Pieter Noordhuis |
2011-04-21 | Handle OOM when doing blocking requests | Pieter Noordhuis |
2011-04-21 | More safety | Pieter Noordhuis |
2011-04-21 | Fix sdscatrepr | Pieter Noordhuis |
2011-04-21 | Make command formatters gracefully abort when out of memory | Pieter Noordhuis |
2011-04-21 | More OOM checks in the protocol reader | Pieter Noordhuis |
2011-04-21 | Don't abort on OOM in sds.c | Pieter Noordhuis |
2011-04-21 | Only use C99 for compiling hiredis itself | Pieter Noordhuis |
2011-04-21 | sys/types.h is included by libevent itself | Pieter Noordhuis |