1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00
Commit Graph

2523 Commits

Author SHA1 Message Date
Micah Cowan
c1871f41c6 Update FDL to version 1.3. 2008-11-04 01:27:44 -08:00
Micah Cowan
a791aaded3 Removed no-longer-used README.maint. 2008-10-31 23:15:45 -07:00
Micah Cowan
fc7e412bd3 Mailing list move. 2008-10-31 23:15:06 -07:00
Alexander Drozdov
b0bdf95494 Fix underflow, incorrect assertion. 2008-10-31 11:13:10 -07:00
Steven Schubiger
1228f812fa Document missing wgetrc options. 2008-10-26 14:32:11 -07:00
Gisle Vanem
871992e247 Compatibility tweaks to format_and_print_line. 2008-10-26 13:18:36 -07:00
Micah Cowan
b4ebafa39c Minor tweaks to freeopts. 2008-10-25 07:13:24 -07:00
Micah Cowan
a32d41c5d0 How many options remain available? 2008-10-25 06:49:35 -07:00
Saint Xavier
66dd4bda74 IRI requirement: do not percent-encode already percent-encoded values (try1) 2008-09-27 11:13:21 +02:00
Michael Kessler
86d7168105 downloads => download 2008-09-10 08:42:42 -07:00
Micah Cowan
523c3dfcbc Test-idn-cmd.px. 2008-09-09 21:55:02 -07:00
Gisle Vanem
b58816ed33 aprintf, not asprintf. 2008-09-09 10:26:44 -07:00
Micah Cowan
a38d9e7e7a Avoid unnecessary vars, and make wgetrc_file_name build properly on Windows. 2008-09-09 10:20:21 -07:00
Micah Cowan
abeb6c4a9e Define program_name, for lib/error.c. 2008-09-09 09:40:13 -07:00
Gisle Vanem
3516195389 HAVE_STDINT_H, SIZEOF_LONG_LONG. 2008-09-09 09:29:50 -07:00
Gisle Vanem
8216f0acc5 Ensure stdio.h is included. 2008-09-02 15:57:43 -07:00
Micah Cowan
171c71e09c Test for IDN, based on meta-specified encoding. 2008-08-28 12:47:17 -07:00
Micah Cowan
ab0b0a4090 IDN test. 2008-08-28 02:45:29 -07:00
Micah Cowan
090f1596ae Automated merge. 2008-08-28 01:21:59 -07:00
Micah Cowan
f0438edcf2 Test for -c shorter content (#23613). 2008-08-22 17:39:47 -07:00
Micah Cowan
123f5c3966 Dependency improvements (but still needs some work). 2008-08-22 17:14:31 -07:00
Micah Cowan
72687f78cb Test for -O, -nc. 2008-08-22 16:56:18 -07:00
Saint Xavier
26a3eea8e2 Removed commented *printf and use quote_n() for quoting several args 2008-08-15 15:15:42 +02:00
Saint Xavier
5133d57366 Fixes: use encoding got from the remote server serving the list file and use quote_n() for quote'ing several args 2008-08-15 15:03:38 +02:00
Saint Xavier
1063191b33 Fix a double quoting 2008-08-15 14:41:15 +02:00
Xavier Saint
a459f0aac9 Automated merge. 2008-08-14 18:45:26 +02:00
Xavier Saint
cbd54b549a Automated merge. 2008-08-14 18:45:13 +02:00
Xavier Saint
a5c222fa79 Update tests/Changelog for Test-iri-list.px 2008-08-14 18:31:03 +02:00
Xavier Saint
723dbfc818 Correct iri handling while fetching a remote file list with -i and provide a test 2008-08-14 18:26:53 +02:00
Xavier Saint
e6b4e761d1 Don't forget to free the iri struct 2008-08-14 17:42:16 +02:00
Steven Schubiger
1515ea0dea Removed dead DEBUG_MALLOC code. 2008-08-09 09:35:45 -07:00
Xavier Saint
0d0a425144 Correct a mis-merge: return type for url_error is char*, not const char* 2008-08-07 10:33:06 +02:00
Xavier Saint
44a22c78a7 Automated merge. 2008-08-07 10:27:19 +02:00
Xavier Saint
49061b72b6 Update doc/ChangeLog in regards to IRI support 2008-08-04 11:21:45 +02:00
Xavier Saint
bb62e1aa9e Update tests/ChangeLog for the 6 new tests for testing IRI support 2008-08-04 11:18:26 +02:00
Xavier Saint
84395897ad iri.h is already included in wget.h, so don't include it in C files 2008-08-04 11:08:33 +02:00
Micah Cowan
ba09ad3502 Documentation updates for --default-page. 2008-08-03 22:36:38 -07:00
Micah Cowan
d4e82e8388 Don't set UPDATED; automatically set in version.texi. 2008-08-03 22:25:09 -07:00
Micah Cowan
dc9abe478f jff: option for specifying the default page-name. 2008-08-03 22:12:34 -07:00
Micah Cowan
90a2d106cd #include wget.h, not config.h. 2008-08-03 22:08:07 -07:00
Micah Cowan
0fae9cb388 stsc: better message for "unsupported schemes". 2008-08-03 22:03:04 -07:00
Xavier Saint
c74bc2da70 Some cleanups in iri.c 2008-08-03 22:30:12 +02:00
Xavier Saint
ac4687846e Automated merge. 2008-08-03 21:18:49 +02:00
Xavier Saint
f8ffc7d084 Use --restrict-file-names=nocontrol during Test-iri* tests avoiding some special escaping 2008-08-03 20:38:00 +02:00
Xavier Saint
e4fd97c2eb Add lines to .wgetrc sample file 2008-08-03 20:06:39 +02:00
Xavier Saint
cda8835de6 IRI support documentation, first attempt 2008-08-03 20:03:13 +02:00
Xavier Saint
e2813c1e4f Since wget use libidn function for finding the locale, langinfo.h is useless 2008-08-03 20:02:35 +02:00
Xavier Saint
a0c75a96c0 Automated merge. 2008-08-02 16:16:57 +02:00
Xavier Saint
8d7c2219d1 Test FTP IRI support 2008-08-02 13:47:10 +02:00
Xavier Saint
da7adbaef4 Functional tests for IRI and HTTP 2008-08-02 12:17:03 +02:00