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. bc6137f Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  4. a3129fd Instead of combined flags for -c, -s, -t, split into different sets by nicm · 9 years ago
  5. 5caec30 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  6. ecfeee2 Use member names in cmd_entry definitions so I stop getting confused by nicm · 9 years ago
  7. ae5ddfd Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  8. 4a4daf1 Instead of every command resolving the target (-t or -s) itself, prepare by nicm · 9 years ago
  9. 4909a70 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  10. 01831da Add cmdq as an argument to format_create and add a format for the by nicm · 9 years ago
  11. af8134a Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  12. e0f26dc Remove format_create_flags and just pass flags to format_create. by nicm · 9 years ago
  13. c975de2 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  14. ba7fb49 Fall back silently to ~ or / rather than checking -c with access(), this by nicm · 9 years ago
  15. 17f6c3b Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  16. 01defc9 Because pledge(2) does not allow us to pass directory file descriptors by nicm · 9 years ago
  17. a5e4d3a Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  18. bf9c933 Like options, move the environ struct into environ.c. by nicm · 9 years ago
  19. da1f6fc Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  20. 44657bf Move struct options into options.c. by nicm · 9 years ago
  21. 4acc8d0 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  22. 26a55dd Remove some unnecessary checks before free(). by nicm · 9 years ago
  23. 94a8ef1 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  24. 5bd5c9c Remove panes from layout if spawning them fails, reported by Anthony J Bentley. by nicm · 9 years ago
  25. 833fe5b Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  26. f1e68bf Remove a couple of now-unused variables. by nicm · 10 years ago
  27. 4946f74 Wrap all the individual format_* calls in a single format_defaults functions. by nicm · 10 years ago
  28. 3e8efcc Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  29. d37f266 Add -b to splitw like joinw, from Felix Rosencrantz. by nicm · 10 years ago
  30. 747cab4 No need for $Id$ now. by Nicholas Marriott · 10 years ago
  31. 562af86 Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  32. 4c42381 Move template defines back into .c files. by nicm · 10 years ago
  33. 45dfc5a Instead of setting up the default keys by building the key struct by nicm · 10 years ago
  34. 2874a43 Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  35. 4e956d5 Various minor style and spacing nits. by nicm · 10 years ago
  36. bae9584 Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  37. b3e8d44 If multiple arguments are given to new-session, new-window, by nicm · 10 years ago
  38. 953c3ef Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  39. 3e27be3 Set PATH explicitly, either from client or session by nicm · 11 years ago
  40. d02c4bd Merge branch 'obsd-master' by Thomas · 11 years ago
  41. 7aeb447 Handle empty current directory more gracefully. by nicm · 11 years ago
  42. 909e1c1 Don't boke when figuring out working directory from configuration file. by nicm · 11 years ago
  43. 282c5f9 Alter how tmux handles the working directory to internally use file by nicm · 11 years ago
  44. b822d24 Support -c for new-session, based on code from J Raynor. by nicm · 11 years ago
  45. 9e0d7bd Don't boke when figuring out working directory from configuration file. by Nicholas Marriott · 11 years ago
  46. 4538c26 Alter how tmux handles the working directory to internally use file descriptors by Nicholas Marriott · 11 years ago
  47. 13360ad Merge branch 'master' of ssh://git.code.sf.net/p/tmux/tmux-code by Nicholas Marriott · 11 years ago
  48. 9389cfb Support -c for new-session, based on code from J Raynor. by Nicholas Marriott · 11 years ago
  49. d0fa48d Restore missing key binding for %, from Chris Johnsen. by Nicholas Marriott · 11 years ago
  50. a36da3a Remove the barely-used and unnecessary command check() function. by Nicholas Marriott · 11 years ago
  51. 00af2df Merge branch 'obsd-master' by Thomas · 12 years ago
  52. e44bd9f Revert the command-prefix change which breaks sequences of commands. by Nicholas Marriott · 12 years ago
  53. c71844d Add resize-pane -Z to temporary zoom the active pane to occupy the full by Nicholas Marriott · 12 years ago
  54. 20636d9 Add a command queue to standardize and simplify commands that call other by Nicholas Marriott · 12 years ago
  55. bb8457b Fix error reporting for client commands by adding a flag to by Nicholas Marriott · 12 years ago
  56. c5239c5 Add resize-pane -Z to temporary zoom the active pane to occupy the full window by Nicholas Marriott · 12 years ago
  57. 3964309 Add a command queue to standardize and simplify commands that call other by Nicholas Marriott · 12 years ago
  58. 3a2e9d8 Fix error reporting for client commands by adding a flag to cmd_find_client to by Nicholas Marriott · 12 years ago
  59. 31407b7 Add option command-prefix which is automatically prepended to any command by Nicholas Marriott · 12 years ago
  60. 675c6b3 Merge branch 'obsd-master' by Thomas Adam · 12 years ago
  61. 3a0016a Use the CMD_*_USAGE defines consistently, from Thomas Adam. by Nicholas Marriott · 12 years ago
  62. 1c60803 Sync OpenBSD patchset 1162: by Tiago Cunha · 12 years ago
  63. 73c6785 Use a separate define for each default format template and strip clutter by Nicholas Marriott · 12 years ago
  64. 1f5e6e3 Sync OpenBSD patchset 1151: by Tiago Cunha · 12 years ago
  65. a432fcd Sync OpenBSD patchset 1150: by Tiago Cunha · 12 years ago
  66. ede8312 Make command exec functions return an enum rather than -1/0/1 values and by Nicholas Marriott · 12 years ago
  67. df912e3 xfree is not particularly helpful, remove it. From Thomas Adam. by Nicholas Marriott · 12 years ago
  68. 5cc4961 Sync OpenBSD patchset 1119: by Tiago Cunha · 12 years ago
  69. ebf94bc Switch all of the various choose- and list- commands over to the format by Nicholas Marriott · 12 years ago
  70. f41efd9 Sync OpenBSD patchset 1069: by Tiago Cunha · 13 years ago
  71. 4621034 Add notify hooks for various events, the functions are currently empty by Nicholas Marriott · 13 years ago
  72. 3307813 Sync OpenBSD patchset 1042: by Tiago Cunha · 13 years ago
  73. 3d98ada Sync OpenBSD patchset 1041: by Tiago Cunha · 13 years ago
  74. 18012f5 free -> xfree. by Nicholas Marriott · 13 years ago
  75. 03dca66 Add -F format to new-window and split-window to use with the -P flag, by Nicholas Marriott · 13 years ago
  76. e4f1fbd Sync OpenBSD patchset 1035: by Tiago Cunha · 13 years ago
  77. 07ac168 Add move-pane command (like join-pane but allows the same window). Also by Nicholas Marriott · 13 years ago
  78. 4bb01c1 Sync OpenBSD patchset 1021: by Tiago Cunha · 13 years ago
  79. 908a22e Provide defined ways to set the various default-path possibilities: ~ by Nicholas Marriott · 13 years ago
  80. 5434a27 Sync OpenBSD patchset 1002: by Tiago Cunha · 13 years ago
  81. 8332413 Add some const and fix a warning. by Nicholas Marriott · 13 years ago
  82. c1b9948 Change the way the working directory for new processes is discovered. If by Nicholas Marriott · 13 years ago
  83. f308ba9 Change the way the working directory for new processes is discovered. If by Nicholas Marriott · 13 years ago
  84. 9ec4575 Sync OpenBSD patchset 979: by Tiago Cunha · 13 years ago
  85. 57df442 Make window_pane_index work the same as window_index, from Ben Boeckel. by Nicholas Marriott · 13 years ago
  86. cb752f9 Sync OpenBSD patchset 955: by Tiago Cunha · 13 years ago
  87. 423649b Plug memory leak, from Tiago Cunha. by Nicholas Marriott · 13 years ago
  88. 391f1f0 Expand the Id keyword. by Tiago Cunha · 13 years ago
  89. c7624fd Sync OpenBSD patchset 862: by Tiago Cunha · 14 years ago
  90. ce91520 Size on split-window is -l not -s. Doh. by Nicholas Marriott · 14 years ago
  91. 1df427b Sync OpenBSD patchset 829: by Tiago Cunha · 14 years ago
  92. 7502cb3 Clean up and simplify tmux command argument parsing. by Nicholas Marriott · 14 years ago
  93. 66fb24c Sync OpenBSD patchset 820: by Tiago Cunha · 14 years ago
  94. b6950ed Add a -P option to new-window and split-window to print the new window by Nicholas Marriott · 14 years ago
  95. 63e76b5 Sync OpenBSD patchset 730: by Tiago Cunha · 14 years ago
  96. 07a71fd Store the current working directory in the session, change the default-path by Nicholas Marriott · 14 years ago
  97. da194cc Sync OpenBSD patchset 604: by Tiago Cunha · 15 years ago
  98. 8212e76 Sync OpenBSD patchset 601: by Tiago Cunha · 15 years ago
  99. 91b7db7 Sync OpenBSD patchset 600: by Tiago Cunha · 15 years ago
  100. 6a45fab New command, join-pane, to split and move an existing pane into the space (like by Nicholas Marriott · 15 years ago