1. 18a64ad Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  2. 92af376 Add an option (history-file) for a file to save/restore command prompt by nicm · 9 years ago
  3. 7acc4ad Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  4. 641a9cd Similarly, for sessions use a callback to free rather than checking every loop. by nicm · 9 years ago
  5. 8c93b76 Instead of putting dead clients on a list and checking it every loop, by nicm · 9 years ago
  6. 02e348c Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  7. a863834 Add support for a single "marked pane". There is one marked pane in the by nicm · 9 years ago
  8. b675e6b Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  9. 58b50fb Clear signal handlers before event_reinit as apparently it can otherwise by nicm · 9 years ago
  10. 7712e6f Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  11. 7e067cb does not need syslog.h by deraadt · 9 years ago
  12. beffdf6 Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  13. 379400c Move the jobs output cache into the formats code so that #() work more by nicm · 10 years ago
  14. 56e1132 Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  15. aeedb46 Convert clients list into a TAILQ. by nicm · 10 years ago
  16. 8d66f4f Change the windows array into an RB tree and fix some places where we by nicm · 10 years ago
  17. 89e80ca window_index is only used in one place (window_destroy) so inline it there. by nicm · 10 years ago
  18. 0a88377 Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  19. 93b2871 Do not die on USR1 if any of the socket parent directories are by nicm · 10 years ago
  20. 5f8138f Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  21. 7a0c94b Add pane_dead_status for exit status of dead panes. by nicm · 10 years ago
  22. 747cab4 No need for $Id$ now. by Nicholas Marriott · 10 years ago
  23. 35ffd09 Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  24. b496b1f Move cfg_causes local into cfg.c and remove struct causelist. by nicm · 10 years ago
  25. 2874a43 Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  26. 733cea8 Wake up any clients waiting with the wait-for command when the server exits. by nicm · 10 years ago
  27. a131b82 Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  28. 8e4ae12 lockf is entirely useless and it was a mistake to change to it, go back by nicm · 10 years ago
  29. 814e405 Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  30. 53cbae5 Now that cmdlists are reference counted, there is no need for two-step by nicm · 11 years ago
  31. 3f54c92 Merge branch 'obsd-master' by Thomas Adam · 11 years ago
  32. bec6c80 There is no longer a need for a paste_stack struct or for global_buffers by nicm · 11 years ago
  33. 953c3ef Merge branch 'obsd-master' by Thomas Adam · 11 years ago
  34. a5d4b7f Some more long lines. by nicm · 11 years ago
  35. 3e498cd Merge branch 'obsd-master' by Thomas Adam · 11 years ago
  36. bf35441 Do not run any command line command from the client which starts the by nicm · 11 years ago
  37. e323101 Rename global configuration define. by Nicholas Marriott · 12 years ago
  38. 4f3c31a Use sysconfdir for the location of global tmux.conf (but default it to /etc), by Nicholas Marriott · 12 years ago
  39. 20636d9 Add a command queue to standardize and simplify commands that call other by Nicholas Marriott · 12 years ago
  40. 8d59b18 No more lint means no more ARGSUSED. by Nicholas Marriott · 12 years ago
  41. 3964309 Add a command queue to standardize and simplify commands that call other by Nicholas Marriott · 12 years ago
  42. 9d165df No more lint means no more ARGSUSED. by Nicholas Marriott · 12 years ago
  43. fb83914 Merge branch 'obsd-master' by Thomas Adam · 12 years ago
  44. 8378be0 Fix argument order in a log statement. by Nicholas Marriott · 12 years ago
  45. c04aa90 Merge branch 'obsd-master' by Thomas Adam · 12 years ago
  46. 827b311 Use a utility function for common code to show errors in config file, by Nicholas Marriott · 12 years ago
  47. a432fcd Sync OpenBSD patchset 1150: by Tiago Cunha · 12 years ago
  48. df912e3 xfree is not particularly helpful, remove it. From Thomas Adam. by Nicholas Marriott · 12 years ago
  49. bae2701 Sync OpenBSD patchset 1092: by Tiago Cunha · 13 years ago
  50. 6703ca8 Stop accepting new clients for 1 second on EMFILE/ENFILE. Based on by Nicholas Marriott · 13 years ago
  51. 40b1d64 Sync OpenBSD patchset 1043: by Tiago Cunha · 13 years ago
  52. ac9ebc2 Use a lock file and flock() to serialize server start, avoids problems by Nicholas Marriott · 13 years ago
  53. 391f1f0 Expand the Id keyword. by Tiago Cunha · 13 years ago
  54. 536fc24 PatchSet 870 by Nicholas Marriott · 14 years ago
  55. 808502a Give each pane created in a tmux server a unique id (starting from 0), by Nicholas Marriott · 14 years ago
  56. 3b56ebc Sync OpenBSD patchset 854: by Tiago Cunha · 14 years ago
  57. 4dfb29f Use LIST_* not SLIST_*. by Nicholas Marriott · 14 years ago
  58. 492e3aa Sync OpenBSD patchset 834: by Tiago Cunha · 14 years ago
  59. 69cb1f8 Move all calls to fcntl(...O_NONBLOCK) into a function and clear the by Nicholas Marriott · 14 years ago
  60. d3c04b7 Sync OpenBSD patchset 819: by Tiago Cunha · 14 years ago
  61. 04b32fa Don't reset the activity timer for unattached sessions every second, by Nicholas Marriott · 14 years ago
  62. cc42614 Change from a per-session stack of buffers to one global stack which is by Nicholas Marriott · 14 years ago
  63. 9ebee6a Global paste buffers instead of per-session which renders copy-buffer useless. by Tiago Cunha · 14 years ago
  64. a373235 Sync OpenBSD patchset 806: by Tiago Cunha · 14 years ago
  65. acf13ce Store sessions in an RB tree by name rather than a list, this is tidier by Nicholas Marriott · 14 years ago
  66. 8f84217 Put setproctitle back under HAVE_SETPROCTITLE. by Nicholas Marriott · 14 years ago
  67. bdbd4e2 Sync OpenBSD patchset 777: by Tiago Cunha · 14 years ago
  68. d4b58c7 Sync OpenBSD patchset 775: by Tiago Cunha · 14 years ago
  69. 248fb14 Merge the before and after attach client code into one in client.c by Nicholas Marriott · 14 years ago
  70. f56b4ec Trying to set FD_CLOEXEC on every fd is a lost cause, just use by Nicholas Marriott · 14 years ago
  71. b5349ab Sync OpenBSD patchset 766: by Tiago Cunha · 14 years ago
  72. 7874b00 Sync OpenBSD patchset 765: by Tiago Cunha · 14 years ago
  73. 9a7cde0 Two new options: by Nicholas Marriott · 14 years ago
  74. 6615201 Modify the permissions on the socket when adding or removing +x to show by Nicholas Marriott · 14 years ago
  75. 56040be Sync OpenBSD patchset 751: by Tiago Cunha · 14 years ago
  76. e3be9b1 Do not call event_del() for signals after fork(), just use sigaction() by Nicholas Marriott · 14 years ago
  77. 4274a7e switch back to kqueue for now, since (a) kqueue has been fixed to deal by Theo Deraadt · 14 years ago
  78. bf09b00 kqueue(2) is currently broken when used with /dev/null and a few other devices. by Nicholas Marriott · 14 years ago
  79. 29434cb Sync OpenBSD patchset 722: by Tiago Cunha · 14 years ago
  80. ad466a6 Give tmux sockets (but not the containing folder) group by Nicholas Marriott · 14 years ago
  81. 59c1313 Fix bad merge, from Romain Francoise. by Nicholas Marriott · 15 years ago
  82. fc69b9c Sync OpenBSD patchset 696: by Tiago Cunha · 15 years ago
  83. c4a2fdf Put this back in with the initialisation in the right order. by Nicholas Marriott · 15 years ago
  84. af5e0bd Revert last change, it appears to be broken somehow. by Nicholas Marriott · 15 years ago
  85. ec1d37b Make signal handler setup/teardown two common functions instead of six, by Nicholas Marriott · 15 years ago
  86. 08632b4 there can be only one rpathbuf by Nicholas Marriott · 15 years ago
  87. 10b73b7 Sync nit. by Nicholas Marriott · 15 years ago
  88. ac9daf9 Merge copy mode and output mode, dropping the latter. Idea and code from by Nicholas Marriott · 15 years ago
  89. 2d74ce1 Merge output (more) and copy modes into one single mode (called copy). by Micah Cowan · 15 years ago
  90. 509ce7f Nuke unused variable. by Nicholas Marriott · 15 years ago
  91. a2c87eb Unused variable. by Nicholas Marriott · 15 years ago
  92. 36a80b2 Sync OpenBSD patchset 640: by Tiago Cunha · 15 years ago
  93. a32d095 Sync OpenBSD patchset 635: by Tiago Cunha · 15 years ago
  94. 4651180 Use the array.h code for the causes list. by Nicholas Marriott · 15 years ago
  95. 8aba77b Instead of bailing out on the first configuration file error, carry on, by Nicholas Marriott · 15 years ago
  96. 3116e3c Sync OpenBSD patchset 625: by Tiago Cunha · 15 years ago
  97. 65c9004 Ignore SIGHUP as well. by Nicholas Marriott · 15 years ago
  98. cc094fd Sync OpenBSD patchset 581: by Tiago Cunha · 15 years ago
  99. 4ba8fce Sync OpenBSD patchset 578: by Tiago Cunha · 15 years ago
  100. 15a64b8 Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last by Nicholas Marriott · 15 years ago