index
:
rtmux.git
master
rahm
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
proc.c
Commit message (
Expand
)
Author
Age
*
Also ignore SIGQUIT so it can't be used to kill the client when locked.
nicm
2020-08-04
*
Add a -D flag to ask tmux not to daemonize, useful both for running a
nicm
2020-05-16
*
Reduce a difference with portable tmux by adding the -V flag and
nicm
2020-01-28
*
Because ignore SIGCHLD early, letting signal_del restore it doesn't work
nicm
2017-07-14
*
Fix redraw defer code in the presence of multiple clients - the timer
nicm
2017-07-14
*
Do not need to set up USR2 twice.
nicm
2017-07-12
*
Move signal code into proc.c.
nicm
2017-07-12
*
proc_send_s now seems unnecessary.
nicm
2017-07-12
*
Return 1 if name matches not 0, also fix some spaces.
nicm
2017-06-07
*
Support SIGUSR2 to stop and start logging for an existing server. Also
nicm
2017-06-04
*
I no longer use my SourceForge address so replace it.
nicm
2016-01-19
*
EAGAIN handling for imsg_read. OK henning@ benno@
claudio
2015-12-05
*
Log some system and libevent information at startup.
nicm
2015-11-24
*
Make the log stuff a bit tidier with some helper functions.
nicm
2015-11-24
*
Use __unused rather than rolling our own.
nicm
2015-11-18
*
Don't shift version out of peerid, it is needed later.
nicm
2015-10-31
*
Break version check into a separate function, and limit version to 8 bits.
nicm
2015-10-29
*
Break the common process set up, event loop and imsg dispatch code
nicm
2015-10-27