]> git.saurik.com Git - redis.git/shortlog
redis.git
2011-09-13  antirezadd background jobs initialization to Redis main init...
2011-09-13  antirezbio.c typos fixes to make it compile
2011-09-13  antirezbio.o added to redis-server objects
2011-09-13  Pieter NoordhuisSpeed up protocol synthesis for AOF
2011-09-13  Pieter NoordhuisRe-use AOF buffer when it is small enough
2011-09-13  Pieter NoordhuisFix indent
2011-09-13  antirezadded a newline for code readability
2011-09-13  Pieter NoordhuisAvoid unnecessary calls to time(3)
2011-09-12  antirezRemove the write handler only if there are no longer...
2011-09-12  antirezregression test for bug 593 added
2011-09-12  antirezfixed typos in the comments of rpoplpushHandlePush()
2011-09-07  Hampus WessmanFix crash when chaining brpoplpush with other blocking...
2011-08-09  antirezMerge remote-tracking branch 'origin/unstable' into...
2011-08-09  antirezAuto rewrite integer overflow fixed. Thanks to Gaurav...
2011-07-28  antirezMerge remote-tracking branch 'origin/unstable' into...
2011-07-28  antirezRegression for a crash with blocking ops and pipelining
2011-07-28  Hampus WessmanFix crash when pipelining several blocking commands.
2011-07-28  antirezMerge remote branch 'origin/unstable' into unstable
2011-07-28  antirezMaxmemory test
2011-07-28  antirezfixed assert proc on Redis test
2011-07-27  antirezTODO updated
2011-07-27  Pieter NoordhuisFix adding bulk reply when getcwd fails
2011-07-27  Pieter NoordhuisWait for Lua to be built before linking redis-server
2011-07-27  Pieter NoordhuisHDEL: Abort deleting fields when hash is removed
2011-07-22  antirezClose the listening sockets. Apparently this allows...
2011-07-22  antirezprepareForShutdown() fixed for correctness regarding...
2011-07-15  antirezmake a scripting test more valgrind friendly
2011-07-15  antireztest that EVALSHA is replicated as EVAL
2011-07-15  antirezAdded a 'runtest' script that is responsible to check...
2011-07-13  antireztop level Makefile now just a proxy. Doing make clean...
2011-07-13  antirezMerge branch 'unstable' of github.com:antirez/redis...
2011-07-13  antirezReplicate EVALSHA as EVAL taking a dictionary of sha1...
2011-07-13  antirezscripting.txt file removed, content merged into the...
2011-07-13  Salvatore SanfilippoMerge pull request #69 from AquaGeek/patch-1
2011-07-13  Tyler StrombergMinor spelling fixes
2011-07-12  antirezwhen building redis-server use LINK and not CC as prefi...
2011-07-12  antirezFix for a typo left after merging.
2011-07-12  antirezmaster branch merged into scripting.
2011-07-11  antirezsolved a slow positive in the slow log test when the...
2011-07-11  antirezfixed another timing issue when running the test over...
2011-07-11  antirezMerge branch 'unstable' of github.com:antirez/redis...
2011-07-11  antirezfix a test timing issue when running the test over...
2011-07-11  antirezmake test depends on redis-check-aof as well.
2011-07-11  antirezremoved --file argument from test invocation inside...
2011-07-11  antireznew test engine valgrind support
2011-07-11  antirezcleanup after test
2011-07-11  antirez--help implemented
2011-07-11  antirezbetter recap of failed tests.
2011-07-11  antirezinitial support for failed tests summary at end of...
2011-07-11  antirezthe test runs less iterations of slow tests if no ...
2011-07-11  antirezimplemented --single, --list-tests. --accurante and...
2011-07-11  antirezlist test further split into smaller units
2011-07-11  antirezlist-2 added to the list of tests
2011-07-11  antirezlist test split into smaller parts
2011-07-11  antirezuse tclsh8.5 not only in which but also in the actual...
2011-07-11  antirezexplicitly use tclsh8.5 to run the test
2011-07-10  antirezno longer prints testing... but just shows the test...
2011-07-10  antirezreplication test split into three parts in order to...
2011-07-10  antirezdisplay less useless information in parallel test
2011-07-10  antirezsome test colorization and some fix
2011-07-10  antirezprint execution time of different units at end
2011-07-10  antirezInitial implementation of a client-server parallel...
2011-07-09  antirezThe test now gives some more time for Redis to start...
2011-07-08  antirezTake a pointer to the relevant entry of the command...
2011-07-08  antirezTest for regression about: Redis should not try to...
2011-07-07  antirezdon't process EXPIRE with negative TTL or EXPIREAT...
2011-07-07  Hampus WessmanDon't expire keys while loading AOF.
2011-07-07  Hampus WessmanAdd test for incorrect expiration when loading AOF.
2011-07-06  antirezmore valgrind friendly test
2011-07-05  antirezIngore jemalloc make distclean error in Makefile, cause...
2011-07-03  antirezFixed typo in redis.conf related to slow log parameters
2011-07-02  antirezchildrens -> children in INFO output field names. This...
2011-07-02  antirezno more allocation stats info in INFO, useless now...
2011-07-01  antirezAdded slowlog.tcl
2011-06-30  antirezSLOWLOG tests
2011-06-30  antirezAdded an unique ID field to every slow log entry.
2011-06-30  antirezMore redis.conf self-documentation. Now even queries...
2011-06-30  antirezslow log configuration implemented
2011-06-30  antirezhiredis max multi bulk nesting level raised to 7
2011-06-30  antirezDEUBG SLEEP implemented
2011-06-30  antirezFirst implementation of the slow log feature
2011-06-29  antirezPartial fix for a problem with AOF and BRPOP. We have...
2011-06-25  antirezcolorized test output shows scripting tests with X
2011-06-25  antirezunstable merge conflicts resolved
2011-06-25  antirezMerge remote branch 'origin/unstable' into unstable
2011-06-25  antirezdiskstore removed
2011-06-24  Salvatore SanfilippoMerge pull request #63 from djanowski/tcl
2011-06-24  Damian JanowskiAvoid bug reports when Tcl is not installed.
2011-06-20  antirezFix for bug 561 and other related problems
2011-06-20  antirezuseless call removed, thanks to Pieter for spotting...
2011-06-20  Pieter NoordhuisSETNX regression tests.
2011-06-20  antirezDB API refactoring. The changes were designed together...
2011-06-20  antirezMakefile deps updated
2011-06-20  antirezIt is now possible to build with: make 32bit USE_JEMALL...
2011-06-20  antirezAdded -ldl when linking against jemalloc, needed on...
2011-06-20  antirezFixed INFO implementation to use the new allocator...
2011-06-20  antirezMakefile modified to build with jemalloc
2011-06-20  Pieter NoordhuisIgnore jemalloc build artifacts
2011-06-20  antirezZMALLOC related stuff removed from config.h. They are...
2011-06-20  antirezforward-ported changes in zmalloc.c/h to support jemall...
next