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


Keyword substitution: kv
Default branch: MAIN
Current tag: MAIN


Revision 1.19: download - view: text, markup, annotated - select for diffs
Tue Aug 11 20:48:06 2009 UTC (15 years, 8 months ago) by joerg
Branches: MAIN
CVS tags: pkgsrc-2025Q1-base, pkgsrc-2025Q1, pkgsrc-2024Q4-base, pkgsrc-2024Q4, pkgsrc-2024Q3-base, pkgsrc-2024Q3, pkgsrc-2024Q2-base, pkgsrc-2024Q2, pkgsrc-2024Q1-base, pkgsrc-2024Q1, 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
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +1 -9 lines
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 - view: text, markup, annotated - select for diffs
Thu Feb 5 23:29:14 2009 UTC (16 years, 2 months ago) by joerg
Branches: MAIN
CVS tags: pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -2 lines
Need sleep, unbreak: declare fetchRestartCalls as volatile, not extern.

Revision 1.17: download - view: text, markup, annotated - select for diffs
Thu Feb 5 23:27:39 2009 UTC (16 years, 2 months ago) by joerg
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +2 -2 lines
Really mark fetchRestartCalls as volatile.

Revision 1.16: download - view: text, markup, annotated - select for diffs
Thu Feb 5 22:45:25 2009 UTC (16 years, 2 months ago) by joerg
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -2 lines
libfetch-2.22:
Allow overriding fetchRestartCalls from signal handlers by making it
volatile.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Tue Nov 4 16:14:24 2008 UTC (16 years, 5 months ago) by joerg
Branches: MAIN
CVS tags: pkgsrc-2008Q4-base, pkgsrc-2008Q4
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +3 -4 lines
libfetch-2.20:
Allow HTTP basic auth to be specified in the URL. Also allow : in the
password while here.

Revision 1.14: download - view: text, markup, annotated - select for diffs
Fri Oct 10 22:51:41 2008 UTC (16 years, 6 months ago) by joerg
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -2 lines
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 - view: text, markup, annotated - select for diffs
Mon Oct 6 12:58:29 2008 UTC (16 years, 6 months ago) by joerg
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +8 -1 lines
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 - view: text, markup, annotated - select for diffs
Sat Apr 26 22:42:49 2008 UTC (16 years, 11 months ago) by tnn
Branches: MAIN
CVS tags: pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, cwrapper, cube-native-xorg-base, cube-native-xorg
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +5 -4 lines
fix build with Sun Studio by not using ranges in case stmt.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Fri Apr 25 19:59:30 2008 UTC (16 years, 11 months ago) by joerg
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +37 -1 lines
libfetch-2.13:
Add a function to turn struct url back into a string.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Fri Apr 25 16:25:25 2008 UTC (16 years, 11 months ago) by joerg
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +4 -4 lines
libfetch-2.12:
Make function naming consistent before external code depend on it.
Update man page.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Thu Apr 24 10:24:04 2008 UTC (16 years, 11 months ago) by joerg
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -1 lines
Claim copyright on a few more files for completeness.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Thu Apr 24 10:21:33 2008 UTC (16 years, 11 months ago) by joerg
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +58 -32 lines
libfetch-2.11:
Implement full quoting support in FILE and FTP protocols.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Thu Apr 24 07:55:00 2008 UTC (16 years, 11 months ago) by joerg
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +109 -45 lines
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 - view: text, markup, annotated - select for diffs
Mon Apr 21 17:15:31 2008 UTC (17 years ago) by joerg
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +49 -1 lines
libfetch-2.9:
Add fetch_extract_filename to extract the unquoted filename of a URL.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Sun Apr 20 15:29:26 2008 UTC (17 years ago) by joerg
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +26 -1 lines
libfetch-2.7:
Add fetchCopyURL.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Sat Apr 19 14:49:23 2008 UTC (17 years ago) by joerg
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +16 -54 lines
libfetch-2.6:
Change fetchList API to always return lists of full URLs.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Fri Apr 4 22:37:28 2008 UTC (17 years ago) by joerg
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +41 -1 lines
libfetch-2.2:
Add interface to glob a directory.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Wed Apr 2 15:33:14 2008 UTC (17 years ago) by joerg
Branches: MAIN
CVS tags: pkgsrc-2008Q1-base, pkgsrc-2008Q1
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +9 -19 lines
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 - view: text, markup, annotated - select for diffs
Thu Feb 7 01:48:22 2008 UTC (17 years, 2 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>