Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | Improve error message if creating socket parent directory fails, from | nicm | 2018-01-12 | |
| | | | | | | | | Thomas Adam for GitHub issue 1215. | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2018-01-01 | |
|\| | ||||
| * | Prefer PWD for current directory if present in client, from Wei Zhao in | nicm | 2018-01-01 | |
| | | | | | | | | GitHub issue 1183. | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2017-07-12 | |
|\| | | | | | | | | | | | | | | | Conflicts: cmd-pipe-pane.c proc.c tmux.c window.c | |||
| * | Make shell_command a global like other stuff rather than making it an | nicm | 2017-07-12 | |
| | | | | | | | | exception and using callback argument. | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2017-07-03 | |
|\| | ||||
| * | Try C.UTF-8 which is also a commonly useful locale on some platforms, | nicm | 2017-07-03 | |
| | | | | | | | | from Romain Francoise. | |||
| * | Do not need getopt.h. | nicm | 2017-04-22 | |
| | | ||||
* | | Fix after merge | Thomas Adam | 2017-04-21 | |
| | | ||||
* | | Merge branch 'obsd-master' | Thomas Adam | 2017-04-21 | |
|\| | | | | | | | | | | | Conflicts: Makefile.am pty.c | |||
| * | Use fdforkpty() instead of our own unwrapped versions. | nicm | 2017-04-20 | |
| | | ||||
* | | Do not need getopt.h for getopt, from Eric N Vander Weele. | Nicholas Marriott | 2017-04-20 | |
| | | ||||
* | | Merge branch 'obsd-master' | Thomas Adam | 2017-04-19 | |
|\| | ||||
| * | Style nits and a missing cast. | nicm | 2017-04-19 | |
| | | ||||
* | | Merge branch 'obsd-master' | Thomas Adam | 2017-04-16 | |
|\| | ||||
| * | Memory leak, from David CARLIER. | nicm | 2017-04-16 | |
| | | ||||
* | | Merge branch 'obsd-master' | Thomas Adam | 2017-03-21 | |
|\| | ||||
| * | Use uid_t for UID not u_int. | nicm | 2017-03-21 | |
| | | ||||
* | | Solaris fixes, mostly from Dagobert Michelsen. | Nicholas Marriott | 2017-03-09 | |
| | | ||||
* | | Merge branch 'obsd-master' | Thomas Adam | 2017-02-16 | |
|\| | ||||
| * | Style nits. | nicm | 2017-02-16 | |
| | | ||||
* | | Define away pledge() on !OpenBSD. | Nicholas Marriott | 2017-01-23 | |
| | | ||||
* | | Merge branch 'obsd-master' | Thomas Adam | 2017-01-23 | |
|\| | | | | | | | | | | | Conflicts: Makefile tmux.c | |||
| * | Open /dev/ptm before pledge() and save it to be used for PTMGET later | nicm | 2017-01-23 | |
| | | | | | | | | | | | | (this means inlining forkpty()). ok deraadt | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2017-01-15 | |
|\| | ||||
| * | Major tidy up and rework of options tree and set-option/show-options | nicm | 2017-01-15 | |
| | | | | | | | | | | | | | | | | commands this pushes more of the code into options.c and ties it more closely to the options table rather than having an unnecessary split. Also add support for array options (will be used later). Only (intentional) user visible change is that show-options output is now passed through vis(3) with VIS_DQ so quotes are escaped. | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2017-01-12 | |
|\| | ||||
| * | Simplify appending to string options. | nicm | 2017-01-12 | |
| | | ||||
* | | Merge branch 'obsd-master' | Thomas Adam | 2016-12-10 | |
|\| | ||||
| * | Spacing nits. | nicm | 2016-12-09 | |
| | | ||||
* | | Merge branch 'obsd-master' | Thomas Adam | 2016-10-12 | |
|\| | | | | | | | | | | | Conflicts: format.c osdep-openbsd.c | |||
| * | Add static in window-*.c and move some internal functions out of tmux.h. | nicm | 2016-10-11 | |
| | | ||||
| * | Loads more static, except for cmd-*.c and window-*.c. | nicm | 2016-10-10 | |
| | | ||||
* | | No longer set __progname, we have getprogname(). | Nicholas Marriott | 2016-05-30 | |
| | | ||||
* | | __progname -> getprogname() | Thomas Adam | 2016-05-27 | |
| | | | | | | | | Fix fallout from recent use of getprogname(), which deprecates __progname. | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2016-05-27 | |
|\| | ||||
| * | Use getprogname() instead of __progname to make portability easier. | nicm | 2016-05-27 | |
| | | ||||
* | | Use osdep_event_init() so that LIBEVENT_NOEPOLL and so on are set to turn off | Nicholas Marriott | 2016-05-20 | |
| | | | | | | | | broken event methods. Reported by Suraj N Kurapati. | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2016-05-05 | |
|\| | ||||
| * | Fix up a couple of long lines. | nicm | 2016-05-04 | |
| | | ||||
* | | Merge branch 'obsd-master' | Thomas Adam | 2016-03-05 | |
|\| | | | | | | | | | Conflicts: tmux.c | |||
| * | If setlocale("en_US.UTF-8") succeeds, then don't do the check for UTF-8 | nicm | 2016-03-05 | |
| | | | | | | | | | | | | | | locale since if it isn't UTF-8 the system is broken anyway. If it fails, try "" and check for UTF-8 with nl_langinfo(CODESET) rather than wcwidth(). Based on a diff from schwarze@, nl_langinfo also suggested by stsp@. | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2016-03-05 | |
|\| | ||||
| * | Although we always have en_US.UTF-8 on OpenBSD, some platforms do not, | nicm | 2016-03-05 | |
| | | | | | | | | | | so fall back to setlocale(LC_CTYPE, ""). tmux requires a UTF-8 locale, so check with wcwidth() on a UTF-8 character after setlocale(). | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2016-03-02 | |
|\| | | | | | | | | | Conflicts: utf8.c | |||
| * | Remove unused variables, from Michal Mazurek. | nicm | 2016-03-01 | |
| | | ||||
| * | Use system wcwidth() instead of carrying around UTF-8 width tables. | nicm | 2016-03-01 | |
| | | ||||
* | | Remove malloc_options debug bit (already gone from OpenBSD). | Nicholas Marriott | 2016-02-19 | |
| | | ||||
* | | Merge branch 'obsd-master' | Thomas Adam | 2016-01-19 | |
|\| | ||||
| * | I no longer use my SourceForge address so replace it. | nicm | 2016-01-19 | |
| | |