Up to [local] / ports / net / wget / patches
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.6, Thu Apr 4 05:30:34 2019 UTC (5 years, 7 months ago) by namtsui
Branch: MAIN
CVS Tags: HEAD
Changes since 1.5: +0 -0 lines
FILE REMOVED
wget 1.20.2
Revision 1.5 / (download) - annotate - [select for diffs], Wed Feb 20 22:34:30 2019 UTC (5 years, 9 months ago) by namtsui
Branch: MAIN
Changes since 1.4: +1 -0 lines
Diff to previous 1.4 (colored)
Summary: add note to remove during next wget release
Revision 1.4 / (download) - annotate - [select for diffs], Wed Feb 20 22:15:50 2019 UTC (5 years, 9 months ago) by namtsui
Branch: MAIN
Changes since 1.3: +45 -17 lines
Diff to previous 1.3 (colored)
Summary: tests work now. have not tested fuzz tests yet. these changes are from git, so remove once new wget released.
Revision 1.3 / (download) - annotate - [select for diffs], Mon Feb 18 08:50:19 2019 UTC (5 years, 9 months ago) by namtsui
Branch: MAIN
Changes since 1.2: +2 -0 lines
Diff to previous 1.2 (colored)
Summary: comments added
Revision 1.2 / (download) - annotate - [select for diffs], Mon Feb 18 07:30:10 2019 UTC (5 years, 9 months ago) by namtsui
Branch: MAIN
Changes since 1.1: +3 -3 lines
Diff to previous 1.1 (colored)
Summary: more portable stderr
Revision 1.1 / (download) - annotate - [select for diffs], Sun Feb 10 22:39:05 2019 UTC (5 years, 9 months ago) by namtsui
Branch: MAIN
Summary: fuzzer patches added to get past compilation error `make tests' fix compilation error in `make test' where fuzzer tests incorrectly try to assign to stderr. The goal is to redirect stderr to /dev/null. I patched it to do this, and it at least compiles.