Age | Commit message (Expand) | Author |
2011-07-09 | Abort on invalid format | Pieter Noordhuis |
2011-07-09 | Use correct type when calling va_arg in formatter | Pieter Noordhuis |
2011-07-09 | Update printf-formatting tests to fail | Pieter Noordhuis |
2011-07-04 | Merge pull request #51 from rtyler/master | Pieter Noordhuis |
2011-06-27 | Update examples | Pieter Noordhuis |
2011-06-27 | Change prototype of connect callback | Pieter Noordhuis |
2011-06-27 | Extract function to check a socket for errors | Pieter Noordhuis |
2011-06-27 | Use macro's for event loop hooks | Pieter Noordhuis |
2011-06-27 | Convert the rest of the async adapters contain static functions for easier li... | R. Tyler Croy |
2011-06-27 | Make libev adapter functions static to fix linking | R. Tyler Croy |
2011-06-27 | Add implied include of stdlib.h | R. Tyler Croy |
2011-06-19 | Bump patch version | Pieter Noordhuis |
2011-06-19 | Add changelog | Pieter Noordhuis |
2011-06-19 | Revert "Add function to retrieve formatted reply" | Pieter Noordhuis |
2011-06-19 | Fix gprof target | Pieter Noordhuis |
2011-06-19 | Coverage report | Pieter Noordhuis |
2011-06-19 | Use CFLAGS and LDFLAGS instead of custom variables | Pieter Noordhuis |
2011-06-19 | Append to REAL_LDFLAGS so LDFLAGS can be overridden by the user | Pieter Noordhuis |
2011-06-19 | Pass LDFLAGS to linker when creating dynamic library | Pieter Noordhuis |
2011-06-19 | Remove unnecessary overrides | Pieter Noordhuis |
2011-06-19 | Don't pass CFLAGS when linking | Pieter Noordhuis |
2011-06-18 | Add phony target | Pieter Noordhuis |
2011-06-18 | Remove unused variables | Pieter Noordhuis |
2011-06-18 | Swap arguments | Pieter Noordhuis |
2011-06-18 | Merge DEBUG in REAL_CFLAGS | Pieter Noordhuis |
2011-06-18 | Allow *extra* CFLAGS/LDFLAGS via arguments | Pieter Noordhuis |
2011-06-18 | Merge branch 'makefile' | Pieter Noordhuis |
2011-06-18 | Move redirection around | Pieter Noordhuis |
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 |