The NetBSD Project

CVS log for src/external/bsd/fetch/dist/libfetch/ftp.c

[BACK] Up to [cvs.NetBSD.org] / src / external / bsd / fetch / dist / libfetch

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.7.36.1: download - view: text, markup, annotated - select for diffs
Tue Oct 15 06:29:09 2024 UTC (3 months ago) by martin
Branches: netbsd-10
CVS tags: netbsd-10-1-RELEASE
Diff to: previous 1.7: preferred, colored; next MAIN 1.8: preferred, colored
Changes since revision 1.7: +14 -6 lines
Pull up the following revisions, requested by wiz in ticket #980:

	external/bsd/fetch/dist/libfetch/common.c       up to 1.7
	external/bsd/fetch/dist/libfetch/common.h       up to 1.3
	external/bsd/fetch/dist/libfetch/fetch.3        up to 1.5
	external/bsd/fetch/dist/libfetch/ftp.c          up to 1.8
	external/bsd/fetch/dist/libfetch/http.c         up to 1.6

libfetch: fix pkg_install core dumps reported in PR 57179

Revision 1.8: download - view: text, markup, annotated - select for diffs
Fri Feb 2 22:19:05 2024 UTC (11 months, 2 weeks ago) by christos
Branches: MAIN
CVS tags: perseant-exfatfs-base-20240630, perseant-exfatfs-base, perseant-exfatfs, HEAD
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +14 -6 lines
Sync with pkgsrc and try to fix more memory corruption from PR/57179.

Revision 1.5.8.1: download - view: text, markup, annotated - select for diffs
Tue Aug 19 23:46:46 2014 UTC (10 years, 5 months ago) by tls
Branches: tls-maxphys
Diff to: previous 1.5: preferred, colored; next MAIN 1.6: preferred, colored
Changes since revision 1.5: +10 -7 lines
Rebase to HEAD as of a few days ago.

Revision 1.5.2.1: download - view: text, markup, annotated - select for diffs
Thu May 22 15:44:54 2014 UTC (10 years, 8 months ago) by yamt
Branches: yamt-pagecache
Diff to: previous 1.5: preferred, colored; next MAIN 1.6: preferred, colored
Changes since revision 1.5: +10 -7 lines
sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs.  ("Protocol error: too many arguments")

