about summary refs log tree commit homepage
path: root/cmogstored.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-06-05process: try to handle OOM gracefully
2016-06-01stdin is always redirected to /dev/null
2016-05-29update copyrights for 2016
2015-03-06copyright updates for 2015
2014-11-02update copyrights to 2014 (and all contributors)
2013-12-02selfwake: do share pipe descriptors with workers
2013-10-12avoid use-after-free with multi-process setups
2013-07-10remove assertion for handling iostat death
2013-06-25replace pthreads cancellation with explicit checks
2013-06-25fix "shutdown" over sidechannel with epoll_pwait
2013-06-25refactor handling of "server aio_threads = " command
2013-06-25switch to per-svc (per-docroot) queues
2013-06-25limit acceptors to reduce contention on large machines
2013-06-25update aio_threads count when new devices appear
2013-05-06favor "struct mog_fd" for acceptors over int FDs
2013-02-18document/reserve SIGWINCH/SIGHUP for future use v1.2.0
2013-02-18move cmogstored_exit() prototype to cmogstored.h
2013-02-15avoid racy sleep on fork failure in master process
2013-02-11fix signal races when master process is used
2013-02-11prioritize upgrade before exit in main loop
2013-01-31cmogstored: initialize syslog before inheriting
2013-01-31cfg: daemonize is a boolean, not an integer
2013-01-31minimize interrupt windows for master process
2013-01-31implement nginx-style binary upgrade via SIGUSR2
2013-01-31refactor process management
2013-01-31inherit: preliminary FD inheritance over exec()
2013-01-31move graceful exit functionality into its own file
2013-01-31move pidfile preparation function out
2013-01-25limit --worker-processes to UINT_MAX
2013-01-17copyright comment updates for 2013
2013-01-02epoll: avoid EPOLL_CTL_MOD bug in Linux <= 3.7.1
2012-12-08retry if iostat spawn hit out-of-FD
2012-12-05cleanup and simplify interrupt/shutdown handling
2012-11-14mgmt: support "shutdown" command (from Perlbal)
2012-11-13cmogstored: add a no-op --skipconfig switch
2012-11-12import progname from gnulib for error messages
2012-10-30die() using error() from glibc/gnulib
2012-08-04scale acceptor threads to number of CPUs available
2012-05-02kqueue: rely on EINTR instead of EVFILT_USER to shutdown
2012-04-21queue: rework kevent cancellation handling
2012-04-18avoid usage file if mgmt sidechannel is inactive
2012-04-18do not spawn iostat if mgmt sidechannel is inactive
2012-03-26cleanup interrupt disabling/enabling
2012-03-19kill some unused function parameters
2012-03-17setproctitle: avoid __attribute__((constructor)) when using gcov
2012-03-16cmogstored: disable short non-standard CLI switches
2012-03-15graceful quit closes listen sockets ASAP
2012-03-15set process title at graceful shutdown