Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-08-27 | libfetch-2.39: Improve date parsing | joerg | 2 | -5/+14 | |
2019-02-11 | libfetch: add FALLTHROUGH comment for gcc 7 | wiz | 1 | -1/+2 | |
To fix pkg_install build. | |||||
2018-01-07 | Fix indentation in buildlink3.mk files. | rillig | 1 | -2/+2 | |
The actual fix as been done by "pkglint -F */*/buildlink3.mk", and was reviewed manually. There are some .include lines that still are indented with zero spaces although the surrounding .if is indented. This is existing practice. | |||||
2017-09-07 | Follow a redirect. | wiz | 1 | -3/+2 | |
2016-10-27 | Add the necessary dependencies for safe concurrent build. | joerg | 2 | -4/+5 | |
2016-10-21 | libfetch-2.38: Support proxies for https URLs. From FreeBSD. | jperkin | 2 | -14/+41 | |
2016-10-20 | libfetch-2.37: Always run SSL_read first for SSL connections. It will | joerg | 3 | -9/+28 | |
signal whether more input (or output) is needed, update the poll mask accordingly. | |||||
2016-10-20 | Convert fetch_read from select(2) to poll(2) based sleep. | joerg | 1 | -29/+40 | |
2016-10-20 | Only set the cached flag when the connection is actually cached. New | joerg | 1 | -2/+2 | |
connections should not have it set. This changes the behavior of timeouts on the first read. | |||||
2016-05-31 | Add the missing parameter "const char *pattern" to the fetchList* functions. | abhinav | 1 | -8/+8 | |
From Julian Fagir in PR lib/45579 | |||||
2016-03-05 | Bump PKGREVISION for security/openssl ABI bump. | jperkin | 2 | -4/+4 | |
2016-02-08 | Do not use TCP_NOPUSH on Darwin, it adds a 5 second delay after the initial | jperkin | 2 | -7/+7 | |
handshake. Bump PKGREVISION. | |||||
2015-08-13 | When the openssl option is enabled, ensure that the openssl libraries | jperkin | 1 | -2/+3 | |
required by the resulting libfetch.a are pulled in for dependencies. | |||||
2014-08-28 | Ensure we do not try to regenerate the catpage. Fixes occasional timing | jperkin | 1 | -1/+2 | |
issues where nroff isn't native. | |||||
2014-06-11 | Revert bad _GNU_SOURCE change. | joerg | 3 | -9/+3 | |
2014-06-09 | Set CHECK_BUILTIN properly for builtin check. | obache | 1 | -1/+3 | |
2014-06-07 | Define _GNU_SOURCE by default for glibc-based systems (vasprintf(3)). | cheusov | 3 | -3/+9 | |
This fixes bootstrap failure on AltLinux. | |||||
2014-02-12 | Recursive PKGREVISION bump for OpenSSL API version bump. | tron | 2 | -3/+4 | |
2014-01-08 | Pass URL to fetch_ssl to fix build and add a cast for some OpenSSL | joerg | 3 | -7/+7 | |
constloss. | |||||
2014-01-07 | libfetch-2.36: Support Server Name Identication. | joerg | 2 | -3/+11 | |
From Michael Gmelin via FreeBSD. | |||||
2014-01-07 | Apply some explicit int casts for size_t format string arguments. | joerg | 4 | -10/+11 | |
2013-10-03 | Add explicit sh invocation in case the checkout is missing the | joerg | 1 | -3/+3 | |
executable bit on errlist.sh. | |||||
2013-07-26 | Fix build under GNU/kFreeBSD. | ryoon | 1 | -2/+6 | |
2013-07-22 | Add -D_FILE_OFFSET_BITS=64 to the largefile flags. | jperkin | 2 | -4/+4 | |
Bump PKGREVISION. | |||||
2013-07-20 | Use Mt for email addresses. | wiz | 1 | -7/+7 | |
2013-04-06 | "This line belongs inside the .ifdef block." | rodent | 1 | -3/+3 | |
2013-02-10 | Cygwin also missing sin_len in sockaddr_in. | obache | 1 | -2/+2 | |
2013-02-06 | PKGREVISION bumps for the security/openssl 1.0.1d update. | jperkin | 2 | -2/+4 | |
2012-10-23 | Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. | asau | 1 | -3/+1 | |
2012-10-21 | Revert 1.43. | joerg | 1 | -4/+1 | |
2012-10-15 | Use s6_addr32 if present as macro and fallback to memcpy otherwise. | joerg | 1 | -2/+6 | |
2012-10-15 | Revert bogus warning flags. | joerg | 1 | -6/+1 | |
2012-10-09 | libfetch-2.34: | sbd | 1 | -2/+5 | |
On Linux libfetch needs to be built with '-fPIC' so that it can be used to build shared libraries. (Fixes databases/openldap-client build.) | |||||
2012-10-07 | net/libfetch: Fix for gcc4.7 | marino | 1 | -1/+6 | |
When building with gcc4.7, libfetch fails with the following error: ftp.c: In function 'unmappedaddr': ftp.c:149:2: error: dereferencing type-punned pointer will break strict-aliasing rules [-Werror=strict-aliasing] cc1: all warnings being treated as errors *** Error code 1 The code is intentionally grouping an array of four uint8_t bytes into a uint32_t word. Add -Wno-strict-aliasing in makefile to fix build in gcc4.7. | |||||
2012-04-26 | Define LIBFETCH_PRINTFLIKE for !gcc | joerg | 1 | -1/+3 | |
2012-04-07 | Fix the last commit to not break bootstrap. | joerg | 3 | -6/+11 | |
2012-04-07 | Fix build with clang. | wiz | 3 | -5/+7 | |
2011-12-17 | If using fetch in FETCH_USING then fetch and libfetch cannot use checkperms. | sbd | 1 | -1/+6 | |
2011-11-08 | More help for stupid glibc headers. | joerg | 1 | -2/+3 | |
2011-11-06 | Do not define HAVE_SA_LEN when __minix is defined per pkg/45039 | tcort | 1 | -2/+2 | |
2011-10-02 | PR#45210: Fix pkgsrc bootstrap with gcc 4.6 | marino | 1 | -5/+4 | |
Libfetch build failure with gcc 4.6 is due to the a couple of assigned variables not getting used. This patch allows systems like Debian and OpenIndiana to bootstrap pkgsrc. | |||||
2011-08-21 | Be a bit nicer to broken GCC array boundary checks. | joerg | 1 | -12/+14 | |
2011-01-23 | Handle the case where tm_year is a long variable, from Benny Siegert | agc | 2 | -7/+7 | |
and Thorsten Glaser. Part of the MirBSD support changes. | |||||
2010-08-20 | libfetch-2.33: | joerg | 2 | -3/+8 | |
Don't leak FTP connections on errors in fetch or if only stat is requested. Reported via Xavier Chantry. | |||||
2010-06-13 | libfetch-2.32: | joerg | 2 | -3/+4 | |
Fix NULL dereference after failed calloc call. From Tavian Barnes. | |||||
2010-04-22 | Regen. | joerg | 1 | -3/+17 | |
2010-03-21 | libfetch-2.31: | joerg | 4 | -27/+77 | |
PR 43013 by Brook Milligan: fetch(3) violates RFC 1738 for ftp:// URLs if the home directory is not the root directory. Remember the current directory the first time a CWD / CDUP has to be issued. Use the document as full URL if the URL started with two / (quoted or not), otherwise append it to the initial directory. | |||||
2010-02-24 | Fix RCS ID. | joerg | 1 | -1/+1 | |
2010-01-24 | Fix a variable reference in TCP_NOPUSH case. | joerg | 1 | -2/+2 | |
2010-01-24 | Use the hard-core approach of killing SIGPIPE explicitly on | joerg | 1 | -1/+20 | |
platforms that don't have MSG_NOSIGNAL like Solaris. |