aboutsummaryrefslogtreecommitdiff
path: root/server.c
Commit message (Expand)AuthorAge
* Merge branch 'obsd-master'Thomas Adam2017-04-22
|\
| * Memory leaks, from David CARLIER.nicm2017-04-22
* | Merge branch 'obsd-master'Thomas Adam2017-04-21
|\|
| * Make the cmd_find_* functions more obvious when looking for a client,nicm2017-04-21
* | Merge branch 'obsd-master'Thomas Adam2017-04-21
|\|
| * History needs to be loaded after config parsing is done - now thatnicm2017-04-21
* | Merge branch 'obsd-master'Thomas Adam2017-04-20
|\|
| * If a #() command doesn't exit, use its most recent line of output (itnicm2017-04-20
* | Merge branch 'obsd-master'Thomas Adam2017-02-14
|\|
| * Instead of numbering session groups, give them a name which may be givennicm2017-02-09
* | -paths.h.Nicholas Marriott2017-01-25
* | Bad merge.Nicholas Marriott2017-01-25
* | Define away pledge() on !OpenBSD.Nicholas Marriott2017-01-23
* | Merge branch 'obsd-master'Thomas Adam2016-11-12
|\|
| * Do not execute commands for a client until it has identified, fixesnicm2016-11-12
* | Merge branch 'obsd-master'Thomas Adam2016-10-16
|\|
| * Notifys can go via the command queue instead of using their own queue.nicm2016-10-16
* | Merge branch 'obsd-master'Thomas Adam2016-10-16
|\|
| * Rewrite command queue handling. Each client still has a command queue,nicm2016-10-16
* | Merge branch 'obsd-master'Thomas Adam2016-10-15
|\|
| * Drain notifys once at the end of the server loop instead of doing itnicm2016-10-15
* | Merge branch 'obsd-master'Thomas Adam2016-10-12
|\|
| * Loads more static, except for cmd-*.c and window-*.c.nicm2016-10-10
* | Merge branch 'obsd-master'Thomas Adam2016-07-07
|\|
| * tmux: only consider ACCESSPERMS for setting mode on socket_path.semarie2016-07-07
* | Merge branch 'obsd-master'Thomas Adam2016-03-30
|\|
| * Bump the listen() backlog up, some people have scripts that run up a lotnicm2016-03-30
* | 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-17
|\|
| * Add infrastructure to work out the best target given a pane or windownicm2015-12-16
* | Merge branch 'obsd-master'Thomas Adam2015-12-15
|\|
| * Make the marked pane a cmd_find_state.nicm2015-12-15
* | Merge branch 'obsd-master'Thomas Adam2015-11-25
|\|
| * Do lock failures slightly better, return a special value so we don'tnicm2015-11-24
| * Remove the -I part of show-messages which isn't really that useful; thenicm2015-11-24
| * Make the log stuff a bit tidier with some helper functions.nicm2015-11-24
* | Merge branch 'obsd-master'Thomas Adam2015-11-23
|\|
| * Add getpw to pledge, makes tmux work in YP environments, discovered bynicm2015-11-22
* | Merge branch 'obsd-master'Thomas Adam2015-11-18
|\|
| * Use __unused rather than rolling our own.nicm2015-11-18
* | Merge branch 'obsd-master'Thomas Adam2015-11-15
|\|
| * Accidentally turned off pledge, turn it back on.nicm2015-11-15
* | Merge branch 'obsd-master'Thomas Adam2015-11-14
|\|
| * Push stdout and stderr to clients more aggressively, and add an event tonicm2015-11-14
* | Merge branch 'obsd-master'Thomas Adam2015-11-12
|\|
| * Tidy utf8.c a little: build table on first use, and make utf8_width takenicm2015-11-12
* | Merge branch 'obsd-master'Thomas Adam2015-10-31
|\|
| * The output log is only useful once and it means creating a file, so opennicm2015-10-31
* | Merge branch 'obsd-master'Thomas Adam2015-10-27
|\|