1. c6cdab1 Use ncurses OR curses, don't mix header and library. Tested by Rob Paisley. by Nicholas Marriott · 8 years ago
  2. 727ce7e Check for headers for ncurses and libevent as well as libraries. by Nicholas Marriott · 8 years ago
  3. 6c94774 Add support for using utf8proc with --enable-utf8proc, useful for platforms by Nicholas Marriott · 8 years ago
  4. 762fa58 Merge branch 'master' of github.com:tmux/tmux by Nicholas Marriott · 9 years ago
  5. cfef0c6 getprogname() and setproctitle() on Linux. by Nicholas Marriott · 9 years ago
  6. f2ec81c Add flag for -pg. by Nicholas Marriott · 9 years ago
  7. fe4e947 Add --static to PKG_CONFIG rather than replacing it. by Nicholas Marriott · 9 years ago
  8. 5391342 Start working on 2.3 by Thomas Adam · 9 years ago
  9. 9a4b45d Add CHANGES notes for 2.2 release by Thomas Adam · 9 years ago 2.2
  10. 75b2c16 Add --disable-utempter to build without it. by Nicholas Marriott · 9 years ago
  11. 5658b62 Look for utempter_add_record to be sure we have the new utempter API, the old by Nicholas Marriott · 9 years ago
  12. 92f187d Need to use pkg-config --static when doing a static build. by Nicholas Marriott · 9 years ago
  13. 38cc1a1 Look for ncurses with PKG_CONFIG, and remove libtinfo because it just causes by Nicholas Marriott · 9 years ago
  14. a77960c Add reallocarray to compat. by Nicholas Marriott · 9 years ago
  15. 7c78b2b Start working on tmux 2.2 by Thomas Adam · 9 years ago
  16. 310f0a9 Update for 2.1 release. by Thomas Adam · 9 years ago 2.1
  17. 166aa97 No more $Id$. by Nicholas Marriott · 9 years ago
  18. ef35c9f Add --enable-coverage for gcov. by Nicholas Marriott · 9 years ago
  19. 2ebef95 Sync up vis.* for stravis(). by Nicholas Marriott · 9 years ago
  20. 73f9f03 Check for flock in libbsd for AIX, and remove some getopt.h includes. From J by Nicholas Marriott · 9 years ago
  21. 235e0bd Update imsg*.[ch] from OpenBSD, including bzero->memset. by Nicholas Marriott · 9 years ago
  22. 75061cb I no longer need to care about GCC 3. by Nicholas Marriott · 9 years ago
  23. 32bc8f4 HTML bits are now elsewhere. by Nicholas Marriott · 9 years ago
  24. 6525ca5 Start working on 2.1 by Thomas Adam · 10 years ago
  25. 7536d69 Explicitly look for cpp and egrep to avoid AC_EGREP_CPP messing up output. by Nicholas Marriott · 10 years ago 2.0
  26. 68429cd Spaces to tabs. by Nicholas Marriott · 10 years ago
  27. 32f1ced Tweak ordering and whitespace. by Nicholas Marriott · 10 years ago
  28. b222494 Solaris doesn't have flock and fcntl is useless so make a no-op flock. Reported by Nicholas Marriott · 10 years ago
  29. 938d91d Tweak www and add RELEASE variable for current release version so we don't need by Nicholas Marriott · 10 years ago
  30. 93fe1b8 Stupid comment. by Nicholas Marriott · 10 years ago
  31. 92997b7 Add compat/fparseln() for non-BSD systems by Thomas Adam · 10 years ago
  32. 19cb0a1 Might as well still allow autoconf 2.59. by Nicholas Marriott · 10 years ago
  33. 248ad8b Next up is 2.0 not 1.10. by Nicholas Marriott · 11 years ago
  34. 3625bcb Add osdep-cgywin.c as a copy of osdep-linux.c, from J Raynor. by Nicholas Marriott · 11 years ago
  35. bf82f15 Missing period. by Nicholas Marriott · 11 years ago
  36. 4273c1b Use utempter to update utmp if it's around for configure, from madmaverick9 at by Nicholas Marriott · 11 years ago
  37. 7eed5ad Go back to working on 1.10 by Thomas Adam · 11 years ago
  38. 80d9964 Update CHANGES and configure.ac for 1.9a release by Thomas Adam · 11 years ago 1.9a
  39. 1ab0745 Working on 1.10 by Thomas Adam · 11 years ago
  40. c5d2de7 Update CHANGES and configure.ac for 1.9 release by Thomas Adam · 11 years ago 1.9
  41. cbf9224 Add AC_PROG_MKDIR_P. by Nicholas Marriott · 11 years ago
  42. ba014c1 NetBSD broke strnvis when they added it, check for that. by Nicholas Marriott · 11 years ago
  43. e588ddb Add openat() to compat. by Nicholas Marriott · 11 years ago
  44. 796974d Check setupterm() in libtinfo also by Thomas Adam · 11 years ago
  45. 75f5b3d Add subdir-objects to shut automake up by Thomas Adam · 11 years ago
  46. 4f3c31a Use sysconfdir for the location of global tmux.conf (but default it to /etc), by Nicholas Marriott · 12 years ago
  47. 792e285 Add compat for cfmakeraw, from Dagobert Michelsen. by Nicholas Marriott · 12 years ago
  48. c24b58e Generate tmux.1 using mdoc2man.awk on Solaris, issue brought up and changes by Nicholas Marriott · 12 years ago
  49. 5fe0576 Working on 1.9 by Thomas Adam · 12 years ago
  50. 1b083aa Update CHANGES and configure.ac for 1.8 release. by Thomas Adam · 12 years ago 1.8
  51. e964ff7 Fix --disable-static, reported by Shea Levy. by Nicholas Marriott · 12 years ago
  52. 5cdc959 Working on 1.8 by Thomas Adam · 12 years ago
  53. 2b5c3fc Update NOTES, CHANGES, configure.ac for 1.7 release by Thomas Adam · 12 years ago 1.7
  54. 224255c Create a debug build by default. by Tiago Cunha · 13 years ago
  55. 74b2eaa Working on 1.7. by Tiago Cunha · 13 years ago
  56. 9803aee Releases don't have debugging enabled. by Tiago Cunha · 13 years ago
  57. cf31741 Use pkg-config for libevent. by Nicholas Marriott · 13 years ago
  58. a734171 Fix some warnings with newer autoconf, from Matt Curtis. by Nicholas Marriott · 13 years ago
  59. f62dcc1 Separate dfly from fbsd as one or the other keeps becoming incompatible by Nicholas Marriott · 13 years ago
  60. d635d79 The HAVE_DIRFD check should be for dirfd() not /proc/$$/fd. Doh. by Nicholas Marriott · 13 years ago
  61. 0a4fd0f libm isn't needed anymore. by Tiago Cunha · 13 years ago
  62. ee5e979 Fix --enable-static and add a different check for b64_ntop that might work on by Nicholas Marriott · 13 years ago
  63. 20134fa Compatibility for b64_ntop, missing from some alternative libc. by Nicholas Marriott · 13 years ago
  64. 25eb48a Only get -lrt when needed, from Pietro Cerutti. by Nicholas Marriott · 13 years ago
  65. d86c6b2 Bump version and create a debug build by default. by Tiago Cunha · 13 years ago
  66. 8d63a99 Releases don't have debugging enabled. by Tiago Cunha · 13 years ago
  67. f16b6ae Use an empty CFLAGS by default to prevent autoconf from setting it when by Tiago Cunha · 13 years ago
  68. 391f1f0 Expand the Id keyword. by Tiago Cunha · 13 years ago
  69. e14bf9b One of these gives us b64_ntop. by Nicholas Marriott · 14 years ago
  70. 75f218d If the terminal supports sitm for italics, use it instead of standout by Nicholas Marriott · 14 years ago
  71. 5532615 Solaris is SunOS. by Nicholas Marriott · 14 years ago
  72. 324ffe2 Link with libm due to the upcoming patchset. by Tiago Cunha · 14 years ago
  73. 38f1691 Support for HP-UX. by Nicholas Marriott · 14 years ago
  74. a7b6445 Better __progname check. by Nicholas Marriott · 14 years ago
  75. 96fe3b2 Copy osdep-unknown.c for AIX to make @PLATFORM@ work. by Nicholas Marriott · 14 years ago
  76. 93fd9cc Check for optarg, optind, optreset. by Nicholas Marriott · 14 years ago
  77. f705c0e Whoops, bad copy and paste. by Nicholas Marriott · 14 years ago
  78. 11dcbd7 Support --enable-static. by Nicholas Marriott · 14 years ago
  79. 2bdae52 More indentation tweaking. by Nicholas Marriott · 14 years ago
  80. edc298d Wrap long line differently. by Nicholas Marriott · 14 years ago
  81. 703baa8 Fail if no libevent or curses, from Thomas Adam. by Nicholas Marriott · 14 years ago
  82. ce79d60 And moar. by Nicholas Marriott · 14 years ago
  83. d5a63c2 Make indentation better. by Nicholas Marriott · 14 years ago
  84. b066ad0 Default enable-debug to on in CVS (can be changed for releases). by Nicholas Marriott · 14 years ago
  85. f71b305 Switch tmux to use autoconf and automake. by Nicholas Marriott · 14 years ago