summaryrefslogtreecommitdiffstats
path: root/proc.c
AgeCommit message (Expand)Author
2021-01-17Look for libevent2 differently from libevent for platforms with both.Nicholas Marriott
2020-10-26Merge branch 'obsd-master'Thomas Adam
2020-10-26SIGQUIT handler needs to be cleared before fork like the others,nicm
2020-08-04Merge branch 'obsd-master'Thomas Adam
2020-08-04Also ignore SIGQUIT so it can't be used to kill the client when locked.nicm
2020-05-28utf8proc_unicode_version is too new.Nicholas Marriott
2020-05-22Maybe this is better.Nicholas Marriott
2020-05-22And tweak again.Nicholas Marriott
2020-05-22Fix utf8proc version logging.Nicholas Marriott
2020-05-22Log ncurses and utf8proc versions.Nicholas Marriott
2020-05-16Add a -D flag to ask tmux not to daemonize, useful both for running anicm
2020-05-10Add a -D flag to ask tmux not to daemonize, useful both for running a debuggerNicholas Marriott
2020-01-28Merge branch 'obsd-master'Thomas Adam
2020-01-28Reduce a difference with portable tmux by adding the -V flag andnicm
2017-07-14Merge branch 'obsd-master'Thomas Adam
2017-07-14Because ignore SIGCHLD early, letting signal_del restore it doesn't worknicm
2017-07-14Merge branch 'obsd-master'Thomas Adam
2017-07-14Fix redraw defer code in the presence of multiple clients - the timernicm
2017-07-12Merge branch 'obsd-master'Thomas Adam
2017-07-12Merge branch 'obsd-master'Thomas Adam
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-07Merge branch 'obsd-master'Thomas Adam
2017-06-07Return 1 if name matches not 0, also fix some spaces.nicm
2017-06-05Merge branch 'obsd-master'Thomas Adam
2017-06-04Support SIGUSR2 to stop and start logging for an existing server. Alsonicm
2017-01-18Put version in log in portable tmux.Nicholas Marriott
2016-10-17One extra empty line not in OpenBSD, and tweak a #define style.Nicholas Marriott
2016-05-27getprogname() and setproctitle() on Linux.Nicholas Marriott
2016-01-19Merge branch 'obsd-master'Thomas Adam
2016-01-19I no longer use my SourceForge address so replace it.nicm
2015-12-05Merge branch 'obsd-master'Thomas Adam
2015-12-05EAGAIN handling for imsg_read. OK henning@ benno@claudio
2015-11-25log_open() isn't conditional on proctitleThomas Adam
2015-11-25Remove logfile()Thomas Adam
2015-11-25Merge branch 'obsd-master'Thomas Adam
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-24-sys/queue.h in proc.c, and nuke the unnecessary C++ header guards stuff andNicholas Marriott
2015-11-18Merge branch 'obsd-master'Thomas Adam
2015-11-18Use __unused rather than rolling our own.nicm
2015-10-31Merge branch 'obsd-master'Thomas Adam
2015-10-31Don't shift version out of peerid, it is needed later.nicm
2015-10-29Merge branch 'obsd-master'Thomas Adam
2015-10-29Break version check into a separate function, and limit version to 8 bits.nicm
2015-10-27Merge branch 'obsd-master'Thomas Adam
2015-10-27Break the common process set up, event loop and imsg dispatch codenicm