Revision 1.7: download - view: text, markup, annotated - select for diffs
Tue Jan 7 02:13:00 2014 UTC (11 years ago) by joerg
Branches: MAIN
CVS tags: yamt-pagecache-base9, tls-maxphys-base, tls-earlyentropy-base, tls-earlyentropy, riastradh-xf86-video-intel-2-7-1-pre-2-21-15, riastradh-drm2-base3, prg-localcount2-base3, prg-localcount2-base2, prg-localcount2-base1, prg-localcount2-base, prg-localcount2, phil-wifi-base, phil-wifi-20200421, phil-wifi-20200411, phil-wifi-20200406, phil-wifi-20191119, phil-wifi-20190609, phil-wifi, pgoyette-localcount-base, pgoyette-localcount-20170426, pgoyette-localcount-20170320, pgoyette-localcount-20170107, pgoyette-localcount-20161104, pgoyette-localcount-20160806, pgoyette-localcount-20160726, pgoyette-localcount, pgoyette-compat-merge-20190127, pgoyette-compat-base, pgoyette-compat-20190127, pgoyette-compat-20190118, pgoyette-compat-1226, pgoyette-compat-1126, pgoyette-compat-1020, pgoyette-compat-0930, pgoyette-compat-0906, pgoyette-compat-0728, pgoyette-compat-0625, pgoyette-compat-0521, pgoyette-compat-0502, pgoyette-compat-0422, pgoyette-compat-0415, pgoyette-compat-0407, pgoyette-compat-0330, pgoyette-compat-0322, pgoyette-compat-0315, pgoyette-compat, perseant-stdc-iso10646-base, perseant-stdc-iso10646, netbsd-9-base, netbsd-9-4-RELEASE, netbsd-9-3-RELEASE, netbsd-9-2-RELEASE, netbsd-9-1-RELEASE, netbsd-9-0-RELEASE, netbsd-9-0-RC2, netbsd-9-0-RC1, netbsd-9, netbsd-8-base, netbsd-8-3-RELEASE, netbsd-8-2-RELEASE, netbsd-8-1-RELEASE, netbsd-8-1-RC1, netbsd-8-0-RELEASE, netbsd-8-0-RC2, netbsd-8-0-RC1, netbsd-8, netbsd-7-nhusb-base-20170116, netbsd-7-nhusb-base, netbsd-7-nhusb, netbsd-7-base, netbsd-7-2-RELEASE, netbsd-7-1-RELEASE, netbsd-7-1-RC2, netbsd-7-1-RC1, netbsd-7-1-2-RELEASE, netbsd-7-1-1-RELEASE, netbsd-7-1, netbsd-7-0-RELEASE, netbsd-7-0-RC3, netbsd-7-0-RC2, netbsd-7-0-RC1, netbsd-7-0-2-RELEASE, netbsd-7-0-1-RELEASE, netbsd-7-0, netbsd-7, netbsd-10-base, netbsd-10-0-RELEASE, netbsd-10-0-RC6, netbsd-10-0-RC5, netbsd-10-0-RC4, netbsd-10-0-RC3, netbsd-10-0-RC2, netbsd-10-0-RC1, matt-nb8-mediatek-base, matt-nb8-mediatek, localcount-20160914, is-mlppp-base, is-mlppp, cjep_sun2x-base1, cjep_sun2x-base, cjep_sun2x, cjep_staticlib_x-base1, cjep_staticlib_x-base, cjep_staticlib_x, bouyer-socketcan-base1, bouyer-socketcan-base, bouyer-socketcan
Branch point for: netbsd-10
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +7 -6 lines
Annotate format strings. Add a bunch of int casts for size limits.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Sat Oct 19 22:58:40 2013 UTC (11 years, 3 months ago) by mrg
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +4 -2 lines
avoid a strict aliasing problem copying the mapped v4 address out of
a ipv6 address.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Wed Aug 17 09:19:38 2011 UTC (13 years, 5 months ago) by christos
Branches: MAIN
CVS tags: yamt-pagecache-tag8, yamt-pagecache-base8, yamt-pagecache-base7, yamt-pagecache-base6, yamt-pagecache-base5, yamt-pagecache-base4, yamt-pagecache-base3, yamt-pagecache-base2, yamt-pagecache-base, riastradh-drm2-base2, riastradh-drm2-base1, riastradh-drm2-base, riastradh-drm2, netbsd-6-base, netbsd-6-1-RELEASE, netbsd-6-1-RC4, netbsd-6-1-RC3, netbsd-6-1-RC2, netbsd-6-1-RC1, netbsd-6-1-5-RELEASE, netbsd-6-1-4-RELEASE, netbsd-6-1-3-RELEASE, netbsd-6-1-2-RELEASE, netbsd-6-1-1-RELEASE, netbsd-6-1, netbsd-6-0-RELEASE, netbsd-6-0-RC2, netbsd-6-0-RC1, netbsd-6-0-6-RELEASE, netbsd-6-0-5-RELEASE, netbsd-6-0-4-RELEASE, netbsd-6-0-3-RELEASE, netbsd-6-0-2-RELEASE, netbsd-6-0-1-RELEASE, netbsd-6-0, netbsd-6, matt-nb6-plus-nbase, matt-nb6-plus-base, matt-nb6-plus, khorben-n900, agc-symver-base, agc-symver
Branch point for: yamt-pagecache, tls-maxphys
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +9 -10 lines
fix gcc array out of bounds confusion.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Sat Jun 25 20:27:01 2011 UTC (13 years, 6 months ago) by christos
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +27 -19 lines
delint

Revision 1.3: download - view: text, markup, annotated - select for diffs
Sat Jun 25 20:13:03 2011 UTC (13 years, 6 months ago) by christos
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +4 -4 lines
add missing paren

Revision 1.2: download - view: text, markup, annotated - select for diffs
Sat Jun 25 17:13:34 2011 UTC (13 years, 6 months ago) by christos
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +215 -168 lines
It is a lot nicer to getenv() what you need once and makes the code a lot
more readable.

