1. 747cab4 No need for $Id$ now. by Nicholas Marriott · 11 years ago
  2. 562af86 Merge branch 'obsd-master' by Thomas Adam · 11 years ago
  3. 900f6fc Tidy up some includes. by nicm · 11 years ago
  4. 953c3ef Merge branch 'obsd-master' by Thomas Adam · 12 years ago
  5. a5d4b7f Some more long lines. by nicm · 12 years ago
  6. 4273c1b Use utempter to update utmp if it's around for configure, from madmaverick9 at by Nicholas Marriott · 12 years ago
  7. b3de4a3 Merge branch 'obsd-master' by Thomas Adam · 12 years ago
  8. f835be4 Style nit - no space between function name and bracket. by nicm · 12 years ago
  9. 282c5f9 Alter how tmux handles the working directory to internally use file by nicm · 12 years ago
  10. 10c3843 Similarly for MSG_COMMAND - allow full imsg limit not arbitrary 2048. by nicm · 12 years ago
  11. d3830e6 Grouped sessions were being leaked on destroy, correctly free them. by nicm · 12 years ago
  12. 4538c26 Alter how tmux handles the working directory to internally use file descriptors by Nicholas Marriott · 12 years ago
  13. fa1375c Similarly for MSG_COMMAND - allow full imsg limit not arbitrary 2048. by Nicholas Marriott · 12 years ago
  14. f141e9b Instead of fixed size buffers for some messages, send only the string length. by Nicholas Marriott · 12 years ago
  15. b0b5cad Grouped sessions were being leaked on destroy, correctly free them. by Nicholas Marriott · 12 years ago
  16. bdea2f9 Merge branch 'obsd-master' by Thomas Adam · 12 years ago
  17. 064124c When the session option renumber-window is used, ensure we iterate over by Nicholas Marriott · 12 years ago
  18. cd60e57 Merge branch 'obsd-master' by Thomas Adam · 13 years ago
  19. 46c7dbe Call recalculate_sizes() after killing window in case it is in a grouped by Nicholas Marriott · 13 years ago
  20. e4c0730 Use single stdout and stderr for control clients. by Nicholas Marriott · 13 years ago
  21. 6fee3e9 Rename session idx to session id throughout and add $ prefix to targets by Nicholas Marriott · 13 years ago
  22. c71844d Add resize-pane -Z to temporary zoom the active pane to occupy the full by Nicholas Marriott · 13 years ago
  23. 20636d9 Add a command queue to standardize and simplify commands that call other by Nicholas Marriott · 13 years ago
  24. 29613f2 Prevent lock on control clients, not on others. by Nicholas Marriott · 13 years ago
  25. 8d59b18 No more lint means no more ARGSUSED. by Nicholas Marriott · 13 years ago
  26. c5504af Add various checks to turn off bits that can't work in control mode by Nicholas Marriott · 13 years ago
  27. 412ac6b Use single stdout and stderr for control clients. by Nicholas Marriott · 13 years ago
  28. f47a063 Rename session idx to session id throughout and add $ prefix to targets to use by Nicholas Marriott · 13 years ago
  29. c5239c5 Add resize-pane -Z to temporary zoom the active pane to occupy the full window by Nicholas Marriott · 13 years ago
  30. 3964309 Add a command queue to standardize and simplify commands that call other by Nicholas Marriott · 13 years ago
  31. 8a7d463 Prevent lock on control clients, not on others. by Nicholas Marriott · 13 years ago
  32. 9d165df No more lint means no more ARGSUSED. by Nicholas Marriott · 13 years ago
  33. 3d9fd1c Add various checks to turn off bits that can't work in control mode (such as by Nicholas Marriott · 13 years ago
  34. f536dc4 If stdin in the client is enable immediately, tmux will eat anything by Nicholas Marriott · 13 years ago
  35. 2e43372 If stdin in the client is enable immediately, tmux will eat anything by Nicholas Marriott · 13 years ago
  36. a432fcd Sync OpenBSD patchset 1150: by Tiago Cunha · 13 years ago
  37. df912e3 xfree is not particularly helpful, remove it. From Thomas Adam. by Nicholas Marriott · 13 years ago
  38. 0159c74 Sync OpenBSD patchset 1138: by Tiago Cunha · 13 years ago
  39. 2942eca Add a skeleton mode to tmux (called "control mode") that let's tmux by Nicholas Marriott · 13 years ago
  40. baafc17 Sync OpenBSD patchset 1118: by Tiago Cunha · 13 years ago
  41. ffab6db Sync OpenBSD patchset 1114: by Tiago Cunha · 13 years ago
  42. 682884e Add a helper function to send ready message. by Nicholas Marriott · 13 years ago
  43. 7a4679a Instead of passing stdin/stdout/stderr file descriptors over imsg and by Nicholas Marriott · 13 years ago
  44. b728970 Sync OpenBSD patchset 1104: by Tiago Cunha · 14 years ago
  45. a6c22d6 Add a flag to move-window to renumber the windows in a session (closing by Nicholas Marriott · 14 years ago
  46. f41efd9 Sync OpenBSD patchset 1069: by Tiago Cunha · 14 years ago
  47. 0987d55 Sync OpenBSD patchset 1057: by Tiago Cunha · 14 years ago
  48. 4621034 Add notify hooks for various events, the functions are currently empty by Nicholas Marriott · 14 years ago
  49. d3c842d Check event_initialized before event_del if event may not have been set by Nicholas Marriott · 14 years ago
  50. e23df3a Sync OpenBSD patchset 1014: by Tiago Cunha · 14 years ago
  51. 9bbc63e Call bufferevent_free before closing file descriptor associated with it by Nicholas Marriott · 14 years ago
  52. 03ee7f7 Sync OpenBSD patchset 969: by Tiago Cunha · 14 years ago
  53. f0aad68 Support for \e[3J to clear the history. Also send the corresponding by Nicholas Marriott · 14 years ago
  54. 6e0c097 Sync OpenBSD patchset 957: by Tiago Cunha · 14 years ago
  55. 5985143 Mark dead panes with some text saying they are dead, suggested by and by Nicholas Marriott · 14 years ago
  56. 391f1f0 Expand the Id keyword. by Tiago Cunha · 14 years ago
  57. d0d1c0e Sync OpenBSD patchset 848: by Tiago Cunha · 15 years ago
  58. b802304 Set $TMUX without the session when background jobs are run. by Nicholas Marriott · 15 years ago
  59. d3c04b7 Sync OpenBSD patchset 819: by Tiago Cunha · 15 years ago
  60. 04b32fa Don't reset the activity timer for unattached sessions every second, by Nicholas Marriott · 15 years ago
  61. 3cd9ea1 Sync OpenBSD patchset 808: by Tiago Cunha · 15 years ago
  62. d3d2536 server_kill_window can modify the RB tree so don't use RB_FOREACH, fixes by Nicholas Marriott · 15 years ago
  63. a373235 Sync OpenBSD patchset 806: by Tiago Cunha · 15 years ago
  64. bb728b8 Sync OpenBSD patchset 802: by Tiago Cunha · 15 years ago
  65. acf13ce Store sessions in an RB tree by name rather than a list, this is tidier by Nicholas Marriott · 15 years ago
  66. 9358cfa Use pointer rather than index for the client's last session. by Nicholas Marriott · 15 years ago
  67. 5fcd671 Track the last session for a client and add a flag to switch-client and by Nicholas Marriott · 15 years ago
  68. 51487ed Track the last session for a client and add a flag to switch-client and by Nicholas Marriott · 15 years ago
  69. b2ae7c6 Sync OpenBSD patchset 770: by Tiago Cunha · 15 years ago
  70. 6c9269b Sync OpenBSD patchset 769: by Tiago Cunha · 15 years ago
  71. b5349ab Sync OpenBSD patchset 766: by Tiago Cunha · 15 years ago
  72. 7aef299 Set cause when failing due to linking a window to itself, from Martin Pieuchot. by Nicholas Marriott · 15 years ago
  73. 08bcd69 Skip NULL entries in the sessions list when choosing the next session, by Nicholas Marriott · 15 years ago
  74. 9a7cde0 Two new options: by Nicholas Marriott · 15 years ago
  75. e34c6e2 Sync OpenBSD patchset 746: by Tiago Cunha · 15 years ago
  76. cc474b4 Treat trying to link or move to the same window as an error to avoid by Nicholas Marriott · 15 years ago
  77. d7bae0e Sync OpenBSD patchset 741: by Tiago Cunha · 15 years ago
  78. c87187f When changing so that the client passes its stdout and stderr as well as by Nicholas Marriott · 15 years ago
  79. fa34c76 Sync OpenBSD patchset 729: by Tiago Cunha · 15 years ago
  80. 985cd3a Sync OpenBSD patchset 728: by Tiago Cunha · 15 years ago
  81. 26524c9 New option, detach-on-destroy, to set what happens to a client when the session by Nicholas Marriott · 15 years ago
  82. 34464da Use server_destroy_session() for kill-session. by Nicholas Marriott · 15 years ago
  83. 47b335d Sync OpenBSD patchset 724: by Tiago Cunha · 15 years ago
  84. e63f054 Having a list of winlinks->alerts for each session is stupid, just store by Nicholas Marriott · 15 years ago
  85. b03418f Sync OpenBSD patchset 682: by Tiago Cunha · 16 years ago
  86. a6d5240 If remain-on-exit is set, both the error callback and a SIGCHLD could by Nicholas Marriott · 16 years ago
  87. 67300e9 Stupid style nits. by Nicholas Marriott · 16 years ago
  88. 4012917 Nuke unused functions. by Nicholas Marriott · 16 years ago
  89. c550e66 Dead functions, lint. by Nicholas Marriott · 16 years ago
  90. 391b209 Sync OpenBSD patchset 615: by Tiago Cunha · 16 years ago
  91. b9ade6e When a window is destroyed, remove all links to it from each session rather by Nicholas Marriott · 16 years ago
  92. 106011a Sync OpenBSD patchset 597: by Tiago Cunha · 16 years ago
  93. 7e4f8b4 Options to set the colour of the pane borders, with different colours for the by Nicholas Marriott · 16 years ago
  94. f81b3dd Sync OpenBSD patchset 591: by Tiago Cunha · 16 years ago
  95. 4feee12 Fix a couple of problems with grouped sessions reported by danh: redraw by Nicholas Marriott · 16 years ago
  96. cc094fd Sync OpenBSD patchset 581: by Tiago Cunha · 16 years ago
  97. 15a64b8 Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last by Nicholas Marriott · 16 years ago
  98. c12e0b0 Sync OpenBSD patchset 567: by Tiago Cunha · 16 years ago
  99. 4ca857e Remove a couple of unused arguments where possible, and add /* ARGSUSED */ to by Nicholas Marriott · 16 years ago
  100. 72bc03a Sync OpenBSD patchset 535: by Tiago Cunha · 16 years ago