Age | Commit message (Expand) | Author |
2015-07-27 | Add an Ivykis adapter | Gergely Nagy |
2015-07-27 | Use stable soname version | Jan-Erik Rediger |
2015-06-25 | Merge pull request #341 from Cylix/glib_adapter_cpp_compilation | Jan-Erik Rediger |
2015-06-24 | Merge pull request #333 from w359405949/w359405949-patch-1 | Jan-Erik Rediger |
2015-06-22 | Use explicit casts for void* pointer in order to compile in C++ | Simon Ninon |
2015-05-30 | Update Makefile | w359405949 |
2015-05-03 | Release version 0.13.1 | Jan-Erik Rediger |
2015-05-03 | Make sure to compile example to trigger edge-cases in compiling | Jan-Erik Rediger |
2015-05-03 | Revert "Always compile with C99 standard." | Jan-Erik Rediger |
2015-04-30 | Renamed redisContext struct member 'unix' to 'unix_sock' to avoid encounterin... | Alex Balashov |
2015-04-29 | Merge pull request #324 from redis/fix-spontaneous-reply-leak | Jan-Erik Rediger |
2015-04-28 | Fix memory leak in async spontaneous reply handling | antirez |
2015-04-16 | Always compile with C99 standard. | Jan-Erik Rediger |
2015-04-16 | Release version 0.13.0 | Jan-Erik Rediger |
2015-04-16 | Add current maintainer to README | Jan-Erik Rediger |
2015-04-16 | Change copyright date and add copyright holder | Jan-Erik Rediger |
2015-04-16 | Document reconnect method | Jan-Erik Rediger |
2015-04-16 | Implement a reconnect method for the client context | Jan-Erik Rediger |
2015-04-16 | Make this work on Redis 3.0 | Jan-Erik Rediger |
2015-03-29 | Merge pull request #318 from neonquill/fix-install-target | Jan-Erik Rediger |
2015-03-28 | Add PKGCONFNAME to install dependencies. | David Watson |
2015-03-27 | Merge pull request #314 from tzickel/master | Jan-Erik Rediger |
2015-03-19 | Correct escaping for prefix in pkgconf file | Jan-Erik Rediger |
2015-03-19 | Merge pull request #316 from boardwalk/master | Jan-Erik Rediger |
2015-03-18 | Fix hiredis.pc generation. | Dan Skorupski |
2015-03-18 | Merge pull request #315 from badboy/travis-fix | Jan-Erik Rediger |
2015-03-18 | Update apt repos first | Jan-Erik Rediger |
2015-03-13 | Added support for compiling the parser code with Microsoft Visual C compiler. | tzickel |
2015-03-03 | Fix pkgconf file: escaping needed | Dominique Leuenberger |
2015-02-18 | Fix tests when assert() undefined | Matt Stancliff |
2015-02-12 | Fix pkgconf when used with DESTDIR | Matt Stancliff |
2015-01-26 | Release hiredis 0.12.1 | Matt Stancliff |
2015-01-26 | Add more travis tests | Matt Stancliff |
2015-01-26 | Build test binary by default | Matt Stancliff |
2015-01-26 | Fix pkgconf build dependency | Matt Stancliff |
2015-01-26 | Fix Makefile install problems | Sebastian Wiedenroth |
2015-01-22 | Increase version to 0.12.0 | Matt Stancliff |
2015-01-22 | Update changelog for 0.12.0 | Matt Stancliff |
2015-01-22 | Add valgrind to TravisCI testing | Matt Stancliff |
2015-01-22 | Cleanup memory during test | Matt Stancliff |
2015-01-22 | Improve digit counting for multibulk creation | Matt Stancliff |
2015-01-08 | Use known-bad hostname when testing hostname fail | Matt Stancliff |
2015-01-08 | Update test error message detection for dead hosts | Matt Stancliff |
2015-01-06 | Silence _BSD_SOURCE warnings | Matt Stancliff |
2015-01-05 | Cleanup tabs and end of line whitespace | Matt Stancliff |
2015-01-05 | Update dependency list in Makefile | Matt Stancliff |
2015-01-05 | Build static library by default | Matt Stancliff |
2015-01-05 | Generate pkgconf during build | Matt Stancliff |
2015-01-05 | Fix errno error buffers to not clobber errors | Matt Stancliff |
2015-01-05 | Refactor reading code into read.c | tzickel |