Commit Graph

1892 Commits

Author SHA1 Message Date
hniksic 89714210d0 [svn] Put random_wait at the correct location. 2006-02-05 00:40:25 -08:00
hniksic a202418374 [svn] Made [0.5*wait, 1.5*wait) the range of --random-wait. 2006-02-05 00:35:22 -08:00
hniksic 85146a6ebd [svn] Removed the SPRINTF_WGINT macro. 2006-02-03 02:31:00 -08:00
hniksic b6fa9ce7be [svn] Don't use sprintf for printing WGINT_MIN; simply divide n by 10 and defer
printing the last digit.
2006-02-03 02:27:59 -08:00
mtortonesi d8f368d062 [svn] Implement correct parsing of HTTP Content-Disposition header. 2006-02-03 01:33:57 -08:00
hniksic b89b58e00a [svn] Obtain the declaration of uintptr_t when standalone. 2006-02-02 05:37:56 -08:00
hniksic 31cc8166dc [svn] Don't define countof if it's already defined. 2006-02-02 05:04:33 -08:00
mtortonesi bfd24dba71 [svn] Removed empty lines in output format. 2006-01-30 02:06:10 -08:00
mtortonesi b5be7ce301 [svn] Commited new HTTP output format. 2006-01-30 00:54:09 -08:00
mtortonesi b15ddc5b71 [svn] Removed broken output file removal patch. 2006-01-30 00:46:16 -08:00
mtortonesi f1b726490e [svn] Remove output document in case of download problems when -O and --quiet are given. 2006-01-24 05:36:24 -08:00
mtortonesi 4ad743db98 [svn] Major improvement of testing suite. 2006-01-24 04:15:58 -08:00
mtortonesi 823228830e [svn] Fixed pre-download verbose output which was broken by HTTP code refactoring. 2005-12-07 00:24:24 -08:00
mtortonesi 4e1481d22b [svn] New OO Architecture for Wget Test Suite 2005-12-05 05:35:07 -08:00
mtortonesi 729c00ab9e [svn] Better explanation of last change to HTTP code in ChangeLog. 2005-12-05 03:25:50 -08:00
mtortonesi e7433e4027 [svn] Removed C++ style comments from http.c and test.c, as we support C89 compilers as well. 2005-12-05 02:55:30 -08:00
mtortonesi d40086ba5f [svn] Major refactoring of HTTP code. Added support for Content-Disposition header. 2005-11-23 02:18:18 -08:00
hniksic 3e145c6018 [svn] Use uintptr_t instead of unsigned long for integer representation of pointers. 2005-11-19 11:35:02 -08:00
hniksic 94a7163d4e [svn] Fix wording for https_proxy. 2005-11-15 13:23:18 -08:00
hniksic f3b54cdaf4 [svn] Document the https_proxy setting. 2005-11-15 13:18:14 -08:00
mtortonesi 3041bd6e15 [svn] Fixed typo. 2005-11-02 08:16:31 -08:00
mtortonesi b285d8070b [svn] Improved support for unit testing 2005-11-02 07:48:45 -08:00
mtortonesi d12bf532d5 [svn] Added support for HTTP testing. 2005-11-02 06:27:23 -08:00
mtortonesi 74415a7585 [svn] Added basic support for unit testing 2005-10-27 07:13:40 -07:00
mtortonesi 4950b4f441 [svn] Added Daniel's fix for remotely exploitable buffer overflow vulnerability in NTML code. 2005-10-13 02:04:16 -07:00
hniksic 02e8aa3ac4 [svn] Removed gcc 4.0 warnings, by Russ Allberry. 2005-10-09 02:59:20 -07:00
mtortonesi 1ff7c1fa70 [svn] retr.c: Changed semantics of no_proxy_match. 2005-10-05 02:46:07 -07:00
mtortonesi 8c69427125 [svn] Fixed typo 2005-10-05 02:43:47 -07:00
hniksic b9d8781b77 [svn] Don't print download summary if nothing has been downloaded. 2005-09-17 06:07:00 -07:00
hniksic a95c910f9c [svn] Change name of param. 2005-09-17 05:55:21 -07:00
hniksic d668586e8c [svn] Rewrite the "passive FTP" paragraph. 2005-09-02 09:29:11 -07:00
hniksic 53ca4879b9 [svn] Introduce symbolic constants for "magic" values of 0.2 and 0.9,
REFRESH_INTERVAL and ETA_REFRESH_INTERVAL.
2005-09-01 09:44:11 -07:00
hniksic 7700d6c999 [svn] Fix strtoll("0x", ptr, 0) to set *ptr to position of 'x', not after it. 2005-08-27 12:27:46 -07:00
hniksic 6cae84266c [svn] Doc fix. 2005-08-27 12:09:52 -07:00
hniksic 65401399d7 [svn] Doc fix. 2005-08-27 12:09:42 -07:00
hniksic ed8648d0c0 [svn] Use hash_table_iterate in cookie_jar_delete. 2005-08-27 06:25:47 -07:00
hniksic 8b7dabcdf8 [svn] Simplify iteration over hash table entries. 2005-08-27 06:05:39 -07:00
hniksic e2e26c4487 [svn] Mention GnuTLS support. 2005-08-27 05:54:55 -07:00
hniksic 89ccc4ac04 [svn] Use @datadir@. Define localedir as $(datadir)/locale.
By Albert Chin.
2005-08-26 11:51:23 -07:00
hniksic 9f0bf14c27 [svn] Docfix: "conventional" -> "conventional wisdom" 2005-08-26 11:19:00 -07:00
hniksic 26f202dcad [svn] Fix typo. 2005-08-26 05:05:54 -07:00
hniksic 96aa9c1a06 [svn] Abort configure if --with-ssl given but SSL unavailable. Use HAVE_LIBSSL
and HAVE_LIBGNUTLS symbols provided by AC_LIB_HAVE_LINKFLAGS instead of
inventing new ones.
By Stepan Kasal.
2005-08-26 05:02:04 -07:00
hniksic 9aae245890 [svn] Tell OpenSSL to renegotiate automatically (mode SSL_MODE_AUTO_RETRY).
By Jeremy Shapiro.
2005-08-26 03:42:31 -07:00
hniksic 335f7a4f92 [svn] Use IP_INADDR_DATA. 2005-08-23 13:40:37 -07:00
hniksic 960af0b1b1 [svn] Reverted to previous revision. 2005-08-22 04:19:58 -07:00
mtortonesi f91bfaf105 [svn] Minor modifications to README.maint upon Hrvoje's suggestions. 2005-08-17 22:33:02 -07:00
mtortonesi bb11f3b539 [svn] Added README.maint. 2005-08-17 13:13:21 -07:00
mtortonesi c6840ca8af [svn] Added update_po_files.sh script. 2005-08-16 15:37:10 -07:00
mtortonesi 32ea9deb40 [svn] Updated PO files from the TP. 2005-08-16 15:00:05 -07:00
hniksic 602105004e [svn] Doc fix. 2005-08-12 06:17:42 -07:00