1. ea70e68 -paths.h. by Nicholas Marriott · 8 years ago
  2. 0f9354e Bad merge. by Nicholas Marriott · 8 years ago
  3. a3d5bfc Define away pledge() on !OpenBSD. by Nicholas Marriott · 8 years ago
  4. 7177eea Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  5. b7398a4 Do not execute commands for a client until it has identified, fixes by nicm · 8 years ago
  6. 1a6e696 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  7. 026ad08 Notifys can go via the command queue instead of using their own queue. by nicm · 8 years ago
  8. c67b702 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  9. ddc4512 Rewrite command queue handling. Each client still has a command queue, by nicm · 8 years ago
  10. 623e547 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  11. 9b3ae84 Drain notifys once at the end of the server loop instead of doing it by nicm · 8 years ago
  12. b9dc855 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  13. c426e48 Loads more static, except for cmd-*.c and window-*.c. by nicm · 8 years ago
  14. 2d843b5 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  15. fc118e1 tmux: only consider ACCESSPERMS for setting mode on socket_path. by semarie · 8 years ago
  16. 1394420 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  17. ec82fcd Bump the listen() backlog up, some people have scripts that run up a lot by nicm · 9 years ago
  18. dc42c35 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  19. 995af0e I no longer use my SourceForge address so replace it. by nicm · 9 years ago
  20. e0cae08 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  21. 021c643 Add infrastructure to work out the best target given a pane or window by nicm · 9 years ago
  22. 1a33ea9 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  23. 12da13c Make the marked pane a cmd_find_state. by nicm · 9 years ago
  24. 890d8da Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  25. dca93c5 Do lock failures slightly better, return a special value so we don't by nicm · 9 years ago
  26. 1e2df2d Remove the -I part of show-messages which isn't really that useful; the by nicm · 9 years ago
  27. 9cccb8c Make the log stuff a bit tidier with some helper functions. by nicm · 9 years ago
  28. d63de1e Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  29. 01a2ddf Add getpw to pledge, makes tmux work in YP environments, discovered by by nicm · 9 years ago
  30. 7fe8edc Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  31. 577c0e3 Use __unused rather than rolling our own. by nicm · 9 years ago
  32. 8213558 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  33. a582b62 Accidentally turned off pledge, turn it back on. by nicm · 9 years ago
  34. 7b749ef Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  35. c56b81a Push stdout and stderr to clients more aggressively, and add an event to by nicm · 9 years ago
  36. 4f88344 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  37. d6daf37 Tidy utf8.c a little: build table on first use, and make utf8_width take by nicm · 9 years ago
  38. c975de2 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  39. abb4e9e The output log is only useful once and it means creating a file, so open by nicm · 9 years ago
  40. da1f6fc Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  41. 44657bf Move struct options into options.c. by nicm · 9 years ago
  42. 07b0ea0 Break the common process set up, event loop and imsg dispatch code by nicm · 9 years ago
  43. 7930cb5 ifdef __OpenBSD__ around pledge(). by Nicholas Marriott · 9 years ago
  44. 4acc8d0 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  45. 5383b04 tmux can call pledge() in main with large set and then reduce it by nicm · 9 years ago
  46. 8c39813 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  47. 6bc3902 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  48. 515dfea This should not be changed. by nicm · 9 years ago
  49. 31fd071 Rename shutdown to exit. by nicm · 9 years ago
  50. f69e09a Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  51. 241fd72 Userspace doesn't need to use SUN_LEN(): connect() and bind() must accept by guenther · 9 years ago
  52. 76688d2 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  53. 83157c0 Move initial conf load into cfg.c. by nicm · 9 years ago
  54. dd92b6e Event base does not need to be global. by nicm · 9 years ago
  55. cb89f2f Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  56. b9f0571 We already loop over the windows in server_client_loop, so don't do it by nicm · 9 years ago
  57. b5aaefc Move alerts onto events rather than checking every loop. by nicm · 9 years ago
  58. 486421c Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  59. f957db8 Remove unused prototypes. by nicm · 9 years ago
  60. f6a0f87 Per-session timers for locking, and remove the global one-second timer. by nicm · 9 years ago
  61. 84eabb2 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  62. 675def0 Remove the lock-server option which is a bit redundant, it isn't that by nicm · 9 years ago
  63. 6419f66 Give clock mode its own timer. by nicm · 9 years ago
  64. 75d1005 Run status update on a per-client timer at status-interval. by nicm · 9 years ago
  65. b6618b6 Move format job cleanup onto its own timer. by nicm · 9 years ago
  66. 18a64ad Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  67. 92af376 Add an option (history-file) for a file to save/restore command prompt by nicm · 9 years ago
  68. 7acc4ad Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  69. 641a9cd Similarly, for sessions use a callback to free rather than checking every loop. by nicm · 9 years ago
  70. 8c93b76 Instead of putting dead clients on a list and checking it every loop, by nicm · 9 years ago
  71. 02e348c Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  72. a863834 Add support for a single "marked pane". There is one marked pane in the by nicm · 9 years ago
  73. b675e6b Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  74. 58b50fb Clear signal handlers before event_reinit as apparently it can otherwise by nicm · 9 years ago
  75. 7712e6f Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  76. 7e067cb does not need syslog.h by deraadt · 9 years ago
  77. beffdf6 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  78. 379400c Move the jobs output cache into the formats code so that #() work more by nicm · 9 years ago
  79. 56e1132 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  80. aeedb46 Convert clients list into a TAILQ. by nicm · 9 years ago
  81. 8d66f4f Change the windows array into an RB tree and fix some places where we by nicm · 9 years ago
  82. 89e80ca window_index is only used in one place (window_destroy) so inline it there. by nicm · 9 years ago
  83. 0a88377 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  84. 93b2871 Do not die on USR1 if any of the socket parent directories are by nicm · 9 years ago
  85. 5f8138f Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  86. 7a0c94b Add pane_dead_status for exit status of dead panes. by nicm · 10 years ago
  87. 747cab4 No need for $Id$ now. by Nicholas Marriott · 10 years ago
  88. 35ffd09 Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  89. b496b1f Move cfg_causes local into cfg.c and remove struct causelist. by nicm · 10 years ago
  90. 2874a43 Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  91. 733cea8 Wake up any clients waiting with the wait-for command when the server exits. by nicm · 10 years ago
  92. a131b82 Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  93. 8e4ae12 lockf is entirely useless and it was a mistake to change to it, go back by nicm · 10 years ago
  94. 814e405 Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  95. 53cbae5 Now that cmdlists are reference counted, there is no need for two-step by nicm · 10 years ago
  96. 3f54c92 Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  97. bec6c80 There is no longer a need for a paste_stack struct or for global_buffers by nicm · 10 years ago
  98. 953c3ef Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  99. a5d4b7f Some more long lines. by nicm · 11 years ago
  100. 3e498cd Merge branch 'obsd-master' by Thomas Adam · 11 years ago