summaryrefslogtreecommitdiff
path: root/src/rdb.c
Commit message (Expand)AuthorAgeFilesLines
* Sanitize dump payload: fail RESTORE if memory allocation failsOran Agra2020-12-061-14/+42
* Sanitize dump payload: validate no duplicate records in hash/zset/intsetOran Agra2020-12-061-52/+129
* Sanitize dump payload: fuzz tester and fixes for segfaults and leaks it exposedOran Agra2020-12-061-19/+61
* Sanitize dump payload: ziplist, listpack, zipmap, intset, streamOran Agra2020-12-061-13/+76
* Better INFO fields to track diskless and disk-based replication progress (#7981)Oran Agra2020-11-051-0/+2
* rdb: corrected RedisModuleIO initialization point (#8014)Tomasz Poradowski2020-11-041-2/+2
* Disable rehash when redis has child process (#8007)Wang Yuan2020-11-031-0/+2
* docs: Fix some typos in comments and log messge (#7975)sundb2020-10-281-2/+2
* rdb.c: fix typo in a comment (#7970)Andrij Fedyk2020-10-271-1/+1
* Update rdb_last_bgsave_time_sec in INFO on diskless replication (#7917)WuYunlong2020-10-231-14/+11
* rdb.c: handle fclose error case differently to avoid double fclose (#7307)Wen Hui2020-09-241-6/+7
* Stream: Inconsistency between master and replica some XREADGROUP case (#7526)valentinogeron2020-09-241-1/+1
* Fix redis-check-rdb support for modules aux data (#7826)Ariel Shtul2020-09-221-0/+2
* RM_GetContextFlags provides indication that we're in a fork child (#7783)Oran Agra2020-09-201-4/+4
* Remove tmp rdb file in background thread (#7762)Wang Yuan2020-09-171-6/+25
* Add printf attribute and fix warnings and a minor bug (#7803)Oran Agra2020-09-161-4/+7
* Squash merging 125 typo/grammar/comment/doc PRs (#7773)Oran Agra2020-09-101-2/+2
* if diskless repl child is killed, make sure to reap the pid (#7742)Oran Agra2020-09-061-8/+37
* Run active defrag while blocked / loading (#7726)Oran Agra2020-09-031-3/+5
* Update memory metrics for INFO during loading (#7690)Oran Agra2020-08-271-4/+1
* This PR introduces a new loaded keyspace event (#7536)Meir Shpilraien (Spielrein)2020-07-231-2/+4
* Add missing calls to raxStop (#7532)Wen Hui2020-07-211-13/+48
* Merge branch 'unstable' of github.com:/antirez/redis into unstableantirez2020-05-041-18/+48
|\
| * Merge pull request #7179 from bytedance/cpu-affinitySalvatore Sanfilippo2020-05-041-0/+2
| |\
| | * Support setcpuaffinity on linux/bsdzhenwei pi2020-05-021-0/+2
| * | Merge pull request #7190 from guybe7/fix_consumer_seen_timeSalvatore Sanfilippo2020-05-041-2/+2
| |\ \
| | * | XPENDING should not update consumer's seen-timeGuy Benoish2020-05-041-2/+2
| | |/
| * | add daily github actions with libc malloc and valgrindOran Agra2020-05-041-16/+44
| |/
* | Cast printf() argument to the format specifier.antirez2020-05-021-1/+3
|/
* Implemented CRC64 based on slice by 4Madelyn Olson2020-04-241-1/+2
* RDB: refactor some RDB loading code into dbAddRDBLoad().antirez2020-04-091-4/+3
* More powerful DEBUG RELOAD.antirez2020-04-091-4/+14
* RDB: clarify a condition in rdbLoadRio().antirez2020-04-091-2/+8
* RDB: load files faster avoiding useless free+realloc.antirez2020-04-091-14/+26
* fix comments about RESIZE DB opcode in rdb.c qetu37902020-04-061-4/+1
* Merge pull request #6813 from guybe7/debug_object_pass_keynameSalvatore Sanfilippo2020-04-021-2/+2
|\
| * DEBUG OBJECT should pass keyname to module when loadingGuy Benoish2020-01-301-2/+2
* | Fix master replica inconsistency for upgrading scenario.WuYunlong2020-03-181-1/+1
* | module api docs for aux_save and aux_loadOran Agra2020-02-161-1/+1
* | Add handling of short read of module id in rdbOran Agra2020-02-051-1/+4
|/
* Merge pull request #6557 from oranagra/rm_lru_lfu_revizedSalvatore Sanfilippo2019-11-191-1/+1
|\
| * rename RN_SetLRUOrLFU -> RM_SetLRU and RN_SetLFUOran Agra2019-11-101-1/+1
* | Merge branch 'unstable' of github.com:/antirez/redis into unstableantirez2019-11-061-17/+63
|\ \ | |/
| * Modules hooks: complete missing hooks for the initial set of hooksOran Agra2019-10-291-17/+63
* | Update PR #6537 patch to for generality.antirez2019-11-051-1/+1
|/
* Merge pull request #6496 from oranagra/module_tests_valgrindSalvatore Sanfilippo2019-10-281-1/+5
|\
| * Make module tests pass with valgrind, and fix a leak in diskless loadOran Agra2019-10-241-1/+5
* | Merge branch 'unstable' into minor-typosWander Hillen2019-10-251-292/+653
|\ \ | |/
| * Merge remote-tracking branch 'upstream/unstable' into tlsYossi Gottlieb2019-10-161-44/+12
| |\
| | * Function renamed hasForkChild() -> hasActiveChildProcess().antirez2019-09-271-3/+3