Thomas Adam
|
5122f3477f
|
Merge branch 'obsd-master'
|
2017-07-12 14:01:13 +01:00 |
|
Thomas Adam
|
1076a2e26c
|
Merge branch 'obsd-master'
Conflicts:
cmd-pipe-pane.c
proc.c
tmux.c
window.c
|
2017-07-12 13:43:08 +01:00 |
|
nicm
|
fba6140a4a
|
Do not need to set up USR2 twice.
|
2017-07-12 12:35:31 +00:00 |
|
nicm
|
0453ad0146
|
Move signal code into proc.c.
|
2017-07-12 09:24:17 +00:00 |
|
nicm
|
d0d42dc4cb
|
proc_send_s now seems unnecessary.
|
2017-07-12 09:07:52 +00:00 |
|
Thomas Adam
|
4aa02c3743
|
Merge branch 'obsd-master'
|
2017-06-07 18:01:13 +01:00 |
|
nicm
|
356fab7bcb
|
Return 1 if name matches not 0, also fix some spaces.
|
2017-06-07 15:27:46 +00:00 |
|
Thomas Adam
|
e62e17d046
|
Merge branch 'obsd-master'
Conflicts:
tmux.1
window.c
|
2017-06-05 11:59:38 +01:00 |
|
nicm
|
adf5628087
|
Support SIGUSR2 to stop and start logging for an existing server. Also
we currently only have two log levels so just use -v and -vv rather than
-v and -vvvv, and clarify the man page entry for -v.
|
2017-06-04 08:25:57 +00:00 |
|
Nicholas Marriott
|
b98b4e23a3
|
Put version in log in portable tmux.
|
2017-01-18 17:35:41 +00:00 |
|
Nicholas Marriott
|
f6c49cecc1
|
One extra empty line not in OpenBSD, and tweak a #define style.
|
2016-10-17 19:25:45 +01:00 |
|
Nicholas Marriott
|
cfef0c6658
|
getprogname() and setproctitle() on Linux.
|
2016-05-27 18:04:25 +01:00 |
|
Thomas Adam
|
dc42c35f1f
|
Merge branch 'obsd-master'
|
2016-01-19 18:01:15 +00:00 |
|
nicm
|
995af0e2b7
|
I no longer use my SourceForge address so replace it.
|
2016-01-19 15:59:12 +00:00 |
|
Thomas Adam
|
8ae9329aa8
|
Merge branch 'obsd-master'
|
2015-12-05 14:01:09 +00:00 |
|
claudio
|
0417f1f2be
|
EAGAIN handling for imsg_read. OK henning@ benno@
|
2015-12-05 13:18:24 +00:00 |
|
Thomas Adam
|
a1bc339340
|
log_open() isn't conditional on proctitle
|
2015-11-25 16:51:17 +00:00 |
|
Thomas Adam
|
260de2cb5e
|
Remove logfile()
|
2015-11-25 16:48:47 +00:00 |
|
Thomas Adam
|
890d8da2e3
|
Merge branch 'obsd-master'
Conflicts:
log.c
proc.c
tmux.c
|
2015-11-25 16:37:30 +00:00 |
|
nicm
|
4e3015a892
|
Log some system and libevent information at startup.
|
2015-11-24 21:32:36 +00:00 |
|
nicm
|
9cccb8c115
|
Make the log stuff a bit tidier with some helper functions.
|
2015-11-24 21:19:46 +00:00 |
|
Nicholas Marriott
|
7b085136a7
|
-sys/queue.h in proc.c, and nuke the unnecessary C++ header guards stuff and
sys/cdefs.h in vis.h (it causes problems on some platforms). Reported by
someone on GitHub, issue 212.
|
2015-11-24 18:48:07 +00:00 |
|
Thomas Adam
|
7fe8edc396
|
Merge branch 'obsd-master'
|
2015-11-18 16:01:23 +00:00 |
|
nicm
|
577c0e3e5a
|
Use __unused rather than rolling our own.
|
2015-11-18 14:27:44 +00:00 |
|
Thomas Adam
|
c975de2e07
|
Merge branch 'obsd-master'
Conflicts:
server.c
|
2015-10-31 23:56:35 +00:00 |
|
nicm
|
b0a99e85b6
|
Don't shift version out of peerid, it is needed later.
|
2015-10-31 13:43:38 +00:00 |
|
Thomas Adam
|
e8bb385d6d
|
Merge branch 'obsd-master'
|
2015-10-29 10:01:09 +00:00 |
|
nicm
|
45f3cea263
|
Break version check into a separate function, and limit version to 8 bits.
|
2015-10-29 09:35:31 +00:00 |
|
Thomas Adam
|
da1f6fc2c8
|
Merge branch 'obsd-master'
Conflicts:
Makefile
client.c
server-client.c
server.c
tmux.c
tmux.h
|
2015-10-27 23:27:26 +00:00 |
|
nicm
|
07b0ea03c3
|
Break the common process set up, event loop and imsg dispatch code
between server and client out into a separate internal API. This will
make it easier to add another process.
|
2015-10-27 13:23:24 +00:00 |
|