- 3b7dae9 Do not allow pipe-pane on dead panes, from Anindya Mukherjee, GitHub issue 3174. by Nicholas Marriott · 2 years, 7 months ago
- 619d934 Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 1 month ago
- 9b4148b For open/openat, if the flags parameter does not contain O_CREAT, the by deraadt · 3 years, 1 month ago
- 6203612 Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 3 months ago
- 08e6360 Add args parsing callback for some future work, currently unused. by nicm · 3 years, 3 months ago
- b0da0ce Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 3 months ago
- 5f32b7d Hide struct args behind a couple of accessor functions. by nicm · 3 years, 3 months ago
- a8be47f Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 3 months ago
- 66aaa9e Fix pipe-pane usage. by nicm · 3 years, 3 months ago
- 40126ee Merge branch 'obsd-master' by Thomas Adam · 4 years, 6 months ago
- 31e3f2d Support code for control mode flow control: allow clients to have by nicm · 4 years, 6 months ago
- 653a159 Merge branch 'obsd-master' by Thomas Adam · 4 years, 7 months ago
- 3f7f9a0 Make client -c and -t handling common in cmd-queue.c and try to be by nicm · 4 years, 7 months ago
- 8f2b5d7 Merge branch 'obsd-master' by Thomas Adam · 4 years, 7 months ago
- 04cdd03 Also move cmdq_item and cmdq_list into cmd-queue.c (this is to make its by nicm · 4 years, 7 months ago
- b117c3b Merge branch 'obsd-master' by Thomas Adam · 4 years, 7 months ago
- c20eb0c Make struct cmd local to cmd.c and move it out of tmux.h. by nicm · 4 years, 7 months ago
- acb2413 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
- 10d60fa Store the time in the format tree rather than passing it around. by nicm · 6 years ago
- 2c755e3 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
- 1416ceb Accept 0 time as a shorthand for now to format_expand_time. by nicm · 6 years ago
- 1c5093c Merge branch 'obsd-master' by Thomas Adam · 6 years ago
- 67254ed Clear PANE_EXITED flag when starting new child process in case the pane by nicm · 6 years ago
- efd01f3 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
- 749f67b evbuffer_new and bufferevent_new can both fail (when malloc fails) and by nicm · 6 years ago
- 84ddc72 Merge branch 'obsd-master' by Thomas Adam · 7 years ago
- 5849b73 Add -I to pipe-pane to connect pane stdin as well as stdout, suggested by nicm · 7 years ago
- acbbc93 Merge branch 'obsd-master' by Thomas Adam · 7 years ago
- 932f6cf Because ignore SIGCHLD early, letting signal_del restore it doesn't work by nicm · 7 years ago
- 1076a2e Merge branch 'obsd-master' by Thomas Adam · 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
- 4e01036 Merge branch 'obsd-master' by Thomas Adam · 7 years ago
- 28687f2 Do not close panes until process has exited and any outstanding data by nicm · 7 years ago
- e354b0e Merge branch 'obsd-master' by Thomas Adam · 8 years ago
- 0ccfb61 In order that people can use formats like #D in #() in the status line by nicm · 8 years ago
- e802b68 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
- ee45a8a Get rid of the extra layer of flags and cmd_prepare() and just store the by nicm · 8 years ago
- 6c333cc Merge branch 'obsd-master' by Thomas Adam · 8 years ago
- 7d23d01 Add a window or pane id "tag" to each format tree and use it to separate by nicm · 8 years ago
- 1a6e696 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
- b342bd0 Mass rename struct cmd_q to struct cmdq_item and related. by nicm · 8 years ago
- 3d2686a Merge branch 'obsd-master' by Thomas Adam · 8 years ago
- ed97126 Add CMD_AFTERHOOK flag to the easy commands that don't need any special handling. by nicm · 8 years ago
- b9dc855 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
- a81685b Add static in cmd-* and fix a few other nits. by nicm · 8 years ago
- dc42c35 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
- 995af0e I no longer use my SourceForge address so replace it. by nicm · 9 years ago
- bc6137f Merge branch 'obsd-master' by Thomas Adam · 9 years ago
- a3129fd Instead of combined flags for -c, -s, -t, split into different sets by nicm · 9 years ago
- 5caec30 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
- ecfeee2 Use member names in cmd_entry definitions so I stop getting confused by nicm · 9 years ago
- ae5ddfd Merge branch 'obsd-master' by Thomas Adam · 9 years ago
- 4a4daf1 Instead of every command resolving the target (-t or -s) itself, prepare by nicm · 9 years ago
- 4909a70 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
- 01831da Add cmdq as an argument to format_create and add a format for the by nicm · 9 years ago
- af8134a Merge branch 'obsd-master' by Thomas Adam · 9 years ago
- e0f26dc Remove format_create_flags and just pass flags to format_create. by nicm · 9 years ago
- 7fe8edc Merge branch 'obsd-master' by Thomas Adam · 9 years ago
- 577c0e3 Use __unused rather than rolling our own. by nicm · 9 years ago
- cb018a4 No paths.h on Solaris. by Nicholas Marriott · 10 years ago
- 03758a5 Add format_expand_time and use it instead of status_replace where by nicm · 10 years ago
- c9642ee Remove two unused arguments from status_replace. by nicm · 10 years ago
- 45dfc5a Instead of setting up the default keys by building the key struct by nicm · 10 years ago
- d45c12b Remove the barely-used and unnecessary command check() function. by nicm · 11 years ago
- 20636d9 Add a command queue to standardize and simplify commands that call other by Nicholas Marriott · 12 years ago
- bb8457b Fix error reporting for client commands by adding a flag to by Nicholas Marriott · 12 years ago
- 8d59b18 No more lint means no more ARGSUSED. by Nicholas Marriott · 12 years ago
- ede8312 Make command exec functions return an enum rather than -1/0/1 values and by Nicholas Marriott · 12 years ago
- 0ff42d9 Missing -o on usage for pipe-pane, from Tiago Cunha. by Nicholas Marriott · 13 years ago
- be179f6 Do not require a client here, or pipe-pane will not work from the command line. by Nicholas Marriott · 13 years ago
- d88c20e Change -t on display-message to be target-pane for the #[A-Z] by Nicholas Marriott · 14 years ago
- 69cb1f8 Move all calls to fcntl(...O_NONBLOCK) into a function and clear the by Nicholas Marriott · 14 years ago
- 7502cb3 Clean up and simplify tmux command argument parsing. by Nicholas Marriott · 14 years ago
- f56b4ec Trying to set FD_CLOEXEC on every fd is a lost cause, just use by Nicholas Marriott · 14 years ago
- e3be9b1 Do not call event_del() for signals after fork(), just use sigaction() by Nicholas Marriott · 14 years ago
- 278d9bc Last change erroneously used the target argument for looking up the by Nicholas Marriott · 14 years ago
- ceed5cc Support the status_replace # replacement sequences in the pipe-pane by Nicholas Marriott · 14 years ago
- c4a2fdf Put this back in with the initialisation in the right order. by Nicholas Marriott · 15 years ago
- af5e0bd Revert last change, it appears to be broken somehow. by Nicholas Marriott · 15 years ago
- ec1d37b Make signal handler setup/teardown two common functions instead of six, by Nicholas Marriott · 15 years ago
- 15a64b8 Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last by Nicholas Marriott · 15 years ago
- 4ca857e Remove a couple of unused arguments where possible, and add /* ARGSUSED */ to by Nicholas Marriott · 15 years ago
- 76ef877 Get rid of the ugly CMD_CHFLAG macro and use a const string (eg "dDU") in the by Nicholas Marriott · 15 years ago
- dafa0f0 Unreachable statement, found by lint. by Nicholas Marriott · 15 years ago
- a02c7e8 Convert the window pane (pty master side) fd over to use a bufferevent. by Nicholas Marriott · 15 years ago
- 91ad830 Switch window pane pipe redirect fd over to a bufferevent. by Nicholas Marriott · 15 years ago
- abf3a5d Initial changes to move tmux to libevent. by Nicholas Marriott · 15 years ago
- 9a48552 Nuke dead store. by Nicholas Marriott · 15 years ago
- 64b5f39 Add a pipe-pane command to allow a pane to be piped to a shell command, for by Nicholas Marriott · 15 years ago