summaryrefslogtreecommitdiffstats
path: root/proc.c
AgeCommit message (Expand)Author
2024-02-13Add two new values for the destroy-unattached option to destroy sessionsnicm
2024-01-16Use imsg_get_fd() instead of direct access to imsg.fdclaudio
2022-05-30Add an ACL list for users connecting to the tmux socket. Users may benicm
2022-03-08Add formats for client and server UID and user (for multiuser setups).nicm
2021-02-11Add a couple of helper functions, and flush imsgs on exit.nicm
2020-10-26SIGQUIT handler needs to be cleared before fork like the others,nicm
2020-08-04Also ignore SIGQUIT so it can't be used to kill the client when locked.nicm
2020-05-16Add a -D flag to ask tmux not to daemonize, useful both for running anicm
2020-01-28Reduce a difference with portable tmux by adding the -V flag andnicm
2017-07-14Because ignore SIGCHLD early, letting signal_del restore it doesn't worknicm
2017-07-14Fix redraw defer code in the presence of multiple clients - the timernicm
2017-07-12Do not need to set up USR2 twice.nicm
2017-07-12Move signal code into proc.c.nicm
2017-07-12proc_send_s now seems unnecessary.nicm
2017-06-07Return 1 if name matches not 0, also fix some spaces.nicm
2017-06-04Support SIGUSR2 to stop and start logging for an existing server. Alsonicm
2016-01-19I no longer use my SourceForge address so replace it.nicm
2015-12-05EAGAIN handling for imsg_read. OK henning@ benno@claudio
2015-11-24Log some system and libevent information at startup.nicm
2015-11-24Make the log stuff a bit tidier with some helper functions.nicm
2015-11-18Use __unused rather than rolling our own.nicm
2015-10-31Don't shift version out of peerid, it is needed later.nicm
2015-10-29Break version check into a separate function, and limit version to 8 bits.nicm
2015-10-27Break the common process set up, event loop and imsg dispatch codenicm