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
*
Some style nits.
Nicholas Marriott
2022-04-06
*
Add an ACL list for users connecting to the tmux socket. Users may be forbidden
Nicholas Marriott
2022-04-06
*
Merge branch 'obsd-master' into master
Thomas Adam
2022-03-08
|
\
|
*
Add formats for client and server UID and user (for multiuser setups).
nicm
2022-03-08
*
|
Remove queue.h, from Simon Holesch.
Nicholas Marriott
2021-03-28
*
|
Merge branch 'obsd-master' into master
Thomas Adam
2021-02-17
|
\
|
|
*
Add a couple of helper functions, and flush imsgs on exit.
nicm
2021-02-11
*
|
Look for libevent2 differently from libevent for platforms with both.
Nicholas Marriott
2021-01-17
*
|
Merge branch 'obsd-master'
Thomas Adam
2020-10-26
|
\
|
|
*
SIGQUIT handler needs to be cleared before fork like the others,
nicm
2020-10-26
*
|
Merge branch 'obsd-master'
Thomas Adam
2020-08-04
|
\
|
|
*
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
*
|
utf8proc_unicode_version is too new.
Nicholas Marriott
2020-05-28
*
|
Maybe this is better.
Nicholas Marriott
2020-05-22
*
|
And tweak again.
Nicholas Marriott
2020-05-22
*
|
Fix utf8proc version logging.
Nicholas Marriott
2020-05-22
*
|
Log ncurses and utf8proc versions.
Nicholas Marriott
2020-05-22
*
|
Add a -D flag to ask tmux not to daemonize, useful both for running a debugger
Nicholas Marriott
2020-05-10
*
|
Merge branch 'obsd-master'
Thomas Adam
2020-01-28
|
\
|
|
*
Reduce a difference with portable tmux by adding the -V flag and
nicm
2020-01-28
*
|
Merge branch 'obsd-master'
Thomas Adam
2017-07-14
|
\
|
|
*
Because ignore SIGCHLD early, letting signal_del restore it doesn't work
nicm
2017-07-14
*
|
Merge branch 'obsd-master'
Thomas Adam
2017-07-14
|
\
|
|
*
Fix redraw defer code in the presence of multiple clients - the timer
nicm
2017-07-14
*
|
Merge branch 'obsd-master'
Thomas Adam
2017-07-12
|
\
|
|
*
Do not need to set up USR2 twice.
nicm
2017-07-12
*
|
Merge branch 'obsd-master'
Thomas Adam
2017-07-12
|
\
|
|
*
Move signal code into proc.c.
nicm
2017-07-12
|
*
proc_send_s now seems unnecessary.
nicm
2017-07-12
*
|
Merge branch 'obsd-master'
Thomas Adam
2017-06-07
|
\
|
|
*
Return 1 if name matches not 0, also fix some spaces.
nicm
2017-06-07
*
|
Merge branch 'obsd-master'
Thomas Adam
2017-06-05
|
\
|
|
*
Support SIGUSR2 to stop and start logging for an existing server. Also
nicm
2017-06-04
*
|
Put version in log in portable tmux.
Nicholas Marriott
2017-01-18
*
|
One extra empty line not in OpenBSD, and tweak a #define style.
Nicholas Marriott
2016-10-17
*
|
getprogname() and setproctitle() on Linux.
Nicholas Marriott
2016-05-27
*
|
Merge branch 'obsd-master'
Thomas Adam
2016-01-19
|
\
|
|
*
I no longer use my SourceForge address so replace it.
nicm
2016-01-19
*
|
Merge branch 'obsd-master'
Thomas Adam
2015-12-05
|
\
|
|
*
EAGAIN handling for imsg_read. OK henning@ benno@
claudio
2015-12-05
*
|
log_open() isn't conditional on proctitle
Thomas Adam
2015-11-25
*
|
Remove logfile()
Thomas Adam
2015-11-25
*
|
Merge branch 'obsd-master'
Thomas Adam
2015-11-25
|
\
|
|
*
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
*
|
-sys/queue.h in proc.c, and nuke the unnecessary C++ header guards stuff and
Nicholas Marriott
2015-11-24
*
|
Merge branch 'obsd-master'
Thomas Adam
2015-11-18
|
\
|
|
*
Use __unused rather than rolling our own.
nicm
2015-11-18
*
|
Merge branch 'obsd-master'
Thomas Adam
2015-10-31
|
\
|
[next]