1. ffebf00 Solaris 11.4 and later prefers mdoc, from Alan Coopersmith. by Nicholas Marriott · 6 years ago
  2. 80283f9 Revert "2.7-rc." by Nicholas Marriott · 7 years ago
  3. ced74bd 2.7-rc. by Nicholas Marriott · 7 years ago
  4. 58e9d12 msys is apparently a cygwin variant that doesn't say it is cygwin... by Nicholas Marriott · 7 years ago
  5. a34de2e Save and restore LIBS when checking for b64_ntop, reported by Ralf Friedl. by Nicholas Marriott · 7 years ago
  6. b541a97 2.6-rc3. by Nicholas Marriott · 7 years ago
  7. 034b19b 2.6-rc2. by Nicholas Marriott · 7 years ago
  8. a1986c5 Add to CHANGES. by Nicholas Marriott · 7 years ago
  9. 2e4e521 2.6-rc version. by Nicholas Marriott · 7 years ago
  10. c1d8b0f Back to master. by Nicholas Marriott · 7 years ago
  11. 2248b88 2.6-rc version. by Nicholas Marriott · 7 years ago
  12. eea9363 Set AM_CFLAGS for ncurses libraries, reported by Peter Schow. by Nicholas Marriott · 7 years ago
  13. 143ccd2 Add memmem to compat. by Nicholas Marriott · 7 years ago
  14. 78352fd Add a small dance to daemon() to reattach tmux to the user's namespace (which by Nicholas Marriott · 7 years ago
  15. 3888bf9 Need to check libutil for fparseln. by Nicholas Marriott · 7 years ago
  16. e82c426 Back to master. by Nicholas Marriott · 7 years ago
  17. 7b17618 2.5-rc and changes. by Nicholas Marriott · 7 years ago
  18. 9420758 getptmfd() and fdforkpty() compat. by Nicholas Marriott · 7 years ago
  19. aebbb15 Turn on debug if $VERSION is master rather than commenting and uncommenting. by Nicholas Marriott · 7 years ago
  20. d720a14 Update imsg*.c from OpenBSD. by Nicholas Marriott · 8 years ago
  21. 2e5664d Update imsg*.[ch] from OpenBSD, add some compat bits it needs and remove some by Nicholas Marriott · 8 years ago
  22. e87d808 Remove coverage and profile flags. by Nicholas Marriott · 8 years ago
  23. 1cb8145 Tweak some comments. by Nicholas Marriott · 8 years ago
  24. c57039b Can shorten these by using LIBOBJ. by Nicholas Marriott · 8 years ago
  25. 223ed4a Should not need -D_POSIX_PTHREAD_SEMANTICS. by Nicholas Marriott · 8 years ago
  26. 080080f Use AC_USE_SYSTEM_EXTENSIONS and explicitly check for daemon() in headers. by Nicholas Marriott · 8 years ago
  27. b008a07 Do not test for term.h since we don't use the result. by Nicholas Marriott · 8 years ago
  28. 792455c Tweak test for program_invocation_short_name. by Nicholas Marriott · 8 years ago
  29. a24cf4a Can only check for one with AC_CHECK_LIB. by Nicholas Marriott · 8 years ago
  30. b79df1d Compat code for strndup and strnlen. by Nicholas Marriott · 8 years ago
  31. 514a723 Solaris fixes, mostly from Dagobert Michelsen. by Nicholas Marriott · 8 years ago
  32. 0f5a2c8 Look for libtinfo before libncurses. by Nicholas Marriott · 8 years ago
  33. c7c1018 Update sys/queue.h from OpenBSD. by Nicholas Marriott · 8 years ago
  34. acf331f Add b64_pton as well. by Nicholas Marriott · 8 years ago
  35. 61af9d7 Look for ncursesw as well as ncurses, based on a change from Bert van Hall. by Nicholas Marriott · 8 years ago
  36. 7e4908f If --enable-{utf8proc,utempter} is given, do not build without it. by Nicholas Marriott · 8 years ago
  37. c034670 Fix VIS_DQ check. by Nicholas Marriott · 8 years ago
  38. f20e3ee We need VIS_DQ in vis.h as well. by Nicholas Marriott · 8 years ago
  39. b951f06 Put AM_* back, but this time do a dance in configure.ac so that we can keep by Nicholas Marriott · 8 years ago
  40. 3742f66 Revert the AM_* change, I can't find a way to make AC_CHECK_HEADER use by Nicholas Marriott · 8 years ago
  41. 7d5fd5f Preserve existing AM_CPPFLAGS and AM_LDFLAGS values. by Nicholas Marriott · 8 years ago
  42. 7ba8452 CFLAGS/CPPFLAGS/LDFLAGS -> AM_*, requested by Dilyan Palauzov. by Nicholas Marriott · 8 years ago
  43. 733185d Can use enable_* rather than adding our own found_* variables, from Dilyan Palauzov. by Nicholas Marriott · 8 years ago
  44. e6f7180 tmux no longer uses openat() so we can remove the compatibilty function. by Nicholas Marriott · 8 years ago
  45. bb7cc8e Start working on 2.4 by Thomas Adam · 8 years ago
  46. 52869ed Release tmux 2.3 by Thomas Adam · 8 years ago 2.3
  47. 6e8f400 Do not use utf8proc by default. by Nicholas Marriott · 8 years ago
  48. c6cdab1 Use ncurses OR curses, don't mix header and library. Tested by Rob Paisley. by Nicholas Marriott · 8 years ago
  49. 727ce7e Check for headers for ncurses and libevent as well as libraries. by Nicholas Marriott · 8 years ago
  50. 6c94774 Add support for using utf8proc with --enable-utf8proc, useful for platforms by Nicholas Marriott · 8 years ago
  51. 762fa58 Merge branch 'master' of github.com:tmux/tmux by Nicholas Marriott · 8 years ago
  52. cfef0c6 getprogname() and setproctitle() on Linux. by Nicholas Marriott · 8 years ago
  53. f2ec81c Add flag for -pg. by Nicholas Marriott · 8 years ago
  54. fe4e947 Add --static to PKG_CONFIG rather than replacing it. by Nicholas Marriott · 8 years ago
  55. 5391342 Start working on 2.3 by Thomas Adam · 9 years ago
  56. 9a4b45d Add CHANGES notes for 2.2 release by Thomas Adam · 9 years ago 2.2
  57. 75b2c16 Add --disable-utempter to build without it. by Nicholas Marriott · 9 years ago
  58. 5658b62 Look for utempter_add_record to be sure we have the new utempter API, the old by Nicholas Marriott · 9 years ago
  59. 92f187d Need to use pkg-config --static when doing a static build. by Nicholas Marriott · 9 years ago
  60. 38cc1a1 Look for ncurses with PKG_CONFIG, and remove libtinfo because it just causes by Nicholas Marriott · 9 years ago
  61. a77960c Add reallocarray to compat. by Nicholas Marriott · 9 years ago
  62. 7c78b2b Start working on tmux 2.2 by Thomas Adam · 9 years ago
  63. 310f0a9 Update for 2.1 release. by Thomas Adam · 9 years ago 2.1
  64. 166aa97 No more $Id$. by Nicholas Marriott · 9 years ago
  65. ef35c9f Add --enable-coverage for gcov. by Nicholas Marriott · 9 years ago
  66. 2ebef95 Sync up vis.* for stravis(). by Nicholas Marriott · 9 years ago
  67. 73f9f03 Check for flock in libbsd for AIX, and remove some getopt.h includes. From J by Nicholas Marriott · 9 years ago
  68. 235e0bd Update imsg*.[ch] from OpenBSD, including bzero->memset. by Nicholas Marriott · 9 years ago
  69. 75061cb I no longer need to care about GCC 3. by Nicholas Marriott · 9 years ago
  70. 32bc8f4 HTML bits are now elsewhere. by Nicholas Marriott · 9 years ago
  71. 6525ca5 Start working on 2.1 by Thomas Adam · 9 years ago
  72. 7536d69 Explicitly look for cpp and egrep to avoid AC_EGREP_CPP messing up output. by Nicholas Marriott · 10 years ago 2.0
  73. 68429cd Spaces to tabs. by Nicholas Marriott · 10 years ago
  74. 32f1ced Tweak ordering and whitespace. by Nicholas Marriott · 10 years ago
  75. b222494 Solaris doesn't have flock and fcntl is useless so make a no-op flock. Reported by Nicholas Marriott · 10 years ago
  76. 938d91d Tweak www and add RELEASE variable for current release version so we don't need by Nicholas Marriott · 10 years ago
  77. 93fe1b8 Stupid comment. by Nicholas Marriott · 10 years ago
  78. 92997b7 Add compat/fparseln() for non-BSD systems by Thomas Adam · 10 years ago
  79. 19cb0a1 Might as well still allow autoconf 2.59. by Nicholas Marriott · 10 years ago
  80. 248ad8b Next up is 2.0 not 1.10. by Nicholas Marriott · 11 years ago
  81. 3625bcb Add osdep-cgywin.c as a copy of osdep-linux.c, from J Raynor. by Nicholas Marriott · 11 years ago
  82. bf82f15 Missing period. by Nicholas Marriott · 11 years ago
  83. 4273c1b Use utempter to update utmp if it's around for configure, from madmaverick9 at by Nicholas Marriott · 11 years ago
  84. 7eed5ad Go back to working on 1.10 by Thomas Adam · 11 years ago
  85. 80d9964 Update CHANGES and configure.ac for 1.9a release by Thomas Adam · 11 years ago 1.9a
  86. 1ab0745 Working on 1.10 by Thomas Adam · 11 years ago
  87. c5d2de7 Update CHANGES and configure.ac for 1.9 release by Thomas Adam · 11 years ago 1.9
  88. cbf9224 Add AC_PROG_MKDIR_P. by Nicholas Marriott · 11 years ago
  89. ba014c1 NetBSD broke strnvis when they added it, check for that. by Nicholas Marriott · 11 years ago
  90. e588ddb Add openat() to compat. by Nicholas Marriott · 11 years ago
  91. 796974d Check setupterm() in libtinfo also by Thomas Adam · 11 years ago
  92. 75f5b3d Add subdir-objects to shut automake up by Thomas Adam · 11 years ago
  93. 4f3c31a Use sysconfdir for the location of global tmux.conf (but default it to /etc), by Nicholas Marriott · 11 years ago
  94. 792e285 Add compat for cfmakeraw, from Dagobert Michelsen. by Nicholas Marriott · 11 years ago
  95. c24b58e Generate tmux.1 using mdoc2man.awk on Solaris, issue brought up and changes by Nicholas Marriott · 12 years ago
  96. 5fe0576 Working on 1.9 by Thomas Adam · 12 years ago
  97. 1b083aa Update CHANGES and configure.ac for 1.8 release. by Thomas Adam · 12 years ago 1.8
  98. e964ff7 Fix --disable-static, reported by Shea Levy. by Nicholas Marriott · 12 years ago
  99. 5cdc959 Working on 1.8 by Thomas Adam · 12 years ago
  100. 2b5c3fc Update NOTES, CHANGES, configure.ac for 1.7 release by Thomas Adam · 12 years ago 1.7