1. f90eb43 Merge branch 'obsd-master' by Thomas Adam · 12 years ago
  2. 6fee3e9 Rename session idx to session id throughout and add $ prefix to targets by Nicholas Marriott · 12 years ago
  3. 20636d9 Add a command queue to standardize and simplify commands that call other by Nicholas Marriott · 12 years ago
  4. 39631ed Merge branch 'obsd-master' by Thomas Adam · 12 years ago
  5. 9b8998a Correctly aggregate together errors from nested config files (with by Nicholas Marriott · 12 years ago
  6. d762ced Call realpath earlier on the socket directory path rather than on the by Nicholas Marriott · 12 years ago
  7. a432fcd Sync OpenBSD patchset 1150: by Tiago Cunha · 12 years ago
  8. df912e3 xfree is not particularly helpful, remove it. From Thomas Adam. by Nicholas Marriott · 12 years ago
  9. 0159c74 Sync OpenBSD patchset 1138: by Tiago Cunha · 12 years ago
  10. 2942eca Add a skeleton mode to tmux (called "control mode") that let's tmux by Nicholas Marriott · 12 years ago
  11. eed7d9b Do not use stderr for log file and don't call log_close when not needed. by Nicholas Marriott · 12 years ago
  12. 021e95b Do not use stderr for log file and don't call log_close when not needed. by Nicholas Marriott · 12 years ago
  13. 169d362 Sync OpenBSD patchset 1123: by Tiago Cunha · 12 years ago
  14. 196710e Simplify logging and just fprintf(stderr, ...) for early errors. by Nicholas Marriott · 12 years ago
  15. a7b0b30 Sync OpenBSD patchset 1007: by Tiago Cunha · 13 years ago
  16. 535286c Drop the ability to have a list of keys in the prefix in favour of two by Nicholas Marriott · 13 years ago
  17. a8ca134 Sync OpenBSD patchset 968: by Tiago Cunha · 13 years ago
  18. 98e500f Sync OpenBSD patchset 966: by Tiago Cunha · 13 years ago
  19. 7ff4cf9 Try to resolve relative paths for loadb and saveb (first using client by Nicholas Marriott · 13 years ago
  20. b32254a Ignore LC_ALL and LC_CTYPE if they are empty as well as unset. by Nicholas Marriott · 13 years ago
  21. edd59d9 Sync OpenBSD patchset 960: by Tiago Cunha · 13 years ago
  22. e6a59c4 Reject $SHELL if it is not a full path. by Nicholas Marriott · 13 years ago
  23. 391f1f0 Expand the Id keyword. by Tiago Cunha · 13 years ago
  24. d5ed5fb Two fixes by Micah Cowan: make mouse work properly beyond >127 on signed by Nicholas Marriott · 14 years ago
  25. 4cb976b Fix sscanf that was guaranteed to always fail. by Micah Cowan · 14 years ago
  26. d0d1c0e Sync OpenBSD patchset 848: by Tiago Cunha · 14 years ago
  27. b802304 Set $TMUX without the session when background jobs are run. by Nicholas Marriott · 14 years ago
  28. 57eb948 Sync OpenBSD patchset 838: by Tiago Cunha · 14 years ago
  29. 492e3aa Sync OpenBSD patchset 834: by Tiago Cunha · 14 years ago
  30. b3438c8 Use TMPDIR if set, from Han Boetes. by Nicholas Marriott · 14 years ago
  31. 69cb1f8 Move all calls to fcntl(...O_NONBLOCK) into a function and clear the by Nicholas Marriott · 14 years ago
  32. 219442c Sync OpenBSD patchset 828: by Tiago Cunha · 14 years ago
  33. 36c7c75 Sync OpenBSD patchset 826: by Tiago Cunha · 14 years ago
  34. ac3b78a Support for UTF-8 mouse input (\033[1005h). This was added in xterm 262 by Nicholas Marriott · 14 years ago
  35. 3e81240 Move the user-visible parts of all options (names, types, limit, default by Nicholas Marriott · 14 years ago
  36. f71b305 Switch tmux to use autoconf and automake. by Nicholas Marriott · 14 years ago
  37. cc42614 Change from a per-session stack of buffers to one global stack which is by Nicholas Marriott · 14 years ago
  38. 9ebee6a Global paste buffers instead of per-session which renders copy-buffer useless. by Tiago Cunha · 14 years ago
  39. 436f3b3 epoll on Linux is broken with /dev/null so it needs to be disabled. by Nicholas Marriott · 14 years ago
  40. 750e6ad usage output should fit on a 80 column display. by Tiago Cunha · 14 years ago
  41. d1bdc9a Sync OpenBSD patchset 799: by Tiago Cunha · 14 years ago
  42. c198664 Add other-pane-height and other-pane-width options, allowing the width by Nicholas Marriott · 14 years ago
  43. 1a4d78c -V to report version, SF issue 3038862. by Nicholas Marriott · 14 years ago
  44. 1f18523 In the built-in layouts, distribute the panes more evenly. Set the by Nicholas Marriott · 14 years ago
  45. 3ab25ac In the built-in layouts, distribute the panes more evenly. by Micah Cowan · 14 years ago
  46. 3a4f765 Add an option to alert (monitor) for silence (lack of activity) in a by Nicholas Marriott · 14 years ago
  47. e26a351 Add an option to alert (monitor) for silence (lack of activity) in a by Nicholas Marriott · 14 years ago
  48. d0adcbc PatchSet 790 by Nicholas Marriott · 14 years ago
  49. fd51bf6 Add XAUTHORITY to update-environment, requested by Andreas Kloeckner. by Nicholas Marriott · 14 years ago
  50. ebd0eb4 If VISUAL or EDITOR contains "vi", configure mode-keys and status-keys to vi. by Nicholas Marriott · 14 years ago
  51. e4e7286 Add XAUTHORITY to update-environment, requested by Andreas Kloeckner. by Nicholas Marriott · 14 years ago
  52. 8f84217 Put setproctitle back under HAVE_SETPROCTITLE. by Nicholas Marriott · 14 years ago
  53. bdbd4e2 Sync OpenBSD patchset 777: by Tiago Cunha · 14 years ago
  54. f79b467 Sync OpenBSD patchset 776: by Tiago Cunha · 14 years ago
  55. d4b58c7 Sync OpenBSD patchset 775: by Tiago Cunha · 14 years ago
  56. e7a4b68 Sync OpenBSD patchset 773: by Tiago Cunha · 14 years ago
  57. 248fb14 Merge the before and after attach client code into one in client.c by Nicholas Marriott · 14 years ago
  58. 3195433 Make stdio blocking again before calling shell command with -c. by Nicholas Marriott · 14 years ago
  59. f56b4ec Trying to set FD_CLOEXEC on every fd is a lost cause, just use by Nicholas Marriott · 14 years ago
  60. 65ff5b0 Use an explicit event rather than event_once for the main event so it by Nicholas Marriott · 14 years ago
  61. b5349ab Sync OpenBSD patchset 766: by Tiago Cunha · 14 years ago
  62. 9a7cde0 Two new options: by Nicholas Marriott · 14 years ago
  63. 56040be Sync OpenBSD patchset 751: by Tiago Cunha · 14 years ago
  64. e3be9b1 Do not call event_del() for signals after fork(), just use sigaction() by Nicholas Marriott · 14 years ago
  65. 4274a7e switch back to kqueue for now, since (a) kqueue has been fixed to deal by Theo Deraadt · 14 years ago
  66. bf09b00 kqueue(2) is currently broken when used with /dev/null and a few other devices. by Nicholas Marriott · 14 years ago
  67. ad6a528 Sync OpenBSD patchset 734: by Tiago Cunha · 14 years ago
  68. b9c873c Return the command client return code with MSG_EXIT now that MSG_ERROR and by Nicholas Marriott · 14 years ago
  69. e4573de Sync OpenBSD patchset 731: by Tiago Cunha · 14 years ago
  70. 63e76b5 Sync OpenBSD patchset 730: by Tiago Cunha · 14 years ago
  71. fa34c76 Sync OpenBSD patchset 729: by Tiago Cunha · 14 years ago
  72. 03c1c1c Sync OpenBSD patchset 727: by Tiago Cunha · 14 years ago
  73. 76bbdeb Send all three of stdin, stdout, stderr from the client to the server, so that by Nicholas Marriott · 14 years ago
  74. 07a71fd Store the current working directory in the session, change the default-path by Nicholas Marriott · 14 years ago
  75. 26524c9 New option, detach-on-destroy, to set what happens to a client when the session by Nicholas Marriott · 14 years ago
  76. 42e2413 Setting the cmdlist pointer in the bind-key to NULL to prevent it being freed by Nicholas Marriott · 14 years ago
  77. 11cd05d Sync OpenBSD patchset 701: by Tiago Cunha · 14 years ago
  78. 59c1313 Fix bad merge, from Romain Francoise. by Nicholas Marriott · 14 years ago
  79. d911279 Colour+attribute options for status line alerts, from Alex Alexander. by Nicholas Marriott · 14 years ago
  80. fc69b9c Sync OpenBSD patchset 696: by Tiago Cunha · 14 years ago
  81. 50cad52 Sync OpenBSD patchset 691: by Tiago Cunha · 14 years ago
  82. c4a2fdf Put this back in with the initialisation in the right order. by Nicholas Marriott · 14 years ago
  83. af5e0bd Revert last change, it appears to be broken somehow. by Nicholas Marriott · 14 years ago
  84. ec1d37b Make signal handler setup/teardown two common functions instead of six, by Nicholas Marriott · 14 years ago
  85. 99e54f4 Make the active pane border have a green foreground instead of by Nicholas Marriott · 14 years ago
  86. 7163907 Sync OpenBSD patchset 684: by Tiago Cunha · 14 years ago
  87. 67dd5df Catch SIGCHLD to avoid a zombie, from patrick keshishian. by Nicholas Marriott · 15 years ago
  88. b7d5b91 Sync OpenBSD patchset 653: by Tiago Cunha · 15 years ago
  89. 6767072 Option to set the characters considered word separators in copy mode, from by Nicholas Marriott · 15 years ago
  90. 10abdd9 Sync OpenBSD patchset 642: by Tiago Cunha · 15 years ago
  91. 9b57743 Sync OpenBSD patchset 638: by Tiago Cunha · 15 years ago
  92. ac8aa0b Sync OpenBSD patchset 637: by Tiago Cunha · 15 years ago
  93. a32d095 Sync OpenBSD patchset 635: by Tiago Cunha · 15 years ago
  94. 11dedde Add an option to disable the smcup/rmcup alternate screen behaviour inside by Nicholas Marriott · 15 years ago
  95. 0a86d35 Change nested check to compare server socket path rather than just assuming by Nicholas Marriott · 15 years ago
  96. 4a5017d Clean up $TMUX parsing, from Micah Cowan, tweaked by me. by Nicholas Marriott · 15 years ago
  97. 8aba77b Instead of bailing out on the first configuration file error, carry on, by Nicholas Marriott · 15 years ago
  98. d398bbc Sync OpenBSD patchset 633: by Tiago Cunha · 15 years ago
  99. 82ba7e6 Sync OpenBSD patchset 632: by Tiago Cunha · 15 years ago
  100. e7c6f81 Read the path from $TMUX if it is present and -L and -S are not given. Based on by Nicholas Marriott · 15 years ago