Module Name: src Committed By: riz Date: Sat Jun 12 17:58:13 UTC 2010
Modified Files: src/external/bsd/fetch/dist/libfetch [netbsd-4]: common.c common.h fetch.3 fetch.c fetch.cat3 fetch.h file.c ftp.c http.c Log Message: Pull up following revision(s) (requested by joerg in ticket #1384): external/bsd/fetch/dist/libfetch/common.c 1.1.1.6-8 external/bsd/fetch/dist/libfetch/common.h 1.1.1.5-6 external/bsd/fetch/dist/libfetch/fetch.3 1.1.1.7-8 external/bsd/fetch/dist/libfetch/fetch.c 1.1.1.8 external/bsd/fetch/dist/libfetch/fetch.cat3 1.1.1.4-5 external/bsd/fetch/dist/libfetch/fetch.h 1.1.1.5-7 external/bsd/fetch/dist/libfetch/file.c 1.1.1.5-6 external/bsd/fetch/dist/libfetch/ftp.c 1.1.1.7-10 external/bsd/fetch/dist/libfetch/http.c 1.1.1.5-7 Import libfetch-2.25: - address a number of lint warnings - fix strict-alignment issues for GCC 4.4 - fix a bug in the line reading optimisation - do not reuse a FTP connection if there is an active transfer on it libfetch-2.26: - Add support to aggressively cache directory listenings, useful for HTTP - Avoid leaking memory in error cases. From Xavier from Arch Linux. libfetch-2.30: - Revamped connection cache, allowing more than one active session - HTTP keep-alive support To generate a diff of this commit: cvs rdiff -u -r1.1.1.5.4.2 -r1.1.1.5.4.3 \ src/external/bsd/fetch/dist/libfetch/common.c \ src/external/bsd/fetch/dist/libfetch/fetch.h \ src/external/bsd/fetch/dist/libfetch/file.c \ src/external/bsd/fetch/dist/libfetch/http.c cvs rdiff -u -r1.1.1.4.4.2 -r1.1.1.4.4.3 \ src/external/bsd/fetch/dist/libfetch/common.h cvs rdiff -u -r1.1.1.6.4.2 -r1.1.1.6.4.3 \ src/external/bsd/fetch/dist/libfetch/fetch.3 \ src/external/bsd/fetch/dist/libfetch/ftp.c cvs rdiff -u -r1.1.1.7.4.2 -r1.1.1.7.4.3 \ src/external/bsd/fetch/dist/libfetch/fetch.c cvs rdiff -u -r1.1.1.3.4.2 -r1.1.1.3.4.3 \ src/external/bsd/fetch/dist/libfetch/fetch.cat3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.