1. 63b7282 It should no longer be necessary to ignore SIGCHLD because it is now by nicm · 1 year, 5 months ago
  2. 4ece43a Loop around waitpid in client, from Azat Khuzhin. by nicm · 1 year, 5 months ago
  3. 09afc6c If a pane is killed, cancel reading from the file. GitHub issue 3422. by nicm · 1 year, 11 months ago
  4. cd692b5 Add an ACL list for users connecting to the tmux socket. Users may be by nicm · 2 years, 6 months ago
  5. 2da096d Exit on SIGHUP before attach also, GitHub issue 3084. by nicm · 2 years, 9 months ago
  6. daec63e Replace %% in command lists (by copying them) for template arguments , by nicm · 3 years, 3 months ago
  7. af3ffa9 Move the call to setupterm() into the client and have it pass the by nicm · 3 years, 9 months ago
  8. 632636d Do not care about the server socket closing if exiting anyway. by nicm · 3 years, 9 months ago
  9. 2b58c22 Add a couple of helper functions, and flush imsgs on exit. by nicm · 3 years, 9 months ago
  10. e40831a Move file handling protocol stuff all into file.c so it can be reused by nicm · 3 years, 10 months ago
  11. 71c590a Add -N flag to never start server even if command would normally do so, by nicm · 3 years, 10 months ago
  12. 95841ba With csh, a tmux client gets SIGTERM before SIGCONT when killed with by nicm · 4 years, 1 month ago
  13. 86d6ac2 Fix warnings on some platforms with %llx and add a new message to handle by nicm · 4 years, 2 months ago
  14. 2372b0f Add a flag to make a client wait for an empty line before exiting in by nicm · 4 years, 5 months ago
  15. 23d79cf Instead of a buffer size limit on each pane, set a limit of 300 seconds by nicm · 4 years, 6 months ago
  16. a54a88e Instead of sending all data to control mode clients as fast as possible, by nicm · 4 years, 6 months ago
  17. ea610a3 Pass the stdout file descriptor from the client as well as stdin and use by nicm · 4 years, 6 months ago
  18. aa7dccf imsg.h needs uio.h, pointed out by deraadt by nicm · 4 years, 7 months ago
  19. 1574126 Do not close the stdout file descriptor in control mode as it will be by nicm · 4 years, 7 months ago
  20. c91b4b2 Tidy up the terminal detection and feature code and add named sets of by nicm · 4 years, 7 months ago
  21. c20eb0c Make struct cmd local to cmd.c and move it out of tmux.h. by nicm · 4 years, 7 months ago
  22. b96ac80 Some unnecessary assignments and unused variables. by nicm · 4 years, 8 months ago
  23. 34de379 Add to rather than replace flags with -c. by nicm · 4 years, 8 months ago
  24. 2a5702a When the server socket is given by the user with -S, create it with by nicm · 4 years, 9 months ago
  25. 44dad91 Warn if a message type that is no longer used is received. by nicm · 4 years, 10 months ago
  26. b4520aa Need to include message size in the maximum buffer calculation. by nicm · 4 years, 11 months ago
  27. eaa58d2 Instead of using large buffers in imsgs, add the data or path onto the end. by nicm · 4 years, 11 months ago
  28. 6ce943f Need to check in the error callback also. by nicm · 4 years, 12 months ago
  29. 828001e Do not spin waiting for exit, instead check in the write callback. by nicm · 4 years, 12 months ago
  30. c284ebe Rewrite the code for reading and writing files. Now, if the client is by nicm · 4 years, 12 months ago
  31. 8f40f79 Change "lost server" message to "server exited unexpectedly", from Neal by nicm · 5 years ago
  32. 4ff7bc3 When system calls indicate an error they return -1, not some arbitrary by deraadt · 5 years ago
  33. f8d3d24 Merge cmd_list_parse into cmd-parse.y so it can use the new alias by nicm · 6 years ago
  34. 3a7b9d5 Do not use PWD unless it actually matches the real working directory. by nicm · 6 years ago
  35. 896c1da Use <fcntl.h> instead of <sys/file.h> for open() and friends. by guenther · 7 years ago
  36. d17c905 Prefer PWD for current directory if present in client, from Wei Zhao in by nicm · 7 years ago
  37. b20a00f Report better error from server when socket create fails, GitHub issue 1201. by nicm · 7 years ago
  38. 62144b9 Do not try to put more in command message than will fit when sending by nicm · 7 years ago
  39. 932f6cf Because ignore SIGCHLD early, letting signal_del restore it doesn't work by nicm · 7 years ago
  40. 0453ad0 Move signal code into proc.c. by nicm · 7 years ago
  41. ed3cfaa Make shell_command a global like other stuff rather than making it an by nicm · 7 years ago
  42. 85338bb Add support for custom command aliases, this is an array option which by nicm · 8 years ago
  43. 98e7fbb Open /dev/ptm before pledge() and save it to be used for PTMGET later by nicm · 8 years ago
  44. 46572ba Print error rather than fatal() if tcgetattr() fails, which is much more by nicm · 8 years ago
  45. ef15b41 Revert WIP parts of previous I didn't mean to commit yet. by nicm · 8 years ago
  46. 68db958 getopt() has a struct option so just return to using options_entry. by nicm · 8 years ago
  47. 95950bf Add -E to detach-client to exec a command to replace the client instead by nicm · 8 years ago
  48. 1b31d14 Remove some dead code in cmd-move-window.c and make a load of local by nicm · 8 years ago
  49. 995af0e I no longer use my SourceForge address so replace it. by nicm · 9 years ago
  50. ac8678a Don't print error if none to print. by nicm · 9 years ago
  51. 3ff46b2 Shell command from -c doesn't have to be global, pass it as an argument. by nicm · 9 years ago
  52. dca93c5 Do lock failures slightly better, return a special value so we don't by nicm · 9 years ago
  53. 73e30cb Actually show something (even if it not that helpful) if the server by nicm · 9 years ago
  54. c913fb9 Tidy the code that works out the socket path, and just use the full path by nicm · 9 years ago
  55. bef217b Switch a fprintf to a fatal, and wrap some long lines. by nicm · 9 years ago
  56. 577c0e3 Use __unused rather than rolling our own. by nicm · 9 years ago
  57. a582b62 Accidentally turned off pledge, turn it back on. by nicm · 9 years ago
  58. c56b81a Push stdout and stderr to clients more aggressively, and add an event to by nicm · 9 years ago
  59. b0a99e8 Don't shift version out of peerid, it is needed later. by nicm · 9 years ago
  60. 01defc9 Because pledge(2) does not allow us to pass directory file descriptors by nicm · 9 years ago
  61. bf9c933 Like options, move the environ struct into environ.c. by nicm · 9 years ago
  62. 44657bf Move struct options into options.c. by nicm · 9 years ago
  63. 07b0ea0 Break the common process set up, event loop and imsg dispatch code by nicm · 9 years ago
  64. 174a2ad Pass current directory as a string rather than a file descriptor because by nicm · 9 years ago
  65. 9c601eb Add pledge "stdio unix sendfd proc exec tty" to tmux client process, by nicm · 9 years ago
  66. 241fd72 Userspace doesn't need to use SUN_LEN(): connect() and bind() must accept by guenther · 9 years ago
  67. 2a62917 Don't leak fd and path on failure. by nicm · 9 years ago
  68. 67ee995 No need to keep global options around for client which doesn't use them. by nicm · 9 years ago
  69. c6e9160 Login shell can be a client flag, and move the exec code into client.c. by nicm · 9 years ago
  70. dd92b6e Event base does not need to be global. by nicm · 9 years ago
  71. 4e637b1 Ignore environment variables that are too long to send to the server. by nicm · 9 years ago
  72. 29c29e7 Add a format for client PID (client_pid) and server PID (pid). Diff for by nicm · 9 years ago
  73. 6b21296 Move the nested check from client to server and compare the client tty by nicm · 9 years ago
  74. a5a873d Set up signal handler earlier so that we don't get zombies, reported by by nicm · 10 years ago
  75. 7a72eff Simplify error messages when socket connect fails, suggested by "Karthik K". by nicm · 10 years ago
  76. 02df860 Fix some format specifier nits, from Ben Boeckel. by nicm · 10 years ago
  77. 900f6fc Tidy up some includes. by nicm · 10 years ago
  78. 045d0c3 Call waitpid on SIGCHLD even if client not attached, it is possible (on by nicm · 10 years ago
  79. 4e956d5 Various minor style and spacing nits. by nicm · 10 years ago
  80. 8e4ae12 lockf is entirely useless and it was a mistake to change to it, go back by nicm · 10 years ago
  81. 2b67907 An EOF is a good reason to close a connection. by krw · 10 years ago
  82. 5b2c815 fcntl.h is still needed here. by nicm · 11 years ago
  83. bce9527 Remove some unnecessary includes and fix a typo. by nicm · 11 years ago
  84. b185449 Fix a memory/fd leak reported by Tiago Cunha. by nicm · 11 years ago
  85. adc1f21 Three small changes from Tiago Cunha: by nicm · 11 years ago
  86. 7624800 from nicm: : handle msgbuf_write() returning EAGAIN by benno · 11 years ago
  87. 99e3cbc Use format_get_command() and some spacing tweaks. by nicm · 11 years ago
  88. c1ccefc We accidentally haven't been using $TMUX to work out the session for a by nicm · 11 years ago
  89. 7936ce3 Show session name in detached message. Requested by somebody a few by nicm · 11 years ago
  90. b8b85fb Don't look at string[length - 1] if length == 0. by nicm · 11 years ago
  91. 282c5f9 Alter how tmux handles the working directory to internally use file by nicm · 11 years ago
  92. 10c3843 Similarly for MSG_COMMAND - allow full imsg limit not arbitrary 2048. by nicm · 11 years ago
  93. 6c09301 Remove CMD_SENDENVIRON. by nicm · 11 years ago
  94. d89b35e Use lockf which is more portable than flock, from Dagobert Michelsen. by Nicholas Marriott · 12 years ago
  95. 88b92df We ignore SIGWINCH until ready, so send a MSG_RESIZE immediately when by Nicholas Marriott · 12 years ago
  96. 6fee3e9 Rename session idx to session id throughout and add $ prefix to targets by Nicholas Marriott · 12 years ago
  97. 62db3c8 Send DSC 1000p at the beginning of a -CC client's lifetime and ST and by Nicholas Marriott · 12 years ago
  98. 20636d9 Add a command queue to standardize and simplify commands that call other by Nicholas Marriott · 12 years ago
  99. 8d59b18 No more lint means no more ARGSUSED. by Nicholas Marriott · 12 years ago
  100. 2e43372 If stdin in the client is enable immediately, tmux will eat anything by Nicholas Marriott · 12 years ago