The NetBSD Project

CVS log for pkgsrc/net/libfetch/files/fetch.c

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / net / libfetch / files

Request diff between arbitrary revisions


Default branch: MAIN
Current tag: MAIN


Revision 1.19 / (download) - annotate - [select for diffs], Tue Aug 11 20:48:06 2009 UTC (14 years, 7 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2023Q4-base, pkgsrc-2023Q4, pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1, pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3, pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3, pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1, pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2, pkgsrc-2016Q1-base, pkgsrc-2016Q1, pkgsrc-2015Q4-base, pkgsrc-2015Q4, pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2, pkgsrc-2015Q1-base, pkgsrc-2015Q1, pkgsrc-2014Q4-base, pkgsrc-2014Q4, pkgsrc-2014Q3-base, pkgsrc-2014Q3, pkgsrc-2014Q2-base, pkgsrc-2014Q2, pkgsrc-2014Q1-base, pkgsrc-2014Q1, pkgsrc-2013Q4-base, pkgsrc-2013Q4, pkgsrc-2013Q3-base, pkgsrc-2013Q3, pkgsrc-2013Q2-base, pkgsrc-2013Q2, pkgsrc-2013Q1-base, pkgsrc-2013Q1, pkgsrc-2012Q4-base, pkgsrc-2012Q4, pkgsrc-2012Q3-base, pkgsrc-2012Q3, pkgsrc-2012Q2-base, pkgsrc-2012Q2, pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3, HEAD
Changes since 1.18: +1 -9 lines
Diff to previous 1.18 (colored)

Fix some lint warnings about G/C unused variables and changing a
variable type to match the return type of fetch_read.

Revision 1.18 / (download) - annotate - [selected], Thu Feb 5 23:29:14 2009 UTC (15 years, 1 month ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1
Changes since 1.17: +2 -2 lines
Diff to previous 1.17 (colored)

Need sleep, unbreak: declare fetchRestartCalls as volatile, not extern.

Revision 1.17 / (download) - annotate - [select for diffs], Thu Feb 5 23:27:39 2009 UTC (15 years, 1 month ago) by joerg
Branch: MAIN
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (colored) to selected 1.18 (colored)

Really mark fetchRestartCalls as volatile.

Revision 1.16 / (download) - annotate - [select for diffs], Thu Feb 5 22:45:25 2009 UTC (15 years, 1 month ago) by joerg
Branch: MAIN
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (colored) to selected 1.18 (colored)

libfetch-2.22:
Allow overriding fetchRestartCalls from signal handlers by making it
volatile.

Revision 1.15 / (download) - annotate - [select for diffs], Tue Nov 4 16:14:24 2008 UTC (15 years, 4 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2008Q4-base, pkgsrc-2008Q4
Changes since 1.14: +3 -4 lines
Diff to previous 1.14 (colored) to selected 1.18 (colored)

libfetch-2.20:
Allow HTTP basic auth to be specified in the URL. Also allow : in the
password while here.

Revision 1.14 / (download) - annotate - [select for diffs], Fri Oct 10 22:51:41 2008 UTC (15 years, 5 months ago) by joerg
Branch: MAIN
Changes since 1.13: +2 -2 lines
Diff to previous 1.13 (colored) to selected 1.18 (colored)

libfetch-2.19:
Fix a conditional in my quoting code to not be always true.
This makes ~ be quoted as %7e as intended.

Revision 1.13 / (download) - annotate - [select for diffs], Mon Oct 6 12:58:29 2008 UTC (15 years, 5 months ago) by joerg
Branch: MAIN
Changes since 1.12: +8 -1 lines
Diff to previous 1.12 (colored) to selected 1.18 (colored)

libfetch-2.16:
- only include openssl if the openssl option is present
- include arpa/inet.h to get ntohl and friends on older platforms like
  Interix
- use new netdb.h compat code from libnbcompat
- include inttypes.h only when present
- don't name local variables err, Interix has a symbol like that in
  default namespace
- allow fetch_read to do short read and do more intelligent buffering
  for header processing; effectively don't do a system call for each
  byte read

Revision 1.12 / (download) - annotate - [select for diffs], Sat Apr 26 22:42:49 2008 UTC (15 years, 11 months ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, cwrapper, cube-native-xorg-base, cube-native-xorg
Changes since 1.11: +5 -4 lines
Diff to previous 1.11 (colored) to selected 1.18 (colored)

fix build with Sun Studio by not using ranges in case stmt.

Revision 1.11 / (download) - annotate - [select for diffs], Fri Apr 25 19:59:30 2008 UTC (15 years, 11 months ago) by joerg
Branch: MAIN
Changes since 1.10: +37 -1 lines
Diff to previous 1.10 (colored) to selected 1.18 (colored)

libfetch-2.13:
Add a function to turn struct url back into a string.

Revision 1.10 / (download) - annotate - [select for diffs], Fri Apr 25 16:25:25 2008 UTC (15 years, 11 months ago) by joerg
Branch: MAIN
Changes since 1.9: +4 -4 lines
Diff to previous 1.9 (colored) to selected 1.18 (colored)

libfetch-2.12:
Make function naming consistent before external code depend on it.
Update man page.

Revision 1.9 / (download) - annotate - [select for diffs], Thu Apr 24 10:24:04 2008 UTC (15 years, 11 months ago) by joerg
Branch: MAIN
Changes since 1.8: +2 -1 lines
Diff to previous 1.8 (colored) to selected 1.18 (colored)

Claim copyright on a few more files for completeness.

Revision 1.8 / (download) - annotate - [select for diffs], Thu Apr 24 10:21:33 2008 UTC (15 years, 11 months ago) by joerg
Branch: MAIN
Changes since 1.7: +58 -32 lines
Diff to previous 1.7 (colored) to selected 1.18 (colored)

libfetch-2.11:
Implement full quoting support in FILE and FTP protocols.

Revision 1.7 / (download) - annotate - [select for diffs], Thu Apr 24 07:55:00 2008 UTC (15 years, 11 months ago) by joerg
Branch: MAIN
Changes since 1.6: +109 -45 lines
Diff to previous 1.6 (colored) to selected 1.18 (colored)

libfetch-2.4.10:
Start URL quoting cleanup.  All URLs are now quoted correctly on parsing
and when appending URLs.  URLs without schema and starting with slash are
considered to be file:// URLs.

Revision 1.6 / (download) - annotate - [select for diffs], Mon Apr 21 17:15:31 2008 UTC (15 years, 11 months ago) by joerg
Branch: MAIN
Changes since 1.5: +49 -1 lines
Diff to previous 1.5 (colored) to selected 1.18 (colored)

libfetch-2.9:
Add fetch_extract_filename to extract the unquoted filename of a URL.

Revision 1.5 / (download) - annotate - [select for diffs], Sun Apr 20 15:29:26 2008 UTC (15 years, 11 months ago) by joerg
Branch: MAIN
Changes since 1.4: +26 -1 lines
Diff to previous 1.4 (colored) to selected 1.18 (colored)

libfetch-2.7:
Add fetchCopyURL.

Revision 1.4 / (download) - annotate - [select for diffs], Sat Apr 19 14:49:23 2008 UTC (15 years, 11 months ago) by joerg
Branch: MAIN
Changes since 1.3: +16 -54 lines
Diff to previous 1.3 (colored) to selected 1.18 (colored)

libfetch-2.6:
Change fetchList API to always return lists of full URLs.

Revision 1.3 / (download) - annotate - [select for diffs], Fri Apr 4 22:37:28 2008 UTC (15 years, 11 months ago) by joerg
Branch: MAIN
Changes since 1.2: +41 -1 lines
Diff to previous 1.2 (colored) to selected 1.18 (colored)

libfetch-2.2:
Add interface to glob a directory.

Revision 1.2 / (download) - annotate - [select for diffs], Wed Apr 2 15:33:14 2008 UTC (15 years, 11 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2008Q1-base, pkgsrc-2008Q1
Changes since 1.1: +9 -19 lines
Diff to previous 1.1 (colored) to selected 1.18 (colored)

libfetch-2.1:
- remove most of the debug junk
- fix a buffer overflow in the config parser
- replace stdio usage with a simple abstract IO framework. currently
without explicit buffering, but that might be added later

Revision 1.1 / (download) - annotate - [select for diffs], Thu Feb 7 01:48:22 2008 UTC (16 years, 1 month ago) by joerg
Branch: MAIN
Diff to selected 1.18 (colored)

Initial revision

This form allows you to request diff's 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.




CVSweb <webmaster@jp.NetBSD.org>