Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Crosscompiling defaults from Romain Francoise. | Nicholas Marriott | 2021-09-21 |
| | |||
* | Update obsolete autoconf macros, from "kylo252" GitHub issue 2900. | Nicholas Marriott | 2021-09-21 |
| | |||
* | Next is 3.4. | Nicholas Marriott | 2021-09-15 |
| | |||
* | 3.3-rc. | Nicholas Marriott | 2021-09-15 |
| | |||
* | Do not configure on macOS without the user making a choice about utf8proc. | Nicholas Marriott | 2021-08-04 |
| | |||
* | Need all of the TAILQ bits. | Nicholas Marriott | 2021-07-14 |
| | |||
* | Pick default-terminal from the first of tmux-256color, tmux, screen-256color, | Nicholas Marriott | 2021-07-14 |
| | | | | screen that is available on the build system. | ||
* | Fix crosscompiling, Marco A L Barbosa. | Nicholas Marriott | 2021-06-22 |
| | |||
* | Revert "Revert "Add crosscompiling fallbacks, from Hasso Tepper."" | Nicholas Marriott | 2021-04-23 |
| | | | | This reverts commit dda3bf896be9ce87b4066636cc7f94ab8030133a. | ||
* | Use = not ==, from Leonardo Taccari. | Nicholas Marriott | 2021-04-18 |
| | |||
* | Apple have broken strtonum so check it works, from Teubel Gyorgy. | Nicholas Marriott | 2021-04-16 |
| | |||
* | Revert "Add crosscompiling fallbacks, from Hasso Tepper." | Nicholas Marriott | 2021-04-15 |
| | | | | This reverts commit bb6242675ad0c7447daef148fffced882e5b4a61. | ||
* | Add crosscompiling fallbacks, from Hasso Tepper. | Nicholas Marriott | 2021-04-15 |
| | |||
* | 3.3. | Nicholas Marriott | 2021-03-02 |
| | |||
* | Merge branch 'master' into 3.2-rc | Nicholas Marriott | 2021-03-02 |
|\ | |||
| * | Add compat clock_gettime for older macOS. GitHub issue 2555. | Nicholas Marriott | 2021-02-05 |
| | | |||
| * | Extra result message. | Nicholas Marriott | 2021-01-18 |
| | | |||
| * | PKG_CHECK_MODULES needs to be separate. | Nicholas Marriott | 2021-01-17 |
| | | |||
| * | Revert "Set CFLAGS also." | Nicholas Marriott | 2021-01-17 |
| | | | | | | | | This reverts commit 032723c8740710cd34bdf6e7a0124f8fb18f6d70. | ||
| * | Set CFLAGS also. | Nicholas Marriott | 2021-01-17 |
| | | |||
| * | Fix yes/no for b64_ntop check. | Nicholas Marriott | 2021-01-17 |
| | | |||
| * | Fix SEARCH_LIBS. | Nicholas Marriott | 2021-01-17 |
| | | |||
| * | Look for libevent2 differently from libevent for platforms with both. | Nicholas Marriott | 2021-01-17 |
| | | |||
| * | Update closefrom from OpenSSH for macOS code which is now needed. | Nicholas Marriott | 2020-11-17 |
| | | |||
| * | Scaffold for oss-fuzz, from Sergey Nizovtsev. | Nicholas Marriott | 2020-11-09 |
| | | |||
| * | Add support for Haiku, from David Carlier. GitHub issue 2453. | Nicholas Marriott | 2020-11-09 |
| | | |||
| * | Back to 3.3. | Nicholas Marriott | 2020-11-03 |
| | | |||
* | | Update closefrom from OpenSSH for macOS code which is now needed. | Nicholas Marriott | 2020-11-20 |
|/ | |||
* | Update to 3.2-rc3, bring in all the changes from master. | Nicholas Marriott | 2020-11-03 |
| | |||
* | Add compat for getdtablesize, GitHub issue 2406. | Nicholas Marriott | 2020-10-07 |
| | |||
* | glibc's malloc is very bad about returning memory from the kernel, add a call | Nicholas Marriott | 2020-10-06 |
| | | | | to its malloc_trim to prompt it to do so. Reported by Sarunas Valaskevicius. | ||
* | Next version. | Nicholas Marriott | 2020-09-30 |
| | |||
* | Merge tag '3.2-rc' into master | Nicholas Marriott | 2020-09-30 |
|\ | | | | | | | 3.2-rc | ||
| * | Check if UNIX 03 is needed for CMSG_DATA, for newer Solaris. From Eric N Vander | Nicholas Marriott | 2020-09-30 |
| | | | | | | | | Weele. | ||
| * | 3.2-rc version. | Nicholas Marriott | 2020-07-24 |
| | | |||
* | | Check if UNIX 03 is needed for CMSG_DATA, for newer Solaris. From Eric N Vander | Nicholas Marriott | 2020-09-25 |
| | | | | | | | | Weele. | ||
* | | Hide warnings due to Apple's stupidity with __dead, reported by Kurtis Rader. | Nicholas Marriott | 2020-09-04 |
|/ | |||
* | Update version. | Nicholas Marriott | 2020-07-06 |
| | |||
* | Pull 3.2-rc up to master. | Nicholas Marriott | 2020-07-06 |
| | |||
* | Fix version. | Nicholas Marriott | 2020-07-03 |
| | |||
* | 3.2-rc. | Nicholas Marriott | 2020-06-22 |
| | |||
* | Add getline compat. | Nicholas Marriott | 2020-06-18 |
| | |||
* | Fix sys_signame check. | Nicholas Marriott | 2020-04-16 |
| | |||
* | Check for sys_signame. | Nicholas Marriott | 2020-04-16 |
| | |||
* | Fix configure.ac. | Nicholas Marriott | 2020-04-01 |
| | |||
* | Merge branch '3.1-rc' | Nicholas Marriott | 2020-04-01 |
|\ | |||
| * | 3.1-rc3. | Nicholas Marriott | 2020-03-18 |
| | | |||
| * | getopt varies too much between platforms, and we already use compat/getopt.c | Nicholas Marriott | 2020-03-17 |
| | | | | | | | | for Linux so just use it everywhere. | ||
* | | getopt varies too much between platforms, and we already use compat/getopt.c | Nicholas Marriott | 2020-03-17 |
| | | | | | | | | for Linux so just use it everywhere. | ||
* | | Only need one lm. | Nicholas Marriott | 2020-03-11 |
| | |