1. bae9584 Merge branch 'obsd-master' by Thomas Adam · 11 years ago
  2. b3e8d44 If multiple arguments are given to new-session, new-window, by nicm · 11 years ago
  3. f4ffaf5 Just use char ** for argv like normal people, not char *const *. by nicm · 11 years ago
  4. 953c3ef Merge branch 'obsd-master' by Thomas Adam · 11 years ago
  5. 14a96df Remove the choose-list command to prepare for some later choose-* work. by nicm · 11 years ago
  6. 18cb135 Don't write into buffer if no arguments, reported by Filipe Rosset. by nicm · 11 years ago
  7. 0bb9d51 Don't write into buffer if no arguments, reported by Filipe Rosset. by Nicholas Marriott · 11 years ago
  8. d02c4bd Merge branch 'obsd-master' by Thomas · 11 years ago
  9. 1a0d3cd Allow attach-session -t to accept a window and pane to select them on by nicm · 11 years ago
  10. c1ccefc We accidentally haven't been using $TMUX to work out the session for a by nicm · 11 years ago
  11. 6ac7abe Remove now unused cmd_get_default_path. by nicm · 11 years ago
  12. b822d24 Support -c for new-session, based on code from J Raynor. by nicm · 11 years ago
  13. e9b09fa We accidentally haven't been using $TMUX to work out the session for a while by Nicholas Marriott · 11 years ago
  14. 5ea6148 Remove now unused cmd_get_default_path. by Nicholas Marriott · 11 years ago
  15. 9389cfb Support -c for new-session, based on code from J Raynor. by Nicholas Marriott · 11 years ago
  16. a36da3a Remove the barely-used and unnecessary command check() function. by Nicholas Marriott · 11 years ago
  17. 76cb088 Merge branch 'obsd-master' by Thomas Adam · 12 years ago
  18. 25c430b Reserve space for \0 in cmd_print, from George Nachman. by Nicholas Marriott · 12 years ago
  19. b5fda7a Spacing, warning nits. by Nicholas Marriott · 12 years ago
  20. 673eb16 Sort includes and fix spaces. by Nicholas Marriott · 12 years ago
  21. 6fee3e9 Rename session idx to session id throughout and add $ prefix to targets by Nicholas Marriott · 12 years ago
  22. 410a3ab Add a wait-for command which blocks a client on a named channel until it by Nicholas Marriott · 12 years ago
  23. 20636d9 Add a command queue to standardize and simplify commands that call other by Nicholas Marriott · 12 years ago
  24. bb8457b Fix error reporting for client commands by adding a flag to by Nicholas Marriott · 12 years ago
  25. 2243cfb Need to set clients in context before changing their reference count. by Nicholas Marriott · 12 years ago
  26. d1e6ce2 Add functions to allocate and free command contexts rather than doing it by Nicholas Marriott · 12 years ago
  27. 51d989f Do not crash when calling choose-tree with a command that changes the mode. by Nicholas Marriott · 12 years ago
  28. f47a063 Rename session idx to session id throughout and add $ prefix to targets to use by Nicholas Marriott · 12 years ago
  29. 7fd4d49 Add a wait-for command which blocks a client on a named channel until it is by Nicholas Marriott · 12 years ago
  30. 43d904d tty.path can be NULL, don't dereference it. From George Nachman. by Nicholas Marriott · 12 years ago
  31. 3964309 Add a command queue to standardize and simplify commands that call other by Nicholas Marriott · 12 years ago
  32. 3a2e9d8 Fix error reporting for client commands by adding a flag to cmd_find_client to by Nicholas Marriott · 12 years ago
  33. afd5e97 Need to set clients in context before changing their reference count. by Nicholas Marriott · 12 years ago
  34. 293e331 Add functions to allocate and free command contexts rather than doing it all on by Nicholas Marriott · 12 years ago
  35. 362c460 Do not crash when calling choose-tree with a command that changes the mode. by Nicholas Marriott · 12 years ago
  36. f4c815a Fix constness again, sigh. by Nicholas Marriott · 12 years ago
  37. 544c80d Fix constness of cmd_template_replace. by Nicholas Marriott · 12 years ago
  38. a3f4eb7 Merge branch 'obsd-master' by Thomas Adam · 12 years ago
  39. c2e2107 Style nits - return (x) not return x. by Nicholas Marriott · 12 years ago
  40. 675c6b3 Merge branch 'obsd-master' by Thomas Adam · 12 years ago
  41. 854e8ae Add ^ and $ special command targets to select lowest and highest by Nicholas Marriott · 12 years ago
  42. 39631ed Merge branch 'obsd-master' by Thomas Adam · 12 years ago
  43. 991bfcf Fix session choice so that preferring unattached sessions actually by Nicholas Marriott · 12 years ago
  44. 5d60bc7 Use pgrp of pty fd not pid of immediate child when recovering current working by Nicholas Marriott · 12 years ago
  45. 42272df Use pgrp of pty fd not pid of immediate child when recovering current by Nicholas Marriott · 12 years ago
  46. 28fd3a3 add cmd-choose-list to allow arbitrary options to be selected. From Thomas Adam. by Nicholas Marriott · 12 years ago
  47. 7263fa3 add cmd-choose-list to allow arbitrary options to be selected. From Thomas Adam. by Nicholas Marriott · 12 years ago
  48. 1f5e6e3 Sync OpenBSD patchset 1151: by Tiago Cunha · 12 years ago
  49. a432fcd Sync OpenBSD patchset 1150: by Tiago Cunha · 12 years ago
  50. a10143a Sync OpenBSD patchset 1146: by Tiago Cunha · 12 years ago
  51. ede8312 Make command exec functions return an enum rather than -1/0/1 values and by Nicholas Marriott · 12 years ago
  52. df912e3 xfree is not particularly helpful, remove it. From Thomas Adam. by Nicholas Marriott · 12 years ago
  53. f20c6fe Add choose-tree command to show windows and sessions in the same by Nicholas Marriott · 12 years ago
  54. 2a36a0a Sync OpenBSD patchset 1135: by Tiago Cunha · 12 years ago
  55. a4a2c68 Do not crash when the current session has no window, fixes a bug by Nicholas Marriott · 12 years ago
  56. 995c9a5 Sync OpenBSD patchset 1099: by Tiago Cunha · 13 years ago
  57. 31cf531 Sync OpenBSD patchset 1095: by Tiago Cunha · 13 years ago
  58. 0f9e0d1 Do not return a buffer on the stack, mentioned by jsg a while ago. by Nicholas Marriott · 13 years ago
  59. 5cbca2e Fix printing commands with no arguments, from Benjamin Poirier. by Nicholas Marriott · 13 years ago
  60. e4f1fbd Sync OpenBSD patchset 1035: by Tiago Cunha · 13 years ago
  61. 07ac168 Add move-pane command (like join-pane but allows the same window). Also by Nicholas Marriott · 13 years ago
  62. 3e94fa7 Sync OpenBSD patchset 1028: by Tiago Cunha · 13 years ago
  63. 67949de Don't die if fail to get root directory, from Ben Boeckel. by Nicholas Marriott · 13 years ago
  64. 0fd0030 Adjust function name to the portable version. by Tiago Cunha · 13 years ago
  65. 4bb01c1 Sync OpenBSD patchset 1021: by Tiago Cunha · 13 years ago
  66. 908a22e Provide defined ways to set the various default-path possibilities: ~ by Nicholas Marriott · 13 years ago
  67. 2ee0d85 Sync OpenBSD patchset 1017: by Tiago Cunha · 13 years ago
  68. 0e59bc7 Give each window a unique id, like panes but prefixed with @. Based on by Nicholas Marriott · 13 years ago
  69. 5434a27 Sync OpenBSD patchset 1002: by Tiago Cunha · 13 years ago
  70. 8332413 Add some const and fix a warning. by Nicholas Marriott · 13 years ago
  71. e2d59a6 Sync OpenBSD patchset 993: by Tiago Cunha · 13 years ago
  72. fdd1d0b Allow $HOME as default-path in tmux.conf so the same config file can be used by Stefan Sperling · 13 years ago
  73. c1b9948 Change the way the working directory for new processes is discovered. If by Nicholas Marriott · 13 years ago
  74. f308ba9 Change the way the working directory for new processes is discovered. If by Nicholas Marriott · 13 years ago
  75. f513898 PatchSet 924 by Nicholas Marriott · 13 years ago
  76. fa0f10d PatchSet 923 by Nicholas Marriott · 13 years ago
  77. 65177b8 Add a respawn-pane command, from Marcel Partap. by Nicholas Marriott · 13 years ago
  78. 2b60c64 Get rid of the layout string code which tries to walk through the layout by Nicholas Marriott · 13 years ago
  79. 1d2b487 Sync OpenBSD patchset 906: by Tiago Cunha · 14 years ago
  80. 6f08472 Fix a memory leak if cmd_pane_session succeeds, from Tiago Cunha. by Nicholas Marriott · 14 years ago
  81. e5f4bf3 |PatchSet 884 by Nicholas Marriott · 14 years ago
  82. 4e452a2 |PatchSet 882 by Nicholas Marriott · 14 years ago
  83. 536fc24 PatchSet 870 by Nicholas Marriott · 14 years ago
  84. ec89eb9 Change so that an empty session name always means the current sessions by Nicholas Marriott · 14 years ago
  85. 5d519ba Add a flag to cmd_find_session so that attach-session can prefer by Nicholas Marriott · 14 years ago
  86. 808502a Give each pane created in a tmux server a unique id (starting from 0), by Nicholas Marriott · 14 years ago
  87. d0d1c0e Sync OpenBSD patchset 848: by Tiago Cunha · 14 years ago
  88. b802304 Set $TMUX without the session when background jobs are run. by Nicholas Marriott · 14 years ago
  89. 1df427b Sync OpenBSD patchset 829: by Tiago Cunha · 14 years ago
  90. 7502cb3 Clean up and simplify tmux command argument parsing. by Nicholas Marriott · 14 years ago
  91. cc42614 Change from a per-session stack of buffers to one global stack which is by Nicholas Marriott · 14 years ago
  92. 9ebee6a Global paste buffers instead of per-session which renders copy-buffer useless. by Tiago Cunha · 14 years ago
  93. a373235 Sync OpenBSD patchset 806: by Tiago Cunha · 14 years ago
  94. acf13ce Store sessions in an RB tree by name rather than a list, this is tidier by Nicholas Marriott · 14 years ago
  95. 39e277b |--------------------- by Nicholas Marriott · 14 years ago
  96. 34d05ea We now send argv to the server after parsing it in the client to get the by Nicholas Marriott · 14 years ago
  97. cd079e8 Sync OpenBSD patchset 780: by Tiago Cunha · 14 years ago
  98. 5a0ecc5 Sync OpenBSD patchset 774: by Tiago Cunha · 14 years ago
  99. 5de84ec Add a last-pane command (bound to ; by default). Requested ages ago by by Nicholas Marriott · 14 years ago
  100. 6c42f1a Fall back on normal session choice method if $TMUX exists but is invalid by Nicholas Marriott · 14 years ago