Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | Add getpw to pledge, makes tmux work in YP environments, discovered by | nicm | 2015-11-22 | |
| | | | | | | | | matthieu, ok deraadt | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2015-11-21 | |
|\| | | | | | | | | | Conflicts: tmux.h | |||
| * | Instead of separate tables for different types of options, give each | nicm | 2015-11-20 | |
| | | | | | | | | option a scope type (server, session, window) in one table. | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2015-11-15 | |
|\| | | | | | | | | | | | Conflicts: server.c tmux.c | |||
| * | Accidentally turned off pledge, turn it back on. | nicm | 2015-11-15 | |
| | | ||||
* | | Merge branch 'obsd-master' | Thomas Adam | 2015-11-14 | |
|\| | | | | | | | | | | | Conflicts: server.c tmux.c | |||
| * | Push stdout and stderr to clients more aggressively, and add an event to | nicm | 2015-11-14 | |
| | | | | | | | | continue if the send fails. | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2015-11-12 | |
|\| | ||||
| * | tmux is UTF-8, so if $TMUX is set (tmux running in tmux), the client is | nicm | 2015-11-12 | |
| | | | | | | | | UTF-8. Also try to make the existing checks more readable. | |||
| * | Nuke the utf8 and status-utf8 options and make tmux only a UTF-8 | nicm | 2015-11-12 | |
| | | | | | | | | | | terminal. We still support non-UTF-8 terminals outside tmux, but inside it is always UTF-8 (as when the utf8 and status-utf8 options were on). | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2015-11-12 | |
|\| | ||||
| * | Drop mouse-utf8 option and always turn on UTF-8 mouse if the client says | nicm | 2015-11-11 | |
| | | | | | | | | it supports UTF-8. | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2015-10-28 | |
|\| | ||||
| * | Like options, move the environ struct into environ.c. | nicm | 2015-10-28 | |
| | | ||||
* | | Merge branch 'obsd-master' | Thomas Adam | 2015-10-27 | |
|\| | | | | | | | | | | | | | | | | | | | Conflicts: Makefile client.c server-client.c server.c tmux.c tmux.h | |||
| * | Move struct options into options.c. | nicm | 2015-10-27 | |
| | | ||||
| * | Break the common process set up, event loop and imsg dispatch code | nicm | 2015-10-27 | |
| | | | | | | | | | | between server and client out into a separate internal API. This will make it easier to add another process. | |||
* | | __OpenBSD__ around pledge() | Thomas Adam | 2015-10-25 | |
| | | ||||
* | | Merge branch 'obsd-master' | Thomas Adam | 2015-10-25 | |
|\| | ||||
| * | Let's see if anyone screams about not being able to specify $TMPDIR | deraadt | 2015-10-25 | |
| | | | | | | | | | | | | | | | | | | for their tmux sockets. (Over the years, I have seen $TMPDIR set up worse than /tmp many times, and don't know how this practice infected other parts of the system. Nothing uses tmpdir(3), nor a huge-temporary-file program like sort.) ok nicm | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2015-10-25 | |
|\| | | | | | | | | | Conflicts: cmd-find.c | |||
| * | tmux can call pledge() in main with large set and then reduce it | nicm | 2015-10-23 | |
| | | | | | | | | | | slightly in the server to "stdio rpath wpath cpath fattr unix recvfd proc exec tty ps". | |||
* | | Some header fixes. | Nicholas Marriott | 2015-10-15 | |
| | | ||||
* | | Add missing <time.h> | Thomas Adam | 2015-09-14 | |
| | | ||||
* | | Merge branch 'obsd-master' | Thomas Adam | 2015-09-14 | |
|\| | ||||
| * | Move tzset() from log_open to main. | nicm | 2015-09-14 | |
| | | ||||
* | | osdep_event_init not event_init. | Nicholas Marriott | 2015-09-10 | |
| | | ||||
* | | Merge branch 'obsd-master' | Thomas Adam | 2015-09-06 | |
|\| | | | | | | | | | | | Conflicts: cfg.c tmux.c | |||
| * | A couple of style nits. | nicm | 2015-09-03 | |
| | | ||||
| * | Work out config file when needed not at startup. | nicm | 2015-09-01 | |
| | | ||||
| * | Path from $TMUX does not need to be global anymore. | nicm | 2015-08-30 | |
| | | ||||
| * | Login shell can be a client flag, and move the exec code into client.c. | nicm | 2015-08-30 | |
| | | ||||
| * | Event base does not need to be global. | nicm | 2015-08-30 | |
| | | ||||
* | | Merge branch 'obsd-master' | Thomas Adam | 2015-08-30 | |
|\| | | | | | | | | | | | Conflicts: Makefile format.c | |||
| * | Some style nits and dead assignments. | nicm | 2015-08-30 | |
| | | ||||
* | | Merge branch 'obsd-master' | Thomas Adam | 2015-07-20 | |
|\| | ||||
| * | Add an option (history-file) for a file to save/restore command prompt | nicm | 2015-07-20 | |
| | | | | | | | | history, from Olof-Joachim Frahm. | |||
* | | Check for flock in libbsd for AIX, and remove some getopt.h includes. From J | Nicholas Marriott | 2015-07-13 | |
| | | | | | | | | Raynor. | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2015-06-07 | |
|\| | | | | | | | | | | | | | Conflicts: client.c tmux.1 tmux.c | |||
| * | tweak SYNOPSIS and usage(); | jmc | 2015-06-04 | |
| | | ||||
* | | Merge branch 'obsd-master' | Thomas Adam | 2015-02-06 | |
|\| | | | | | | | | | Conflicts: cmd-pipe-pane.c | |||
| * | Make a tmux-%u directory under TMUX_TMPDIR, like TMPDIR. | nicm | 2015-01-19 | |
| | | ||||
* | | No need for $Id$ now. | Nicholas Marriott | 2014-11-08 | |
| | | ||||
* | | Merge branch 'obsd-master' | Thomas Adam | 2014-10-21 | |
|\| | | | | | | | | | | | | | | | | | | | Conflicts: Makefile cmd-list-commands.c cmd-suspend-client.c job.c tmux.h xmalloc.c | |||
| * | Tidy up some includes. | nicm | 2014-10-20 | |
| | | ||||
* | | Merge branch 'obsd-master' | Thomas Adam | 2014-04-23 | |
|\| | | | | | | | | | | | | | Conflicts: Makefile tmux.1 window.c | |||
| * | Remove the "info" message mechanism, this was only used for about five | nicm | 2014-04-17 | |
| | | | | | | | | | | | | mostly useless and annoying messages. Change those commands to silence on success like all the others. Still accept the -q command line flag and "quiet" server option for now. | |||
| * | Remove log_debug2 as well and simplify log.c. | nicm | 2014-03-31 | |
| | | ||||
| * | Leftovers from removing 88 colour support, from Theo Buehler. | nicm | 2014-02-16 | |
| | | ||||
* | | Remove log_debug2 as well and simplify log.c. | Nicholas Marriott | 2014-03-07 | |
| | |