1. b9dc855 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  2. e454018 Add static in window-*.c and move some internal functions out of tmux.h. by nicm · 8 years ago
  3. c426e48 Loads more static, except for cmd-*.c and window-*.c. by nicm · 8 years ago
  4. 5e94126 No longer set __progname, we have getprogname(). by Nicholas Marriott · 8 years ago
  5. c10d83b __progname -> getprogname() by Thomas Adam · 8 years ago
  6. a2e0db6 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  7. fcb00a4 Use getprogname() instead of __progname to make portability easier. by nicm · 8 years ago
  8. 7411f21 Use osdep_event_init() so that LIBEVENT_NOEPOLL and so on are set to turn off by Nicholas Marriott · 9 years ago
  9. f4648c1 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  10. 9f04578 Fix up a couple of long lines. by nicm · 9 years ago
  11. 5fc5c03 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  12. 0d6de44 If setlocale("en_US.UTF-8") succeeds, then don't do the check for UTF-8 by nicm · 9 years ago
  13. 81f78f0 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  14. 1f0b317 Although we always have en_US.UTF-8 on OpenBSD, some platforms do not, by nicm · 9 years ago
  15. e304673 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  16. e647eeb Remove unused variables, from Michal Mazurek. by nicm · 9 years ago
  17. 26945d7 Use system wcwidth() instead of carrying around UTF-8 width tables. by nicm · 9 years ago
  18. fc86452 Remove malloc_options debug bit (already gone from OpenBSD). by Nicholas Marriott · 9 years ago
  19. dc42c35 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  20. 995af0e I no longer use my SourceForge address so replace it. by nicm · 9 years ago
  21. 5862f59 Conflicts: Makefile by Thomas Adam · 9 years ago
  22. d2fb0ef Add hooks infrastructure, basic commands (set-hook, show-hooks) and a by nicm · 9 years ago
  23. 890d8da Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  24. 62d3af1 Make environ_set va_args and use it to tidy up some calls. Also add a by nicm · 9 years ago
  25. 3ff46b2 Shell command from -c doesn't have to be global, pass it as an argument. by nicm · 9 years ago
  26. c913fb9 Tidy the code that works out the socket path, and just use the full path by nicm · 9 years ago
  27. 8976dac Remove malloc_options DEBUG bit. by nicm · 9 years ago
  28. 1e2df2d Remove the -I part of show-messages which isn't really that useful; the by nicm · 9 years ago
  29. 9cccb8c Make the log stuff a bit tidier with some helper functions. by nicm · 9 years ago
  30. d63de1e Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  31. 01a2ddf Add getpw to pledge, makes tmux work in YP environments, discovered by by nicm · 9 years ago
  32. 78a00c8 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  33. fce56c5 Instead of separate tables for different types of options, give each by nicm · 9 years ago
  34. 8213558 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  35. a582b62 Accidentally turned off pledge, turn it back on. by nicm · 9 years ago
  36. 7b749ef Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  37. c56b81a Push stdout and stderr to clients more aggressively, and add an event to by nicm · 9 years ago
  38. 5f48349 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  39. 0cc812a tmux is UTF-8, so if $TMUX is set (tmux running in tmux), the client is by nicm · 9 years ago
  40. 1b86f52 Nuke the utf8 and status-utf8 options and make tmux only a UTF-8 by nicm · 9 years ago
  41. f2e4aa8 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  42. 00c34df Drop mouse-utf8 option and always turn on UTF-8 mouse if the client says by nicm · 9 years ago
  43. a5e4d3a Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  44. bf9c933 Like options, move the environ struct into environ.c. by nicm · 9 years ago
  45. da1f6fc Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  46. 44657bf Move struct options into options.c. by nicm · 9 years ago
  47. 07b0ea0 Break the common process set up, event loop and imsg dispatch code by nicm · 9 years ago
  48. 91f53d5 __OpenBSD__ around pledge() by Thomas Adam · 9 years ago
  49. 3e0d31c Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  50. 4acc8d0 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  51. 3034a71 Let's see if anyone screams about not being able to specify $TMPDIR by deraadt · 9 years ago
  52. 5383b04 tmux can call pledge() in main with large set and then reduce it by nicm · 9 years ago
  53. c06c14f Some header fixes. by Nicholas Marriott · 9 years ago
  54. d477896 Add missing <time.h> by Thomas Adam · 9 years ago
  55. 4afe26f Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  56. 216ddf3 Move tzset() from log_open to main. by nicm · 9 years ago
  57. 79e5b62 osdep_event_init not event_init. by Nicholas Marriott · 9 years ago
  58. 76688d2 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  59. 82326dc A couple of style nits. by nicm · 9 years ago
  60. 952ba84 Work out config file when needed not at startup. by nicm · 9 years ago
  61. 6a539c0 Path from $TMUX does not need to be global anymore. by nicm · 9 years ago
  62. c6e9160 Login shell can be a client flag, and move the exec code into client.c. by nicm · 9 years ago
  63. dd92b6e Event base does not need to be global. by nicm · 9 years ago
  64. cb89f2f Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  65. b87dc60 Some style nits and dead assignments. by nicm · 9 years ago
  66. 18a64ad Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  67. 92af376 Add an option (history-file) for a file to save/restore command prompt by nicm · 9 years ago
  68. 73f9f03 Check for flock in libbsd for AIX, and remove some getopt.h includes. From J by Nicholas Marriott · 9 years ago
  69. 7acc4ad Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  70. dc0d34e tweak SYNOPSIS and usage(); by jmc · 9 years ago
  71. 833fe5b Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  72. d451502 Make a tmux-%u directory under TMUX_TMPDIR, like TMPDIR. by nicm · 10 years ago
  73. 747cab4 No need for $Id$ now. by Nicholas Marriott · 10 years ago
  74. 562af86 Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  75. 900f6fc Tidy up some includes. by nicm · 10 years ago
  76. 953c3ef Merge branch 'obsd-master' by Thomas Adam · 11 years ago
  77. 2740490 Remove the "info" message mechanism, this was only used for about five by nicm · 11 years ago
  78. 48478ea Remove log_debug2 as well and simplify log.c. by nicm · 11 years ago
  79. b1a87b2 Remove log_debug2 as well and simplify log.c. by Nicholas Marriott · 11 years ago
  80. 81db6ba Leftovers from removing 88 colour support, from Theo Buehler. by nicm · 11 years ago
  81. 1721056 Remove references to 88colour support by Thomas Adam · 11 years ago
  82. d02c4bd Merge branch 'obsd-master' by Thomas · 11 years ago
  83. 938768e Do not attempt to read .tmux.conf if we can't figure out a home by nicm · 11 years ago
  84. adc1f21 Three small changes from Tiago Cunha: by nicm · 11 years ago
  85. c1ccefc We accidentally haven't been using $TMUX to work out the session for a by nicm · 11 years ago
  86. 282c5f9 Alter how tmux handles the working directory to internally use file by nicm · 11 years ago
  87. eb26dbd Merge IDENTIFY_* flags with CLIENT_* flags. by nicm · 11 years ago
  88. e4dc156 Don't treat TMUX_TMPDIR as a potential file by nicm · 11 years ago
  89. e9b09fa We accidentally haven't been using $TMUX to work out the session for a while by Nicholas Marriott · 11 years ago
  90. 4538c26 Alter how tmux handles the working directory to internally use file descriptors by Nicholas Marriott · 11 years ago
  91. 01a4752 Merge IDENTIFY_* flags with CLIENT_* flags. by Nicholas Marriott · 11 years ago
  92. 9f33089 Fix previous not to leak fd on failure, whoops. by nicm · 11 years ago
  93. 710eeb2 Fix previous not to lead fd on failure. by Nicholas Marriott · 11 years ago
  94. d51b4f9 Use open(".")/fchdir() to save and restore current directory rather than by Nicholas Marriott · 11 years ago
  95. 3d8a8ea Use open(".")/fchdir() to save and restore current directory rather than by nicm · 11 years ago
  96. bda970b Don't treat TMUX_TMPDIR as a potential file by Thomas · 11 years ago
  97. e323101 Rename global configuration define. by Nicholas Marriott · 12 years ago
  98. 4f3c31a Use sysconfdir for the location of global tmux.conf (but default it to /etc), by Nicholas Marriott · 12 years ago
  99. a46ccbd -paths.h. Fixes Solaris, from Dagobert Michelsen. by Nicholas Marriott · 12 years ago
  100. 2c4543b Add back missing -V flag by Thomas Adam · 12 years ago