Age | Commit message (Expand) | Author |
2019-02-20 | Update appveyor.yml to cmake | Justin Brewer |
2019-02-20 | Update .travis-ci.yml to use cmake | Justin Brewer |
2019-02-20 | Obey HIREDIS_SONAME for shared library | Justin Brewer |
2019-02-20 | Call project() with parsed version string | Justin Brewer |
2019-02-20 | Enable make test | Justin Brewer |
2019-02-20 | Generate and install hiredis.pc | Justin Brewer |
2019-02-20 | Install async.h | Justin Brewer |
2019-02-20 | Add ENABLE_EXAMPLES option, off by default | Justin Brewer |
2019-02-20 | Add examples to CMakeLists | Mark Nunberg |
2019-02-20 | Add CMake system. Initial commit | Mark Nunberg |
2019-01-28 | Merge pull request #644 from codehz/codehz-patch-1 | Mark Nunberg |
2019-01-28 | Fix Invalid argument after redisAsyncConnectUnix | Code Hz |
2018-12-05 | Merge pull request #632 from Mic92/patch-1 | Mark Nunberg |
2018-12-05 | Fix regression when connecting with Unix sockets (#629) | Mark Nunberg |
2018-12-05 | Allow connections to unix socket in example | Mark Nunberg |
2018-12-04 | Makefile: use predefined AR | Jörg Thalheim |
2018-11-30 | Merge pull request #624 from yossigo/fix/libuv-errors | Mark Nunberg |
2018-11-30 | Merge pull request #628 from devnexen/freebsd_ut_fix | Mark Nunberg |
2018-11-26 | FreeBSD build fix | David Carlier |
2018-11-04 | Fix errors not propagating properly with libuv.h. | Yossi Gottlieb |
2018-10-26 | Update README.md | Jean Flach |
2018-10-25 | Merge pull request #620 from hacst/patch-1 | Michael Grunder |
2018-10-24 | Fix redisBufferRead documentation | Stefan Hacker |
2018-10-03 | Merge pull request #578 from mnunberg/connfix | Mark Nunberg |
2018-09-27 | Merge pull request #580 from charsyam/feature/fix-realloc | Mark Nunberg |
2018-09-26 | Merge pull request #614 from thomaslee/tom_cppflags | Mark Nunberg |
2018-09-26 | Add CPPFLAGS to REAL_CFLAGS | Tom Lee |
2018-09-26 | Update changelog for 0.14.0 | michael-grunder |
2018-09-25 | Skip NXDOMAIN test when using evil ISPs | Mark Nunberg |
2018-09-25 | Handle connection errors better in blocking mode as well | Mark Nunberg |
2018-09-25 | saddr should be addrlen bytes | Mark Nunberg |
2018-09-25 | Call connect(2) again for non-blocking connect | Mark Nunberg |
2018-09-25 | Merge pull request #612 from thomaslee/tom_release_prep | Mark Nunberg |
2018-09-25 | Prepare for the 0.14.0 release | Tom Lee |
2018-09-24 | Merge pull request #610 from thomaslee/tom_static_string2ll | Mark Nunberg |
2018-09-24 | Make string2ll static to avoid conflict with redis | Tom Lee |
2018-05-31 | Use -dynamiclib instead of -shared on macOS | Ryan Schmidt |
2018-05-21 | Add Changelog entry about the integer parsing changes | Justin Brewer |
2018-05-21 | Add Changelog entry about the integer parsing changes | Justin Brewer |
2018-05-21 | Update createArray to take size_t | Justin Brewer |
2018-05-20 | Don't overflow 32 bit machines in the tests! | michael-grunder |
2018-05-20 | Add an integer parsing heavy workload to throughput testing | michael-grunder |
2018-05-20 | Use string2ll from Redis | michael-grunder |
2018-05-20 | Fix bulk and multi-bulk length truncation | Justin Brewer |
2018-05-19 | Properly detect integer parse errors | Justin Brewer |
2018-05-16 | Merge branch 'master' of github.com:redis/hiredis | michael-grunder |
2018-05-16 | Make sure we've got a path separator before the actual dylib name | michael-grunder |
2018-05-16 | Merge remote-tracking branch 'ryandesign/install_name' | michael-grunder |
2018-05-15 | Merge pull request #596 from ryandesign/cp-pPR | Michael Grunder |
2018-05-14 | Use cp -pPR instead of cp -a | Ryan Schmidt |