- 29 Sep, 2014 2 commits
-
-
Aaron Rutkovsky authored
Closes #1513
-
Matt Stancliff authored
The core linenoise code was being backported, but not the README or example. It's less confusing for users if everything matches across directories. Fix inspired by @thrig Closes #1872
-
- 22 Sep, 2014 1 commit
-
-
antirez authored
-
- 18 Sep, 2014 1 commit
-
-
Matt Stancliff authored
Fixed in Redis by 1a5e5b6b, but since that part of code is largely copy/paste from Redis, the fix needs to be ported over too. Closes #2012
-
- 26 Aug, 2014 1 commit
-
-
antirez authored
-
- 25 Aug, 2014 1 commit
-
-
Mariano Pérez Rodríguez authored
Companion for 8eeb1802, but dealing with hiredis.
-
- 13 Aug, 2014 1 commit
-
-
antirez authored
This raises the max string to 4GB without any downside.
-
- 12 Aug, 2014 1 commit
-
-
Daniel Price authored
Closes #997
-
- 07 Aug, 2014 1 commit
-
-
siahl authored
Closes #1900
-
- 23 Jun, 2014 4 commits
-
-
antirez authored
-
antirez authored
-
antirez authored
-
Matt Stancliff authored
This is hiredis f225c276be7fd0646019b51023e3f41566633dfe This update includes all changes that diverged inside of Redis since the last update. This version also allows optional source address binding for connections which we need for some Sentinel deployments.
-
- 20 Jun, 2014 2 commits
- 13 Mar, 2014 1 commit
-
-
antirez authored
-
- 27 Aug, 2013 1 commit
-
-
yihuang authored
-
- 12 Aug, 2013 1 commit
-
-
antirez authored
-
- 25 Jul, 2013 1 commit
-
-
antirez authored
-
- 11 Jul, 2013 1 commit
-
-
antirez authored
-
- 29 Apr, 2013 1 commit
-
-
antirez authored
-
- 18 Apr, 2013 1 commit
-
-
antirez authored
Redis gitignore was too aggressive since simply broken. Jemalloc gitignore was too agressive because it is conceived to just keep the files that allow to generate all the rest in development environments (so for instance the "configure" file is excluded).
-
- 16 Mar, 2013 2 commits
-
-
Johan Bergström authored
-
Johan Bergström authored
-
- 23 Jan, 2013 1 commit
-
-
antirez authored
There was a bug in the previous version of this library that caused a crash under the circumstances described in issue #901. The newer version of the library appears to be fixed (I tested it manually with valgrind and everything seems fine now). For more information about this library please visit this web site: http://www.inf.puc-rio.br/~roberto/struct/
-
- 17 Dec, 2012 1 commit
-
-
antirez authored
-
- 12 Dec, 2012 1 commit
-
-
Patrick TJ McPhee authored
-
- 28 Nov, 2012 1 commit
-
-
antirez authored
-
- 01 Nov, 2012 1 commit
-
-
antirez authored
It failed because of the way jemalloc was compiled (without passing the right flags to make, but just to configure). Now the same set of flags are also passed to the make command, fixing the issue. This fixes issue #744
-
- 26 Oct, 2012 1 commit
-
-
antirez authored
-
- 21 Aug, 2012 1 commit
-
-
antirez authored
This version of hiredis merges modifications of the Redis fork with latest changes in the hiredis repository. The same version was pushed on the hiredis repository and will probably merged into the master branch in short time.
-
- 16 May, 2012 2 commits
-
-
antirez authored
In the commit upgrading jemalloc to version 3.0.0 I added the old version of Jemalloc in the 'jemalloc.orig' directory for an error. This commit removes the not useful version of jemalloc.
-
antirez authored
Full changelog here: http://www.canonware.com/cgi-bin/gitweb.cgi?p=jemalloc.git;a=blob_plain;f=ChangeLog;hb=master Notable improvements from the point of view of Redis: 1) Bugfixing. 2) Support for Valgrind. 3) Support for OSX Lion, FreeBSD.
-
- 11 Apr, 2012 1 commit
-
-
Pieter Noordhuis authored
Remove unused variables. Instead of overriding non-standard variables such as ARCH and PROF, use standard variables CFLAGS and LDFLAGS to override Makefile settings. Move dependencies generated by `make dep` to a separate file.
-
- 24 Feb, 2012 2 commits
- 19 Feb, 2012 3 commits
- 13 Feb, 2012 1 commit
-
-
lsbardel authored
-