]> git.saurik.com Git - redis.git/history - src/rdb.c
Test: fixed osx "leaks" support in test.
[redis.git] / src / rdb.c
2012-11-20  antirezChildren creating AOF or RDB files now report memory...
2012-11-08  antirezBSD license added to every C source and header file.
2012-10-24  antirezUpdate memory peak stats while loading RDB / AOF.
2012-10-05  Salvatore SanfilippoMerge pull request #544 from dvirsky/2.6
2012-09-27  Erik DubbelboerFixed some spelling errors in the comments
2012-06-02  antirezRDB type loading functions clarified in comments.
2012-05-25  antirezFour new persistence fields in INFO. A few renamed.
2012-04-24  antirezrdbLoad() should check REDIS_RDB_VERSION instead of...
2012-04-10  antirezIt is now possible to enable/disable RDB checksum compu...
2012-04-10  antirezRDB files now embed a crc64 checksum. Version of RDB...
2012-04-10  antirezFixed compilation of new rio.c changes (typos and so...
2012-04-10  antirezAdd checksum computation to rio.c
2012-04-08  antirezFor coverage testing use exit() instead of _exit()...
2012-04-07  antirezRemoved dead code: function rdbSaveTime() is no longer...
2012-04-02  antirezWrite RDB magic using a REDIS_RDB_VERSION define that...
2012-03-23  antirezMerge remote-tracking branch 'origin/2.6' into 2.6
2012-03-23  antirezFixed memory leak in hash loading.
2012-03-13  antirezRDB hashes loading, fixed another bug in the loading...
2012-03-13  antirezRDB hashes loading fixed removing the assertion that...
2012-03-10  antirezRDB version is no 4, because small hashes are now encod...
2012-03-09  antirezMerge conflicts resolved.
2012-03-07  antirezRefuse writes if can't persist on disk.
2012-02-22  Salvatore SanfilippoMerge pull request #304 from bradvoth/unstable
2012-02-16  Pieter NoordhuisDon't expire keys when loading an RDB after a SYNC
2012-01-25  Pieter NoordhuisTest that zipmap from RDB is correctly converted
2012-01-03  Pieter NoordhuisEncode small hashes with a ziplist
2011-12-21  antirezMerge remote-tracking branch 'origin/unstable' into...
2011-12-21  antirezsome RDB server struct fields renamed.
2011-12-21  antirezmore AOF server struct fields renamed.
2011-11-18  Salvatore SanfilippoMerge pull request #173 from jasondavies/typo
2011-11-15  Salvatore SanfilippoMerge pull request #181 from redsquirrel/unstable
2011-11-14  antirezMerge branch 'unstable' into incrbyfloat
2011-11-12  antirezFixed issues with expire introduced with latest millise...
2011-11-09  antirezFixed a few typos
2011-11-09  antirezFixed bug breaking rdbSaveMillisecondTime() in 32 bit...
2011-11-09  antirezInitial support for key expire times with millisecond...
2011-11-08  antirezdict.c API names modified to be more coincise and consi...
2011-10-23  antirezA past commit removed the inclusion of redis.h from...
2011-10-14  antirezExit with Fatal error at startup if the RDB file signat...
2011-10-05  Salvatore SanfilippoMerge pull request #118 from dvirsky/unstable
2011-10-04  antirezreplaced redisAssert() with redisAssertWithInfo() in...
2011-09-22  antirezrioInitWithFile nad rioInitWithBuffer functions now...
2011-09-22  antirezmerge conflicts resolved
2011-06-25  antirezunstable merge conflicts resolved
2011-06-25  antirezMerge remote branch 'origin/unstable' into unstable
2011-06-25  antirezdiskstore removed
2011-06-24  Salvatore SanfilippoMerge pull request #63 from djanowski/tcl
2011-06-20  antirezDB API refactoring. The changes were designed together...
2011-06-17  antirezUse a safe iterator while saving the DB, since the...
2011-06-14  antirezUpdated to unstable
2011-06-10  antirezminor code aesthetic change
2011-06-10  antirezMerge remote branch 'pietern/unstable-bench' into unstable
2011-06-10  antirezMerge remote branch 'origin/unstable' into unstable
2011-06-10  antirezautomatic AOF rewrite first implementation. Still to...
2011-06-07  antirezMerge branch 'unstable'
2011-06-05  antirezMerge remote branch 'origin/unstable' into unstable
2011-05-29  antirezINFO now contains the time (in usecs) needed to fork...
2011-05-14  Pieter NoordhuisFix up rdbWriteRaw to return number of bytes written
2011-05-14  Pieter NoordhuisMore rioRead()
2011-05-13  Pieter NoordhuisMove rdbLoad* to top; update comments
2011-05-13  Pieter NoordhuisMake RDB types/opcodes explicit; load/save object type
2011-05-13  Pieter NoordhuisAbstract file/buffer I/O to support in-memory serialization
2011-05-10  antirezMerge branch 'unstable'
2011-05-10  antirezRDB version signature bumped to 2, now that direct...
2011-04-14  antirezMerge remote branch 'pietern/unstable-zset' into unstable
2011-04-06  Pieter NoordhuisUpdate target encoding for sorted set from rdb
2011-04-06  Pieter NoordhuisTest for ENCODING_SKIPLIST instead of ENCODING_RAW
2011-04-06  Pieter NoordhuisTypo
2011-04-06  Pieter NoordhuisMerge branch 'unstable' into unstable-zset
2011-03-29  antirezCluster branch merged to unstable.
2011-03-10  Pieter NoordhuisEncode sorted set after loading from dump
2011-03-09  Pieter NoordhuisPersistence code for encoded sorted sets
2011-02-28  antirezfix type in rdbSaveKeyValuePair() when saving an intset...
2011-02-28  antirezdirect saving of specially encoded types implemented...
2011-02-28  antirezdefine name typo fixed
2011-02-28  antirezsave ziplist encoded type as a different type id. Done...
2011-02-28  antirezconvert the zipmap into hash in rdb loading if the...
2011-02-28  antirezfix for zipmap raw saving in unstable branch
2011-02-28  antirezsave zipmap encoded hashes as blobs. Work in progress.
2011-02-11  antirezfixed two diskstore issues, a quasi-deadlock creating...
2011-01-07  antirezblocking SAVE implemented
2011-01-07  antirezmore work towards diskstore bgsave
2011-01-07  antirezsource reshaped a bit to play well with a bgsaving...
2011-01-07  antirezMerge branch 'unstable' of github.com:antirez/redis...
2011-01-05  antirezBGSAVE work in progress
2011-01-04  antirezMerge branch 'master' into unstable
2010-12-30  antirezfilesystem based KV store mostly implemented in diskstore.c
2010-12-30  antirezmore work done for diskstore without trying to compile...
2010-12-29  antireztouched key for WATCH refactored into a more general...
2010-12-28  antireza lot of code reworked/removed to implement object...
2010-11-30  antirezminor merge conflicts merging cli-help branch fixed
2010-11-26  Pieter NoordhuisMerge remote branch 'visionmedia/cli-help' into cli...
2010-11-21  Pieter NoordhuisStop using /dev/null to find out the serialized object...
2010-11-21  Pieter NoordhuisWrapper around fwrite to make API consistent
2010-11-21  Pieter NoordhuisReturn number of bytes written from rdbSave* functions
2010-11-08  antireznon blocking loading of the DB / AOF with informations...
2010-11-02  antirezMerge remote branch 'pietern/unixsocket'
2010-11-02  antirezRevert "Now maxmemory, VM, and everything else uses...
2010-11-02  antirezNow maxmemory, VM, and everything else uses the fast...
2010-10-13  Pieter NoordhuisMerge master with resolved conflict in src/redis-cli.c
next