1. d477896 Add missing <time.h> by Thomas Adam · 9 years ago
  2. 4afe26f Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  3. 216ddf3 Move tzset() from log_open to main. by nicm · 9 years ago
  4. 79e5b62 osdep_event_init not event_init. by Nicholas Marriott · 9 years ago
  5. 76688d2 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  6. 82326dc A couple of style nits. by nicm · 9 years ago
  7. 952ba84 Work out config file when needed not at startup. by nicm · 9 years ago
  8. 6a539c0 Path from $TMUX does not need to be global anymore. by nicm · 9 years ago
  9. c6e9160 Login shell can be a client flag, and move the exec code into client.c. by nicm · 9 years ago
  10. dd92b6e Event base does not need to be global. by nicm · 9 years ago
  11. cb89f2f Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  12. b87dc60 Some style nits and dead assignments. by nicm · 9 years ago
  13. 18a64ad Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  14. 92af376 Add an option (history-file) for a file to save/restore command prompt by nicm · 9 years ago
  15. 73f9f03 Check for flock in libbsd for AIX, and remove some getopt.h includes. From J by Nicholas Marriott · 9 years ago
  16. 7acc4ad Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  17. dc0d34e tweak SYNOPSIS and usage(); by jmc · 9 years ago
  18. 833fe5b Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  19. d451502 Make a tmux-%u directory under TMUX_TMPDIR, like TMPDIR. by nicm · 10 years ago
  20. 747cab4 No need for $Id$ now. by Nicholas Marriott · 10 years ago
  21. 562af86 Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  22. 900f6fc Tidy up some includes. by nicm · 10 years ago
  23. 953c3ef Merge branch 'obsd-master' by Thomas Adam · 11 years ago
  24. 2740490 Remove the "info" message mechanism, this was only used for about five by nicm · 11 years ago
  25. 48478ea Remove log_debug2 as well and simplify log.c. by nicm · 11 years ago
  26. b1a87b2 Remove log_debug2 as well and simplify log.c. by Nicholas Marriott · 11 years ago
  27. 81db6ba Leftovers from removing 88 colour support, from Theo Buehler. by nicm · 11 years ago
  28. 1721056 Remove references to 88colour support by Thomas Adam · 11 years ago
  29. d02c4bd Merge branch 'obsd-master' by Thomas · 11 years ago
  30. 938768e Do not attempt to read .tmux.conf if we can't figure out a home by nicm · 11 years ago
  31. adc1f21 Three small changes from Tiago Cunha: by nicm · 11 years ago
  32. c1ccefc We accidentally haven't been using $TMUX to work out the session for a by nicm · 11 years ago
  33. 282c5f9 Alter how tmux handles the working directory to internally use file by nicm · 11 years ago
  34. eb26dbd Merge IDENTIFY_* flags with CLIENT_* flags. by nicm · 11 years ago
  35. e4dc156 Don't treat TMUX_TMPDIR as a potential file by nicm · 11 years ago
  36. e9b09fa We accidentally haven't been using $TMUX to work out the session for a while by Nicholas Marriott · 11 years ago
  37. 4538c26 Alter how tmux handles the working directory to internally use file descriptors by Nicholas Marriott · 11 years ago
  38. 01a4752 Merge IDENTIFY_* flags with CLIENT_* flags. by Nicholas Marriott · 11 years ago
  39. 9f33089 Fix previous not to leak fd on failure, whoops. by nicm · 11 years ago
  40. 710eeb2 Fix previous not to lead fd on failure. by Nicholas Marriott · 11 years ago
  41. d51b4f9 Use open(".")/fchdir() to save and restore current directory rather than by Nicholas Marriott · 11 years ago
  42. 3d8a8ea Use open(".")/fchdir() to save and restore current directory rather than by nicm · 11 years ago
  43. bda970b Don't treat TMUX_TMPDIR as a potential file by Thomas · 11 years ago
  44. e323101 Rename global configuration define. by Nicholas Marriott · 12 years ago
  45. 4f3c31a Use sysconfdir for the location of global tmux.conf (but default it to /etc), by Nicholas Marriott · 12 years ago
  46. a46ccbd -paths.h. Fixes Solaris, from Dagobert Michelsen. by Nicholas Marriott · 12 years ago
  47. 2c4543b Add back missing -V flag by Thomas Adam · 12 years ago
  48. b58bca9 Merge branch 'obsd-master' by Thomas Adam · 12 years ago
  49. 7f9b225 Call setlocale(LC_TIME) at startup. by Nicholas Marriott · 12 years ago
  50. 7f63658 Add TMUX_TMPDIR variable to put the socket directory outside by Nicholas Marriott · 12 years ago
  51. 6fee3e9 Rename session idx to session id throughout and add $ prefix to targets by Nicholas Marriott · 12 years ago
  52. 20636d9 Add a command queue to standardize and simplify commands that call other by Nicholas Marriott · 12 years ago
  53. f47a063 Rename session idx to session id throughout and add $ prefix to targets to use by Nicholas Marriott · 12 years ago
  54. 3964309 Add a command queue to standardize and simplify commands that call other by Nicholas Marriott · 12 years ago
  55. 39631ed Merge branch 'obsd-master' by Thomas Adam · 12 years ago
  56. 9b8998a Correctly aggregate together errors from nested config files (with by Nicholas Marriott · 12 years ago
  57. d762ced Call realpath earlier on the socket directory path rather than on the by Nicholas Marriott · 12 years ago
  58. a432fcd Sync OpenBSD patchset 1150: by Tiago Cunha · 12 years ago
  59. df912e3 xfree is not particularly helpful, remove it. From Thomas Adam. by Nicholas Marriott · 12 years ago
  60. 0159c74 Sync OpenBSD patchset 1138: by Tiago Cunha · 12 years ago
  61. 2942eca Add a skeleton mode to tmux (called "control mode") that let's tmux by Nicholas Marriott · 12 years ago
  62. eed7d9b Do not use stderr for log file and don't call log_close when not needed. by Nicholas Marriott · 12 years ago
  63. 021e95b Do not use stderr for log file and don't call log_close when not needed. by Nicholas Marriott · 12 years ago
  64. 169d362 Sync OpenBSD patchset 1123: by Tiago Cunha · 12 years ago
  65. 196710e Simplify logging and just fprintf(stderr, ...) for early errors. by Nicholas Marriott · 13 years ago
  66. a7b0b30 Sync OpenBSD patchset 1007: by Tiago Cunha · 13 years ago
  67. 535286c Drop the ability to have a list of keys in the prefix in favour of two by Nicholas Marriott · 13 years ago
  68. a8ca134 Sync OpenBSD patchset 968: by Tiago Cunha · 13 years ago
  69. 98e500f Sync OpenBSD patchset 966: by Tiago Cunha · 13 years ago
  70. 7ff4cf9 Try to resolve relative paths for loadb and saveb (first using client by Nicholas Marriott · 13 years ago
  71. b32254a Ignore LC_ALL and LC_CTYPE if they are empty as well as unset. by Nicholas Marriott · 13 years ago
  72. edd59d9 Sync OpenBSD patchset 960: by Tiago Cunha · 13 years ago
  73. e6a59c4 Reject $SHELL if it is not a full path. by Nicholas Marriott · 13 years ago
  74. 391f1f0 Expand the Id keyword. by Tiago Cunha · 13 years ago
  75. d5ed5fb Two fixes by Micah Cowan: make mouse work properly beyond >127 on signed by Nicholas Marriott · 14 years ago
  76. 4cb976b Fix sscanf that was guaranteed to always fail. by Micah Cowan · 14 years ago
  77. d0d1c0e Sync OpenBSD patchset 848: by Tiago Cunha · 14 years ago
  78. b802304 Set $TMUX without the session when background jobs are run. by Nicholas Marriott · 14 years ago
  79. 57eb948 Sync OpenBSD patchset 838: by Tiago Cunha · 14 years ago
  80. 492e3aa Sync OpenBSD patchset 834: by Tiago Cunha · 14 years ago
  81. b3438c8 Use TMPDIR if set, from Han Boetes. by Nicholas Marriott · 14 years ago
  82. 69cb1f8 Move all calls to fcntl(...O_NONBLOCK) into a function and clear the by Nicholas Marriott · 14 years ago
  83. 219442c Sync OpenBSD patchset 828: by Tiago Cunha · 14 years ago
  84. 36c7c75 Sync OpenBSD patchset 826: by Tiago Cunha · 14 years ago
  85. ac3b78a Support for UTF-8 mouse input (\033[1005h). This was added in xterm 262 by Nicholas Marriott · 14 years ago
  86. 3e81240 Move the user-visible parts of all options (names, types, limit, default by Nicholas Marriott · 14 years ago
  87. f71b305 Switch tmux to use autoconf and automake. by Nicholas Marriott · 14 years ago
  88. cc42614 Change from a per-session stack of buffers to one global stack which is by Nicholas Marriott · 14 years ago
  89. 9ebee6a Global paste buffers instead of per-session which renders copy-buffer useless. by Tiago Cunha · 14 years ago
  90. 436f3b3 epoll on Linux is broken with /dev/null so it needs to be disabled. by Nicholas Marriott · 14 years ago
  91. 750e6ad usage output should fit on a 80 column display. by Tiago Cunha · 14 years ago
  92. d1bdc9a Sync OpenBSD patchset 799: by Tiago Cunha · 14 years ago
  93. c198664 Add other-pane-height and other-pane-width options, allowing the width by Nicholas Marriott · 14 years ago
  94. 1a4d78c -V to report version, SF issue 3038862. by Nicholas Marriott · 14 years ago
  95. 1f18523 In the built-in layouts, distribute the panes more evenly. Set the by Nicholas Marriott · 14 years ago
  96. 3ab25ac In the built-in layouts, distribute the panes more evenly. by Micah Cowan · 14 years ago
  97. 3a4f765 Add an option to alert (monitor) for silence (lack of activity) in a by Nicholas Marriott · 14 years ago
  98. e26a351 Add an option to alert (monitor) for silence (lack of activity) in a by Nicholas Marriott · 14 years ago
  99. d0adcbc PatchSet 790 by Nicholas Marriott · 14 years ago
  100. fd51bf6 Add XAUTHORITY to update-environment, requested by Andreas Kloeckner. by Nicholas Marriott · 14 years ago