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