summaryrefslogtreecommitdiff
path: root/net/libfetch/files
AgeCommit message (Expand)AuthorFilesLines
2016-10-27Add the necessary dependencies for safe concurrent build.joerg1-1/+4
2016-10-21libfetch-2.38: Support proxies for https URLs. From FreeBSD.jperkin1-12/+39
2016-10-20libfetch-2.37: Always run SSL_read first for SSL connections. It willjoerg2-6/+26
2016-10-20Convert fetch_read from select(2) to poll(2) based sleep.joerg1-29/+40
2016-10-20Only set the cached flag when the connection is actually cached. Newjoerg1-2/+2
2016-05-31Add the missing parameter "const char *pattern" to the fetchList* functions.abhinav1-8/+8
2016-02-08Do not use TCP_NOPUSH on Darwin, it adds a 5 second delay after the initialjperkin1-5/+5
2014-06-11Revert bad _GNU_SOURCE change.joerg2-6/+2
2014-06-07Define _GNU_SOURCE by default for glibc-based systems (vasprintf(3)).cheusov2-2/+6
2014-01-08Pass URL to fetch_ssl to fix build and add a cast for some OpenSSLjoerg3-7/+7
2014-01-07libfetch-2.36: Support Server Name Identication.joerg1-1/+9
2014-01-07Apply some explicit int casts for size_t format string arguments.joerg3-7/+9
2013-10-03Add explicit sh invocation in case the checkout is missing thejoerg1-3/+3
2013-07-26Fix build under GNU/kFreeBSD.ryoon1-2/+6
2013-07-22Add -D_FILE_OFFSET_BITS=64 to the largefile flags.jperkin1-2/+2
2013-07-20Use Mt for email addresses.wiz1-7/+7
2013-02-10Cygwin also missing sin_len in sockaddr_in.obache1-2/+2
2012-10-15Use s6_addr32 if present as macro and fallback to memcpy otherwise.joerg1-2/+6
2012-04-26Define LIBFETCH_PRINTFLIKE for !gccjoerg1-1/+3
2012-04-07Fix the last commit to not break bootstrap.joerg3-6/+11
2012-04-07Fix build with clang.wiz3-5/+7
2011-11-08More help for stupid glibc headers.joerg1-2/+3
2011-11-06Do not define HAVE_SA_LEN when __minix is defined per pkg/45039tcort1-2/+2
2011-10-02PR#45210: Fix pkgsrc bootstrap with gcc 4.6marino1-5/+4
2011-08-21Be a bit nicer to broken GCC array boundary checks.joerg1-12/+14
2011-01-23Handle the case where tm_year is a long variable, from Benny Siegertagc2-7/+7
2010-08-20libfetch-2.33:joerg1-1/+6
2010-06-13libfetch-2.32:joerg1-1/+2
2010-04-22Regen.joerg1-3/+17
2010-03-21libfetch-2.31:joerg3-25/+75
2010-02-24Fix RCS ID.joerg1-1/+1
2010-01-24Fix a variable reference in TCP_NOPUSH case.joerg1-2/+2
2010-01-24Use the hard-core approach of killing SIGPIPE explicitly onjoerg1-1/+20
2010-01-23libfetch-2.30:joerg1-10/+69
2010-01-23libfetch-2.29:joerg4-109/+52
2010-01-23Remove is_active.joerg3-7/+3
2010-01-22Fix typo in function names, bump date.wiz1-4/+4
2010-01-22libfetch-2.28:joerg6-109/+177
2010-01-11libfetch-2.27:joerg1-2/+2
2009-10-15libfetch-2.26:joerg7-28/+167
2009-08-16libfetch-2.24:joerg3-9/+24
2009-08-11Fix some lint warnings about G/C unused variables and changing ajoerg2-14/+6
2009-08-06Fix strict aliasing issue which GCC 4.4 complained about.tnn1-41/+40
2009-06-22Correctly regen the cat page.joerg1-176/+484
2009-06-22Regen cat page. Helps Solaris.joerg1-484/+176
2009-03-16Improve markup.joerg1-3/+3
2009-03-10libfetch-2.23:joerg1-1/+4
2009-03-05Add !__MINT__ to the HAVE_SA_LEN testabs1-2/+3
2009-03-05Like Linux, MiNT wants _GNU_SOURCE (for strptime)abs1-3/+3
2009-03-05Always define _REENTRANT to get gmtime_r prototype on Interix.joerg1-1/+4