1. d6306b6 Add an ACL list for users connecting to the tmux socket. Users may be forbidden by Nicholas Marriott · 2 years, 8 months ago
  2. 649685f Merge branch 'obsd-master' into master by Thomas Adam · 2 years, 9 months ago
  3. 2da096d Exit on SIGHUP before attach also, GitHub issue 3084. by nicm · 2 years, 9 months ago
  4. 609baea Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 3 months ago
  5. daec63e Replace %% in command lists (by copying them) for template arguments , by nicm · 3 years, 3 months ago
  6. 3a76a56 Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 9 months ago
  7. ce5de76 Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 9 months ago
  8. af3ffa9 Move the call to setupterm() into the client and have it pass the by nicm · 3 years, 9 months ago
  9. 632636d Do not care about the server socket closing if exiting anyway. by nicm · 3 years, 10 months ago
  10. 2b58c22 Add a couple of helper functions, and flush imsgs on exit. by nicm · 3 years, 10 months ago
  11. e40831a Move file handling protocol stuff all into file.c so it can be reused by nicm · 3 years, 10 months ago
  12. 24c15ed Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 10 months ago
  13. a3011be Look for libevent2 differently from libevent for platforms with both. by Nicholas Marriott · 3 years, 10 months ago
  14. 71c590a Add -N flag to never start server even if command would normally do so, by nicm · 3 years, 10 months ago
  15. ffe39ed Merge branch 'obsd-master' by Thomas Adam · 4 years, 1 month ago
  16. 95841ba With csh, a tmux client gets SIGTERM before SIGCONT when killed with by nicm · 4 years, 1 month ago
  17. a34ceb1 Merge branch 'obsd-master' by Thomas Adam · 4 years, 2 months ago
  18. 86d6ac2 Fix warnings on some platforms with %llx and add a new message to handle by nicm · 4 years, 2 months ago
  19. 6c437d4 Merge branch 'obsd-master' by Thomas Adam · 4 years, 5 months ago
  20. 2372b0f Add a flag to make a client wait for an empty line before exiting in by nicm · 4 years, 5 months ago
  21. ea4425b Merge branch 'obsd-master' by Thomas Adam · 4 years, 6 months ago
  22. 23d79cf Instead of a buffer size limit on each pane, set a limit of 300 seconds by nicm · 4 years, 6 months ago
  23. 91e40de Merge branch 'obsd-master' by Thomas Adam · 4 years, 6 months ago
  24. a54a88e Instead of sending all data to control mode clients as fast as possible, by nicm · 4 years, 6 months ago
  25. a4cb700 Merge branch 'obsd-master' by Thomas Adam · 4 years, 6 months ago
  26. ea610a3 Pass the stdout file descriptor from the client as well as stdin and use by nicm · 4 years, 6 months ago
  27. 212cf53 Merge branch 'obsd-master' by Thomas Adam · 4 years, 7 months ago
  28. aa7dccf imsg.h needs uio.h, pointed out by deraadt by nicm · 4 years, 7 months ago
  29. 1574126 Do not close the stdout file descriptor in control mode as it will be by nicm · 4 years, 7 months ago
  30. 5811dd7 Do not close stdout file descriptor in control mode since it will be needed for by Nicholas Marriott · 4 years, 7 months ago
  31. c706aad Merge branch 'obsd-master' by Thomas Adam · 4 years, 7 months ago
  32. c91b4b2 Tidy up the terminal detection and feature code and add named sets of by nicm · 4 years, 7 months ago
  33. b117c3b Merge branch 'obsd-master' by Thomas Adam · 4 years, 8 months ago
  34. c20eb0c Make struct cmd local to cmd.c and move it out of tmux.h. by nicm · 4 years, 8 months ago
  35. 52e3d96 Merge branch 'obsd-master' by Thomas Adam · 4 years, 8 months ago
  36. b96ac80 Some unnecessary assignments and unused variables. by nicm · 4 years, 8 months ago
  37. 5888651 Merge branch 'obsd-master' by Thomas Adam · 4 years, 8 months ago
  38. 34de379 Add to rather than replace flags with -c. by nicm · 4 years, 8 months ago
  39. 1a2e66f Merge branch 'obsd-master' by Thomas Adam · 4 years, 9 months ago
  40. 2a5702a When the server socket is given by the user with -S, create it with by nicm · 4 years, 9 months ago
  41. 32be954 Merge branch 'obsd-master' by Thomas Adam · 4 years, 10 months ago
  42. 44dad91 Warn if a message type that is no longer used is received. by nicm · 4 years, 10 months ago
  43. 52b6ca5 Merge branch 'obsd-master' by Thomas Adam · 4 years, 11 months ago
  44. b4520aa Need to include message size in the maximum buffer calculation. by nicm · 4 years, 11 months ago
  45. eaa58d2 Instead of using large buffers in imsgs, add the data or path onto the end. by nicm · 4 years, 11 months ago
  46. e24e986 Merge branch 'obsd-master' by Thomas Adam · 4 years, 12 months ago
  47. 6ce943f Need to check in the error callback also. by nicm · 4 years, 12 months ago
  48. 828001e Do not spin waiting for exit, instead check in the write callback. by nicm · 4 years, 12 months ago
  49. 7922f4e Merge branch 'obsd-master' by Thomas Adam · 4 years, 12 months ago
  50. c284ebe Rewrite the code for reading and writing files. Now, if the client is by nicm · 4 years, 12 months ago
  51. b90a9fc Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  52. 8f40f79 Change "lost server" message to "server exited unexpectedly", from Neal by nicm · 5 years ago
  53. 68c2fc6 Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  54. 4ff7bc3 When system calls indicate an error they return -1, not some arbitrary by deraadt · 5 years ago
  55. 463bd8a Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  56. f8d3d24 Merge cmd_list_parse into cmd-parse.y so it can use the new alias by nicm · 6 years ago
  57. 2977317 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  58. 3a7b9d5 Do not use PWD unless it actually matches the real working directory. by nicm · 6 years ago
  59. 91280f1 Linux: include sys/file.h for flock() by Thomas Adam · 6 years ago
  60. 645fe90 Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  61. 896c1da Use <fcntl.h> instead of <sys/file.h> for open() and friends. by guenther · 7 years ago
  62. 06684c9 Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  63. d17c905 Prefer PWD for current directory if present in client, from Wei Zhao in by nicm · 7 years ago
  64. 74ecc86 Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  65. b20a00f Report better error from server when socket create fails, GitHub issue 1201. by nicm · 7 years ago
  66. 641a885 Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  67. 62144b9 Do not try to put more in command message than will fit when sending by nicm · 7 years ago
  68. acbbc93 Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  69. 932f6cf Because ignore SIGCHLD early, letting signal_del restore it doesn't work by nicm · 7 years ago
  70. 1076a2e Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  71. 0453ad0 Move signal code into proc.c. by nicm · 7 years ago
  72. ed3cfaa Make shell_command a global like other stuff rather than making it an by nicm · 7 years ago
  73. 418ab1a Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  74. 85338bb Add support for custom command aliases, this is an array option which by nicm · 8 years ago
  75. a3d5bfc Define away pledge() on !OpenBSD. by Nicholas Marriott · 8 years ago
  76. b3a724f Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  77. 98e7fbb Open /dev/ptm before pledge() and save it to be used for PTMGET later by nicm · 8 years ago
  78. c17b0a2 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  79. 46572ba Print error rather than fatal() if tcgetattr() fails, which is much more by nicm · 8 years ago
  80. ef15b41 Revert WIP parts of previous I didn't mean to commit yet. by nicm · 8 years ago
  81. 68db958 getopt() has a struct option so just return to using options_entry. by nicm · 8 years ago
  82. 2311bbd Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  83. 95950bf Add -E to detach-client to exec a command to replace the client instead by nicm · 8 years ago
  84. 4740ecb Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  85. 1b31d14 Remove some dead code in cmd-move-window.c and make a load of local by nicm · 8 years ago
  86. dc42c35 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  87. 995af0e I no longer use my SourceForge address so replace it. by nicm · 9 years ago
  88. 890d8da Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  89. ac8678a Don't print error if none to print. by nicm · 9 years ago
  90. 3ff46b2 Shell command from -c doesn't have to be global, pass it as an argument. by nicm · 9 years ago
  91. dca93c5 Do lock failures slightly better, return a special value so we don't by nicm · 9 years ago
  92. 73e30cb Actually show something (even if it not that helpful) if the server by nicm · 9 years ago
  93. c913fb9 Tidy the code that works out the socket path, and just use the full path by nicm · 9 years ago
  94. bef217b Switch a fprintf to a fatal, and wrap some long lines. by nicm · 9 years ago
  95. 7fe8edc Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  96. 577c0e3 Use __unused rather than rolling our own. by nicm · 9 years ago
  97. 8213558 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  98. a582b62 Accidentally turned off pledge, turn it back on. by nicm · 9 years ago
  99. 7b749ef Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  100. c56b81a Push stdout and stderr to clients more aggressively, and add an event to by nicm · 9 years ago