aboutsummaryrefslogtreecommitdiff
path: root/tmux.c
Commit message (Expand)AuthorAge
...
| * I no longer use my SourceForge address so replace it.nicm2016-01-19
* | Conflicts:Thomas Adam2015-12-08
|\|
| * Add hooks infrastructure, basic commands (set-hook, show-hooks) and anicm2015-12-08
* | Merge branch 'obsd-master'Thomas Adam2015-11-25
|\|
| * Make environ_set va_args and use it to tidy up some calls. Also add anicm2015-11-24
| * Shell command from -c doesn't have to be global, pass it as an argument.nicm2015-11-24
| * Tidy the code that works out the socket path, and just use the full pathnicm2015-11-24
| * Remove malloc_options DEBUG bit.nicm2015-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-21
|\|
| * Instead of separate tables for different types of options, give eachnicm2015-11-20
* | 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
|\|
| * tmux is UTF-8, so if $TMUX is set (tmux running in tmux), the client isnicm2015-11-12
| * Nuke the utf8 and status-utf8 options and make tmux only a UTF-8nicm2015-11-12
* | Merge branch 'obsd-master'Thomas Adam2015-11-12
|\|
| * Drop mouse-utf8 option and always turn on UTF-8 mouse if the client saysnicm2015-11-11
* | Merge branch 'obsd-master'Thomas Adam2015-10-28
|\|
| * Like options, move the environ struct into environ.c.nicm2015-10-28
* | Merge branch 'obsd-master'Thomas Adam2015-10-27
|\|
| * Move struct options into options.c.nicm2015-10-27
| * Break the common process set up, event loop and imsg dispatch codenicm2015-10-27
* | __OpenBSD__ around pledge()Thomas Adam2015-10-25
* | Merge branch 'obsd-master'Thomas Adam2015-10-25
|\|
| * Let's see if anyone screams about not being able to specify $TMPDIRderaadt2015-10-25
* | Merge branch 'obsd-master'Thomas Adam2015-10-25
|\|
| * tmux can call pledge() in main with large set and then reduce itnicm2015-10-23
* | Some header fixes.Nicholas Marriott2015-10-15
* | Add missing <time.h>Thomas Adam2015-09-14
* | Merge branch 'obsd-master'Thomas Adam2015-09-14
|\|
| * Move tzset() from log_open to main.nicm2015-09-14
* | osdep_event_init not event_init.Nicholas Marriott2015-09-10
* | Merge branch 'obsd-master'Thomas Adam2015-09-06
|\|
| * A couple of style nits.nicm2015-09-03
| * Work out config file when needed not at startup.nicm2015-09-01
| * Path from $TMUX does not need to be global anymore.nicm2015-08-30
| * Login shell can be a client flag, and move the exec code into client.c.nicm2015-08-30
| * Event base does not need to be global.nicm2015-08-30
* | Merge branch 'obsd-master'Thomas Adam2015-08-30
|\|
| * Some style nits and dead assignments.nicm2015-08-30
* | Merge branch 'obsd-master'Thomas Adam2015-07-20
|\|
| * Add an option (history-file) for a file to save/restore command promptnicm2015-07-20
* | Check for flock in libbsd for AIX, and remove some getopt.h includes. From JNicholas Marriott2015-07-13
* | Merge branch 'obsd-master'Thomas Adam2015-06-07
|\|