summaryrefslogtreecommitdiff
path: root/src/rdb.c
Commit message (Expand)AuthorAgeFilesLines
* Use new slave name function for diskless repl reporting.antirez2014-10-271-4/+4
* Diskless replication: child -> parent communication improved.antirez2014-10-231-20/+34
* Diskless replication: set / reset socket send timeout.antirez2014-10-221-0/+2
* rio fdset target: handle short writes.antirez2014-10-171-0/+6
* Diskless replication: rio fdset target new supports buffering.antirez2014-10-171-0/+3
* Diskless replication: Various fixes to backgroundSaveDoneHandlerSocket()antirez2014-10-171-4/+8
* Diskless replication: read report from child.antirez2014-10-151-15/+57
* Diskless replication: child writes report to parent.antirez2014-10-151-0/+40
* Diskless replication: parent-child pipe and a few TODOs.antirez2014-10-141-4/+33
* Diskless replication: RDB -> slaves transfer draft implementation.antirez2014-10-141-3/+136
* Define different types of RDB childs.antirez2014-10-081-0/+2
* RDB file creation refactored to target non-disk target.antirez2014-10-071-27/+46
* Fix incorrect commentszionwu2014-09-291-1/+1
* Add error check for writing RDB checksumyoav2014-08-181-1/+1
* Fix assert technical correctnessMatt Stancliff2014-08-081-1/+1
* Force quit when receiving a second SIGINT.antirez2014-08-071-1/+1
* Fail SYNC if background save child aborted due to a signal.Yossi Gottlieb2014-07-281-1/+1
* RDB: load string objects directly as EMBSTR objects when possible.antirez2014-07-161-5/+6
* LATENCY DOCTOR first implementation complete.antirez2014-07-081-0/+1
* Latency monitor: more hooks around the code.antirez2014-07-011-0/+6
* No more trailing spaces in Redis source code.antirez2014-06-261-1/+1
* Fixed possible buffer overflow bug if RDB file is corrupted.Akos Vandra2014-05-121-1/+1
* fixed possible buffer overflow errorAkos Vandra2014-05-121-1/+1
* Process events with processEventsWhileBlocked() when blocked.antirez2014-04-241-1/+1
* Fix data loss when save AOF/RDB with no free spaceMatt Stancliff2014-03-241-3/+3
* Update cached time in rdbLoad() callback.antirez2014-02-131-0/+4
* Slaves heartbeats during sync improved.antirez2013-12-101-14/+2
* Don't send more than 1 newline/sec while loading RDB.antirez2013-12-101-2/+6
* Slaves heartbeat while loading RDB files.antirez2013-12-091-1/+12
* Fixed grammar: before H the article is a, not an.antirez2013-12-051-1/+1
* Fix broken rdbWriteRaw() return value check in rdb.c.antirez2013-11-071-1/+1
* Update server.lastbgsave_status when fork() fails.antirez2013-08-271-0/+1
* Use printf %zu specifier to print private_dirty.antirez2013-08-201-1/+1
* Introduction of a new string encoding: EMBSTRantirez2013-07-221-7/+6
* Chunked loading of RDB to prevent redis from stalling reading very large keys.yoav2013-07-161-9/+14
* Binding multiple IPs done properly with multiple sockets.antirez2013-07-051-2/+1
* Throttle BGSAVE attempt on saving error.antirez2013-04-021-0/+1
* rdbLoad(): rework code to save vertical space.antirez2013-03-121-4/+2
* Abort when opening the RDB file results in an error other than ENOENT.Damian Janowski2013-03-121-1/+0
* Remove too agressive/spamming log in rdb.c.antirez2013-02-271-1/+0
* Set process name in ps output to make operations safer.antirez2013-02-261-0/+1
* Whitelist SIGUSR1 to avoid auto-triggering errors.antirez2013-01-191-1/+4
* Fixed many typos.guiquanz2013-01-191-5/+5
* Children creating AOF or RDB files now report memory used by COW.antirez2012-11-191-0/+9
* BSD license added to every C source and header file.antirez2012-11-081-0/+29
* Update memory peak stats while loading RDB / AOF.antirez2012-10-241-0/+2
* RDB type loading functions clarified in comments.antirez2012-06-021-1/+5
* Four new persistence fields in INFO. A few renamed.antirez2012-05-251-0/+3
* rdbLoad() should check REDIS_RDB_VERSION instead of hardcoded number.antirez2012-04-241-1/+1
* Merge pull request #440 from ErikDubbelboer/spellingSalvatore Sanfilippo2012-04-211-1/+1
|\