]> git.saurik.com Git - redis.git/shortlog
redis.git
2012-04-06  antirezTwo new tests for BGREWRTIEAOF.
2012-04-06  antirezredis.tcl: no longer leave unread replies if an error...
2012-04-06  antirezNew INFO field in persistence section: bgrewriteaof_sch...
2012-04-06  antirezversion bumped to 2.9.6
2012-04-06  jokeaimplement aeWait using poll(2). Fixes issue #267.
2012-04-05  antirezexpireGenericCommand(): better variable names and a...
2012-04-05  Premysl Hrubyfor (p)expireat use absolute time, without double recom...
2012-04-05  Premysl Hrubyfix mstime() ommited while comparing if key is already...
2012-04-05  Premysl Hrubyadd support for generation of lcov coverage reports
2012-04-05  Salvatore SanfilippoMerge pull request #430 from anydot/f-testsuite
2012-04-05  Salvatore SanfilippoMerge pull request #426 from anydot/fix-rm-vm-comments
2012-04-05  Salvatore SanfilippoMerge pull request #431 from anydot/f-signal
2012-04-05  Premysl Hrubyfuture-proof version comparison
2012-04-04  antirezOn slow computers, 10 seconds are not enough for this...
2012-04-04  antirezStructure field controlling the INFO field master_link_...
2012-04-04  antirezNew "os" field in INFO output providing information...
2012-04-04  antirezSLAVEOF is not a write command.
2012-04-04  antirezPrint milliseconds of the current second in log lines...
2012-04-03  Premysl Hrubyallocate alternate signal stack, change of sigaction...
2012-04-03  antirezredis-cli help.h updated. Script to generate it updated...
2012-04-03  antirezMore MIGRATE tests.
2012-04-03  antirezAnother fix for MIGRATE.
2012-04-03  Premysl Hrubyin kill_server send the signal once, then wait for...
2012-04-03  Premysl Hrubynew option for choosing number of test clients to run
2012-04-03  antirezTwo fixed for MIGRATE: fix TTL propagation and fix...
2012-04-03  antirezWhen the user-provided 'maxclients' value is too big...
2012-04-02  antirezMIGRATE test modified because the implementation changed.
2012-04-02  antirezMIGRATE now let the client distinguish I/O errors and...
2012-04-02  antirezDUMP/RESTORE now use CRC64 instead of truncated SHA1.
2012-04-02  antirezCRC64 implementation added to Redis code base.
2012-04-02  Premysl Hrubyremove mentions of VM in comments
2012-04-02  antirezDUMP, RESTORE, MIGRATE tests.
2012-04-02  antirezRESTORE ability to set a TTL fixed, bug introduced...
2012-04-02  antirezPrettify source code of create/verify DUMP payload.
2012-04-02  antirezDUMP / RESTORE: store RDB version in little endian.
2012-04-01  antirezNew DUMP format includes RDB version and truncated...
2012-04-01  antirezMerge remote-tracking branch 'origin/unstable' into...
2012-04-01  Salvatore SanfilippoMerge pull request #425 from ThePicard/unstable
2012-04-01  ThePicardFixed a typo in install_server.sh
2012-03-31  antirezWrite RDB magic using a REDIS_RDB_VERSION define that...
2012-03-31  antirezredis-trib: fix the MIGRATE call that now has milliseco...
2012-03-31  antirezsyncio.c calls in replication.c fixed for the new milli...
2012-03-31  antirezBetter syncio.c with millisecond resolution.
2012-03-30  antirezPurely aesthetic code change.
2012-03-30  Joseph JangFixed a memory leak with replication
2012-03-30  antirezRegression test for issue 417 (memory leak when replica...
2012-03-29  antirezFixed typo in comment: "te" -> "the".
2012-03-29  antirezFix for slaves chains. Force resync of slaves (simply...
2012-03-28  antirezTest for redis.sha1hex().
2012-03-28  Nathan Fritzadded redis.sha1hex(string) as lua scripting function.
2012-03-28  antirezFixes for redisLogFromHandler().
2012-03-28  antirezLog from signal handlers is now safer.
2012-03-28  antirezMerge branch 'watchdog' into unstable
2012-03-28  antirezRedis test: regexp to check if valgrind reported errors...
2012-03-27  Salvatore SanfilippoMerge pull request #389 from huangz1990/patch-1
2012-03-27  Salvatore SanfilippoMerge pull request #407 from anydot/fixes
2012-03-27  Premysl Hrubyremove disk-store related comments
2012-03-27  Premysl Hrubydeclare hashDictType as external too
2012-03-27  Premysl Hrubyuse server.unixtime instead of time(NULL) where possibl...
2012-03-27  Premysl Hrubyfix time() instead of mstime() in expireIfNeeded
2012-03-27  antirezdefine zlibc_free() in a way that is not shadowed by...
2012-03-27  antirezProduce the watchlog warning log in a way that is safer...
2012-03-27  antirezMask SIGALRM everything but in the main thread.
2012-03-27  antirezCorrectly set the SIGARLM timer for the software watchdog.
2012-03-27  antirezRedis software watchdog.
2012-03-27  antirezSIGSEGV handler refactored so that we can reuse stack...
2012-03-25  antirezCONFIG RESETSTAT resets two more fields.
2012-03-25  antirezNew INFO field aof_delayed_fsync introduced.
2012-03-25  antirezconvert-zipmap-hash-on-load false positive fixed.
2012-03-24  antirezMerge remote-tracking branch 'origin/unstable' into...
2012-03-24  antirezWhen running the test in valgrind mode, pass the right...
2012-03-24  antirezAdd used allocator in redis-server -v output.
2012-03-24  antirezconvert-zipmap-hash-on-load test enabled
2012-03-23  antirezContextualize comment.
2012-03-23  antirezFixed memory leak in hash loading.
2012-03-23  antirezRDB load of different encodings test added.
2012-03-23  antirezBig endian fix. The bug was introduced because of a...
2012-03-23  antirezReplicate HINCRBYFLOAT as HSET.
2012-03-22  antirezCode style hack.
2012-03-22  antirezResult of INCRBYFLOAT and HINCRBYFLOAT should never...
2012-03-21  antirezComments about security of slave-read-only in redis...
2012-03-21  antirezCorrectly create shared.oomerr as an sds string.
2012-03-20  antirezDEBUG should not be flagged as w otherwise we can not...
2012-03-20  antirezSupport for read-only slaves. Semantical fixes.
2012-03-20  antirezredis_init_script template updated.
2012-03-19  antirezSuppress warnings compiling redis-cli with certain...
2012-03-19  antirezRead-only flag removed from PUBLISH command.
2012-03-19  antirezMemory addressing test implemented.
2012-03-18  antirezMore memory tests implemented. Default number of iterat...
2012-03-18  antirezFixed typo.
2012-03-18  antirezNumber of iteration of --test-memory is now 300 (severa...
2012-03-18  antirezOn crash suggest to give --test-memory a try.
2012-03-16  antirezMemory test function now less boring thanks to screen...
2012-03-16  antirezHem... actual memtest.c file added.
2012-03-16  antirezFirst implementation of --test-memory. Still a work...
2012-03-15  antirezFix for issue #391.
2012-03-15  huangz1990fix typo
2012-03-14  antirezReclaim space from the client querybuf if needed.
2012-03-14  antirezsds.c: sdsAllocSize() function added.
2012-03-14  antirezsds.c new function sdsRemoveFreeSpace().
next