]> git.saurik.com Git - redis.git/history - src
Allow PREFIX to be overrided in Makefile.
[redis.git] / src /
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-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-01  Pieter NoordhuisUse safe dictionary iterator from KEYS
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  antirezMerge remote-tracking branch 'origin/unstable' into...
2012-04-25  Salvatore SanfilippoMerge pull request #481 from dtran320/unstable
2012-04-25  David TranSpelling: s/synchrnonization/synchronization
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  Salvatore SanfilippoMerge pull request #421 from ErikDubbelboer/sds-const
2012-04-23  Salvatore SanfilippoMerge pull request #461 from schlenk/unstable
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-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  antirezredis-cli --bigkeys output modified to be simpler to...
2012-04-18  antirezredis-cli --bigkeys
2012-04-18  antirezDocument mostly dead code in RPOPLPUSH implementation.
2012-04-18  Salvatore SanfilippoMerge pull request #456 from pietern/unstable-mkopts
2012-04-18  antirezMarginally cleaner lookupKeyByPattern() implementation.
2012-04-18  antirezTwo small fixes to maxclients handling.
2012-04-17  antirezlookupKeyByPattern() used by SORT GET/BY rewritten...
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  antirezMerge branch 'strict.lua' into unstable
2012-04-13  antirezA few var names fixed in Makefile.
2012-04-13  antirezEVAL errors are more clear now.
2012-04-13  antirezUse Lua tostring() before concatenation.
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  antirezScripting: globals protection can now be switched on...
2012-04-12  antirezPrint arch bits with redis-server -v
2012-04-12  antirezmemtest.c: integer overflow fixed.
2012-04-12  antirezMake gcov fixed.
2012-04-12  antirezMakefile now introduces Redis-specific CFLAGS / LDFLAGS...
2012-04-11  Salvatore SanfilippoMerge pull request #449 from ErikDubbelboer/unstable
2012-04-11  Erik Dubbelboeradded explanation for the magic 511 backlog number
2012-04-11  antirezMakefile.dep updated.
2012-04-11  antirezmake dep: redirect output to Makefile.dep.
2012-04-11  antirezMake inline functions rioRead/Write/Tell static. This...
2012-04-11  antirezMacros ULONG_ONEZERO / ULONG_ZEROONE were inverted...
2012-04-11  Pieter NoordhuisClean up Makefiles
2012-04-11  Pieter NoordhuisEverything x86 is little endian
2012-04-11  antirezComment typo fixed. Clusetr -> Cluster.
2012-04-10  antirezCheck write(2) return value to avoid warnings, because...
2012-04-10  antirezMinor MIGRATE implementation simplification about ttl...
2012-04-10  antirezVersion 2.9.7.
2012-04-10  antirezIt is now possible to enable/disable RDB checksum compu...
2012-04-09  antirezRDB files now embed a crc64 checksum. Version of RDB...
2012-04-09  antirezFixed compilation of new rio.c changes (typos and so...
2012-04-09  antirezdump/restore fixed to use the new crc64 API.
2012-04-09  antirezAdd checksum computation to rio.c
2012-04-09  antirezcrc64.c modified for incremental computation.
2012-04-09  antirezrio.c file somewhat documented so that the casual reade...
2012-04-07  Erik DubbelboerUpdate src/rdb.c
2012-04-07  Erik DubbelboerUpdate src/dict.c
2012-04-07  Erik DubbelboerFixed some spelling errors in the comments
2012-04-07  antirezFor coverage testing use exit() instead of _exit()...
2012-04-07  antirezNew client info field added to CLIENT LIST output:...
2012-04-07  antirezNever used function stringObjectEqualsMs() removed.
2012-04-07  antirezRemoved dead code: function rdbSaveTime() is no longer...
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
next