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

141 Commits

Author SHA1 Message Date
hniksic
1a54af24e4 [svn] Remove reference to the no longer existent wget-cvs list. 2005-06-22 07:49:30 -07:00
hniksic
3fc2c2256e [svn] Use the more standard authorship phrase "and others". 2005-06-22 06:00:02 -07:00
hniksic
04f3fdc577 [svn] Remove explicit vertical spacings from the manual. 2005-06-22 05:52:09 -07:00
hniksic
e911bc2943 [svn] Remove the "lockable boolean" setting for passive_ftp. 2005-06-21 18:56:02 -07:00
hniksic
247297276c [svn] Change --non-verbose to --no-verbose. 2005-06-16 04:11:24 -07:00
mtortonesi
584ab1bfcb [svn] Added Keith Moore in the CREDITS section. 2005-06-07 15:02:28 -07:00
hniksic
f79e976e7c [svn] Removed statement that redirect in response to POST is "technically
disallowed", which I cannot find in rfc2616 nor in rfc1945.  Even if that
were technically the case, the widespreadedness of such responses would make
the prohibition irrelevant.
2005-05-30 07:34:56 -07:00
hniksic
01f3d4b33c [svn] Document --[no-]proxy as being primarily used to turn *off* proxies. 2005-05-14 13:06:34 -07:00
hniksic
918569ff54 [svn] Wording change. 2005-05-11 03:57:01 -07:00
hniksic
7bde962912 [svn] Explain certificate checking in more detail. 2005-05-11 01:44:43 -07:00
hniksic
110e13d093 [svn] Document empty user-agent. 2005-05-06 10:23:37 -07:00
hniksic
b13dbbcfff [svn] Reword timeout documentation. 2005-05-05 16:15:22 -07:00
hniksic
52157127be [svn] We're using GFDL 1.2, not 1.1. 2005-05-05 10:13:12 -07:00
hniksic
adeda2c0c4 [svn] Another contributor added. 2005-05-05 09:51:38 -07:00
hniksic
2892367cde [svn] Updated contributor list. 2005-05-05 08:41:32 -07:00
hniksic
231f9bae4c [svn] Fix bind address cindex entry that prevented concept index from
generating.
2005-04-27 14:53:02 -07:00
mtortonesi
b2e0ff1642 [svn] Fix a broken reference to Security Considerations section in tex-generated
documents (like the man page).
2005-04-27 14:34:00 -07:00
mtortonesi
e815fe81a0 [svn] Add the --user, --password, --ftp-user and --ftp-password options.
Rename the --ftp-passwd, --http-passwd and --proxy-passwd options to
--ftp-password, --http-password and --proxy-password respectively.
Deprecate the login and passwd .wgetrc commands.
2005-04-27 14:30:22 -07:00
hniksic
43e2f79afd [svn] Document --random-file. 2005-04-27 14:10:30 -07:00
hniksic
39ea6d817b [svn] Improve wording of command descriptions. 2005-04-27 11:23:41 -07:00
hniksic
dd02917be5 [svn] Mention --keep-session-cookies when documenting --post-data. 2005-04-27 10:44:02 -07:00
hniksic
6bfd58999f [svn] Improved entry on --keep-session-cookies. 2005-04-26 13:26:24 -07:00
hniksic
352821441f [svn] Remove stray text. 2005-04-26 10:31:14 -07:00
hniksic
8cacec82fa [svn] Document properties of boolean options. 2005-04-25 15:05:42 -07:00
hniksic
7f481baada [svn] List Sami Krank as a contributor. 2005-04-25 14:01:27 -07:00
hniksic
56a4583e61 [svn] Don't advertise removed option -s. 2005-04-25 13:21:06 -07:00
hniksic
b306ed79c0 [svn] Document --retry-connrefused. 2005-04-25 13:00:16 -07:00
hniksic
f5194cab0d [svn] Update version and include minor doc fixes. 2005-04-25 03:30:36 -07:00
hniksic
cf994330a3 [svn] Added reordering of addresses to try IPv4 first and the associated
--prefer-family switch.
2005-04-24 13:00:19 -07:00
hniksic
8710ea2686 [svn] No longer claim that -6 accepts mapped IPv4 addresses. 2005-04-24 03:54:58 -07:00
hniksic
369554bd74 [svn] Document the SSL command-line options. 2005-04-24 02:21:07 -07:00
hniksic
f97fe7bd3c [svn] Documented --ftp-passwd and ftp_passwd. 2005-04-23 02:43:21 -07:00
hniksic
05523f5f97 [svn] Re-alphabetize and update the list of contributors. 2005-04-21 07:29:07 -07:00
hniksic
d40d3dd38d [svn] Document behavior of -6 wrt mapped IPv4 addresses. 2005-04-20 04:30:21 -07:00
hniksic
1e84a6a971 [svn] Documented IPv6-related options. 2005-04-19 15:57:28 -07:00
hniksic
899eca751a [svn] Update mailing list information. 2005-04-18 13:52:27 -07:00
hniksic
d4b7d4b1a4 [svn] Removed MACHINES. 2005-04-18 13:21:04 -07:00
hniksic
1aa8ce44c8 [svn] Don't advertise --no-dns-cache as necessary for dyndns downloads. 2005-04-17 16:26:26 -07:00
hniksic
30aaf5a19a [svn] Use the passive FTP transfer mode by default. 2005-03-06 11:34:25 -08:00
mtortonesi
87e0d2682b [svn]
Renamed src/string.{c,h} to src/string_t.{c,h} to solve a conflict with the
string.h standard C library header file.

Fixed a bug and triggered escape of backslashes in string_t.c to avoid
ambiguities in the result string.

Added Simone Piunno as new contributor.
2005-02-11 13:34:42 -08:00
mtortonesi
ca13ffd249 [svn] Added string.c module. Updated copyright information and added names of new contributors to the documentation. 2005-01-01 13:29:11 -08:00
mtortonesi
1a9c0f6c31 [svn] Describe limitations of combining the -O and -k options. 2004-11-20 15:16:29 -08:00
hniksic
b4e408b3a6 [svn] Updated contributor list. 2004-02-22 07:46:49 -08:00
hniksic
94eccf9739 [svn] Document `-e'. 2004-02-12 14:16:48 -08:00
hniksic
a4b95084e8 [svn] Put @item contents on a separate line. 2004-02-08 02:50:13 -08:00
hniksic
26dd99930e [svn] Document the --no-http-keep-alive option. 2004-02-06 08:50:14 -08:00
hniksic
2e2c816057 [svn] Added Nicolas Schodet. 2003-12-15 08:43:55 -08:00
hniksic
92c0f627b7 [svn] Don't incorrectly claim that `-O' sets the number of retries to 1. 2003-12-06 02:59:59 -08:00
hniksic
0e74e24d95 [svn] Document the new option --protocol-directories. 2003-12-05 19:07:10 -08:00
hniksic
c4c71684cf [svn] Small update. 2003-11-14 15:59:59 -08:00