1. 41e633a Use the notify name string instead of going via an enum and change by nicm · 8 years ago
  2. e454018 Add static in window-*.c and move some internal functions out of tmux.h. by nicm · 8 years ago
  3. c426e48 Loads more static, except for cmd-*.c and window-*.c. by nicm · 8 years ago
  4. 325cbe9 Allow a command to be specified to display-panes, similar to by nicm · 8 years ago
  5. 995af0e I no longer use my SourceForge address so replace it. by nicm · 9 years ago
  6. 021c643 Add infrastructure to work out the best target given a pane or window by nicm · 9 years ago
  7. 5ed17e8 Add key-table option to set the default key table for a session, allows by nicm · 9 years ago
  8. d7e11d0 Check alerts when session changes, from Patrick Palka. by nicm · 9 years ago
  9. 62d3af1 Make environ_set va_args and use it to tidy up some calls. Also add a by nicm · 9 years ago
  10. 577c0e3 Use __unused rather than rolling our own. by nicm · 9 years ago
  11. c56b81a Push stdout and stderr to clients more aggressively, and add an event to by nicm · 9 years ago
  12. 44657bf Move struct options into options.c. by nicm · 9 years ago
  13. 07b0ea0 Break the common process set up, event loop and imsg dispatch code by nicm · 9 years ago
  14. 0760343 Use client pointer not file descriptor in logging. by nicm · 9 years ago
  15. cfabe30 Add session_last_attached time and format, from Sina Siadat. by nicm · 9 years ago
  16. 57cc4d4 Make session_update_activity more useful and use it in more places. by nicm · 9 years ago
  17. 75d1005 Run status update on a per-client timer at status-interval. by nicm · 9 years ago
  18. 7382ba8 If default-terminal is set to "screen" or "screen-*", emulate screen's by nicm · 9 years ago
  19. aeedb46 Convert clients list into a TAILQ. by nicm · 9 years ago
  20. 9a453dd Make session_has return a flag, returning the first winlink found is a by nicm · 9 years ago
  21. 0e7219d Fix moving windows to nonexistent indexes when renumber-windows is by nicm · 9 years ago
  22. bbac2ae Honour renumber-windows when unlinking a window, from Thomas Adam. by nicm · 10 years ago
  23. bf635e7 Rewrite of tmux mouse support which was a mess. Instead of having by nicm · 10 years ago
  24. 02df860 Fix some format specifier nits, from Ben Boeckel. by nicm · 10 years ago
  25. fee096a Unzoom before kill, from Thomas Adam. by nicm · 10 years ago
  26. 900f6fc Tidy up some includes. by nicm · 10 years ago
  27. a5d4b7f Some more long lines. by nicm · 11 years ago
  28. f835be4 Style nit - no space between function name and bracket. by nicm · 11 years ago
  29. 282c5f9 Alter how tmux handles the working directory to internally use file by nicm · 11 years ago
  30. 10c3843 Similarly for MSG_COMMAND - allow full imsg limit not arbitrary 2048. by nicm · 11 years ago
  31. d3830e6 Grouped sessions were being leaked on destroy, correctly free them. by nicm · 11 years ago
  32. 064124c When the session option renumber-window is used, ensure we iterate over by Nicholas Marriott · 11 years ago
  33. 46c7dbe Call recalculate_sizes() after killing window in case it is in a grouped by Nicholas Marriott · 11 years ago
  34. e4c0730 Use single stdout and stderr for control clients. by Nicholas Marriott · 12 years ago
  35. 6fee3e9 Rename session idx to session id throughout and add $ prefix to targets by Nicholas Marriott · 12 years ago
  36. c71844d Add resize-pane -Z to temporary zoom the active pane to occupy the full by Nicholas Marriott · 12 years ago
  37. 20636d9 Add a command queue to standardize and simplify commands that call other by Nicholas Marriott · 12 years ago
  38. 29613f2 Prevent lock on control clients, not on others. by Nicholas Marriott · 12 years ago
  39. 8d59b18 No more lint means no more ARGSUSED. by Nicholas Marriott · 12 years ago
  40. c5504af Add various checks to turn off bits that can't work in control mode by Nicholas Marriott · 12 years ago
  41. 2e43372 If stdin in the client is enable immediately, tmux will eat anything by Nicholas Marriott · 12 years ago
  42. df912e3 xfree is not particularly helpful, remove it. From Thomas Adam. by Nicholas Marriott · 12 years ago
  43. 2942eca Add a skeleton mode to tmux (called "control mode") that let's tmux by Nicholas Marriott · 12 years ago
  44. 682884e Add a helper function to send ready message. by Nicholas Marriott · 12 years ago
  45. 7a4679a Instead of passing stdin/stdout/stderr file descriptors over imsg and by Nicholas Marriott · 12 years ago
  46. a6c22d6 Add a flag to move-window to renumber the windows in a session (closing by Nicholas Marriott · 12 years ago
  47. 4621034 Add notify hooks for various events, the functions are currently empty by Nicholas Marriott · 13 years ago
  48. d3c842d Check event_initialized before event_del if event may not have been set by Nicholas Marriott · 13 years ago
  49. 9bbc63e Call bufferevent_free before closing file descriptor associated with it by Nicholas Marriott · 13 years ago
  50. f0aad68 Support for \e[3J to clear the history. Also send the corresponding by Nicholas Marriott · 13 years ago
  51. 5985143 Mark dead panes with some text saying they are dead, suggested by and by Nicholas Marriott · 13 years ago
  52. b802304 Set $TMUX without the session when background jobs are run. by Nicholas Marriott · 14 years ago
  53. 04b32fa Don't reset the activity timer for unattached sessions every second, by Nicholas Marriott · 14 years ago
  54. d3d2536 server_kill_window can modify the RB tree so don't use RB_FOREACH, fixes by Nicholas Marriott · 14 years ago
  55. acf13ce Store sessions in an RB tree by name rather than a list, this is tidier by Nicholas Marriott · 14 years ago
  56. 9358cfa Use pointer rather than index for the client's last session. by Nicholas Marriott · 14 years ago
  57. 51487ed Track the last session for a client and add a flag to switch-client and by Nicholas Marriott · 14 years ago
  58. 7aef299 Set cause when failing due to linking a window to itself, from Martin Pieuchot. by Nicholas Marriott · 14 years ago
  59. 08bcd69 Skip NULL entries in the sessions list when choosing the next session, by Nicholas Marriott · 14 years ago
  60. 9a7cde0 Two new options: by Nicholas Marriott · 14 years ago
  61. cc474b4 Treat trying to link or move to the same window as an error to avoid by Nicholas Marriott · 14 years ago
  62. c87187f When changing so that the client passes its stdout and stderr as well as by Nicholas Marriott · 14 years ago
  63. 26524c9 New option, detach-on-destroy, to set what happens to a client when the session by Nicholas Marriott · 14 years ago
  64. 34464da Use server_destroy_session() for kill-session. by Nicholas Marriott · 14 years ago
  65. e63f054 Having a list of winlinks->alerts for each session is stupid, just store by Nicholas Marriott · 14 years ago
  66. a6d5240 If remain-on-exit is set, both the error callback and a SIGCHLD could by Nicholas Marriott · 15 years ago
  67. c550e66 Dead functions, lint. by Nicholas Marriott · 15 years ago
  68. b9ade6e When a window is destroyed, remove all links to it from each session rather by Nicholas Marriott · 15 years ago
  69. 7e4f8b4 Options to set the colour of the pane borders, with different colours for the by Nicholas Marriott · 15 years ago
  70. 4feee12 Fix a couple of problems with grouped sessions reported by danh: redraw by Nicholas Marriott · 15 years ago
  71. 15a64b8 Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last by Nicholas Marriott · 15 years ago
  72. 4ca857e Remove a couple of unused arguments where possible, and add /* ARGSUSED */ to by Nicholas Marriott · 15 years ago
  73. 8e47966 Destroy panes immediately rather than checking them all every loop. by Nicholas Marriott · 15 years ago
  74. b1264a7 Use timeout events for the identify and message timers. by Nicholas Marriott · 15 years ago
  75. b3c4956 Don't reenlist the client imsg event every loop, instead have a small function by Nicholas Marriott · 15 years ago
  76. fbb030d Set the current window pointer to NULL when killing a winlink that is to be by Nicholas Marriott · 15 years ago
  77. 9dd72b9 Add "grouped sessions" which have independent name, options, current window and by Nicholas Marriott · 15 years ago
  78. c734789 Check for already locked/suspended clients in server_lock_client rather than by Nicholas Marriott · 15 years ago
  79. 8fa1858 New lock-client and lock-session commands to lock an individual client or all by Nicholas Marriott · 15 years ago
  80. b01dcd7 Remove the internal tmux locking and instead detach each client and run the by Nicholas Marriott · 15 years ago
  81. 9b5f5ed Move some common and untidy code for window link/unlink into generic functions by Nicholas Marriott · 15 years ago
  82. 273f1b3 Regularise some fatal messages. by Nicholas Marriott · 15 years ago
  83. 8cb8a0d Tidy some common code for destroying sessions into a new function. by Nicholas Marriott · 15 years ago
  84. ffab22b Only redraw all clients once when the backoff timer expires rather than every by Nicholas Marriott · 15 years ago
  85. c5ac257 When incorrect passwords are entered, behave similarly to login(1) and backoff by Nicholas Marriott · 15 years ago
  86. f8aa582 Use "Password:" with no space for password prompts and don't display a *s for by Nicholas Marriott · 15 years ago
  87. 0431996 Add a new display-panes command, with two options (display-panes-colour and by Nicholas Marriott · 15 years ago
  88. f063571 Switch tmux to use imsg. This is the last major change to make the by Nicholas Marriott · 15 years ago
  89. 6491274 Infrastructure and commands to manage the environment for processes started by Nicholas Marriott · 15 years ago
  90. e89e70e If there is an error in the configuration file, don't just exit(1) as this can by Nicholas Marriott · 15 years ago
  91. c1d6d7a Rename struct hdrtype to msgtype which is a better name and can be used even by Nicholas Marriott · 15 years ago
  92. 34a82e7 Make all messages sent between the client and server fixed size. by Nicholas Marriott · 15 years ago
  93. 54afcfb Display the number of failed password attempts (if any) when the server is by Nicholas Marriott · 15 years ago
  94. 0ca6f66 Make it so using kill-pane to destroy the last pane in a window destroys the by Nicholas Marriott · 15 years ago
  95. d3b5c24 Oops, it is always a good idea to get arguments the right way round. by Nicholas Marriott · 15 years ago
  96. 65deba3 Memory could be leaked if a second prompt or message appeared while another was by Nicholas Marriott · 15 years ago
  97. 4a9b01e Need time.h not sys/time.h for time(2). by Nicholas Marriott · 15 years ago
  98. daa1faa Add a default-terminal option to set the starting value of $TERM in new windows. by Nicholas Marriott · 15 years ago
  99. 4c5c125 When unlocking the server, don't try to clear the prompt on clients without a by Nicholas Marriott · 15 years ago
  100. 1675ddb Miscellaneous unused functions, including one which was basically a by Nicholas Marriott · 15 years ago