]> git.saurik.com Git - redis.git/shortlog
redis.git
2012-05-12  antirezredis-cli --pipe for mass import.
2012-05-09  antirezFix PREFIX typo in Makefile.
2012-05-09  antirezAllow PREFIX to be overrided in Makefile.
2012-05-06  antirezFixed typo in RC3 release notes.
2012-05-06  antirezMore complete release notes for 2.5.9
2012-05-06  antirezRedis 2.5.9 (2.6 RC3).
2012-05-06  Salvatore SanfilippoMerge pull request #500 from pietern/2.6-zipfix
2012-05-05  Pieter NoordhuisCompare integers in ziplist regardless of encoding
2012-05-04  quiverfix several bugs of init.d scripts
2012-05-02  antirezsyncio.c read / write functions reworked for correctnes...
2012-05-02  antirezRemove useless trailing space in SYNC command sent...
2012-05-02  antirezUse specific error if master is down and slave-serve...
2012-05-02  antirezAdd a note abotu read-only slaves in 2.6 release notes.
2012-05-02  antirezRedis 2.5.8 (2.6.0 RC2).
2012-05-02  antirezTest "Turning off AOF kills the background writing...
2012-05-01  Salvatore SanfilippoMerge pull request #488 from pietern/2.6-safekeys
2012-04-30  Pieter NoordhuisUse safe dictionary iterator from KEYS
2012-04-30  HarmenShow problem with 'keys' command with specific command...
2012-04-30  antirezProperly wait the slave to sync with master in BRPOPLPU...
2012-04-29  antirezA more lightweight implementation of issue 141 regressi...
2012-04-27  antirezAdded "read-only slaves" in new features section of...
2012-04-27  antirezyet another typo fixed in release notes.
2012-04-27  antirezFixed release notes typo
2012-04-27  antirezRedis 2.5.7 (2.6 RC1)
2012-04-27  antirezmemtest.c fixed to actually use v1 and v2 in memtest_fi...
2012-04-27  antirezRelease notes updated with the new 2.6 features.
2012-04-27  antirezredis-cli commands description in help.h updated.
2012-04-27  antirezUpdate makefile dependencies.
2012-04-27  antirezSet LUA_MASKCOUNT hook more selectively. Fixes issue...
2012-04-27  antirezRe-introduce -g -rdynamic -ggdb when linking, fixing...
2012-04-27  antirezProduce the stack trace in an async safe way.
2012-04-27  antirezDon't use an alternative stack for SIGSEGV & co.
2012-04-27  antirezRedis test: More reliable BRPOPLPUSH replication test.
2012-04-27  antirezRedis test: scripting EVALSHA replication test more...
2012-04-27  David TranSpelling: s/synchrnonization/synchronization
2012-04-24  antirezExplicitly use bash for install_server.sh. Fixes issue...
2012-04-24  antirezredis-check-dump now is RDB version 6 ready.
2012-04-24  antirezSpurious debugging printf removed.
2012-04-24  antirezAdded two new encodings to ziplist.c
2012-04-24  antirezrdbLoad() should check REDIS_RDB_VERSION instead of...
2012-04-24  antirezziplist.c: added comments about the new 24 bit encoding.
2012-04-24  Grisha TrubetskoyAdd a 24bit integer to ziplists to save one byte for...
2012-04-24  antirezA few compiler warnings suppressed.
2012-04-24  antirezFix and refactoring of code used to get registers on...
2012-04-24  antirezZiplist encoding now tested with negative integers...
2012-04-24  antirezNew time limit for protocol desync test set to 30 secon...
2012-04-24  antirezRemove loadfile() access from the scripting engine.
2012-04-24  Michael SchlenkerReplace unnecessary calls to echo and cat
2012-04-21  antirezEven inside #if 0 comments are comments.
2012-04-21  antirezLimit memory used by big SLOWLOG entries.
2012-04-21  antirezredis.conf AOF section comments improved.
2012-04-21  antirezREADME now makes clear that our support for solaris...
2012-04-19  antirezNew tests related to scripts max execution time.
2012-04-19  antirezSHUTDOWN NOSAVE now can stop a non returning script...
2012-04-18  antirezCurrenly not used code in dict.c commented out.
2012-04-18  antirezTests for scripting PRNG.
2012-04-18  antirezcr16.c removed from 2.6 branch, was not used.
2012-04-18  antirezredis-cli --bigkeys output modified to be simpler to...
2012-04-18  antirezredis-cli --bigkeys
2012-04-18  antirezTest SDIFF with first set empty.
2012-04-18  antirezTest SINTER against same integer elements, but differen...
2012-04-18  antirezTest SINTER with non existing key.
2012-04-18  antirezAdded an SMOVE test where src and dest key are the...
2012-04-18  antirezNew hash fuzzing test.
2012-04-18  antirezDocument mostly dead code in RPOPLPUSH implementation.
2012-04-18  antirezExplicit RPOP/LPOP tests.
2012-04-18  antirezTest LINSERT syntax error.
2012-04-18  antirezTest LINDEX out of range index.
2012-04-18  Salvatore SanfilippoMerge pull request #455 from pietern/2.6-mkopts
2012-04-18  antirezMarginally cleaner lookupKeyByPattern() implementation.
2012-04-18  antirezMore robust maxclients test.
2012-04-18  antirezTwo small fixes to maxclients handling.
2012-04-17  antirezAdded test for SORT corner case: pattern ending with...
2012-04-17  antirezlookupKeyByPattern() used by SORT GET/BY rewritten...
2012-04-17  antirezLess false positives in maxclients test, hopefully.
2012-04-14  Pieter NoordhuisPersist `make` settings and trigger rebuild if anything...
2012-04-14  Pieter NoordhuisDon't set flags recursively
2012-04-14  Pieter NoordhuisRemove unused LIBS variable
2012-04-14  Pieter NoordhuisFirst set defaults, then do composition
2012-04-14  Pieter NoordhuisQuestion mark assignment is not needed
2012-04-14  Pieter NoordhuisIgnore gcov/lcov artifacts
2012-04-14  Pieter NoordhuisThe lcov target shouldn't clean
2012-04-14  Pieter NoordhuisRename ADD_*FLAGS -> REDIS_*FLAGS, REDIS_*FLAGS ->...
2012-04-13  antirezNew test for scripting engine: DECR_IF_GT.
2012-04-13  antirezEVAL errors are more clear now.
2012-04-13  antirezUse Lua tostring() before concatenation.
2012-04-13  antirezTests modified to match the new global protection imple...
2012-04-13  antirezmt.declared is no longer needed.
2012-04-13  antirezStop access to global vars. Not configurable.
2012-04-13  antirezGlobals protection global() function modified for speed...
2012-04-13  antirezTests for lua globals protection.
2012-04-13  antirezScripting: globals protection can now be switched on...
2012-04-13  antirezProtect globals access in Lua scripting.
2012-04-13  antirezA few var names fixed in Makefile.
2012-04-13  antirezPrint arch bits with redis-server -v
2012-04-13  antirezmemtest.c: integer overflow fixed.
2012-04-13  antirezMake gcov fixed.
2012-04-13  antirezMakefile now introduces Redis-specific CFLAGS / LDFLAGS...
2012-04-11  Erik Dubbelboeradded explanation for the magic 511 backlog number
2012-04-11  antirezMakefile.dep updated.
next