1. fb83914 Merge branch 'obsd-master' by Thomas Adam · 12 years ago
  2. 8378be0 Fix argument order in a log statement. by Nicholas Marriott · 12 years ago
  3. c04aa90 Merge branch 'obsd-master' by Thomas Adam · 12 years ago
  4. 827b311 Use a utility function for common code to show errors in config file, by Nicholas Marriott · 12 years ago
  5. a432fcd Sync OpenBSD patchset 1150: by Tiago Cunha · 12 years ago
  6. df912e3 xfree is not particularly helpful, remove it. From Thomas Adam. by Nicholas Marriott · 12 years ago
  7. bae2701 Sync OpenBSD patchset 1092: by Tiago Cunha · 13 years ago
  8. 6703ca8 Stop accepting new clients for 1 second on EMFILE/ENFILE. Based on by Nicholas Marriott · 13 years ago
  9. 40b1d64 Sync OpenBSD patchset 1043: by Tiago Cunha · 13 years ago
  10. ac9ebc2 Use a lock file and flock() to serialize server start, avoids problems by Nicholas Marriott · 13 years ago
  11. 391f1f0 Expand the Id keyword. by Tiago Cunha · 13 years ago
  12. 536fc24 PatchSet 870 by Nicholas Marriott · 14 years ago
  13. 808502a Give each pane created in a tmux server a unique id (starting from 0), by Nicholas Marriott · 14 years ago
  14. 3b56ebc Sync OpenBSD patchset 854: by Tiago Cunha · 14 years ago
  15. 4dfb29f Use LIST_* not SLIST_*. by Nicholas Marriott · 14 years ago
  16. 492e3aa Sync OpenBSD patchset 834: by Tiago Cunha · 14 years ago
  17. 69cb1f8 Move all calls to fcntl(...O_NONBLOCK) into a function and clear the by Nicholas Marriott · 14 years ago
  18. d3c04b7 Sync OpenBSD patchset 819: by Tiago Cunha · 14 years ago
  19. 04b32fa Don't reset the activity timer for unattached sessions every second, by Nicholas Marriott · 14 years ago
  20. cc42614 Change from a per-session stack of buffers to one global stack which is by Nicholas Marriott · 14 years ago
  21. 9ebee6a Global paste buffers instead of per-session which renders copy-buffer useless. by Tiago Cunha · 14 years ago
  22. a373235 Sync OpenBSD patchset 806: by Tiago Cunha · 14 years ago
  23. acf13ce Store sessions in an RB tree by name rather than a list, this is tidier by Nicholas Marriott · 14 years ago
  24. 8f84217 Put setproctitle back under HAVE_SETPROCTITLE. by Nicholas Marriott · 14 years ago
  25. bdbd4e2 Sync OpenBSD patchset 777: by Tiago Cunha · 14 years ago
  26. d4b58c7 Sync OpenBSD patchset 775: by Tiago Cunha · 14 years ago
  27. 248fb14 Merge the before and after attach client code into one in client.c by Nicholas Marriott · 14 years ago
  28. f56b4ec Trying to set FD_CLOEXEC on every fd is a lost cause, just use by Nicholas Marriott · 14 years ago
  29. b5349ab Sync OpenBSD patchset 766: by Tiago Cunha · 14 years ago
  30. 7874b00 Sync OpenBSD patchset 765: by Tiago Cunha · 14 years ago
  31. 9a7cde0 Two new options: by Nicholas Marriott · 14 years ago
  32. 6615201 Modify the permissions on the socket when adding or removing +x to show by Nicholas Marriott · 14 years ago
  33. 56040be Sync OpenBSD patchset 751: by Tiago Cunha · 14 years ago
  34. e3be9b1 Do not call event_del() for signals after fork(), just use sigaction() by Nicholas Marriott · 14 years ago
  35. 4274a7e switch back to kqueue for now, since (a) kqueue has been fixed to deal by Theo Deraadt · 14 years ago
  36. bf09b00 kqueue(2) is currently broken when used with /dev/null and a few other devices. by Nicholas Marriott · 14 years ago
  37. 29434cb Sync OpenBSD patchset 722: by Tiago Cunha · 14 years ago
  38. ad466a6 Give tmux sockets (but not the containing folder) group by Nicholas Marriott · 14 years ago
  39. 59c1313 Fix bad merge, from Romain Francoise. by Nicholas Marriott · 14 years ago
  40. fc69b9c Sync OpenBSD patchset 696: by Tiago Cunha · 14 years ago
  41. c4a2fdf Put this back in with the initialisation in the right order. by Nicholas Marriott · 14 years ago
  42. af5e0bd Revert last change, it appears to be broken somehow. by Nicholas Marriott · 14 years ago
  43. ec1d37b Make signal handler setup/teardown two common functions instead of six, by Nicholas Marriott · 14 years ago
  44. 08632b4 there can be only one rpathbuf by Nicholas Marriott · 15 years ago
  45. 10b73b7 Sync nit. by Nicholas Marriott · 15 years ago
  46. ac9daf9 Merge copy mode and output mode, dropping the latter. Idea and code from by Nicholas Marriott · 15 years ago
  47. 2d74ce1 Merge output (more) and copy modes into one single mode (called copy). by Micah Cowan · 15 years ago
  48. 509ce7f Nuke unused variable. by Nicholas Marriott · 15 years ago
  49. a2c87eb Unused variable. by Nicholas Marriott · 15 years ago
  50. 36a80b2 Sync OpenBSD patchset 640: by Tiago Cunha · 15 years ago
  51. a32d095 Sync OpenBSD patchset 635: by Tiago Cunha · 15 years ago
  52. 4651180 Use the array.h code for the causes list. by Nicholas Marriott · 15 years ago
  53. 8aba77b Instead of bailing out on the first configuration file error, carry on, by Nicholas Marriott · 15 years ago
  54. 3116e3c Sync OpenBSD patchset 625: by Tiago Cunha · 15 years ago
  55. 65c9004 Ignore SIGHUP as well. by Nicholas Marriott · 15 years ago
  56. cc094fd Sync OpenBSD patchset 581: by Tiago Cunha · 15 years ago
  57. 4ba8fce Sync OpenBSD patchset 578: by Tiago Cunha · 15 years ago
  58. 15a64b8 Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last by Nicholas Marriott · 15 years ago
  59. 459e9de Close the pane if the process died due to a signal, not just if it exited by Nicholas Marriott · 15 years ago
  60. c12e0b0 Sync OpenBSD patchset 567: by Tiago Cunha · 15 years ago
  61. 4ca857e Remove a couple of unused arguments where possible, and add /* ARGSUSED */ to by Nicholas Marriott · 15 years ago
  62. 72bc03a Sync OpenBSD patchset 535: by Tiago Cunha · 15 years ago
  63. 8e47966 Destroy panes immediately rather than checking them all every loop. by Nicholas Marriott · 15 years ago
  64. e8424d3 Sync OpenBSD patchset 528: by Tiago Cunha · 15 years ago
  65. 1b4a76d Sync OpenBSD patchset 527: by Tiago Cunha · 15 years ago
  66. 08a8ccf Free the pane bufferevent when the fd is closed (the signal could come before by Nicholas Marriott · 15 years ago
  67. 7230fe1 OS X is still broken, so ask libevent not to use kqueue or poll. by Nicholas Marriott · 15 years ago
  68. 2756437 Only need to chmod +x or -x the socket when a client is created, lost or by Nicholas Marriott · 15 years ago
  69. fb22aaf Sync OpenBSD patchset 510: by Tiago Cunha · 15 years ago
  70. 5ac6ea6 Sync OpenBSD patchset 509: by Tiago Cunha · 15 years ago
  71. 915031b Sync OpenBSD patchset 505: by Tiago Cunha · 15 years ago
  72. bee1771 Sync OpenBSD patchset 503: by Tiago Cunha · 15 years ago
  73. 40b6941 Sync OpenBSD patchset 500: by Tiago Cunha · 15 years ago
  74. 2df0882 Sync OpenBSD patchset 498: by Tiago Cunha · 15 years ago
  75. 70b2f19 Sync OpenBSD patchset 497: by Tiago Cunha · 15 years ago
  76. 53ef4c2 Sync OpenBSD patchset 493: by Tiago Cunha · 15 years ago
  77. dd36982 Sync OpenBSD patchset 491: by Tiago Cunha · 15 years ago
  78. 25c604f EVLOOP_ONCE takes care of the wakeup, so no need to call event_loopexit(NULL). by Nicholas Marriott · 15 years ago
  79. 38e1394 Now all timers are events, there is no longer any need to wake up every 50 ms - by Nicholas Marriott · 15 years ago
  80. 946ed97 Move status timer check into the global once-per-second timer, this could maybe by Nicholas Marriott · 15 years ago
  81. b3c4956 Don't reenlist the client imsg event every loop, instead have a small function by Nicholas Marriott · 15 years ago
  82. fde36fc Tell the client to exit on configuration file error. by Nicholas Marriott · 15 years ago
  83. a02c7e8 Convert the window pane (pty master side) fd over to use a bufferevent. by Nicholas Marriott · 15 years ago
  84. bbad75f Sync OpenBSD patchset 483: by Tiago Cunha · 15 years ago
  85. 06ffed3 Call event_init() before loading the config file, since potentially it could by Nicholas Marriott · 15 years ago
  86. 4d60913 Switch jobs over to use a bufferevent. by Nicholas Marriott · 15 years ago
  87. abf3a5d Initial changes to move tmux to libevent. by Nicholas Marriott · 15 years ago
  88. 5289da2 Change session and client activity and creation time members to have more by Nicholas Marriott · 15 years ago
  89. ee1cc9f Sync OpenBSD patchset 476: by Tiago Cunha · 15 years ago
  90. 992dd86 Reorder slightly to tidy code. by Nicholas Marriott · 15 years ago
  91. f4514f5 Sync OpenBSD patchset 468: by Tiago Cunha · 15 years ago
  92. a5acabd Sync OpenBSD patchset 467: by Tiago Cunha · 15 years ago
  93. e65aa04 Sync OpenBSD patchset 466: by Tiago Cunha · 15 years ago
  94. 37ffdff Move the poll registration functions into the server-*.c files. by Nicholas Marriott · 15 years ago
  95. ed62d12 tabs are better; ok nicm by Theo Deraadt · 15 years ago
  96. a8b1379 Clear signal flags /before/ taking action and continue afterwards to reduce by Nicholas Marriott · 15 years ago
  97. cc9ef11 Sync OpenBSD patchset 438: by Tiago Cunha · 15 years ago
  98. eddcc3d Split the server code handling clients, jobs and windows off into separate by Nicholas Marriott · 15 years ago
  99. 941032b Sync OpenBSD patchset 403: by Tiago Cunha · 15 years ago
  100. 8bdcc10 Sync OpenBSD patchset 393: by Tiago Cunha · 15 years ago