summaryrefslogtreecommitdiff
path: root/src/childinfo.c
Commit message (Expand)AuthorAgeFilesLines
* fixes for fork child exit and test: #11463 (#11499)Oran Agra2022-11-121-1/+1
* diskless master, avoid bgsave child hung when fork parent crashes (#11463)Oran Agra2022-11-091-1/+3
* Implement anetPipe() to combine creating pipe and setting flags (#9511)Andy Pan2021-10-061-3/+2
* Use madvise(MADV_DONTNEED) to release memory to reduce COW (#8974)Wang Yuan2021-08-041-8/+17
* Fix wrong COW memory in log (#8917)Wang Yuan2021-05-061-1/+1
* Fix slowdown due to child reporting CoW. (#8645)Yossi Gottlieb2021-03-221-12/+37
* solve valgrind warning in child_info (#8505)Oran Agra2021-02-171-4/+5
* Adds INFO fields to track fork child progress (#8414)uriyage2021-02-161-34/+46
* Fix last COW INFO report, Skip test on non-linux platforms (#8301)Oran Agra2021-01-081-14/+2
* Report child copy-on-write info continuouslyYaacovHazan2021-01-071-20/+80
* docs: Fix some typos in comments and log messge (#7975)sundb2020-10-281-1/+1
* RM_GetContextFlags provides indication that we're in a fork child (#7783)Oran Agra2020-09-201-3/+3
* Module API for ForkingOran Agra2019-07-171-0/+2
* Clear child data when opening the pipes.cow-pipeantirez2016-09-191-0/+2
* Child -> Parent pipe for COW info transferring.antirez2016-09-191-0/+83