summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix Makefile colors.2.4.0-rc2Hampus Wessman2011-06-091-6/+6
* Two fixes for replication: Slave performs the AOF rewrite at the right point....antirez2011-06-091-3/+5
* version bumped to 2.3.5antirez2011-06-081-1/+1
* INFO now contains the time (in usecs) needed to fork() in order to persist. T...antirez2011-06-085-1/+12
* Add ustime() from unstable into utils.cantirez2011-06-082-0/+12
* Color make backported to 2.4antirez2011-06-081-14/+30
* Warn the user that will try to enable VM that VM sucks. But still allows him ...antirez2011-06-061-0/+15
* touch less pages in decrRefCountantirez2011-06-021-2/+3
* Merge remote branch 'pietern/2.4-bench' into 2.4antirez2011-06-011-64/+97
|\
| * There is no debug mode in benchmark toolPieter Noordhuis2011-05-311-6/+1
| * Provide custom command to benchmark against via argsPieter Noordhuis2011-05-311-52/+90
| * More const's in redis-benchmark.cPieter Noordhuis2011-05-311-11/+11
* | Removed useless stuff from config.h that are now moved into zmalloc.hantirez2011-06-011-29/+0
* | Fixed warning on Linuxantirez2011-06-011-1/+1
* | encoding agnostic intsetsantirez2011-06-011-9/+27
* | fmacros in utils.c to avoid warning about strcasecmp()antirez2011-06-011-0/+2
* | Added -ldl when linking against jemalloc, needed on Linuxantirez2011-06-011-1/+1
* | It is now possible to build with: make 32bit USE_JEMALLOC=yesantirez2011-06-011-2/+2
* | jemalloc support backported in 2.4 using part of the Pieter Noordhuis and Did...antirez2011-06-014-42/+103
|/
* version bumped to 2.3.4antirez2011-05-311-1/+1
* revert ZADD implementation to 2.4 WATCH API.antirez2011-05-311-4/+4
* Variadic ZADDantirez2011-05-312-86/+98
* prepare to cherry pick variadic ZADD without conflictsantirez2011-05-311-4/+4
* Variadic ZREMantirez2011-05-312-24/+33
* Fix for the variadic version of SREM. Regression test added.antirez2011-05-311-1/+4
* use the new rewriteClientCommandVector() function for SPOP -> SREM replicatio...antirez2011-05-314-36/+32
* modified the BRPOPLPUSH target field cleanup strategy to fix it the proper way.antirez2011-05-311-3/+5
* Removed a leak in the BRPOPLPUSH unrelated to issue 561antirez2011-05-311-0/+1
* Fix for issue 516, rewriting the command vector to correctly repliate BRPOPLP...antirez2011-05-311-7/+56
* Make replication faster (biggest gain for small number of slaves)Pieter Noordhuis2011-05-292-36/+6
* Merge remote branch 'pietern/2.4-replnonblock' into 2.4antirez2011-05-293-43/+77
|\
| * Configurable synchronous I/O timeoutPieter Noordhuis2011-05-223-4/+9
| * Minor changes in non-blocking repl. connectPieter Noordhuis2011-05-222-15/+20
| * Non-blocking connect with masterPieter Noordhuis2011-05-192-32/+56
* | version bumped to 2.3.3antirez2011-05-281-1/+1
* | 2.4 redis-cli synched with the latest changes into unstable.antirez2011-05-281-35/+67
* | Fix for Pub/Sub system, introduced in Redis 2.2.6 with the new copy-on-write ...antirez2011-05-251-1/+1
* | Fixed typo in commentantirez2011-05-241-2/+2
|/
* Fix for ZUNIONSTORE bug when there is an empty set among input sets. Regressi...antirez2011-05-191-1/+1
* Fixed misuse of the new iterator semantics in ZUNIONSTOREantirez2011-05-151-1/+8
* Fix for a possible bug related to ZINTER/UNIONSTORE called with the same sour...antirez2011-05-151-1/+4
* Fixed SINTER[STORE] problem related to the new copy on write safe iteratorantirez2011-05-151-0/+1
* Fix for DEBUG DIGEST, key may expire on lookupantirez2011-05-131-0/+5
* ziplist are now endianess agnosticantirez2011-05-121-0/+10
* removed assert causing an illegal memory access. This was responsible of cras...antirez2011-05-111-1/+0
* RDB version signature bumped to 2, now that direct saving of specially encode...antirez2011-05-101-2/+2
* use safe Dict iteration in DEBUG DIGESTantirez2011-05-101-1/+1
* Introduced a safe iterator interface that can be used to iterate while access...antirez2011-05-102-7/+21
* Merge branch '2.4' of github.com:antirez/redis into 2.4antirez2011-05-0711-160/+289
|\
| * Merge remote branch 'pietern/2.4-misc' into 2.4antirez2011-05-0511-129/+255
| |\