1. 418ab1a Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  2. 85338bb Add support for custom command aliases, this is an array option which by nicm · 8 years ago
  3. a3d5bfc Define away pledge() on !OpenBSD. by Nicholas Marriott · 8 years ago
  4. b3a724f Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  5. 98e7fbb Open /dev/ptm before pledge() and save it to be used for PTMGET later by nicm · 8 years ago
  6. c17b0a2 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  7. 46572ba Print error rather than fatal() if tcgetattr() fails, which is much more by nicm · 8 years ago
  8. ef15b41 Revert WIP parts of previous I didn't mean to commit yet. by nicm · 8 years ago
  9. 68db958 getopt() has a struct option so just return to using options_entry. by nicm · 8 years ago
  10. 2311bbd Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  11. 95950bf Add -E to detach-client to exec a command to replace the client instead by nicm · 8 years ago
  12. 4740ecb Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  13. 1b31d14 Remove some dead code in cmd-move-window.c and make a load of local by nicm · 8 years ago
  14. dc42c35 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  15. 995af0e I no longer use my SourceForge address so replace it. by nicm · 9 years ago
  16. 890d8da Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  17. ac8678a Don't print error if none to print. by nicm · 9 years ago
  18. 3ff46b2 Shell command from -c doesn't have to be global, pass it as an argument. by nicm · 9 years ago
  19. dca93c5 Do lock failures slightly better, return a special value so we don't by nicm · 9 years ago
  20. 73e30cb Actually show something (even if it not that helpful) if the server by nicm · 9 years ago
  21. c913fb9 Tidy the code that works out the socket path, and just use the full path by nicm · 9 years ago
  22. bef217b Switch a fprintf to a fatal, and wrap some long lines. by nicm · 9 years ago
  23. 7fe8edc Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  24. 577c0e3 Use __unused rather than rolling our own. by nicm · 9 years ago
  25. 8213558 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  26. a582b62 Accidentally turned off pledge, turn it back on. by nicm · 9 years ago
  27. 7b749ef Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  28. c56b81a Push stdout and stderr to clients more aggressively, and add an event to by nicm · 9 years ago
  29. c975de2 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  30. b0a99e8 Don't shift version out of peerid, it is needed later. by nicm · 9 years ago
  31. 17f6c3b Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  32. 01defc9 Because pledge(2) does not allow us to pass directory file descriptors by nicm · 9 years ago
  33. a5e4d3a Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  34. bf9c933 Like options, move the environ struct into environ.c. by nicm · 9 years ago
  35. da1f6fc Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  36. 44657bf Move struct options into options.c. by nicm · 9 years ago
  37. 07b0ea0 Break the common process set up, event loop and imsg dispatch code by nicm · 9 years ago
  38. bbdc087 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  39. 174a2ad Pass current directory as a string rather than a file descriptor because by nicm · 9 years ago
  40. 6c3ade7 __OpenBSD__ around pledge(). by Nicholas Marriott · 9 years ago
  41. 487285b Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  42. 9c601eb Add pledge "stdio unix sendfd proc exec tty" to tmux client process, by nicm · 9 years ago
  43. f69e09a Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  44. 241fd72 Userspace doesn't need to use SUN_LEN(): connect() and bind() must accept by guenther · 9 years ago
  45. b037284 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  46. 2a62917 Don't leak fd and path on failure. by nicm · 9 years ago
  47. 5af2f68 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  48. 67ee995 No need to keep global options around for client which doesn't use them. by nicm · 9 years ago
  49. 76688d2 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  50. c6e9160 Login shell can be a client flag, and move the exec code into client.c. by nicm · 9 years ago
  51. dd92b6e Event base does not need to be global. by nicm · 9 years ago
  52. dcc2843 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  53. 4e637b1 Ignore environment variables that are too long to send to the server. by nicm · 9 years ago
  54. 37005d0 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  55. 29c29e7 Add a format for client PID (client_pid) and server PID (pid). Diff for by nicm · 9 years ago
  56. 7acc4ad Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  57. 6b21296 Move the nested check from client to server and compare the client tty by nicm · 9 years ago
  58. 56e1132 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  59. a5a873d Set up signal handler earlier so that we don't get zombies, reported by by nicm · 9 years ago
  60. 0a88377 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  61. 7a72eff Simplify error messages when socket connect fails, suggested by "Karthik K". by nicm · 9 years ago
  62. 370cf75 Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  63. 02df860 Fix some format specifier nits, from Ben Boeckel. by nicm · 10 years ago
  64. 747cab4 No need for $Id$ now. by Nicholas Marriott · 10 years ago
  65. 562af86 Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  66. 900f6fc Tidy up some includes. by nicm · 10 years ago
  67. 045d0c3 Call waitpid on SIGCHLD even if client not attached, it is possible (on by nicm · 10 years ago
  68. 2874a43 Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  69. 4e956d5 Various minor style and spacing nits. by nicm · 10 years ago
  70. a131b82 Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  71. 8e4ae12 lockf is entirely useless and it was a mistake to change to it, go back by nicm · 10 years ago
  72. 2b67907 An EOF is a good reason to close a connection. by krw · 10 years ago
  73. ea5a223 Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  74. 5b2c815 fcntl.h is still needed here. by nicm · 10 years ago
  75. 953c3ef Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  76. bce9527 Remove some unnecessary includes and fix a typo. by nicm · 11 years ago
  77. d02c4bd Merge branch 'obsd-master' by Thomas · 11 years ago
  78. b185449 Fix a memory/fd leak reported by Tiago Cunha. by nicm · 11 years ago
  79. adc1f21 Three small changes from Tiago Cunha: by nicm · 11 years ago
  80. 3e498cd Merge branch 'obsd-master' by Thomas Adam · 11 years ago
  81. 7624800 from nicm: : handle msgbuf_write() returning EAGAIN by benno · 11 years ago
  82. 99e3cbc Use format_get_command() and some spacing tweaks. by nicm · 11 years ago
  83. c1ccefc We accidentally haven't been using $TMUX to work out the session for a by nicm · 11 years ago
  84. 7936ce3 Show session name in detached message. Requested by somebody a few by nicm · 11 years ago
  85. b8b85fb Don't look at string[length - 1] if length == 0. by nicm · 11 years ago
  86. 282c5f9 Alter how tmux handles the working directory to internally use file by nicm · 11 years ago
  87. 10c3843 Similarly for MSG_COMMAND - allow full imsg limit not arbitrary 2048. by nicm · 11 years ago
  88. 6c09301 Remove CMD_SENDENVIRON. by nicm · 11 years ago
  89. e9b09fa We accidentally haven't been using $TMUX to work out the session for a while by Nicholas Marriott · 11 years ago
  90. aa0a57f Show session name in detached message. Requested by somebody a few months ago by Nicholas Marriott · 11 years ago
  91. d86c70a Don't look at string[length - 1] if length == 0. by Nicholas Marriott · 11 years ago
  92. 4538c26 Alter how tmux handles the working directory to internally use file descriptors by Nicholas Marriott · 11 years ago
  93. fa1375c Similarly for MSG_COMMAND - allow full imsg limit not arbitrary 2048. by Nicholas Marriott · 11 years ago
  94. f141e9b Instead of fixed size buffers for some messages, send only the string length. by Nicholas Marriott · 11 years ago
  95. 01a4752 Merge IDENTIFY_* flags with CLIENT_* flags. by Nicholas Marriott · 11 years ago
  96. 7e4314e Remove CMD_SENDENVIRON. by Nicholas Marriott · 11 years ago
  97. e856709 Add support for Cgywin, apparently it is enough just to open the tty again in by Nicholas Marriott · 11 years ago
  98. cd60e57 Merge branch 'obsd-master' by Thomas Adam · 11 years ago
  99. d89b35e Use lockf which is more portable than flock, from Dagobert Michelsen. by Nicholas Marriott · 11 years ago
  100. 88b92df We ignore SIGWINCH until ready, so send a MSG_RESIZE immediately when by Nicholas Marriott · 12 years ago