2016-10-20 23:25:57 by Joerg Sonnenberger | Files touched by this commit (3) | ![]() |
Log message: libfetch-2.37: Always run SSL_read first for SSL connections. It will signal whether more input (or output) is needed, update the poll mask accordingly. |
2016-10-20 23:22:18 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message: Convert fetch_read from select(2) to poll(2) based sleep. |
2016-10-20 23:21:25 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message: Only set the cached flag when the connection is actually cached. New connections should not have it set. This changes the behavior of timeouts on the first read. |
2016-05-31 20:02:36 by Abhinav Upadhyay | Files touched by this commit (1) |
Log message: Add the missing parameter "const char *pattern" to the fetchList* \ functions. From Julian Fagir in PR lib/45579 |
2016-03-05 12:29:49 by Jonathan Perkin | Files touched by this commit (1813) |
Log message: Bump PKGREVISION for security/openssl ABI bump. |
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. |