1. a34ceb1 Merge branch 'obsd-master' by Thomas Adam · 4 years, 1 month ago
  2. 86d6ac2 Fix warnings on some platforms with %llx and add a new message to handle by nicm · 4 years, 1 month ago
  3. 31a51ca Merge branch 'obsd-master' by Thomas Adam · 4 years, 5 months ago
  4. f393149 Use CLOCK_MONOTONIC for timer measurement and add a timestamp to control by nicm · 4 years, 5 months ago
  5. dceb6a1 Add a -D flag to ask tmux not to daemonize, useful both for running a by nicm · 4 years, 5 months ago
  6. 7859545 Add 'e' key in buffer mode to open the buffer in an editor. by nicm · 4 years, 5 months ago
  7. a29196c Build list of paths and weed out duplicates before loading configs, and by nicm · 4 years, 5 months ago
  8. d01e7aa Add a -D flag to ask tmux not to daemonize, useful both for running a debugger by Nicholas Marriott · 4 years, 5 months ago
  9. cc19203 Add 'e' key in buffer mode to open the buffer in an editor. by Nicholas Marriott · 4 years, 6 months ago
  10. d53e1fe Add TMUX_SOCK like TMUX_PATH for the socket directory. by Nicholas Marriott · 4 years, 6 months ago
  11. 0d3fdae Build list of paths and weed out duplicates before loading configs. by Nicholas Marriott · 4 years, 6 months ago
  12. df1bce4 Call the event_init wrapper again. by Nicholas Marriott · 4 years, 6 months ago
  13. c706aad Merge branch 'obsd-master' by Thomas Adam · 4 years, 6 months ago
  14. c91b4b2 Tidy up the terminal detection and feature code and add named sets of by nicm · 4 years, 6 months ago
  15. 1aa2845 Check for sys_signame. by Nicholas Marriott · 4 years, 6 months ago
  16. dd66ede Merge branch 'obsd-master' by Thomas Adam · 4 years, 6 months ago
  17. a2e47b5 Show signal name when process exits rather than number. by nicm · 4 years, 6 months ago
  18. a1fc8f8 More style nits. by nicm · 4 years, 6 months ago
  19. dfd2997 Merge branch 'obsd-master' by Thomas Adam · 4 years, 7 months ago
  20. cc8b41f Add a way to mark environment variables as "hidden" so they can be used by nicm · 4 years, 7 months ago
  21. 0610f66 Merge branch 'obsd-master' by Thomas Adam · 4 years, 7 months ago
  22. 115bb33 Ignore default-shell (and use /bin/sh) if it invalid not just if it is by nicm · 4 years, 7 months ago
  23. 1a2e66f Merge branch 'obsd-master' by Thomas Adam · 4 years, 7 months ago
  24. 2a5702a When the server socket is given by the user with -S, create it with by nicm · 4 years, 7 months ago
  25. 84995ae -V also needs to go in usage. by nicm · 4 years, 9 months ago
  26. 685eb38 Fix for version changes. by Nicholas Marriott · 4 years, 9 months ago
  27. ee3d3db Merge branch 'obsd-master' by Thomas Adam · 4 years, 9 months ago
  28. f165221 Reduce a difference with portable tmux by adding the -V flag and by nicm · 4 years, 9 months ago
  29. eb57cbc Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  30. 68d59a1 Memory leaks, from Igor Wong in GitHub issue 1934. by nicm · 5 years ago
  31. f8ad72b Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  32. 5f92f92 Add a per-pane option set. Pane options inherit from window options (so by nicm · 5 years ago
  33. 5489796 Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  34. dfb7bb6 Merge hooks into options and make each one an array option. This allows by nicm · 5 years ago
  35. 2977317 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  36. 3a7b9d5 Do not use PWD unless it actually matches the real working directory. by nicm · 6 years ago
  37. 84ddc72 Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  38. f32fd2d Improve error message if creating socket parent directory fails, from by nicm · 7 years ago
  39. 06684c9 Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  40. d17c905 Prefer PWD for current directory if present in client, from Wei Zhao in by nicm · 7 years ago
  41. 1076a2e Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  42. ed3cfaa Make shell_command a global like other stuff rather than making it an by nicm · 7 years ago
  43. 4e01036 Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  44. 42285ac Try C.UTF-8 which is also a commonly useful locale on some platforms, by nicm · 7 years ago
  45. ae1a6c2 Do not need getopt.h. by nicm · 7 years ago
  46. 93062ad Fix after merge by Thomas Adam · 7 years ago
  47. 22e594f Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  48. b723f50 Do not need getopt.h for getopt, from Eric N Vander Weele. by Nicholas Marriott · 7 years ago
  49. 87997ef Use fdforkpty() instead of our own unwrapped versions. by nicm · 7 years ago
  50. 5a551ac Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  51. 689f4bf Style nits and a missing cast. by nicm · 7 years ago
  52. d912687 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  53. d566c78 Memory leak, from David CARLIER. by nicm · 8 years ago
  54. 02ddd4c Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  55. 04e17a7 Use uid_t for UID not u_int. by nicm · 8 years ago
  56. 514a723 Solaris fixes, mostly from Dagobert Michelsen. by Nicholas Marriott · 8 years ago
  57. f734d81 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  58. 8b8d096 Style nits. by nicm · 8 years ago
  59. a3d5bfc Define away pledge() on !OpenBSD. by Nicholas Marriott · 8 years ago
  60. b3a724f Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  61. 98e7fbb Open /dev/ptm before pledge() and save it to be used for PTMGET later by nicm · 8 years ago
  62. c9fcb76 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  63. 2b0bc9f Major tidy up and rework of options tree and set-option/show-options by nicm · 8 years ago
  64. d4cb178 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  65. 24cba59 Simplify appending to string options. by nicm · 8 years ago
  66. a64b7cf Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  67. bee95bf Spacing nits. by nicm · 8 years ago
  68. b9dc855 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  69. e454018 Add static in window-*.c and move some internal functions out of tmux.h. by nicm · 8 years ago
  70. c426e48 Loads more static, except for cmd-*.c and window-*.c. by nicm · 8 years ago
  71. 5e94126 No longer set __progname, we have getprogname(). by Nicholas Marriott · 8 years ago
  72. c10d83b __progname -> getprogname() by Thomas Adam · 8 years ago
  73. a2e0db6 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  74. fcb00a4 Use getprogname() instead of __progname to make portability easier. by nicm · 8 years ago
  75. 7411f21 Use osdep_event_init() so that LIBEVENT_NOEPOLL and so on are set to turn off by Nicholas Marriott · 8 years ago
  76. f4648c1 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  77. 9f04578 Fix up a couple of long lines. by nicm · 8 years ago
  78. 5fc5c03 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  79. 0d6de44 If setlocale("en_US.UTF-8") succeeds, then don't do the check for UTF-8 by nicm · 9 years ago
  80. 81f78f0 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  81. 1f0b317 Although we always have en_US.UTF-8 on OpenBSD, some platforms do not, by nicm · 9 years ago
  82. e304673 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  83. e647eeb Remove unused variables, from Michal Mazurek. by nicm · 9 years ago
  84. 26945d7 Use system wcwidth() instead of carrying around UTF-8 width tables. by nicm · 9 years ago
  85. fc86452 Remove malloc_options debug bit (already gone from OpenBSD). by Nicholas Marriott · 9 years ago
  86. dc42c35 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  87. 995af0e I no longer use my SourceForge address so replace it. by nicm · 9 years ago
  88. 5862f59 Conflicts: Makefile by Thomas Adam · 9 years ago
  89. d2fb0ef Add hooks infrastructure, basic commands (set-hook, show-hooks) and a by nicm · 9 years ago
  90. 890d8da Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  91. 62d3af1 Make environ_set va_args and use it to tidy up some calls. Also add a by nicm · 9 years ago
  92. 3ff46b2 Shell command from -c doesn't have to be global, pass it as an argument. by nicm · 9 years ago
  93. c913fb9 Tidy the code that works out the socket path, and just use the full path by nicm · 9 years ago
  94. 8976dac Remove malloc_options DEBUG bit. by nicm · 9 years ago
  95. 1e2df2d Remove the -I part of show-messages which isn't really that useful; the by nicm · 9 years ago
  96. 9cccb8c Make the log stuff a bit tidier with some helper functions. by nicm · 9 years ago
  97. d63de1e Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  98. 01a2ddf Add getpw to pledge, makes tmux work in YP environments, discovered by by nicm · 9 years ago
  99. 78a00c8 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  100. fce56c5 Instead of separate tables for different types of options, give each by nicm · 9 years ago