1. ede8312 Make command exec functions return an enum rather than -1/0/1 values and by Nicholas Marriott · 12 years ago
  2. 0ff42d9 Missing -o on usage for pipe-pane, from Tiago Cunha. by Nicholas Marriott · 13 years ago
  3. be179f6 Do not require a client here, or pipe-pane will not work from the command line. by Nicholas Marriott · 13 years ago
  4. d88c20e Change -t on display-message to be target-pane for the #[A-Z] by Nicholas Marriott · 14 years ago
  5. 69cb1f8 Move all calls to fcntl(...O_NONBLOCK) into a function and clear the by Nicholas Marriott · 14 years ago
  6. 7502cb3 Clean up and simplify tmux command argument parsing. by Nicholas Marriott · 14 years ago
  7. f56b4ec Trying to set FD_CLOEXEC on every fd is a lost cause, just use by Nicholas Marriott · 14 years ago
  8. e3be9b1 Do not call event_del() for signals after fork(), just use sigaction() by Nicholas Marriott · 14 years ago
  9. 278d9bc Last change erroneously used the target argument for looking up the by Nicholas Marriott · 14 years ago
  10. ceed5cc Support the status_replace # replacement sequences in the pipe-pane by Nicholas Marriott · 14 years ago
  11. c4a2fdf Put this back in with the initialisation in the right order. by Nicholas Marriott · 15 years ago
  12. af5e0bd Revert last change, it appears to be broken somehow. by Nicholas Marriott · 15 years ago
  13. ec1d37b Make signal handler setup/teardown two common functions instead of six, by Nicholas Marriott · 15 years ago
  14. 15a64b8 Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last by Nicholas Marriott · 15 years ago
  15. 4ca857e Remove a couple of unused arguments where possible, and add /* ARGSUSED */ to by Nicholas Marriott · 15 years ago
  16. 76ef877 Get rid of the ugly CMD_CHFLAG macro and use a const string (eg "dDU") in the by Nicholas Marriott · 15 years ago
  17. dafa0f0 Unreachable statement, found by lint. by Nicholas Marriott · 15 years ago
  18. a02c7e8 Convert the window pane (pty master side) fd over to use a bufferevent. by Nicholas Marriott · 15 years ago
  19. 91ad830 Switch window pane pipe redirect fd over to a bufferevent. by Nicholas Marriott · 15 years ago
  20. abf3a5d Initial changes to move tmux to libevent. by Nicholas Marriott · 15 years ago
  21. 9a48552 Nuke dead store. by Nicholas Marriott · 15 years ago
  22. 64b5f39 Add a pipe-pane command to allow a pane to be piped to a shell command, for by Nicholas Marriott · 15 years ago