aboutsummaryrefslogtreecommitdiff
path: root/tmux.c
Commit message (Expand)AuthorAge
* Fix after mergeThomas Adam2017-04-21
* Merge branch 'obsd-master'Thomas Adam2017-04-21
|\
| * Use fdforkpty() instead of our own unwrapped versions.nicm2017-04-20
* | Do not need getopt.h for getopt, from Eric N Vander Weele.Nicholas Marriott2017-04-20
* | Merge branch 'obsd-master'Thomas Adam2017-04-19
|\|
| * Style nits and a missing cast.nicm2017-04-19
* | Merge branch 'obsd-master'Thomas Adam2017-04-16
|\|
| * Memory leak, from David CARLIER.nicm2017-04-16
* | Merge branch 'obsd-master'Thomas Adam2017-03-21
|\|
| * Use uid_t for UID not u_int.nicm2017-03-21
* | Solaris fixes, mostly from Dagobert Michelsen.Nicholas Marriott2017-03-09
* | Merge branch 'obsd-master'Thomas Adam2017-02-16
|\|
| * Style nits.nicm2017-02-16
* | Define away pledge() on !OpenBSD.Nicholas Marriott2017-01-23
* | Merge branch 'obsd-master'Thomas Adam2017-01-23
|\|
| * Open /dev/ptm before pledge() and save it to be used for PTMGET laternicm2017-01-23
* | Merge branch 'obsd-master'Thomas Adam2017-01-15
|\|
| * Major tidy up and rework of options tree and set-option/show-optionsnicm2017-01-15
* | Merge branch 'obsd-master'Thomas Adam2017-01-12
|\|
| * Simplify appending to string options.nicm2017-01-12
* | Merge branch 'obsd-master'Thomas Adam2016-12-10
|\|
| * Spacing nits.nicm2016-12-09
* | Merge branch 'obsd-master'Thomas Adam2016-10-12
|\|
| * Add static in window-*.c and move some internal functions out of tmux.h.nicm2016-10-11
| * Loads more static, except for cmd-*.c and window-*.c.nicm2016-10-10
* | No longer set __progname, we have getprogname().Nicholas Marriott2016-05-30
* | __progname -> getprogname()Thomas Adam2016-05-27
* | Merge branch 'obsd-master'Thomas Adam2016-05-27
|\|
| * Use getprogname() instead of __progname to make portability easier.nicm2016-05-27
* | Use osdep_event_init() so that LIBEVENT_NOEPOLL and so on are set to turn offNicholas Marriott2016-05-20
* | Merge branch 'obsd-master'Thomas Adam2016-05-05
|\|
| * Fix up a couple of long lines.nicm2016-05-04
* | Merge branch 'obsd-master'Thomas Adam2016-03-05
|\|
| * If setlocale("en_US.UTF-8") succeeds, then don't do the check for UTF-8nicm2016-03-05
* | Merge branch 'obsd-master'Thomas Adam2016-03-05
|\|
| * Although we always have en_US.UTF-8 on OpenBSD, some platforms do not,nicm2016-03-05
* | Merge branch 'obsd-master'Thomas Adam2016-03-02
|\|
| * Remove unused variables, from Michal Mazurek.nicm2016-03-01
| * Use system wcwidth() instead of carrying around UTF-8 width tables.nicm2016-03-01
* | Remove malloc_options debug bit (already gone from OpenBSD).Nicholas Marriott2016-02-19
* | Merge branch 'obsd-master'Thomas Adam2016-01-19
|\|
| * 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