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