2016-02-08 14:27:42 by Jonathan Perkin | Files touched by this commit (2) |
Log message: Do not use TCP_NOPUSH on Darwin, it adds a 5 second delay after the initial handshake. Bump PKGREVISION. |
2015-08-13 23:49:47 by Jonathan Perkin | Files touched by this commit (1) |
Log message: When the openssl option is enabled, ensure that the openssl libraries required by the resulting libfetch.a are pulled in for dependencies. |
2014-08-28 12:46:24 by Jonathan Perkin | Files touched by this commit (1) |
Log message: Ensure we do not try to regenerate the catpage. Fixes occasional timing issues where nroff isn't native. |
2014-06-11 15:12:12 by Joerg Sonnenberger | Files touched by this commit (3) |
Log message: Revert bad _GNU_SOURCE change. |
2014-06-10 01:42:57 by OBATA Akio | Files touched by this commit (1) |
Log message: Set CHECK_BUILTIN properly for builtin check. |
2014-06-07 21:22:51 by Aleksey Cheusov | Files touched by this commit (3) |
Log message: Define _GNU_SOURCE by default for glibc-based systems (vasprintf(3)). This fixes bootstrap failure on AltLinux. |
2014-02-13 00:18:57 by Matthias Scheler | Files touched by this commit (1568) |
Log message: Recursive PKGREVISION bump for OpenSSL API version bump. |
2014-01-08 21:25:34 by Joerg Sonnenberger | Files touched by this commit (3) |
Log message: Pass URL to fetch_ssl to fix build and add a cast for some OpenSSL constloss. |
2014-01-08 00:30:03 by Joerg Sonnenberger | Files touched by this commit (2) |
Log message: libfetch-2.36: Support Server Name Identication. From Michael Gmelin via FreeBSD. |
2014-01-08 00:25:12 by Joerg Sonnenberger | Files touched by this commit (4) |
Log message: Apply some explicit int casts for size_t format string arguments. |