- cdacc12 Add support for OSC 8 hyperlinks (a VTE extension now supported by other by nicm · 2 years, 5 months ago
- 9c89f7c Store time lines are scrolled into history and display in copy mode. by nicm · 2 years, 5 months ago
- cd692b5 Add an ACL list for users connecting to the tmux socket. Users may be by nicm · 2 years, 6 months ago
- 207b1bc Report error if creating socket fails with -D. by nicm · 2 years, 8 months ago
- 422fcd2 Fix exit message if creating socket fails. by nicm · 2 years, 8 months ago
- 6c65949 Fix warnings, from Jan Tache in GitHub issue 2692. by nicm · 3 years, 6 months ago
- ee0df1b Tidy old jobs every hour instead of every 30 seconds. by nicm · 3 years, 9 months ago
- 2b58c22 Add a couple of helper functions, and flush imsgs on exit. by nicm · 3 years, 10 months ago
- 869c0e8 Fix some warnings, GitHub issue 2382. by nicm · 4 years, 2 months ago
- 2372b0f Add a flag to make a client wait for an empty line before exiting in by nicm · 4 years, 5 months ago
- a54a88e Instead of sending all data to control mode clients as fast as possible, by nicm · 4 years, 6 months ago
- dceb6a1 Add a -D flag to ask tmux not to daemonize, useful both for running a by nicm · 4 years, 6 months ago
- 367b4e4 Change message log to be per server rather than per client and include by nicm · 4 years, 6 months ago
- 7859545 Add 'e' key in buffer mode to open the buffer in an editor. by nicm · 4 years, 6 months ago
- 2a5702a When the server socket is given by the user with -S, create it with by nicm · 4 years, 9 months ago
- ae54128 Expand command formats in %if and move the config file loading later (to by nicm · 5 years ago
- e37f34f Do not load the config file if the server is exiting because it failed by nicm · 5 years ago
- e128c7f Replace the various identical error callbacks with a single one in cmd-queue.c. by nicm · 6 years ago
- 78287e2 Break new window and pane creation common code from various commands and by nicm · 6 years ago
- bceccc6 Move job struct into job.c. by nicm · 6 years ago
- bd2896b SESSION_UNATTACHED flag is no longer necessary now we have an attached by nicm · 6 years ago
- fb1f0fe session_groups can be static also. by nicm · 6 years ago
- 19f3a5c Add a missing client-detached hook when the server shuts down, and do by nicm · 7 years ago
- 623f4b1 Add exit-empty option to exit server if no sessions (defaults to on). by nicm · 7 years ago
- b20a00f Report better error from server when socket create fails, GitHub issue 1201. by nicm · 7 years ago
- a5fd578 Show exit status and time in the remain-on-exit pane text, mostly from by nicm · 7 years ago
- 932f6cf Because ignore SIGCHLD early, letting signal_del restore it doesn't work by nicm · 7 years ago
- 5111222 Block signals between forking and clearing signal handlers (or calling by nicm · 7 years ago
- 0453ad0 Move signal code into proc.c. by nicm · 7 years ago
- 58b7966 Some extra logging to show why tmux might exit. by nicm · 7 years ago
- 28687f2 Do not close panes until process has exited and any outstanding data by nicm · 7 years ago
- adf5628 Support SIGUSR2 to stop and start logging for an existing server. Also by nicm · 7 years ago
- 2c9bdd9 Memory leaks, from David CARLIER. by nicm · 8 years ago
- efaf4c1 Make the cmd_find_* functions more obvious when looking for a client, by nicm · 8 years ago
- 428be98 History needs to be loaded after config parsing is done - now that by nicm · 8 years ago
- 0b44ad9 If a #() command doesn't exit, use its most recent line of output (it by nicm · 8 years ago
- c6a3446 Instead of numbering session groups, give them a name which may be given by nicm · 8 years ago
- b7398a4 Do not execute commands for a client until it has identified, fixes by nicm · 8 years ago
- 026ad08 Notifys can go via the command queue instead of using their own queue. by nicm · 8 years ago
- ddc4512 Rewrite command queue handling. Each client still has a command queue, by nicm · 8 years ago
- 9b3ae84 Drain notifys once at the end of the server loop instead of doing it by nicm · 8 years ago
- c426e48 Loads more static, except for cmd-*.c and window-*.c. by nicm · 8 years ago
- fc118e1 tmux: only consider ACCESSPERMS for setting mode on socket_path. by semarie · 8 years ago
- ec82fcd Bump the listen() backlog up, some people have scripts that run up a lot by nicm · 9 years ago
- 995af0e I no longer use my SourceForge address so replace it. by nicm · 9 years ago
- 021c643 Add infrastructure to work out the best target given a pane or window by nicm · 9 years ago
- 12da13c Make the marked pane a cmd_find_state. by nicm · 9 years ago
- dca93c5 Do lock failures slightly better, return a special value so we don't by nicm · 9 years ago
- 1e2df2d Remove the -I part of show-messages which isn't really that useful; the by nicm · 9 years ago
- 9cccb8c Make the log stuff a bit tidier with some helper functions. by nicm · 9 years ago
- 01a2ddf Add getpw to pledge, makes tmux work in YP environments, discovered by by nicm · 9 years ago
- 577c0e3 Use __unused rather than rolling our own. by nicm · 9 years ago
- a582b62 Accidentally turned off pledge, turn it back on. by nicm · 9 years ago
- c56b81a Push stdout and stderr to clients more aggressively, and add an event to by nicm · 9 years ago
- d6daf37 Tidy utf8.c a little: build table on first use, and make utf8_width take by nicm · 9 years ago
- abb4e9e The output log is only useful once and it means creating a file, so open by nicm · 9 years ago
- 44657bf Move struct options into options.c. by nicm · 9 years ago
- 07b0ea0 Break the common process set up, event loop and imsg dispatch code by nicm · 9 years ago
- 5383b04 tmux can call pledge() in main with large set and then reduce it by nicm · 9 years ago
- 515dfea This should not be changed. by nicm · 9 years ago
- 31fd071 Rename shutdown to exit. by nicm · 9 years ago
- 241fd72 Userspace doesn't need to use SUN_LEN(): connect() and bind() must accept by guenther · 9 years ago
- 83157c0 Move initial conf load into cfg.c. by nicm · 9 years ago
- dd92b6e Event base does not need to be global. by nicm · 9 years ago
- b9f0571 We already loop over the windows in server_client_loop, so don't do it by nicm · 9 years ago
- b5aaefc Move alerts onto events rather than checking every loop. by nicm · 9 years ago
- f957db8 Remove unused prototypes. by nicm · 9 years ago
- f6a0f87 Per-session timers for locking, and remove the global one-second timer. by nicm · 9 years ago
- 675def0 Remove the lock-server option which is a bit redundant, it isn't that by nicm · 9 years ago
- 6419f66 Give clock mode its own timer. by nicm · 9 years ago
- 75d1005 Run status update on a per-client timer at status-interval. by nicm · 9 years ago
- b6618b6 Move format job cleanup onto its own timer. by nicm · 9 years ago
- 92af376 Add an option (history-file) for a file to save/restore command prompt by nicm · 9 years ago
- 641a9cd Similarly, for sessions use a callback to free rather than checking every loop. by nicm · 9 years ago
- 8c93b76 Instead of putting dead clients on a list and checking it every loop, by nicm · 9 years ago
- a863834 Add support for a single "marked pane". There is one marked pane in the by nicm · 9 years ago
- 58b50fb Clear signal handlers before event_reinit as apparently it can otherwise by nicm · 9 years ago
- 7e067cb does not need syslog.h by deraadt · 9 years ago
- 379400c Move the jobs output cache into the formats code so that #() work more by nicm · 9 years ago
- aeedb46 Convert clients list into a TAILQ. by nicm · 10 years ago
- 8d66f4f Change the windows array into an RB tree and fix some places where we by nicm · 10 years ago
- 89e80ca window_index is only used in one place (window_destroy) so inline it there. by nicm · 10 years ago
- 93b2871 Do not die on USR1 if any of the socket parent directories are by nicm · 10 years ago
- 7a0c94b Add pane_dead_status for exit status of dead panes. by nicm · 10 years ago
- b496b1f Move cfg_causes local into cfg.c and remove struct causelist. by nicm · 10 years ago
- 733cea8 Wake up any clients waiting with the wait-for command when the server exits. by nicm · 10 years ago
- 8e4ae12 lockf is entirely useless and it was a mistake to change to it, go back by nicm · 10 years ago
- 53cbae5 Now that cmdlists are reference counted, there is no need for two-step by nicm · 11 years ago
- bec6c80 There is no longer a need for a paste_stack struct or for global_buffers by nicm · 11 years ago
- a5d4b7f Some more long lines. by nicm · 11 years ago
- bf35441 Do not run any command line command from the client which starts the by nicm · 11 years ago
- e323101 Rename global configuration define. by Nicholas Marriott · 12 years ago
- 20636d9 Add a command queue to standardize and simplify commands that call other by Nicholas Marriott · 12 years ago
- 8d59b18 No more lint means no more ARGSUSED. by Nicholas Marriott · 12 years ago
- 8378be0 Fix argument order in a log statement. by Nicholas Marriott · 12 years ago
- 827b311 Use a utility function for common code to show errors in config file, by Nicholas Marriott · 12 years ago
- df912e3 xfree is not particularly helpful, remove it. From Thomas Adam. by Nicholas Marriott · 12 years ago
- 6703ca8 Stop accepting new clients for 1 second on EMFILE/ENFILE. Based on by Nicholas Marriott · 13 years ago
- ac9ebc2 Use a lock file and flock() to serialize server start, avoids problems by Nicholas Marriott · 13 years ago
- 808502a Give each pane created in a tmux server a unique id (starting from 0), by Nicholas Marriott · 14 years ago