1. 5383b04 tmux can call pledge() in main with large set and then reduce it by nicm · 9 years ago
  2. 515dfea This should not be changed. by nicm · 9 years ago
  3. 31fd071 Rename shutdown to exit. by nicm · 9 years ago
  4. 241fd72 Userspace doesn't need to use SUN_LEN(): connect() and bind() must accept by guenther · 9 years ago
  5. 83157c0 Move initial conf load into cfg.c. by nicm · 9 years ago
  6. dd92b6e Event base does not need to be global. by nicm · 9 years ago
  7. b9f0571 We already loop over the windows in server_client_loop, so don't do it by nicm · 9 years ago
  8. b5aaefc Move alerts onto events rather than checking every loop. by nicm · 9 years ago
  9. f957db8 Remove unused prototypes. by nicm · 9 years ago
  10. f6a0f87 Per-session timers for locking, and remove the global one-second timer. by nicm · 9 years ago
  11. 675def0 Remove the lock-server option which is a bit redundant, it isn't that by nicm · 9 years ago
  12. 6419f66 Give clock mode its own timer. by nicm · 9 years ago
  13. 75d1005 Run status update on a per-client timer at status-interval. by nicm · 9 years ago
  14. b6618b6 Move format job cleanup onto its own timer. by nicm · 9 years ago
  15. 92af376 Add an option (history-file) for a file to save/restore command prompt by nicm · 9 years ago
  16. 641a9cd Similarly, for sessions use a callback to free rather than checking every loop. by nicm · 9 years ago
  17. 8c93b76 Instead of putting dead clients on a list and checking it every loop, by nicm · 9 years ago
  18. a863834 Add support for a single "marked pane". There is one marked pane in the by nicm · 9 years ago
  19. 58b50fb Clear signal handlers before event_reinit as apparently it can otherwise by nicm · 9 years ago
  20. 7e067cb does not need syslog.h by deraadt · 9 years ago
  21. 379400c Move the jobs output cache into the formats code so that #() work more by nicm · 9 years ago
  22. aeedb46 Convert clients list into a TAILQ. by nicm · 9 years ago
  23. 8d66f4f Change the windows array into an RB tree and fix some places where we by nicm · 9 years ago
  24. 89e80ca window_index is only used in one place (window_destroy) so inline it there. by nicm · 9 years ago
  25. 93b2871 Do not die on USR1 if any of the socket parent directories are by nicm · 9 years ago
  26. 7a0c94b Add pane_dead_status for exit status of dead panes. by nicm · 10 years ago
  27. b496b1f Move cfg_causes local into cfg.c and remove struct causelist. by nicm · 10 years ago
  28. 733cea8 Wake up any clients waiting with the wait-for command when the server exits. by nicm · 10 years ago
  29. 8e4ae12 lockf is entirely useless and it was a mistake to change to it, go back by nicm · 10 years ago
  30. 53cbae5 Now that cmdlists are reference counted, there is no need for two-step by nicm · 10 years ago
  31. bec6c80 There is no longer a need for a paste_stack struct or for global_buffers by nicm · 10 years ago
  32. a5d4b7f Some more long lines. by nicm · 11 years ago
  33. bf35441 Do not run any command line command from the client which starts the by nicm · 11 years ago
  34. e323101 Rename global configuration define. by Nicholas Marriott · 11 years ago
  35. 20636d9 Add a command queue to standardize and simplify commands that call other by Nicholas Marriott · 12 years ago
  36. 8d59b18 No more lint means no more ARGSUSED. by Nicholas Marriott · 12 years ago
  37. 8378be0 Fix argument order in a log statement. by Nicholas Marriott · 12 years ago
  38. 827b311 Use a utility function for common code to show errors in config file, by Nicholas Marriott · 12 years ago
  39. df912e3 xfree is not particularly helpful, remove it. From Thomas Adam. by Nicholas Marriott · 12 years ago
  40. 6703ca8 Stop accepting new clients for 1 second on EMFILE/ENFILE. Based on by Nicholas Marriott · 13 years ago
  41. ac9ebc2 Use a lock file and flock() to serialize server start, avoids problems by Nicholas Marriott · 13 years ago
  42. 808502a Give each pane created in a tmux server a unique id (starting from 0), by Nicholas Marriott · 14 years ago
  43. 4dfb29f Use LIST_* not SLIST_*. by Nicholas Marriott · 14 years ago
  44. 69cb1f8 Move all calls to fcntl(...O_NONBLOCK) into a function and clear the by Nicholas Marriott · 14 years ago
  45. 04b32fa Don't reset the activity timer for unattached sessions every second, by Nicholas Marriott · 14 years ago
  46. cc42614 Change from a per-session stack of buffers to one global stack which is by Nicholas Marriott · 14 years ago
  47. acf13ce Store sessions in an RB tree by name rather than a list, this is tidier by Nicholas Marriott · 14 years ago
  48. 248fb14 Merge the before and after attach client code into one in client.c by Nicholas Marriott · 14 years ago
  49. f56b4ec Trying to set FD_CLOEXEC on every fd is a lost cause, just use by Nicholas Marriott · 14 years ago
  50. 9a7cde0 Two new options: by Nicholas Marriott · 14 years ago
  51. 6615201 Modify the permissions on the socket when adding or removing +x to show by Nicholas Marriott · 14 years ago
  52. e3be9b1 Do not call event_del() for signals after fork(), just use sigaction() by Nicholas Marriott · 14 years ago
  53. 4274a7e switch back to kqueue for now, since (a) kqueue has been fixed to deal by Theo Deraadt · 14 years ago
  54. bf09b00 kqueue(2) is currently broken when used with /dev/null and a few other devices. by Nicholas Marriott · 14 years ago
  55. ad466a6 Give tmux sockets (but not the containing folder) group by Nicholas Marriott · 14 years ago
  56. c4a2fdf Put this back in with the initialisation in the right order. by Nicholas Marriott · 14 years ago
  57. af5e0bd Revert last change, it appears to be broken somehow. by Nicholas Marriott · 14 years ago
  58. ec1d37b Make signal handler setup/teardown two common functions instead of six, by Nicholas Marriott · 14 years ago
  59. ac9daf9 Merge copy mode and output mode, dropping the latter. Idea and code from by Nicholas Marriott · 15 years ago
  60. 509ce7f Nuke unused variable. by Nicholas Marriott · 15 years ago
  61. 4651180 Use the array.h code for the causes list. by Nicholas Marriott · 15 years ago
  62. 8aba77b Instead of bailing out on the first configuration file error, carry on, by Nicholas Marriott · 15 years ago
  63. 65c9004 Ignore SIGHUP as well. by Nicholas Marriott · 15 years ago
  64. 15a64b8 Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last by Nicholas Marriott · 15 years ago
  65. 459e9de Close the pane if the process died due to a signal, not just if it exited by Nicholas Marriott · 15 years ago
  66. 4ca857e Remove a couple of unused arguments where possible, and add /* ARGSUSED */ to by Nicholas Marriott · 15 years ago
  67. 8e47966 Destroy panes immediately rather than checking them all every loop. by Nicholas Marriott · 15 years ago
  68. 08a8ccf Free the pane bufferevent when the fd is closed (the signal could come before by Nicholas Marriott · 15 years ago
  69. 2756437 Only need to chmod +x or -x the socket when a client is created, lost or by Nicholas Marriott · 15 years ago
  70. 25c604f EVLOOP_ONCE takes care of the wakeup, so no need to call event_loopexit(NULL). by Nicholas Marriott · 15 years ago
  71. 38e1394 Now all timers are events, there is no longer any need to wake up every 50 ms - by Nicholas Marriott · 15 years ago
  72. 946ed97 Move status timer check into the global once-per-second timer, this could maybe by Nicholas Marriott · 15 years ago
  73. b3c4956 Don't reenlist the client imsg event every loop, instead have a small function by Nicholas Marriott · 15 years ago
  74. fde36fc Tell the client to exit on configuration file error. by Nicholas Marriott · 15 years ago
  75. a02c7e8 Convert the window pane (pty master side) fd over to use a bufferevent. by Nicholas Marriott · 15 years ago
  76. 06ffed3 Call event_init() before loading the config file, since potentially it could by Nicholas Marriott · 15 years ago
  77. 4d60913 Switch jobs over to use a bufferevent. by Nicholas Marriott · 15 years ago
  78. abf3a5d Initial changes to move tmux to libevent. by Nicholas Marriott · 15 years ago
  79. 5289da2 Change session and client activity and creation time members to have more by Nicholas Marriott · 15 years ago
  80. 992dd86 Reorder slightly to tidy code. by Nicholas Marriott · 15 years ago
  81. 37ffdff Move the poll registration functions into the server-*.c files. by Nicholas Marriott · 15 years ago
  82. ed62d12 tabs are better; ok nicm by Theo Deraadt · 15 years ago
  83. a8b1379 Clear signal flags /before/ taking action and continue afterwards to reduce by Nicholas Marriott · 15 years ago
  84. eddcc3d Split the server code handling clients, jobs and windows off into separate by Nicholas Marriott · 15 years ago
  85. 9294cb0 When a session is unattached, reset its activity timer to prevent it locking by Nicholas Marriott · 15 years ago
  86. 7624599 Similarly add a tty_cursor_pane function to tidy up most of the calls. by Nicholas Marriott · 15 years ago
  87. 972a6f5 _absolute is redundant, just use tty_region. by Nicholas Marriott · 15 years ago
  88. f05b32f Cleanup: use two functions for region setting, one for absolute and one inside by Nicholas Marriott · 15 years ago
  89. 64b5f39 Add a pipe-pane command to allow a pane to be piped to a shell command, for by Nicholas Marriott · 15 years ago
  90. cebc988 Switch run-shell over to queue the command in the background like #(). by Nicholas Marriott · 15 years ago
  91. ff4b4e6 Collect status from dead jobs and don't invoke the callback until both by Nicholas Marriott · 15 years ago
  92. 4bc0f6e Clean up by introducing a wrapper struct for mouse clicks rather than passing by Nicholas Marriott · 15 years ago
  93. f68ade7 Braek some bits out of server_fill_client() that aren't really related to by Nicholas Marriott · 15 years ago
  94. 095ecf2 Put all jobs on a global all_jobs list and use that in server.c instead of by Nicholas Marriott · 15 years ago
  95. 6bca92d Rather than running status-left, status-right and window title #() with popen by Nicholas Marriott · 15 years ago
  96. 4658c06 New option, mouse-select-pane. If on, the mouse may be used to select the by Nicholas Marriott · 15 years ago
  97. 9dd72b9 Add "grouped sessions" which have independent name, options, current window and by Nicholas Marriott · 15 years ago
  98. b7d031c Support for individual session idle time locking. May be enabled by turning off by Nicholas Marriott · 15 years ago
  99. 93b353d Instead of passing a struct pollfd ** around through various functions, build by Nicholas Marriott · 15 years ago
  100. 4ca2200 If no target client is specified to commands which accept one, try to guess the by Nicholas Marriott · 15 years ago