Age | Commit message (Expand) | Author |
2015-12-16 | Add infrastructure to work out the best target given a pane or window | Nicholas Marriott |
2015-12-15 | Make the marked pane a cmd_find_state. | Nicholas Marriott |
2015-11-24 | Do lock failures slightly better, return a special value so we don't | Nicholas Marriott |
2015-11-24 | Remove the -I part of show-messages which isn't really that useful; the | Nicholas Marriott |
2015-11-24 | Make the log stuff a bit tidier with some helper functions. | Nicholas Marriott |
2015-11-22 | Add getpw to pledge, makes tmux work in YP environments, discovered by | Nicholas Marriott |
2015-11-18 | Use __unused rather than rolling our own. | Nicholas Marriott |
2015-11-15 | Accidentally turned off pledge, turn it back on. | Nicholas Marriott |
2015-11-14 | Push stdout and stderr to clients more aggressively, and add an event to | Nicholas Marriott |
2015-11-12 | Tidy utf8.c a little: build table on first use, and make utf8_width take | Nicholas Marriott |
2015-10-31 | The output log is only useful once and it means creating a file, so open | Nicholas Marriott |
2015-10-27 | Move struct options into options.c. | Nicholas Marriott |
2015-10-27 | Break the common process set up, event loop and imsg dispatch code | Nicholas Marriott |
2015-10-23 | tmux can call pledge() in main with large set and then reduce it | Nicholas Marriott |
2015-10-22 | This should not be changed. | Nicholas Marriott |
2015-10-22 | Rename shutdown to exit. | Nicholas Marriott |
2015-10-11 | Userspace doesn't need to use SUN_LEN(): connect() and bind() must accept | Philip Guenther |
2015-09-01 | Move initial conf load into cfg.c. | Nicholas Marriott |
2015-08-30 | Event base does not need to be global. | Nicholas Marriott |
2015-08-29 | We already loop over the windows in server_client_loop, so don't do it | Nicholas Marriott |
2015-08-29 | Move alerts onto events rather than checking every loop. | Nicholas Marriott |
2015-08-28 | Remove unused prototypes. | Nicholas Marriott |
2015-08-28 | Per-session timers for locking, and remove the global one-second timer. | Nicholas Marriott |
2015-08-28 | Remove the lock-server option which is a bit redundant, it isn't that | Nicholas Marriott |
2015-08-28 | Give clock mode its own timer. | Nicholas Marriott |
2015-08-28 | Run status update on a per-client timer at status-interval. | Nicholas Marriott |
2015-08-28 | Move format job cleanup onto its own timer. | Nicholas Marriott |
2015-07-20 | Add an option (history-file) for a file to save/restore command prompt | Nicholas Marriott |
2015-06-05 | Similarly, for sessions use a callback to free rather than checking | Nicholas Marriott |
2015-06-05 | Instead of putting dead clients on a list and checking it every loop, | Nicholas Marriott |
2015-06-04 | Add support for a single "marked pane". There is one marked pane in the | Nicholas Marriott |
2015-06-01 | Clear signal handlers before event_reinit as apparently it can otherwise | Nicholas Marriott |
2015-05-31 | does not need syslog.h | Theo de Raadt |
2015-05-27 | Move the jobs output cache into the formats code so that #() work more | Nicholas Marriott |
2015-04-24 | Convert clients list into a TAILQ. | Nicholas Marriott |
2015-04-22 | Change the windows array into an RB tree and fix some places where we | Nicholas Marriott |
2015-04-22 | window_index is only used in one place (window_destroy) so inline it there. | Nicholas Marriott |
2015-04-21 | Do not die on USR1 if any of the socket parent directories are | Nicholas Marriott |
2014-12-09 | Add pane_dead_status for exit status of dead panes. | Nicholas Marriott |
2014-10-27 | Move cfg_causes local into cfg.c and remove struct causelist. | Nicholas Marriott |
2014-09-01 | Wake up any clients waiting with the wait-for command when the server | Nicholas Marriott |
2014-07-21 | lockf is entirely useless and it was a mistake to change to it, go back | Nicholas Marriott |
2014-05-14 | Now that cmdlists are reference counted, there is no need for two-step | Nicholas Marriott |
2014-04-24 | There is no longer a need for a paste_stack struct or for global_buffers | Nicholas Marriott |
2014-04-17 | Some more long lines. | Nicholas Marriott |
2013-10-20 | Do not run any command line command from the client which starts the | Nicholas Marriott |
2013-04-24 | Rename global configuration define. | Nicholas Marriott |
2013-03-24 | Add a command queue to standardize and simplify commands that call other | Nicholas Marriott |
2013-03-22 | No more lint means no more ARGSUSED. | Nicholas Marriott |
2012-12-06 | Fix argument order in a log statement. | Nicholas Marriott |