1. d02c4bd Merge branch 'obsd-master' by Thomas · 11 years ago
  2. 7aeb447 Handle empty current directory more gracefully. by nicm · 11 years ago
  3. 909e1c1 Don't boke when figuring out working directory from configuration file. by nicm · 11 years ago
  4. 282c5f9 Alter how tmux handles the working directory to internally use file by nicm · 11 years ago
  5. 6c09301 Remove CMD_SENDENVIRON. by nicm · 11 years ago
  6. 9e0d7bd Don't boke when figuring out working directory from configuration file. by Nicholas Marriott · 11 years ago
  7. 4538c26 Alter how tmux handles the working directory to internally use file descriptors by Nicholas Marriott · 11 years ago
  8. 7e4314e Remove CMD_SENDENVIRON. by Nicholas Marriott · 11 years ago
  9. 9389cfb Support -c for new-session, based on code from J Raynor. by Nicholas Marriott · 11 years ago
  10. a36da3a Remove the barely-used and unnecessary command check() function. by Nicholas Marriott · 11 years ago
  11. 43fb983 Add -P and -F to new-session. by Nicholas Marriott · 12 years ago
  12. 14fad6a Add -A flag to new-session to make it behave like attach-session if the by Nicholas Marriott · 12 years ago
  13. 20636d9 Add a command queue to standardize and simplify commands that call other by Nicholas Marriott · 12 years ago
  14. 7f191c7 Add -P and -F to new-session. by Nicholas Marriott · 12 years ago
  15. f339cfd Add -A flag to new-session to make it behave like attach-session if the session by Nicholas Marriott · 12 years ago
  16. 3964309 Add a command queue to standardize and simplify commands that call other by Nicholas Marriott · 12 years ago
  17. 675c6b3 Merge branch 'obsd-master' by Thomas Adam · 12 years ago
  18. 3a0016a Use the CMD_*_USAGE defines consistently, from Thomas Adam. by Nicholas Marriott · 12 years ago
  19. c04aa90 Merge branch 'obsd-master' by Thomas Adam · 12 years ago
  20. 827b311 Use a utility function for common code to show errors in config file, by Nicholas Marriott · 12 years ago
  21. 1f5e6e3 Sync OpenBSD patchset 1151: by Tiago Cunha · 12 years ago
  22. a432fcd Sync OpenBSD patchset 1150: by Tiago Cunha · 12 years ago
  23. ede8312 Make command exec functions return an enum rather than -1/0/1 values and by Nicholas Marriott · 12 years ago
  24. df912e3 xfree is not particularly helpful, remove it. From Thomas Adam. by Nicholas Marriott · 12 years ago
  25. baafc17 Sync OpenBSD patchset 1118: by Tiago Cunha · 13 years ago
  26. 682884e Add a helper function to send ready message. by Nicholas Marriott · 13 years ago
  27. 1340c01 Sync OpenBSD patchset 1111: by Tiago Cunha · 13 years ago
  28. 37f9bb4 Add a helper function to open the terminal for attach-/new-session. by Nicholas Marriott · 13 years ago
  29. f41efd9 Sync OpenBSD patchset 1069: by Tiago Cunha · 13 years ago
  30. 4621034 Add notify hooks for various events, the functions are currently empty by Nicholas Marriott · 13 years ago
  31. c82e068 Sync OpenBSD patchset 1024: by Tiago Cunha · 13 years ago
  32. 8363d19 Move window name changes into wrapper function window_set_name, from by Nicholas Marriott · 13 years ago
  33. 7d169a3 Sync OpenBSD patchset 967: by Tiago Cunha · 13 years ago
  34. 179d068 For initial session, use size of command client even if detached. by Nicholas Marriott · 13 years ago
  35. 391f1f0 Expand the Id keyword. by Tiago Cunha · 13 years ago
  36. e5f4bf3 |PatchSet 884 by Nicholas Marriott · 14 years ago
  37. 4e452a2 |PatchSet 882 by Nicholas Marriott · 14 years ago
  38. ec89eb9 Change so that an empty session name always means the current sessions by Nicholas Marriott · 14 years ago
  39. 5d519ba Add a flag to cmd_find_session so that attach-session can prefer by Nicholas Marriott · 14 years ago
  40. 32de1d5 Sync OpenBSD patchset 861: by Tiago Cunha · 14 years ago
  41. 8ec3e57 Don't require -d with -x or -y since it could be in the config file. by Nicholas Marriott · 14 years ago
  42. 7a68cff Sync OpenBSD patchset 844: by Tiago Cunha · 14 years ago
  43. 4f34e25 Support -x and -y for new-session to specify the initial size of the by Nicholas Marriott · 14 years ago
  44. 1df427b Sync OpenBSD patchset 829: by Tiago Cunha · 14 years ago
  45. 7502cb3 Clean up and simplify tmux command argument parsing. by Nicholas Marriott · 14 years ago
  46. d3c04b7 Sync OpenBSD patchset 819: by Tiago Cunha · 14 years ago
  47. 04b32fa Don't reset the activity timer for unattached sessions every second, by Nicholas Marriott · 14 years ago
  48. bb728b8 Sync OpenBSD patchset 802: by Tiago Cunha · 14 years ago
  49. 9358cfa Use pointer rather than index for the client's last session. by Nicholas Marriott · 14 years ago
  50. 5fcd671 Track the last session for a client and add a flag to switch-client and by Nicholas Marriott · 14 years ago
  51. 51487ed Track the last session for a client and add a flag to switch-client and by Nicholas Marriott · 14 years ago
  52. 63e76b5 Sync OpenBSD patchset 730: by Tiago Cunha · 14 years ago
  53. 07a71fd Store the current working directory in the session, change the default-path by Nicholas Marriott · 14 years ago
  54. ac9daf9 Merge copy mode and output mode, dropping the latter. Idea and code from by Nicholas Marriott · 15 years ago
  55. 2d74ce1 Merge output (more) and copy modes into one single mode (called copy). by Micah Cowan · 15 years ago
  56. f7ae833 Sync OpenBSD patchset 650: by Tiago Cunha · 15 years ago
  57. 2521102 Display -t argument to new-session, from Tiago Cunha. by Nicholas Marriott · 15 years ago
  58. 36a80b2 Sync OpenBSD patchset 640: by Tiago Cunha · 15 years ago
  59. a32d095 Sync OpenBSD patchset 635: by Tiago Cunha · 15 years ago
  60. 4651180 Use the array.h code for the causes list. by Nicholas Marriott · 15 years ago
  61. 8aba77b Instead of bailing out on the first configuration file error, carry on, by Nicholas Marriott · 15 years ago
  62. cc094fd Sync OpenBSD patchset 581: by Tiago Cunha · 15 years ago
  63. 15a64b8 Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last by Nicholas Marriott · 15 years ago
  64. c12e0b0 Sync OpenBSD patchset 567: by Tiago Cunha · 15 years ago
  65. 4ca857e Remove a couple of unused arguments where possible, and add /* ARGSUSED */ to by Nicholas Marriott · 15 years ago
  66. e35f5b3 Sync OpenBSD patchset 539: by Tiago Cunha · 15 years ago
  67. 76ef877 Get rid of the ugly CMD_CHFLAG macro and use a const string (eg "dDU") in the by Nicholas Marriott · 15 years ago
  68. 1b4a76d Sync OpenBSD patchset 527: by Tiago Cunha · 15 years ago
  69. 2756437 Only need to chmod +x or -x the socket when a client is created, lost or by Nicholas Marriott · 15 years ago
  70. 629afba Reduce diff with OpenBSD. by Tiago Cunha · 15 years ago
  71. 6a1ebb1 Sync OpenBSD patchset 371: by Tiago Cunha · 15 years ago
  72. 9dd72b9 Add "grouped sessions" which have independent name, options, current window and by Nicholas Marriott · 15 years ago
  73. 31ccf2f Sync OpenBSD patchset 342: by Tiago Cunha · 15 years ago
  74. 6fab9a3 Use KEYC_NONE constant instead of 0 on init. by Nicholas Marriott · 15 years ago
  75. 15b643f Sync from OpenBSD: by Nicholas Marriott · 15 years ago
  76. 5c60162 Rather than constructing an entire termios struct from ttydefaults.h, just let by Nicholas Marriott · 15 years ago
  77. dbaa284 Sync OpenBSD patchset 327: by Tiago Cunha · 15 years ago
  78. f39865e The default terminal size should be 80x24, not 80x25. by Nicholas Marriott · 15 years ago
  79. 5fcf714 Always set VERASE to \177. by Tiago Cunha · 15 years ago
  80. 61990de Sync OpenBSD patchset 323: by Tiago Cunha · 15 years ago
  81. d771614 tmux always outputs \177 for backspace, so explicitly set VERASE to \177 for by Nicholas Marriott · 15 years ago
  82. 1a5aba4 ttydefchars is a fucking horlicks. Happily we only need it in one file, move it by Nicholas Marriott · 15 years ago
  83. a3799e0 Sync OpenBSD patchset 291: by Tiago Cunha · 15 years ago
  84. a910b38 Some code tidying. by Nicholas Marriott · 15 years ago
  85. 27c5df2 Move reading termios settings to before tty_open alters them, and expand the by Nicholas Marriott · 15 years ago
  86. 915a191 Move reading termios settings to before tty_open alters them, and expand the by Nicholas Marriott · 15 years ago
  87. f1c9826 VTIME and VMIN are only necessary in noncanonical mode, so Solaris reuses the by Nicholas Marriott · 15 years ago
  88. 09cc530 Solaris and AIX have no ttydefaults.h. by Nicholas Marriott · 15 years ago
  89. 7c9f827 In yet another triumph of stupidity over common sense, the glibc by Nicholas Marriott · 15 years ago
  90. 2a300c6 Use cfsetispeed/cfsetospeed to set termios speed members. by Nicholas Marriott · 15 years ago
  91. c41aa49 Use cfsetispeed/cfsetospeed to set termios speed members. by Nicholas Marriott · 15 years ago
  92. e61ee94 Sync OpenBSD patchset 257: by Tiago Cunha · 15 years ago
  93. 64950f4 Sync OpenBSD patchset 255: by Tiago Cunha · 15 years ago
  94. 8973af8 Include unistd.h due to OpenBSD patchset 254. At least on Linux, that's where by Tiago Cunha · 15 years ago
  95. f415d43 Sync OpenBSD patchset 254: by Tiago Cunha · 15 years ago
  96. 3ad4de6 Add a base-index session option to specify the first index checked when looking by Nicholas Marriott · 15 years ago
  97. e2ff51f Rather than telling the client to exit in the function when creating a new by Nicholas Marriott · 15 years ago
  98. 52793e7 When creating a new session from the command-line where there is an external by Nicholas Marriott · 15 years ago
  99. 29b1b2f Sync OpenBSD patchset 231: by Tiago Cunha · 15 years ago
  100. 15f6a41 Sync OpenBSD patchset 211: by Tiago Cunha · 15 years ago