]> git.saurik.com Git - redis.git/shortlog
redis.git
2012-07-22  antirezAllow Pub/Sub in contexts where other commands are...
2012-07-18  antirezDon't assume that "char" is signed.
2012-07-09  Salvatore SanfilippoMerge pull request #569 from jokea/unstable
2012-06-29  jokeamark fd as writable when EPOLLERR or EPOLLHUP is return...
2012-06-27  antirezTypo in comment.
2012-06-27  antirezREPLCONF internal command introduced.
2012-06-21  antirezFixed comment typo into time_independent_strcmp().
2012-06-21  antirezFixed a timing attack on AUTH (Issue #560).
2012-06-15  antirezFix c->reply_bytes computation in setDeferredMultiBulkL...
2012-06-14  antirezziplistFind(): don't assume that entries are comparable...
2012-06-13  Salvatore SanfilippoMerge pull request #552 from tnm/unstable
2012-06-13  Ted NymanStandardize punctuation in redis-cli help.
2012-06-12  antirezAdded a new hash fuzzy tester.
2012-06-11  antirezDump ziplist hex value on failed assertion.
2012-06-11  antirezNew test: hash ziplist -> hashtable encoding conversion.
2012-06-02  antirezEVAL replication test: less false positives.
2012-06-02  Alex MitrofanovFixed RESTORE hash failure (Issue #532)
2012-06-02  antirezRDB type loading functions clarified in comments.
2012-05-31  antirezBITOP bug when called against non existing keys fixed.
2012-05-25  antirezTests modified to account for INFO fields renaming.
2012-05-25  antirezFour new persistence fields in INFO. A few renamed.
2012-05-24  antirezBITOP command 10x speed improvement.
2012-05-24  antirezBITOP: handle integer encoded objects correctly.
2012-05-24  antirezBITCOUNT performance improved.
2012-05-24  antirezbitop.c renamed bitops.c
2012-05-24  antirezBit operations tests improved.
2012-05-24  antirezpopcount() optimization for speed.
2012-05-24  antirezBITCOUNT refactoring.
2012-05-24  antirezBit-related string operations moved to bitop.c
2012-05-24  antirezBITOP and BITCOUNT tests.
2012-05-24  antirezNew commands: BITOP and BITCOUNT.
2012-05-24  antirezAdd aof_rewrite_buffer_length INFO field.
2012-05-24  antirezAllow an AOF rewrite buffer > 2GB (Fix for issue #504).
2012-05-24  antirezDead code removed from replication.c.
2012-05-23  jokeaSet fd to writable when poll(2) detects POLLERR or...
2012-05-23  antirezFixed issue #516 (ZINTERSTORE mixing sets and zsets).
2012-05-22  antirezRedis test: include bug report on crash.
2012-05-21  antirezUse comments to split aof.c into sections.
2012-05-20  antirezTODO file removed.
2012-05-16  antirezDeleted jemalloc.orig from /deps.
2012-05-16  antirezJemalloc updated to 3.0.0.
2012-05-15  Pieter NoordhuisWhitespace
2012-05-15  Dave Pachecouse port_getn instead of port_get
2012-05-15  Dave Pachecofirst cut at event port support
2012-05-15  Pieter NoordhuisFix `install` target on OSX (see #495)
2012-05-14  antirezAdded time.h include in redis-cli.
2012-05-14  antirezactiveExpireCycle(): better precision in max time used.
2012-05-13  antirezImpovements for: Redis timer, hashes rehashing, keys...
2012-05-13  antirezRedis timer interrupt frequency configurable as REDIS_HZ.
2012-05-11  antirezComment improved so that the code goal is more clear...
2012-05-11  antirezMore incremental active expired keys collection process.
2012-05-11  antirezIf the computer running the Redis test is slow, we...
2012-05-11  antirezredis-cli pipe mode: handle EINTR properly as well...
2012-05-11  antirezredis-cli pipe mode: handle EAGAIN while writing to...
2012-05-09  antirezFix PREFIX typo in Makefile.
2012-05-09  antirezAllow PREFIX to be overrided in Makefile.
2012-05-07  antirezredis-cli --pipe for mass import.
2012-05-06  Pieter NoordhuisCompare integers in ziplist regardless of encoding
2012-05-04  Salvatore SanfilippoMerge pull request #494 from quiver/init-fixes
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  antirezTest "Turning off AOF kills the background writing...
2012-05-01  Pieter NoordhuisUse safe dictionary iterator from KEYS
2012-05-01  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  antirezmemtest.c fixed to actually use v1 and v2 in memtest_fi...
2012-04-27  antirezredis-cli commands description in help.h updated.
2012-04-27  antirezSet LUA_MASKCOUNT hook more selectively. Fixes issue...
2012-04-26  antirezRe-introduce -g -rdynamic -ggdb when linking, fixing...
2012-04-26  antirezProduce the stack trace in an async safe way.
2012-04-26  antirezDon't use an alternative stack for SIGSEGV & co.
2012-04-26  antirezRedis test: More reliable BRPOPLPUSH replication test.
2012-04-26  antirezMerge remote-tracking branch 'origin/unstable' into...
2012-04-26  antirezRedis test: scripting EVALSHA replication test more...
2012-04-25  Salvatore SanfilippoMerge pull request #481 from dtran320/unstable
2012-04-25  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  antirezFixed a bug in propagation of PUBLISH via the cluster...
2012-04-24  antirezA few compiler warnings suppressed.
2012-04-24  antirezFix and refactoring of code used to get registers on...
2012-04-23  antirezZiplist encoding now tested with negative integers...
2012-04-23  Salvatore SanfilippoMerge pull request #421 from ErikDubbelboer/sds-const
2012-04-23  Salvatore SanfilippoMerge pull request #461 from schlenk/unstable
2012-04-23  antirezNew time limit for protocol desync test set to 30 secon...
2012-04-23  antirezRemove loadfile() access from the scripting engine.
2012-04-21  antirezEven inside #if 0 comments are comments.
2012-04-21  antirezMerge remote-tracking branch 'origin/unstable' into...
2012-04-21  antirezLimit memory used by big SLOWLOG entries.
2012-04-21  Salvatore SanfilippoMerge pull request #440 from ErikDubbelboer/spelling
2012-04-21  Salvatore SanfilippoMerge pull request #414 from chobits/unstable
2012-04-21  antirezREADME now makes clear that our support for solaris...
next