summaryrefslogtreecommitdiffstats
path: root/tmux.c
AgeCommit message (Expand)Author
2019-04-27Merge branch 'obsd-master'Thomas Adam
2019-04-26Merge hooks into options and make each one an array option. This allowsnicm
2018-11-22Merge branch 'obsd-master'Thomas Adam
2018-11-22Do not use PWD unless it actually matches the real working directory.nicm
2018-01-17Merge branch 'obsd-master'Thomas Adam
2018-01-12Improve error message if creating socket parent directory fails, fromnicm
2018-01-01Merge branch 'obsd-master'Thomas Adam
2018-01-01Prefer PWD for current directory if present in client, from Wei Zhao innicm
2017-07-12Merge branch 'obsd-master'Thomas Adam
2017-07-12Make shell_command a global like other stuff rather than making it annicm
2017-07-03Merge branch 'obsd-master'Thomas Adam
2017-07-03Try C.UTF-8 which is also a commonly useful locale on some platforms,nicm
2017-04-22Do not need getopt.h.nicm
2017-04-21Fix after mergeThomas Adam
2017-04-21Merge branch 'obsd-master'Thomas Adam
2017-04-20Do not need getopt.h for getopt, from Eric N Vander Weele.Nicholas Marriott
2017-04-20Use fdforkpty() instead of our own unwrapped versions.nicm
2017-04-19Merge branch 'obsd-master'Thomas Adam
2017-04-19Style nits and a missing cast.nicm
2017-04-16Merge branch 'obsd-master'Thomas Adam
2017-04-16Memory leak, from David CARLIER.nicm
2017-03-21Merge branch 'obsd-master'Thomas Adam
2017-03-21Use uid_t for UID not u_int.nicm
2017-03-09Solaris fixes, mostly from Dagobert Michelsen.Nicholas Marriott
2017-02-16Merge branch 'obsd-master'Thomas Adam
2017-02-16Style nits.nicm
2017-01-23Define away pledge() on !OpenBSD.Nicholas Marriott
2017-01-23Merge branch 'obsd-master'Thomas Adam
2017-01-23Open /dev/ptm before pledge() and save it to be used for PTMGET laternicm
2017-01-15Merge branch 'obsd-master'Thomas Adam
2017-01-15Major tidy up and rework of options tree and set-option/show-optionsnicm
2017-01-12Merge branch 'obsd-master'Thomas Adam
2017-01-12Simplify appending to string options.nicm
2016-12-10Merge branch 'obsd-master'Thomas Adam
2016-12-09Spacing nits.nicm
2016-10-12Merge branch 'obsd-master'Thomas Adam
2016-10-11Add static in window-*.c and move some internal functions out of tmux.h.nicm
2016-10-10Loads more static, except for cmd-*.c and window-*.c.nicm
2016-05-30No longer set __progname, we have getprogname().Nicholas Marriott
2016-05-27__progname -> getprogname()Thomas Adam
2016-05-27Merge branch 'obsd-master'Thomas Adam
2016-05-27Use getprogname() instead of __progname to make portability easier.nicm
2016-05-20Use osdep_event_init() so that LIBEVENT_NOEPOLL and so on are set to turn offNicholas Marriott
2016-05-05Merge branch 'obsd-master'Thomas Adam
2016-05-04Fix up a couple of long lines.nicm
2016-03-05Merge branch 'obsd-master'Thomas Adam
2016-03-05If setlocale("en_US.UTF-8") succeeds, then don't do the check for UTF-8nicm
2016-03-05Merge branch 'obsd-master'Thomas Adam
2016-03-05Although we always have en_US.UTF-8 on OpenBSD, some platforms do not,nicm
2016-03-02Merge branch 'obsd-master'Thomas Adam