about summary refs log tree commit homepage
path: root/upgrade.c
DateCommit message (Expand)
2020-01-18s/bogomips.org/yhbt.net/, update copyrights for 2020
2018-11-28update copyrights for 2018 and use SPDX for "GPL-3.0+"
2016-07-18upgrade: avoid syslog call if execve fails
2016-05-29update copyrights for 2016
2015-11-13use vfork under Linux before execve
2015-03-06copyright updates for 2015
2014-11-02update copyrights to 2014 (and all contributors)
2013-05-06favor "struct mog_fd" for acceptors over int FDs
2013-02-11upgrade: do not disable interrupts in forked child
2013-02-08upgrade: fix env placeholder for valgrind
2013-02-08upgrade: avoid non-async-safe functions in child
2013-02-07upgrade: avoid potential deadlock from post-fork mutex use
2013-02-07release memory allocated for upgrade at exit
2013-01-31implement nginx-style binary upgrade via SIGUSR2