1. 76688d2 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  2. 2a836bc All the cmd_*_entry declarations do not need to be in tmux.h. by nicm · 9 years ago
  3. 94a8ef1 Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  4. 95195f5 Rewrite of the target resolution internals to be simpler and more by nicm · 10 years ago
  5. 72e9ebf Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  6. 07dfdb9 Make message log a TAILQ. by nicm · 10 years ago
  7. 6dbd63b Move the functions to convert ids from strings into session.c and window.c. by nicm · 10 years ago
  8. 56e1132 Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  9. aeedb46 Convert clients list into a TAILQ. by nicm · 10 years ago
  10. 0a88377 Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  11. 3909aff Look up indexes as number before name, makes more sense if windows are by nicm · 10 years ago
  12. b25dc42 Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  13. bf635e7 Rewrite of tmux mouse support which was a mess. Instead of having by nicm · 10 years ago
  14. 747cab4 No need for $Id$ now. by Nicholas Marriott · 10 years ago
  15. 562af86 Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  16. a27ba6e Add xreallocarray and remove nmemb argument from xrealloc. by nicm · 10 years ago
  17. a54b005 Support using pane id as part of session or window specifier (so %1 by nicm · 10 years ago
  18. 304f86c Support ! for last pane. by nicm · 10 years ago
  19. a131b82 Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  20. c5253ad Show an error if cmd_find_session can't find the current session, like by nicm · 10 years ago
  21. bae9584 Merge branch 'obsd-master' by Thomas Adam · 11 years ago
  22. b3e8d44 If multiple arguments are given to new-session, new-window, by nicm · 11 years ago
  23. f4ffaf5 Just use char ** for argv like normal people, not char *const *. by nicm · 11 years ago
  24. 953c3ef Merge branch 'obsd-master' by Thomas Adam · 11 years ago
  25. 14a96df Remove the choose-list command to prepare for some later choose-* work. by nicm · 11 years ago
  26. 18cb135 Don't write into buffer if no arguments, reported by Filipe Rosset. by nicm · 11 years ago
  27. 0bb9d51 Don't write into buffer if no arguments, reported by Filipe Rosset. by Nicholas Marriott · 11 years ago
  28. d02c4bd Merge branch 'obsd-master' by Thomas · 11 years ago
  29. 1a0d3cd Allow attach-session -t to accept a window and pane to select them on by nicm · 11 years ago
  30. c1ccefc We accidentally haven't been using $TMUX to work out the session for a by nicm · 11 years ago
  31. 6ac7abe Remove now unused cmd_get_default_path. by nicm · 11 years ago
  32. b822d24 Support -c for new-session, based on code from J Raynor. by nicm · 11 years ago
  33. e9b09fa We accidentally haven't been using $TMUX to work out the session for a while by Nicholas Marriott · 11 years ago
  34. 5ea6148 Remove now unused cmd_get_default_path. by Nicholas Marriott · 11 years ago
  35. 9389cfb Support -c for new-session, based on code from J Raynor. by Nicholas Marriott · 11 years ago
  36. a36da3a Remove the barely-used and unnecessary command check() function. by Nicholas Marriott · 11 years ago
  37. 76cb088 Merge branch 'obsd-master' by Thomas Adam · 12 years ago
  38. 25c430b Reserve space for \0 in cmd_print, from George Nachman. by Nicholas Marriott · 12 years ago
  39. b5fda7a Spacing, warning nits. by Nicholas Marriott · 12 years ago
  40. 673eb16 Sort includes and fix spaces. by Nicholas Marriott · 12 years ago
  41. 6fee3e9 Rename session idx to session id throughout and add $ prefix to targets by Nicholas Marriott · 12 years ago
  42. 410a3ab Add a wait-for command which blocks a client on a named channel until it by Nicholas Marriott · 12 years ago
  43. 20636d9 Add a command queue to standardize and simplify commands that call other by Nicholas Marriott · 12 years ago
  44. bb8457b Fix error reporting for client commands by adding a flag to by Nicholas Marriott · 12 years ago
  45. 2243cfb Need to set clients in context before changing their reference count. by Nicholas Marriott · 12 years ago
  46. d1e6ce2 Add functions to allocate and free command contexts rather than doing it by Nicholas Marriott · 12 years ago
  47. 51d989f Do not crash when calling choose-tree with a command that changes the mode. by Nicholas Marriott · 12 years ago
  48. f47a063 Rename session idx to session id throughout and add $ prefix to targets to use by Nicholas Marriott · 12 years ago
  49. 7fd4d49 Add a wait-for command which blocks a client on a named channel until it is by Nicholas Marriott · 12 years ago
  50. 43d904d tty.path can be NULL, don't dereference it. From George Nachman. by Nicholas Marriott · 12 years ago
  51. 3964309 Add a command queue to standardize and simplify commands that call other by Nicholas Marriott · 12 years ago
  52. 3a2e9d8 Fix error reporting for client commands by adding a flag to cmd_find_client to by Nicholas Marriott · 12 years ago
  53. afd5e97 Need to set clients in context before changing their reference count. by Nicholas Marriott · 12 years ago
  54. 293e331 Add functions to allocate and free command contexts rather than doing it all on by Nicholas Marriott · 12 years ago
  55. 362c460 Do not crash when calling choose-tree with a command that changes the mode. by Nicholas Marriott · 12 years ago
  56. f4c815a Fix constness again, sigh. by Nicholas Marriott · 12 years ago
  57. 544c80d Fix constness of cmd_template_replace. by Nicholas Marriott · 12 years ago
  58. a3f4eb7 Merge branch 'obsd-master' by Thomas Adam · 12 years ago
  59. c2e2107 Style nits - return (x) not return x. by Nicholas Marriott · 12 years ago
  60. 675c6b3 Merge branch 'obsd-master' by Thomas Adam · 12 years ago
  61. 854e8ae Add ^ and $ special command targets to select lowest and highest by Nicholas Marriott · 12 years ago
  62. 39631ed Merge branch 'obsd-master' by Thomas Adam · 12 years ago
  63. 991bfcf Fix session choice so that preferring unattached sessions actually by Nicholas Marriott · 12 years ago
  64. 5d60bc7 Use pgrp of pty fd not pid of immediate child when recovering current working by Nicholas Marriott · 12 years ago
  65. 42272df Use pgrp of pty fd not pid of immediate child when recovering current by Nicholas Marriott · 12 years ago
  66. 28fd3a3 add cmd-choose-list to allow arbitrary options to be selected. From Thomas Adam. by Nicholas Marriott · 12 years ago
  67. 7263fa3 add cmd-choose-list to allow arbitrary options to be selected. From Thomas Adam. by Nicholas Marriott · 12 years ago
  68. 1f5e6e3 Sync OpenBSD patchset 1151: by Tiago Cunha · 12 years ago
  69. a432fcd Sync OpenBSD patchset 1150: by Tiago Cunha · 12 years ago
  70. a10143a Sync OpenBSD patchset 1146: by Tiago Cunha · 12 years ago
  71. ede8312 Make command exec functions return an enum rather than -1/0/1 values and by Nicholas Marriott · 12 years ago
  72. df912e3 xfree is not particularly helpful, remove it. From Thomas Adam. by Nicholas Marriott · 12 years ago
  73. f20c6fe Add choose-tree command to show windows and sessions in the same by Nicholas Marriott · 12 years ago
  74. 2a36a0a Sync OpenBSD patchset 1135: by Tiago Cunha · 12 years ago
  75. a4a2c68 Do not crash when the current session has no window, fixes a bug by Nicholas Marriott · 12 years ago
  76. 995c9a5 Sync OpenBSD patchset 1099: by Tiago Cunha · 13 years ago
  77. 31cf531 Sync OpenBSD patchset 1095: by Tiago Cunha · 13 years ago
  78. 0f9e0d1 Do not return a buffer on the stack, mentioned by jsg a while ago. by Nicholas Marriott · 13 years ago
  79. 5cbca2e Fix printing commands with no arguments, from Benjamin Poirier. by Nicholas Marriott · 13 years ago
  80. e4f1fbd Sync OpenBSD patchset 1035: by Tiago Cunha · 13 years ago
  81. 07ac168 Add move-pane command (like join-pane but allows the same window). Also by Nicholas Marriott · 13 years ago
  82. 3e94fa7 Sync OpenBSD patchset 1028: by Tiago Cunha · 13 years ago
  83. 67949de Don't die if fail to get root directory, from Ben Boeckel. by Nicholas Marriott · 13 years ago
  84. 0fd0030 Adjust function name to the portable version. by Tiago Cunha · 13 years ago
  85. 4bb01c1 Sync OpenBSD patchset 1021: by Tiago Cunha · 13 years ago
  86. 908a22e Provide defined ways to set the various default-path possibilities: ~ by Nicholas Marriott · 13 years ago
  87. 2ee0d85 Sync OpenBSD patchset 1017: by Tiago Cunha · 13 years ago
  88. 0e59bc7 Give each window a unique id, like panes but prefixed with @. Based on by Nicholas Marriott · 13 years ago
  89. 5434a27 Sync OpenBSD patchset 1002: by Tiago Cunha · 13 years ago
  90. 8332413 Add some const and fix a warning. by Nicholas Marriott · 13 years ago
  91. e2d59a6 Sync OpenBSD patchset 993: by Tiago Cunha · 13 years ago
  92. fdd1d0b Allow $HOME as default-path in tmux.conf so the same config file can be used by Stefan Sperling · 13 years ago
  93. c1b9948 Change the way the working directory for new processes is discovered. If by Nicholas Marriott · 13 years ago
  94. f308ba9 Change the way the working directory for new processes is discovered. If by Nicholas Marriott · 13 years ago
  95. f513898 PatchSet 924 by Nicholas Marriott · 13 years ago
  96. fa0f10d PatchSet 923 by Nicholas Marriott · 13 years ago
  97. 65177b8 Add a respawn-pane command, from Marcel Partap. by Nicholas Marriott · 13 years ago
  98. 2b60c64 Get rid of the layout string code which tries to walk through the layout by Nicholas Marriott · 13 years ago
  99. 1d2b487 Sync OpenBSD patchset 906: by Tiago Cunha · 14 years ago
  100. 6f08472 Fix a memory leak if cmd_pane_session succeeds, from Tiago Cunha. by Nicholas Marriott · 14 years ago