1. dc42c35 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  2. 995af0e I no longer use my SourceForge address so replace it. by nicm · 9 years ago
  3. e0cae08 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  4. 021c643 Add infrastructure to work out the best target given a pane or window by nicm · 9 years ago
  5. 845a664 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  6. 5ed17e8 Add key-table option to set the default key table for a session, allows by nicm · 9 years ago
  7. 4909a70 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  8. d7e11d0 Check alerts when session changes, from Patrick Palka. by nicm · 9 years ago
  9. 890d8da Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  10. 62d3af1 Make environ_set va_args and use it to tidy up some calls. Also add a by nicm · 9 years ago
  11. 7fe8edc Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  12. 577c0e3 Use __unused rather than rolling our own. by nicm · 9 years ago
  13. 7b749ef Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  14. c56b81a Push stdout and stderr to clients more aggressively, and add an event to by nicm · 9 years ago
  15. da1f6fc Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  16. 44657bf Move struct options into options.c. by nicm · 9 years ago
  17. 07b0ea0 Break the common process set up, event loop and imsg dispatch code by nicm · 9 years ago
  18. 1f4a5b5 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  19. 0760343 Use client pointer not file descriptor in logging. by nicm · 9 years ago
  20. 1fd7560 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  21. cfabe30 Add session_last_attached time and format, from Sina Siadat. by nicm · 9 years ago
  22. 486421c Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  23. 84eabb2 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  24. 57cc4d4 Make session_update_activity more useful and use it in more places. by nicm · 9 years ago
  25. 75d1005 Run status update on a per-client timer at status-interval. by nicm · 9 years ago
  26. c0cf484 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  27. 7382ba8 If default-terminal is set to "screen" or "screen-*", emulate screen's by nicm · 9 years ago
  28. 56e1132 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  29. aeedb46 Convert clients list into a TAILQ. by nicm · 9 years ago
  30. 9a453dd Make session_has return a flag, returning the first winlink found is a by nicm · 9 years ago
  31. 0a88377 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  32. 0e7219d Fix moving windows to nonexistent indexes when renumber-windows is by nicm · 9 years ago
  33. b25dc42 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  34. bbac2ae Honour renumber-windows when unlinking a window, from Thomas Adam. by nicm · 10 years ago
  35. bf635e7 Rewrite of tmux mouse support which was a mess. Instead of having by nicm · 10 years ago
  36. 370cf75 Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  37. 02df860 Fix some format specifier nits, from Ben Boeckel. by nicm · 10 years ago
  38. da72a0b Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  39. fee096a Unzoom before kill, from Thomas Adam. by nicm · 10 years ago
  40. 747cab4 No need for $Id$ now. by Nicholas Marriott · 10 years ago
  41. 562af86 Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  42. 900f6fc Tidy up some includes. by nicm · 10 years ago
  43. 953c3ef Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  44. a5d4b7f Some more long lines. by nicm · 11 years ago
  45. 4273c1b Use utempter to update utmp if it's around for configure, from madmaverick9 at by Nicholas Marriott · 11 years ago
  46. b3de4a3 Merge branch 'obsd-master' by Thomas Adam · 11 years ago
  47. f835be4 Style nit - no space between function name and bracket. by nicm · 11 years ago
  48. 282c5f9 Alter how tmux handles the working directory to internally use file by nicm · 11 years ago
  49. 10c3843 Similarly for MSG_COMMAND - allow full imsg limit not arbitrary 2048. by nicm · 11 years ago
  50. d3830e6 Grouped sessions were being leaked on destroy, correctly free them. by nicm · 11 years ago
  51. 4538c26 Alter how tmux handles the working directory to internally use file descriptors by Nicholas Marriott · 11 years ago
  52. fa1375c Similarly for MSG_COMMAND - allow full imsg limit not arbitrary 2048. by Nicholas Marriott · 11 years ago
  53. f141e9b Instead of fixed size buffers for some messages, send only the string length. by Nicholas Marriott · 11 years ago
  54. b0b5cad Grouped sessions were being leaked on destroy, correctly free them. by Nicholas Marriott · 11 years ago
  55. bdea2f9 Merge branch 'obsd-master' by Thomas Adam · 11 years ago
  56. 064124c When the session option renumber-window is used, ensure we iterate over by Nicholas Marriott · 11 years ago
  57. cd60e57 Merge branch 'obsd-master' by Thomas Adam · 11 years ago
  58. 46c7dbe Call recalculate_sizes() after killing window in case it is in a grouped by Nicholas Marriott · 11 years ago
  59. e4c0730 Use single stdout and stderr for control clients. by Nicholas Marriott · 12 years ago
  60. 6fee3e9 Rename session idx to session id throughout and add $ prefix to targets by Nicholas Marriott · 12 years ago
  61. c71844d Add resize-pane -Z to temporary zoom the active pane to occupy the full by Nicholas Marriott · 12 years ago
  62. 20636d9 Add a command queue to standardize and simplify commands that call other by Nicholas Marriott · 12 years ago
  63. 29613f2 Prevent lock on control clients, not on others. by Nicholas Marriott · 12 years ago
  64. 8d59b18 No more lint means no more ARGSUSED. by Nicholas Marriott · 12 years ago
  65. c5504af Add various checks to turn off bits that can't work in control mode by Nicholas Marriott · 12 years ago
  66. 412ac6b Use single stdout and stderr for control clients. by Nicholas Marriott · 12 years ago
  67. f47a063 Rename session idx to session id throughout and add $ prefix to targets to use by Nicholas Marriott · 12 years ago
  68. c5239c5 Add resize-pane -Z to temporary zoom the active pane to occupy the full window by Nicholas Marriott · 12 years ago
  69. 3964309 Add a command queue to standardize and simplify commands that call other by Nicholas Marriott · 12 years ago
  70. 8a7d463 Prevent lock on control clients, not on others. by Nicholas Marriott · 12 years ago
  71. 9d165df No more lint means no more ARGSUSED. by Nicholas Marriott · 12 years ago
  72. 3d9fd1c Add various checks to turn off bits that can't work in control mode (such as by Nicholas Marriott · 12 years ago
  73. f536dc4 If stdin in the client is enable immediately, tmux will eat anything by Nicholas Marriott · 12 years ago
  74. 2e43372 If stdin in the client is enable immediately, tmux will eat anything by Nicholas Marriott · 12 years ago
  75. a432fcd Sync OpenBSD patchset 1150: by Tiago Cunha · 12 years ago
  76. df912e3 xfree is not particularly helpful, remove it. From Thomas Adam. by Nicholas Marriott · 12 years ago
  77. 0159c74 Sync OpenBSD patchset 1138: by Tiago Cunha · 12 years ago
  78. 2942eca Add a skeleton mode to tmux (called "control mode") that let's tmux by Nicholas Marriott · 12 years ago
  79. baafc17 Sync OpenBSD patchset 1118: by Tiago Cunha · 12 years ago
  80. ffab6db Sync OpenBSD patchset 1114: by Tiago Cunha · 12 years ago
  81. 682884e Add a helper function to send ready message. by Nicholas Marriott · 12 years ago
  82. 7a4679a Instead of passing stdin/stdout/stderr file descriptors over imsg and by Nicholas Marriott · 12 years ago
  83. b728970 Sync OpenBSD patchset 1104: by Tiago Cunha · 12 years ago
  84. a6c22d6 Add a flag to move-window to renumber the windows in a session (closing by Nicholas Marriott · 12 years ago
  85. f41efd9 Sync OpenBSD patchset 1069: by Tiago Cunha · 13 years ago
  86. 0987d55 Sync OpenBSD patchset 1057: by Tiago Cunha · 13 years ago
  87. 4621034 Add notify hooks for various events, the functions are currently empty by Nicholas Marriott · 13 years ago
  88. d3c842d Check event_initialized before event_del if event may not have been set by Nicholas Marriott · 13 years ago
  89. e23df3a Sync OpenBSD patchset 1014: by Tiago Cunha · 13 years ago
  90. 9bbc63e Call bufferevent_free before closing file descriptor associated with it by Nicholas Marriott · 13 years ago
  91. 03ee7f7 Sync OpenBSD patchset 969: by Tiago Cunha · 13 years ago
  92. f0aad68 Support for \e[3J to clear the history. Also send the corresponding by Nicholas Marriott · 13 years ago
  93. 6e0c097 Sync OpenBSD patchset 957: by Tiago Cunha · 13 years ago
  94. 5985143 Mark dead panes with some text saying they are dead, suggested by and by Nicholas Marriott · 13 years ago
  95. 391f1f0 Expand the Id keyword. by Tiago Cunha · 13 years ago
  96. d0d1c0e Sync OpenBSD patchset 848: by Tiago Cunha · 14 years ago
  97. b802304 Set $TMUX without the session when background jobs are run. by Nicholas Marriott · 14 years ago
  98. d3c04b7 Sync OpenBSD patchset 819: by Tiago Cunha · 14 years ago
  99. 04b32fa Don't reset the activity timer for unattached sessions every second, by Nicholas Marriott · 14 years ago
  100. 3cd9ea1 Sync OpenBSD patchset 808: by Tiago Cunha · 14 years ago