1. 6703ca8 Stop accepting new clients for 1 second on EMFILE/ENFILE. Based on by Nicholas Marriott · 13 years ago
  2. e87d4b4 Need to call recalculate_sizes() when changing window with the mouse, by Nicholas Marriott · 13 years ago
  3. d3c842d Check event_initialized before event_del if event may not have been set by Nicholas Marriott · 13 years ago
  4. 799f437 Remove some bits leftover from unused backoff code. by Nicholas Marriott · 13 years ago
  5. fdeaa73 Do not change pane when changing window with mouse on status line, by Nicholas Marriott · 13 years ago
  6. 230d0fb Add an option to move the status line to the top of the screen, by Nicholas Marriott · 13 years ago
  7. 9bbc63e Call bufferevent_free before closing file descriptor associated with it by Nicholas Marriott · 13 years ago
  8. 678e674 Remove unused backoff code that doesn't do any good. by Nicholas Marriott · 13 years ago
  9. 535286c Drop the ability to have a list of keys in the prefix in favour of two by Nicholas Marriott · 13 years ago
  10. d655566 Fix so that when mouse-select-pane and mouse-select-window are both by Nicholas Marriott · 13 years ago
  11. 3657aa6 Fix a couple of memory leaks, from marcel partap. by Nicholas Marriott · 13 years ago
  12. d5269a2 Do not continue to send data to suspended/locked clients or there will by Nicholas Marriott · 13 years ago
  13. 944b5e6 Support xterm(1) cursor colour change sequences through terminfo(5) Cc by Nicholas Marriott · 13 years ago
  14. acfabf3 Only select pane on click, not drag. From hsim at gmx.li. by Nicholas Marriott · 13 years ago
  15. f3741f0 Add a new option, mouse-resize-pane. When on, panes may be resized by by Nicholas Marriott · 13 years ago
  16. b0a88eb Change window with mouse wheel over status line if mouse-select-window by Nicholas Marriott · 13 years ago
  17. 7dddf56 Check if mouse-select-pane is ON not off when setting mouse flags, by Nicholas Marriott · 13 years ago
  18. 8738141 When mode-mouse is on (it is off by default), automatically enter copy by Nicholas Marriott · 14 years ago
  19. 0bb2119 Add an option (mouse-select-window) which allows the mouse to be used by by Nicholas Marriott · 14 years ago
  20. d88c20e Change -t on display-message to be target-pane for the #[A-Z] by Nicholas Marriott · 14 years ago
  21. db7a89b Simplify the way jobs work and drop the persist type, so all jobs are by Nicholas Marriott · 14 years ago
  22. 3de1700 Only set a mouse mode for mouse-select-pane if none already set by the by Nicholas Marriott · 14 years ago
  23. 69cb1f8 Move all calls to fcntl(...O_NONBLOCK) into a function and clear the by Nicholas Marriott · 14 years ago
  24. ac3b78a Support for UTF-8 mouse input (\033[1005h). This was added in xterm 262 by Nicholas Marriott · 14 years ago
  25. 04b32fa Don't reset the activity timer for unattached sessions every second, by Nicholas Marriott · 14 years ago
  26. f7c42c2 Support all four of the xterm mouse modes. Based on a diff from hsim at gmx.li. by Nicholas Marriott · 14 years ago
  27. 9358cfa Use pointer rather than index for the client's last session. by Nicholas Marriott · 14 years ago
  28. 51487ed Track the last session for a client and add a flag to switch-client and by Nicholas Marriott · 14 years ago
  29. 7ce77ff Make the prompt history global for all clients which is much more useful than per-client history. by Nicholas Marriott · 14 years ago
  30. f56b4ec Trying to set FD_CLOEXEC on every fd is a lost cause, just use by Nicholas Marriott · 14 years ago
  31. 9a7cde0 Two new options: by Nicholas Marriott · 14 years ago
  32. 8e8e0f1 Add missing prototype. by Nicholas Marriott · 14 years ago
  33. c2822ca Do not need to dup() the tty fd sent from the client because it is by Nicholas Marriott · 14 years ago
  34. 8363e31 Change the way backoff works. Instead of stopping reading from the pty by Nicholas Marriott · 14 years ago
  35. 77f9c49 dup() the stdin fd so it isn't closed twice (once for stdin, once for tty). by Nicholas Marriott · 14 years ago
  36. c87187f When changing so that the client passes its stdout and stderr as well as by Nicholas Marriott · 14 years ago
  37. 2a0f3f0 Send the \n to stdout with the message, not stderr... doh. by Nicholas Marriott · 14 years ago
  38. b9c873c Return the command client return code with MSG_EXIT now that MSG_ERROR and by Nicholas Marriott · 14 years ago
  39. 76bbdeb Send all three of stdin, stdout, stderr from the client to the server, so that by Nicholas Marriott · 14 years ago
  40. 510ec3f Fix problems with window sizing seen by Raghavendra D Prabhu when by Nicholas Marriott · 14 years ago
  41. 4f5c5b3 Pass in the session, rather than the client, to window modes' key() by Nicholas Marriott · 14 years ago
  42. bb53c20 Support attaching a client read-only with a new -r flag to the attach-session by Nicholas Marriott · 15 years ago
  43. 0a86d35 Change nested check to compare server socket path rather than just assuming by Nicholas Marriott · 15 years ago
  44. 6789088 mouse-select-pane has to redraw the borders now too. by Nicholas Marriott · 15 years ago
  45. 7e4f8b4 Options to set the colour of the pane borders, with different colours for the by Nicholas Marriott · 15 years ago
  46. a4c9a80 Add "server options" which are server-wide and not bound to a session or by Nicholas Marriott · 15 years ago
  47. 15a64b8 Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last by Nicholas Marriott · 15 years ago
  48. 4ca857e Remove a couple of unused arguments where possible, and add /* ARGSUSED */ to by Nicholas Marriott · 15 years ago
  49. 543fb99 Two new options, window-status-format and window-status-current-format, which by Nicholas Marriott · 15 years ago
  50. ac5b7d5 Don't interpret #() for display-message, it usually doesn't make sense and may by Nicholas Marriott · 15 years ago
  51. 8db145d Add a per-client log of status line messages displayed while that client by Nicholas Marriott · 15 years ago
  52. 3904725 Tidy up and fix some types, prompted by lint via deraadt. by Nicholas Marriott · 15 years ago
  53. 2756437 Only need to chmod +x or -x the socket when a client is created, lost or by Nicholas Marriott · 15 years ago
  54. b58bf49 Switch tty key input over to happen on a read event. This is a bit more by Nicholas Marriott · 15 years ago
  55. 8044443 Convert the key repeat timer to an event. by Nicholas Marriott · 15 years ago
  56. 946ed97 Move status timer check into the global once-per-second timer, this could maybe by Nicholas Marriott · 15 years ago
  57. b1264a7 Use timeout events for the identify and message timers. by Nicholas Marriott · 15 years ago
  58. b3c4956 Don't reenlist the client imsg event every loop, instead have a small function by Nicholas Marriott · 15 years ago
  59. 7342615 Switch tty fds over to a bufferevent. by Nicholas Marriott · 15 years ago
  60. abf3a5d Initial changes to move tmux to libevent. by Nicholas Marriott · 15 years ago
  61. 0785f28 Add an activity time for clients, like for sessions, and change session and by Nicholas Marriott · 15 years ago
  62. 5289da2 Change session and client activity and creation time members to have more by Nicholas Marriott · 15 years ago
  63. 37ffdff Move the poll registration functions into the server-*.c files. by Nicholas Marriott · 15 years ago
  64. ed62d12 tabs are better; ok nicm by Theo Deraadt · 15 years ago
  65. 353f2a2 Don't do anything in the client callback if the client has already died to by Nicholas Marriott · 15 years ago
  66. 3c9619b Don't try to continue processing a client if the session has been destroyed. by Nicholas Marriott · 15 years ago
  67. 3a7636f Remove the -d flag to tmux and just use op/AX to detect default colours. by Nicholas Marriott · 15 years ago
  68. 5bed597 +time.h. by Nicholas Marriott · 15 years ago
  69. 1f22a19 Redraw checks have to after handling input or pane redraw flags set by key by Nicholas Marriott · 15 years ago
  70. 9c40a4e The client buffers have to be checked after every event in order to catch the by Nicholas Marriott · 15 years ago
  71. eddcc3d Split the server code handling clients, jobs and windows off into separate by Nicholas Marriott · 15 years ago