Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
The variable OBJARCH was used to compile objects for both 32-bit and 64-bit architectures. It can be removed because this is only relevant for the Ruby wrapper for hiredis. This wrapper should put these flags in CFLAGS to get the same effect. | |||
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 | 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-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 ↵ | Blake Matheny | |
registered | |||
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 | |
While there, add "-p" option to "hiredis-test", so that we could run tests without interrupting Redis instance running on the default port. | |||
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 | |
This is done by only truncating the read buffer once a full reply has been read. The buffer is no longer truncated halfway through reading a reply. In addition: pass offset/length of protocol and content via the read tasks. | |||
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 | |