1. 6c437d4 Merge branch 'obsd-master' by Thomas Adam · 4 years, 5 months ago
  2. 2372b0f Add a flag to make a client wait for an empty line before exiting in by nicm · 4 years, 5 months ago
  3. 91e40de Merge branch 'obsd-master' by Thomas Adam · 4 years, 6 months ago
  4. a54a88e Instead of sending all data to control mode clients as fast as possible, by nicm · 4 years, 6 months ago
  5. dceb6a1 Add a -D flag to ask tmux not to daemonize, useful both for running a by nicm · 4 years, 6 months ago
  6. 367b4e4 Change message log to be per server rather than per client and include by nicm · 4 years, 6 months ago
  7. 7859545 Add 'e' key in buffer mode to open the buffer in an editor. by nicm · 4 years, 6 months ago
  8. 5ee4d99 xterm-keys has been on by default for 5 years and all other modern terminals by Nicholas Marriott · 4 years, 6 months ago
  9. d01e7aa Add a -D flag to ask tmux not to daemonize, useful both for running a debugger by Nicholas Marriott · 4 years, 7 months ago
  10. 7a95e9b Change message log to be per server rather than per client and include every by Nicholas Marriott · 4 years, 7 months ago
  11. cc19203 Add 'e' key in buffer mode to open the buffer in an editor. by Nicholas Marriott · 4 years, 7 months ago
  12. 1a2e66f Merge branch 'obsd-master' by Thomas Adam · 4 years, 9 months ago
  13. 2a5702a When the server socket is given by the user with -S, create it with by nicm · 4 years, 9 months ago
  14. 0394527 Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  15. ae54128 Expand command formats in %if and move the config file loading later (to by nicm · 5 years ago
  16. e13c1e5 Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  17. e37f34f Do not load the config file if the server is exiting because it failed by nicm · 5 years ago
  18. 98ee93b Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  19. e128c7f Replace the various identical error callbacks with a single one in cmd-queue.c. by nicm · 6 years ago
  20. 78287e2 Break new window and pane creation common code from various commands and by nicm · 6 years ago
  21. 5ece386 Break new window and pane creation common code from various commands and by Nicholas Marriott · 6 years ago
  22. da5d563 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  23. bceccc6 Move job struct into job.c. by nicm · 6 years ago
  24. e811132 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  25. bd2896b SESSION_UNATTACHED flag is no longer necessary now we have an attached by nicm · 6 years ago
  26. eceaa9a Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  27. fb1f0fe session_groups can be static also. by nicm · 6 years ago
  28. 9fd9952 Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  29. 19f3a5c Add a missing client-detached hook when the server shuts down, and do by nicm · 7 years ago
  30. c2aa404 Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  31. 623f4b1 Add exit-empty option to exit server if no sessions (defaults to on). by nicm · 7 years ago
  32. 74ecc86 Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  33. b20a00f Report better error from server when socket create fails, GitHub issue 1201. by nicm · 7 years ago
  34. 31901e3 Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  35. a5fd578 Show exit status and time in the remain-on-exit pane text, mostly from by nicm · 7 years ago
  36. acbbc93 Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  37. 932f6cf Because ignore SIGCHLD early, letting signal_del restore it doesn't work by nicm · 7 years ago
  38. 1076a2e Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  39. 5111222 Block signals between forking and clearing signal handlers (or calling by nicm · 7 years ago
  40. 0453ad0 Move signal code into proc.c. by nicm · 7 years ago
  41. fbbf5a1 Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  42. 58b7966 Some extra logging to show why tmux might exit. by nicm · 7 years ago
  43. 4e01036 Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  44. 28687f2 Do not close panes until process has exited and any outstanding data by nicm · 7 years ago
  45. e62e17d Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  46. adf5628 Support SIGUSR2 to stop and start logging for an existing server. Also by nicm · 7 years ago
  47. d8398af Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  48. 2c9bdd9 Memory leaks, from David CARLIER. by nicm · 8 years ago
  49. fd13731 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  50. efaf4c1 Make the cmd_find_* functions more obvious when looking for a client, by nicm · 8 years ago
  51. 4612419 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  52. 428be98 History needs to be loaded after config parsing is done - now that by nicm · 8 years ago
  53. 4837121 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  54. 0b44ad9 If a #() command doesn't exit, use its most recent line of output (it by nicm · 8 years ago
  55. 02e0447 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  56. c6a3446 Instead of numbering session groups, give them a name which may be given by nicm · 8 years ago
  57. ea70e68 -paths.h. by Nicholas Marriott · 8 years ago
  58. 0f9354e Bad merge. by Nicholas Marriott · 8 years ago
  59. a3d5bfc Define away pledge() on !OpenBSD. by Nicholas Marriott · 8 years ago
  60. 7177eea Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  61. b7398a4 Do not execute commands for a client until it has identified, fixes by nicm · 8 years ago
  62. 1a6e696 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  63. 026ad08 Notifys can go via the command queue instead of using their own queue. by nicm · 8 years ago
  64. c67b702 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  65. ddc4512 Rewrite command queue handling. Each client still has a command queue, by nicm · 8 years ago
  66. 623e547 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  67. 9b3ae84 Drain notifys once at the end of the server loop instead of doing it by nicm · 8 years ago
  68. b9dc855 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  69. c426e48 Loads more static, except for cmd-*.c and window-*.c. by nicm · 8 years ago
  70. 2d843b5 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  71. fc118e1 tmux: only consider ACCESSPERMS for setting mode on socket_path. by semarie · 8 years ago
  72. 1394420 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  73. ec82fcd Bump the listen() backlog up, some people have scripts that run up a lot by nicm · 9 years ago
  74. dc42c35 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  75. 995af0e I no longer use my SourceForge address so replace it. by nicm · 9 years ago
  76. e0cae08 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  77. 021c643 Add infrastructure to work out the best target given a pane or window by nicm · 9 years ago
  78. 1a33ea9 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  79. 12da13c Make the marked pane a cmd_find_state. by nicm · 9 years ago
  80. 890d8da Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  81. dca93c5 Do lock failures slightly better, return a special value so we don't by nicm · 9 years ago
  82. 1e2df2d Remove the -I part of show-messages which isn't really that useful; the by nicm · 9 years ago
  83. 9cccb8c Make the log stuff a bit tidier with some helper functions. by nicm · 9 years ago
  84. d63de1e Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  85. 01a2ddf Add getpw to pledge, makes tmux work in YP environments, discovered by by nicm · 9 years ago
  86. 7fe8edc Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  87. 577c0e3 Use __unused rather than rolling our own. by nicm · 9 years ago
  88. 8213558 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  89. a582b62 Accidentally turned off pledge, turn it back on. by nicm · 9 years ago
  90. 7b749ef Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  91. c56b81a Push stdout and stderr to clients more aggressively, and add an event to by nicm · 9 years ago
  92. 4f88344 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  93. d6daf37 Tidy utf8.c a little: build table on first use, and make utf8_width take by nicm · 9 years ago
  94. c975de2 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  95. abb4e9e The output log is only useful once and it means creating a file, so open by nicm · 9 years ago
  96. da1f6fc Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  97. 44657bf Move struct options into options.c. by nicm · 9 years ago
  98. 07b0ea0 Break the common process set up, event loop and imsg dispatch code by nicm · 9 years ago
  99. 7930cb5 ifdef __OpenBSD__ around pledge(). by Nicholas Marriott · 9 years ago
  100. 4acc8d0 Merge branch 'obsd-master' by Thomas Adam · 9 years ago