aboutsummaryrefslogtreecommitdiff
path: root/proc.c
Commit message (Collapse)AuthorAge
* Put version in log in portable tmux.Nicholas Marriott2017-01-18
|
* One extra empty line not in OpenBSD, and tweak a #define style.Nicholas Marriott2016-10-17
|
* getprogname() and setproctitle() on Linux.Nicholas Marriott2016-05-27
|
* Merge branch 'obsd-master'Thomas Adam2016-01-19
|\
| * I no longer use my SourceForge address so replace it.nicm2016-01-19
| |
* | Merge branch 'obsd-master'Thomas Adam2015-12-05
|\|
| * EAGAIN handling for imsg_read. OK henning@ benno@claudio2015-12-05
| |
* | log_open() isn't conditional on proctitleThomas Adam2015-11-25
| |
* | Remove logfile()Thomas Adam2015-11-25
| |
* | Merge branch 'obsd-master'Thomas Adam2015-11-25
|\| | | | | | | | | | | | | Conflicts: log.c proc.c tmux.c
| * Log some system and libevent information at startup.nicm2015-11-24
| |
| * Make the log stuff a bit tidier with some helper functions.nicm2015-11-24
| |
* | -sys/queue.h in proc.c, and nuke the unnecessary C++ header guards stuff andNicholas Marriott2015-11-24
| | | | | | | | | | sys/cdefs.h in vis.h (it causes problems on some platforms). Reported by someone on GitHub, issue 212.
* | Merge branch 'obsd-master'Thomas Adam2015-11-18
|\|
| * Use __unused rather than rolling our own.nicm2015-11-18
| |
* | Merge branch 'obsd-master'Thomas Adam2015-10-31
|\| | | | | | | | | Conflicts: server.c
| * Don't shift version out of peerid, it is needed later.nicm2015-10-31
| |
* | Merge branch 'obsd-master'Thomas Adam2015-10-29
|\|
| * Break version check into a separate function, and limit version to 8 bits.nicm2015-10-29
| |
* | Merge branch 'obsd-master'Thomas Adam2015-10-27
|/ | | | | | | | | | Conflicts: Makefile client.c server-client.c server.c tmux.c tmux.h
* Break the common process set up, event loop and imsg dispatch codenicm2015-10-27
between server and client out into a separate internal API. This will make it easier to add another process.