1. d50e47f Merge branch 'obsd-master' by Thomas Adam · 11 years ago
  2. 9ee93b3 Do not permit periods in session names (colons are already banned). From by nicm · 11 years ago
  3. 282c5f9 Alter how tmux handles the working directory to internally use file by nicm · 11 years ago
  4. 34674bb Renumber windows: Lookup lastw via window not index by nicm · 11 years ago
  5. d3830e6 Grouped sessions were being leaked on destroy, correctly free them. by nicm · 11 years ago
  6. 4538c26 Alter how tmux handles the working directory to internally use file descriptors by Nicholas Marriott · 11 years ago
  7. 5532766 Renumber windows: Lookup lastw via window not index by Thomas Adam · 11 years ago
  8. b0b5cad Grouped sessions were being leaked on destroy, correctly free them. by Nicholas Marriott · 11 years ago
  9. 6fee3e9 Rename session idx to session id throughout and add $ prefix to targets by Nicholas Marriott · 12 years ago
  10. eaaeb28 Add session_set_current helper function, extracted from a diff from by Nicholas Marriott · 12 years ago
  11. f47a063 Rename session idx to session id throughout and add $ prefix to targets to use by Nicholas Marriott · 12 years ago
  12. 8c50f62 Add session_set_current helper function, extracted from a diff from Aaron by Nicholas Marriott · 12 years ago
  13. a432fcd Sync OpenBSD patchset 1150: by Tiago Cunha · 12 years ago
  14. 38530de Sync OpenBSD patchset 1144: by Tiago Cunha · 12 years ago
  15. df912e3 xfree is not particularly helpful, remove it. From Thomas Adam. by Nicholas Marriott · 12 years ago
  16. 63f5c38 Clear flags across all sessions, from Thomas Adam. by Nicholas Marriott · 12 years ago
  17. b728970 Sync OpenBSD patchset 1104: by Tiago Cunha · 13 years ago
  18. a6c22d6 Add a flag to move-window to renumber the windows in a session (closing by Nicholas Marriott · 13 years ago
  19. f41efd9 Sync OpenBSD patchset 1069: by Tiago Cunha · 13 years ago
  20. 4621034 Add notify hooks for various events, the functions are currently empty by Nicholas Marriott · 13 years ago
  21. b9bbe1d Sync OpenBSD patchset 943: by Tiago Cunha · 13 years ago
  22. 6b734d1 Correctly skip existing numbers when generating the name for a new session. by Nicholas Marriott · 13 years ago
  23. 391f1f0 Expand the Id keyword. by Tiago Cunha · 13 years ago
  24. e5f4bf3 |PatchSet 884 by Nicholas Marriott · 14 years ago
  25. ec89eb9 Change so that an empty session name always means the current sessions by Nicholas Marriott · 14 years ago
  26. 4e4568c Sync OpenBSD patchset 852: by Tiago Cunha · 14 years ago
  27. 1270f8f Check if the index is in use and fail before creating the child process, by Nicholas Marriott · 14 years ago
  28. 3866988 Sync OpenBSD patchset 841: by Tiago Cunha · 14 years ago
  29. 43f8d62 Sync OpenBSD patchset 840: by Tiago Cunha · 14 years ago
  30. 2d82567 Er, fix next and previous session functions to actually work, part 2. by Nicholas Marriott · 14 years ago
  31. 588ebb5 Fix next and previous session functions to actually work. by Nicholas Marriott · 14 years ago
  32. d3c04b7 Sync OpenBSD patchset 819: by Tiago Cunha · 14 years ago
  33. 04b32fa Don't reset the activity timer for unattached sessions every second, by Nicholas Marriott · 14 years ago
  34. cc42614 Change from a per-session stack of buffers to one global stack which is by Nicholas Marriott · 14 years ago
  35. 9ebee6a Global paste buffers instead of per-session which renders copy-buffer useless. by Tiago Cunha · 14 years ago
  36. a373235 Sync OpenBSD patchset 806: by Tiago Cunha · 14 years ago
  37. 9f3399d Sync OpenBSD patchset 805: by Tiago Cunha · 14 years ago
  38. c05a47a Sync OpenBSD patchset 804: by Tiago Cunha · 14 years ago
  39. a932742 Sync OpenBSD patchset 803: by Tiago Cunha · 14 years ago
  40. 64d16cf Sync OpenBSD patchset 801: by Tiago Cunha · 14 years ago
  41. acf13ce Store sessions in an RB tree by name rather than a list, this is tidier by Nicholas Marriott · 14 years ago
  42. 1b8488e Fix another stray addition that was too early. Oops. by Nicholas Marriott · 14 years ago
  43. 6fcdc71 Undo a change to next/previous session that got mixed in prematurely. by Nicholas Marriott · 14 years ago
  44. 8705c6b Dead sessions are never on the active sessions list, so the SESSION_DEAD by Nicholas Marriott · 14 years ago
  45. a51dcdc Unify the way sessions are used by callbacks - store the address and use by Nicholas Marriott · 14 years ago
  46. 89c07de Sync OpenBSD patchset 759: by Tiago Cunha · 14 years ago
  47. a22a6de Add -n and -p flags to switch-client to move to the next and previous by Nicholas Marriott · 14 years ago
  48. 63e76b5 Sync OpenBSD patchset 730: by Tiago Cunha · 14 years ago
  49. 07a71fd Store the current working directory in the session, change the default-path by Nicholas Marriott · 14 years ago
  50. 47b335d Sync OpenBSD patchset 724: by Tiago Cunha · 14 years ago
  51. 6c76724 Sync OpenBSD patchset 723: by Tiago Cunha · 14 years ago
  52. e63f054 Having a list of winlinks->alerts for each session is stupid, just store by Nicholas Marriott · 14 years ago
  53. 447a07e Rename activity->alert in a couple of functions for consistency. by Nicholas Marriott · 14 years ago
  54. f81b3dd Sync OpenBSD patchset 591: by Tiago Cunha · 15 years ago
  55. 4feee12 Fix a couple of problems with grouped sessions reported by danh: redraw by Nicholas Marriott · 15 years ago
  56. cc094fd Sync OpenBSD patchset 581: by Tiago Cunha · 15 years ago
  57. 15a64b8 Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last by Nicholas Marriott · 15 years ago
  58. c12e0b0 Sync OpenBSD patchset 567: by Tiago Cunha · 15 years ago
  59. 4ca857e Remove a couple of unused arguments where possible, and add /* ARGSUSED */ to by Nicholas Marriott · 15 years ago
  60. 56447d7 Sync OpenBSD patchset 534: by Tiago Cunha · 15 years ago
  61. 1415eb3 Use winlink_remove() to remove old winlinks when synchronizing grouped sessions by Nicholas Marriott · 15 years ago
  62. bbad75f Sync OpenBSD patchset 483: by Tiago Cunha · 15 years ago
  63. 5289da2 Change session and client activity and creation time members to have more by Nicholas Marriott · 15 years ago
  64. 6a1ebb1 Sync OpenBSD patchset 371: by Tiago Cunha · 15 years ago
  65. 91e4dc8 Sync OpenBSD patchset 370: by Tiago Cunha · 15 years ago
  66. 9dd72b9 Add "grouped sessions" which have independent name, options, current window and by Nicholas Marriott · 15 years ago
  67. b7d031c Support for individual session idle time locking. May be enabled by turning off by Nicholas Marriott · 15 years ago
  68. 3266fb5 Sync OpenBSD patchset 332: by Tiago Cunha · 15 years ago
  69. 273f1b3 Regularise some fatal messages. by Nicholas Marriott · 15 years ago
  70. 15b643f Sync from OpenBSD: by Nicholas Marriott · 15 years ago
  71. 5c60162 Rather than constructing an entire termios struct from ttydefaults.h, just let by Nicholas Marriott · 15 years ago
  72. 930f67f Sync OpenBSD patchset 320: by Tiago Cunha · 15 years ago
  73. 51c9574 Reference count clients and sessions rather than relying on a saved index for by Nicholas Marriott · 15 years ago
  74. 521659d Adjust OpenBSD patchset 305 to the portable version. by Tiago Cunha · 15 years ago
  75. a3a150f Sync OpenBSD patchset 305: by Tiago Cunha · 15 years ago
  76. 7d5e494 When using tmux as a login shell, there is currently no way to specify a shell by Nicholas Marriott · 15 years ago
  77. e61ee94 Sync OpenBSD patchset 257: by Tiago Cunha · 15 years ago
  78. f415d43 Sync OpenBSD patchset 254: by Tiago Cunha · 15 years ago
  79. 3ad4de6 Add a base-index session option to specify the first index checked when looking by Nicholas Marriott · 15 years ago
  80. 52793e7 When creating a new session from the command-line where there is an external by Nicholas Marriott · 15 years ago
  81. 29b1b2f Sync OpenBSD patchset 231: by Tiago Cunha · 15 years ago
  82. 6491274 Infrastructure and commands to manage the environment for processes started by Nicholas Marriott · 15 years ago
  83. 2ddcb51 Fix $Id$. by Nicholas Marriott · 15 years ago
  84. 86504af Rename the global options variables to be shorter and to make session options by Nicholas Marriott · 15 years ago
  85. 923ccfa Rename the global options variables to be shorter and to make session options by Nicholas Marriott · 15 years ago
  86. 35876ea Import tmux, a terminal multiplexor allowing (among other things) a single by Nicholas Marriott · 15 years ago
  87. 80af85a - New window option monitor-content to search for a string in a window, and by Tiago Cunha · 16 years ago
  88. 143aa71 Space trimmage mega-diff. by Nicholas Marriott · 16 years ago
  89. f5f04a9 * New session flag "set-remain-on-exit" to set remain-on-exit flag for new windows created in that session (like "remain-by-default" used to do). Not perfectly happy about this, but until I can think of a good way to introduce it generically (maybe a set of options in the session) this will do. Fixes SF request 2527847. by Nicholas Marriott · 16 years ago
  90. 521fa7d Unused variable. by Nicholas Marriott · 16 years ago
  91. 65b9aeb Put socket path in $TMUX. by Nicholas Marriott · 16 years ago
  92. 4d9af27 Better error messages for fork. by Nicholas Marriott · 16 years ago
  93. d1a5fde -a flags to next/previous window. by Nicholas Marriott · 16 years ago
  94. 7cd3cf0 Make the window pane code handle panes of different sizes, and add a -l and -p arguments to split-window to specify the new window size in lines or as a percentage. by Nicholas Marriott · 16 years ago
  95. 4d71164 Pick up cwd from environment,. by Nicholas Marriott · 16 years ago
  96. fd05d07 Change server-info format. by Nicholas Marriott · 16 years ago
  97. 7a82e86 Make window options work the same was as session options, add mode-fg/mode-bg options, force -g for global on set/show/setw/showw/ by Nicholas Marriott · 16 years ago
  98. 5ca710d Disable UTF-8 by default and add options to enable it. by Nicholas Marriott · 16 years ago
  99. 46f5e42 Keep stack of previous windows. Check for op (orig_pair) for default colours. by Nicholas Marriott · 16 years ago
  100. 4198a9c TAILQ -> SLIST. by Nicholas Marriott · 16 years ago