Revision 1.1.1.3.2.3: download - view: text, markup, annotated - select for diffs
Sat Nov 20 20:37:41 2010 UTC (14 years, 2 months ago) by riz
Branches: netbsd-5
CVS tags: netbsd-5-2-RELEASE, netbsd-5-2-RC1, netbsd-5-2-3-RELEASE, netbsd-5-2-2-RELEASE, netbsd-5-2-1-RELEASE, netbsd-5-2, matt-nb5-pq3-base, matt-nb5-pq3
Diff to: previous 1.1.1.3.2.2: preferred, colored; branchpoint 1.1.1.3: preferred, colored; next MAIN 1.1.1.4: preferred, colored
Changes since revision 1.1.1.3.2.2: +69 -23 lines
Pull up following revision(s) (requested by joerg in ticket #1351):
	external/bsd/fetch/dist/libfetch/common.c: patch
	external/bsd/fetch/dist/libfetch/common.h: patch
	external/bsd/fetch/dist/libfetch/ftp.c: patch
update to libfetch-2.31:

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.

Revision 1.1.1.6.4.4: download - view: text, markup, annotated - select for diffs
Sun Jun 13 05:59:11 2010 UTC (14 years, 7 months ago) by riz
Branches: netbsd-4
Diff to: previous 1.1.1.6.4.3: preferred, colored; branchpoint 1.1.1.6: preferred, colored; next MAIN 1.1.1.7: preferred, colored
Changes since revision 1.1.1.6.4.3: +69 -23 lines
Pull up following revision(s) (requested by joerg in ticket #1390):

external/bsd/fetch/dist/libfetch/common.c: patch
external/bsd/fetch/dist/libfetch/common.h: patch
external/bsd/fetch/dist/libfetch/fetch.cat3: removed
external/bsd/fetch/dist/libfetch/ftp.c: patch

libfetch-2.31:

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.

Revision 1.1.1.6.4.3: download - view: text, markup, annotated - select for diffs
Sat Jun 12 17:58:13 2010 UTC (14 years, 7 months ago) by riz
Branches: netbsd-4
Diff to: previous 1.1.1.6.4.2: preferred, colored; branchpoint 1.1.1.6: preferred, colored
Changes since revision 1.1.1.6.4.2: +105 -136 lines
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

Revision 1.1.1.3.6.1.2.1: download - view: text, markup, annotated - select for diffs
Wed Apr 21 05:23:08 2010 UTC (14 years, 9 months ago) by matt
Branches: matt-nb5-mips64
CVS tags: matt-nb5-mips64-premerge-20101231, matt-nb5-mips64-k15
Diff to: previous 1.1.1.3.6.1: preferred, colored; next MAIN 1.1.1.3.6.2: preferred, colored
Changes since revision 1.1.1.3.6.1: +105 -136 lines
sync to netbsd-5

Revision 1.1.1.11 (vendor branch): download - view: text, markup, annotated - select for diffs
Wed Mar 24 20:51:44 2010 UTC (14 years, 9 months ago) by joerg
Branches: PKGSRC
CVS tags: matt-mips64-premerge-20101231, libfetch-2-31, cherry-xenmp-base, cherry-xenmp, bouyer-quota2-nbase, bouyer-quota2-base, bouyer-quota2
Diff to: previous 1.1.1.10: preferred, colored
Changes since revision 1.1.1.10: +69 -23 lines
libfetch-2.31:

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.

Revision 1.1.1.3.6.2: download - view: text, markup, annotated - select for diffs
Mon Feb 15 00:47:55 2010 UTC (14 years, 11 months ago) by snj
Branches: netbsd-5-0
Diff to: previous 1.1.1.3.6.1: preferred, colored; branchpoint 1.1.1.3: preferred, colored; next MAIN 1.1.1.4: preferred, colored
Changes since revision 1.1.1.3.6.1: +105 -136 lines
Apply patch (requested by joerg in ticket #1294):
Update libfetch to 2.30.
Changes:
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

Revision 1.1.1.3.2.2: download - view: text, markup, annotated - select for diffs
Wed Feb 3 00:25:23 2010 UTC (14 years, 11 months ago) by snj
Branches: netbsd-5
CVS tags: netbsd-5-1-RELEASE, netbsd-5-1-RC4, netbsd-5-1-RC3, netbsd-5-1-RC2, netbsd-5-1-RC1, netbsd-5-1-5-RELEASE, netbsd-5-1-4-RELEASE, netbsd-5-1-3-RELEASE, netbsd-5-1-2-RELEASE, netbsd-5-1-1-RELEASE, netbsd-5-1
Diff to: previous 1.1.1.3.2.1: preferred, colored; branchpoint 1.1.1.3: preferred, colored
Changes since revision 1.1.1.3.2.1: +105 -136 lines
Apply patch (requested by joerg in ticket #1294):
Update libfetch to 2.30.
Changes:
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

Revision 1.1.1.10 (vendor branch): download - view: text, markup, annotated - select for diffs
Sat Jan 30 21:26:13 2010 UTC (14 years, 11 months ago) by joerg
Branches: PKGSRC
CVS tags: libfetch-2-30
Diff to: previous 1.1.1.9: preferred, colored
Changes since revision 1.1.1.9: +53 -106 lines
libfetch-2.30:
- Revamped connection cache, allowing more than one active session
- HTTP keep-alive support

Revision 1.1.1.9 (vendor branch): download - view: text, markup, annotated - select for diffs
Mon Jan 11 19:40:01 2010 UTC (15 years ago) by joerg
Branches: PKGSRC
CVS tags: libfetch-2-27
Diff to: previous 1.1.1.8: preferred, colored
Changes since revision 1.1.1.8: +2 -2 lines
libfetch-2.27:
Fix a bug in the connection caching for FTP.

Revision 1.1.1.8 (vendor branch): download - view: text, markup, annotated - select for diffs
Thu Oct 15 12:59:59 2009 UTC (15 years, 3 months ago) by joerg
Branches: PKGSRC
CVS tags: matt-premerge-20091211, libfetch-2-26
Diff to: previous 1.1.1.7: preferred, colored
Changes since revision 1.1.1.7: +30 -10 lines
libfetch-2.26:
- Add support to aggressively cache directory listenings, useful for
HTTP
- Avoid leaking memory in error cases. From Xavier from Arch Linux.

Revision 1.1.1.7 (vendor branch): download - view: text, markup, annotated - select for diffs
Fri Aug 21 15:12:52 2009 UTC (15 years, 5 months ago) by joerg
Branches: PKGSRC
CVS tags: libfetch-2-25
Diff to: previous 1.1.1.6: preferred, colored
Changes since revision 1.1.1.6: +43 -41 lines
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

Revision 1.1.1.6.4.2: download - view: text, markup, annotated - select for diffs
Fri Jun 5 17:19:28 2009 UTC (15 years, 7 months ago) by snj
Branches: netbsd-4
Diff to: previous 1.1.1.6.4.1: preferred, colored; branchpoint 1.1.1.6: preferred, colored
Changes since revision 1.1.1.6.4.1: +1282 -0 lines
Pull up pkg_install-20090528, libarchive-2.5.5 and libfetch-2.23
with the associated build infrastructure as of 20090929 from HEAD.

Revision 1.1.1.6.2.2: download - view: text, markup, annotated - select for diffs
Fri Jun 5 17:01:45 2009 UTC (15 years, 7 months ago) by snj
Branches: netbsd-4-0
Diff to: previous 1.1.1.6.2.1: preferred, colored; branchpoint 1.1.1.6: preferred, colored; next MAIN 1.1.1.7: preferred, colored
Changes since revision 1.1.1.6.2.1: +1282 -0 lines
Apply patch (requested by joerg in ticket #1322):
Pull up pkg_install-20090528, libarchive-2.5.5 and libfetch-2.23
with the associated build infrastructure as of 20090529 from HEAD.

Revision 1.1.1.3.2.1: download - view: text, markup, annotated - select for diffs
Sat May 30 16:01:24 2009 UTC (15 years, 7 months ago) by snj
Branches: netbsd-5
Diff to: previous 1.1.1.3: preferred, colored
Changes since revision 1.1.1.3: +21 -4 lines
Pull up following revision(s) (requested by joerg in ticket #670):
        external/bsd/fetch/dist/libfetch/common.c: libfetch-2-23
        external/bsd/fetch/dist/libfetch/common.h: libfetch-2-23
        external/bsd/fetch/dist/libfetch/errlist.sh: libfetch-2-23
        external/bsd/fetch/dist/libfetch/fetch.3: libfetch-2-23
        external/bsd/fetch/dist/libfetch/fetch.c: libfetch-2-23
        external/bsd/fetch/dist/libfetch/fetch.cat3: libfetch-2-23
        external/bsd/fetch/dist/libfetch/fetch.h: libfetch-2-23
        external/bsd/fetch/dist/libfetch/file.c: libfetch-2-23
        external/bsd/fetch/dist/libfetch/ftp.c: libfetch-2-23
        external/bsd/fetch/dist/libfetch/ftp.errors: libfetch-2-23
        external/bsd/fetch/dist/libfetch/http.c: libfetch-2-23
        external/bsd/fetch/dist/libfetch/http.errors: libfetch-2-23
Pull up libfetch-2.23:
- if-not-modified support
- document that struct URL is not part of the ABI
- fetchRestartCalls cleanup for signal handlers
- allow HTTP basic auth to be specified in the URL, allow : as part of
  the cleartext password
- fix a file descriptor leak in the file:// iteration code

Revision 1.1.1.3.6.1: download - view: text, markup, annotated - select for diffs
Sat May 30 15:58:17 2009 UTC (15 years, 7 months ago) by snj
Branches: netbsd-5-0
CVS tags: netbsd-5-0-2-RELEASE, netbsd-5-0-1-RELEASE, matt-nb5-mips64-u2-k2-k4-k7-k8-k9, matt-nb5-mips64-u1-k1-k5, matt-nb5-mips64-premerge-20091211, matt-nb4-mips64-k7-u2a-k9b
Branch point for: matt-nb5-mips64
Diff to: previous 1.1.1.3: preferred, colored
Changes since revision 1.1.1.3: +21 -4 lines
Pull up following revision(s) (requested by joerg in ticket #670):
	external/bsd/fetch/dist/libfetch/common.c: libfetch-2-23
	external/bsd/fetch/dist/libfetch/common.h: libfetch-2-23
	external/bsd/fetch/dist/libfetch/errlist.sh: libfetch-2-23
	external/bsd/fetch/dist/libfetch/fetch.3: libfetch-2-23
	external/bsd/fetch/dist/libfetch/fetch.c: libfetch-2-23
	external/bsd/fetch/dist/libfetch/fetch.cat3: libfetch-2-23
	external/bsd/fetch/dist/libfetch/fetch.h: libfetch-2-23
	external/bsd/fetch/dist/libfetch/file.c: libfetch-2-23
	external/bsd/fetch/dist/libfetch/ftp.c: libfetch-2-23
	external/bsd/fetch/dist/libfetch/ftp.errors: libfetch-2-23
	external/bsd/fetch/dist/libfetch/http.c: libfetch-2-23
	external/bsd/fetch/dist/libfetch/http.errors: libfetch-2-23
Pull up libfetch-2.23:
- if-not-modified support
- document that struct URL is not part of the ABI
- fetchRestartCalls cleanup for signal handlers
- allow HTTP basic auth to be specified in the URL, allow : as part of
  the cleartext password
- fix a file descriptor leak in the file:// iteration code

Revision 1.1.1.3.4.1: download - view: text, markup, annotated - select for diffs
Wed May 13 18:51:52 2009 UTC (15 years, 8 months ago) by jym
Branches: jym-xensuspend
Diff to: previous 1.1.1.3: preferred, colored; next MAIN 1.1.1.4: preferred, colored
Changes since revision 1.1.1.3: +21 -4 lines
Sync with HEAD.

Second commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html

Revision 1.1.1.6.4.1
Sat Apr 4 23:26:05 2009 UTC (15 years, 9 months ago) by snj
Branches: netbsd-4
FILE REMOVED
Changes since revision 1.1.1.6: +0 -1282 lines
file ftp.c was added on branch netbsd-4 on 2009-06-05 17:19:28 +0000

Revision 1.1.1.6.2.1
Sat Apr 4 23:26:05 2009 UTC (15 years, 9 months ago) by snj
Branches: netbsd-4-0
FILE REMOVED
Changes since revision 1.1.1.6: +0 -1282 lines
file ftp.c was added on branch netbsd-4-0 on 2009-06-05 17:01:45 +0000

Revision 1.1.1.6 (vendor branch): download - view: text, markup, annotated - select for diffs
Sat Apr 4 23:26:05 2009 UTC (15 years, 9 months ago) by joerg
Branches: PKGSRC
CVS tags: libfetch-2-23, jym-xensuspend-nbase, jym-xensuspend-base
Branch point for: netbsd-4-0, netbsd-4
Diff to: previous 1.1.1.5: preferred, colored
Changes since revision 1.1.1.5: +2 -2 lines
Reimport libfetch-2.23 from pkgsrc, at least one change was lost.

Revision 1.1.1.5 (vendor branch): download - view: text, markup, annotated - select for diffs
Tue Mar 10 00:44:21 2009 UTC (15 years, 10 months ago) by joerg
Branches: PKGSRC
Diff to: previous 1.1.1.4: preferred, colored
Changes since revision 1.1.1.4: +1 -1 lines
Import libfetch-2.23:
Don't leak file descriptors when iterating local directories or checking
for if-modified-since on local files.

Revision 1.1.1.4 (vendor branch): download - view: text, markup, annotated - select for diffs
Sat Feb 14 19:37:00 2009 UTC (15 years, 11 months ago) by joerg
Branches: PKGSRC
CVS tags: libfetch-2-22
Diff to: previous 1.1.1.3: preferred, colored
Changes since revision 1.1.1.3: +20 -3 lines
Update to libfetch-2.22:
- Support for conditional fetch
- Allow correctly overwriting fetchRestartCalls from signal handlers by
  making it volatile
- Explicitly document that the size of struct url can increase.

Revision 1.1.1.3 (vendor branch): download - view: text, markup, annotated - select for diffs
Wed Oct 29 16:18:14 2008 UTC (16 years, 2 months ago) by joerg
Branches: PKGSRC
CVS tags: netbsd-5-base, netbsd-5-0-RELEASE, netbsd-5-0-RC4, netbsd-5-0-RC3, netbsd-5-0-RC2, netbsd-5-0-RC1, libfetch-2-20, libfetch-2-19, haad-nbase2, haad-dm-base2, haad-dm-base
Branch point for: netbsd-5-0, netbsd-5, jym-xensuspend
Diff to: previous 1.1.1.2: preferred, colored
Changes since revision 1.1.1.2: +12 -2 lines
Import libfetch-2.19 from pkgsrc:
- fix bug in URL quoting
- man page improvements
- remove passive mode flag, add flag to force active mode and fallback
from passive to active on syntax errors automatically

Revision 1.1.1.2.2.2: download - view: text, markup, annotated - select for diffs
Sun Oct 19 22:39:50 2008 UTC (16 years, 3 months ago) by haad
Branches: haad-dm
Diff to: previous 1.1.1.2.2.1: preferred, colored; branchpoint 1.1.1.2: preferred, colored; next MAIN 1.1.1.3: preferred, colored
Changes since revision 1.1.1.2.2.1: +1255 -0 lines
Sync with HEAD.

Revision 1.1.1.2.2.1
Tue Oct 7 15:55:20 2008 UTC (16 years, 3 months ago) by haad
Branches: haad-dm
FILE REMOVED
Changes since revision 1.1.1.2: +0 -1255 lines
file ftp.c was added on branch haad-dm on 2008-10-19 22:39:50 +0000

Revision 1.1.1.2 (vendor branch): download - view: text, markup, annotated - select for diffs
Tue Oct 7 15:55:20 2008 UTC (16 years, 3 months ago) by joerg
Branches: PKGSRC
CVS tags: matt-mips64-base2, libfetch-2-17, haad-dm-base1
Branch point for: haad-dm
Diff to: previous 1.1.1.1: preferred, colored
Changes since revision 1.1.1.1: +1 -1 lines
Update to libfetch-2.17. Fix a bug in the line buffering code to not
drop output if the server actually send more than one line.

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Tue Sep 30 18:46:07 2008 UTC (16 years, 3 months ago) by joerg
Branches: PKGSRC
CVS tags: libfetch-2-16
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
Import libfetch from pkgsrc, which remains authoritive.

libfetch is a high-level interface for retreiving and uploading files
using URLs. Currently implemented are local file access, FTP, HTTP and
basic HTTPS support, upload only for local files and FTP.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Sep 30 18:46:07 2008 UTC (16 years, 3 months ago) by joerg
Branches: MAIN
Initial revision

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

CVSweb <webmaster@jp.NetBSD.org>