]> git.saurik.com Git - redis.git/shortlog
redis.git
2012-04-13  antirezMerge branch 'strict.lua' into unstable
2012-04-13  antirezA few var names fixed in Makefile.
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-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-08  antirezTest for maxclients.
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  antirezAdded new test to check that "CONFIG appendonly no...
2012-04-07  antirezFor coverage testing use exit() instead of _exit()...
2012-04-07  antirezTests for MONITOR.
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  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  Erik DubbelboerAdded consts keyword where possible
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  Xiaochen Wangfix typos in tests/assets/default.conf
2012-03-29  antirezProtect globals access in Lua scripting.
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
next