]> sjero.net Git - wget/history - src/ChangeLog
[svn] Don't rewrite "https://host" to "ftp://https//host" when SSL is not used.
[wget] / src / ChangeLog
2005-05-12 hniksic[svn] Don't rewrite "https://host" to "ftp://https...
2005-05-11 hniksic[svn] Tell the user about --no-check-certificate.
2005-05-11 hniksic[svn] Always use SSL_VERIFY_NONE, so that the handshake...
2005-05-11 hniksic[svn] Support wildcards for matching of hosts against...
2005-05-10 hniksic[svn] Print certificate subject and issuer.
2005-05-10 hniksic[svn] Correctly pass pointers to hash_table_get_pair.
2005-05-10 hniksic[svn] Check for the server's identity after the SSL...
2005-05-09 hniksic[svn] Simplify cert. verification. Allow SSL_write...
2005-05-08 hniksic[svn] Check for wildcards in unescaped URL path.
2005-05-08 hniksic[svn] Re-alphabetize the command list. Have run_comman...
2005-05-08 hniksic[svn] Remove unnecessary assignments to silence warning...
2005-05-08 hniksic[svn] Fix warnings reported by gcc -Wstrict-prototypes...
2005-05-07 hniksic[svn] Made strpbrk_or_eos inline. Use strchr(s, '...
2005-05-07 hniksic[svn] Renamed "decide_copy_method" to "char_needs_escap...
2005-05-07 hniksic[svn] Prevent newlines in FTP command arguments causing...
2005-05-07 hniksic[svn] Don't needlessly decode % escapes in URLs.
2005-05-06 hniksic[svn] Fix request-line argument when talking to SSL...
2005-05-06 hniksic[svn] Don't complain about "unknown authentication...
2005-05-06 hniksic[svn] Fix wording of --secure-protocol help text.
2005-05-05 hniksic[svn] Update strstr to the one in glibc 2.3.5.
2005-05-05 hniksic[svn] Zero out all of struct tm before passing it to...
2005-05-05 hniksic[svn] Propagate option name to init.c code so error...
2005-05-05 hniksic[svn] Abort if there have been errors while processing...
2005-05-05 hniksic[svn] Slightly reduce the code repetition between two...
2005-05-05 hniksic[svn] Fix -X/-I with wildcards.
2005-05-05 hniksic[svn] Set access time to current time when "touching...
2005-05-05 hniksic[svn] Don't unescape %00.
2005-05-05 hniksic[svn] Document what is meant by "non-printable" in...
2005-05-05 hniksic[svn] Fix printing of FTP response.
2005-05-05 hniksic[svn] Reset the sleep_adjust limit value for new downlo...
2005-05-04 hniksic[svn] Declare gettext when libintl.h is unavailable.
2005-05-03 hniksic[svn] Fix K&R incompatibilities reported by `gcc -Wtrad...
2005-04-29 hniksic[svn] Correctly check for _POSIX_MONOTONIC_CLOCK.
2005-04-28 hniksic[svn] Remove unreachable "break" statements.
2005-04-28 hniksic[svn] Wrap the use of opt.random_file in HAVE_SSL.
2005-04-27 hniksic[svn] Set the CONNECT user-agent in the correct request...
2005-04-27 hniksic[svn] Free the old value of opt.useragent before settin...
2005-04-27 mtortonesi[svn] Map the --ftp-password, --http-password and ...
2005-04-27 mtortonesi[svn] Add the --user, --password, --ftp-user and -...
2005-04-27 hniksic[svn] Advertise DER rather than ASN1.
2005-04-27 hniksic[svn] Add --random-file option. Bail out in case of...
2005-04-27 hniksic[svn] Wrap private key commands in #ifdef HAVE_SSL.
2005-04-27 hniksic[svn] Allow separate specification of certificate type...
2005-04-26 hniksic[svn] Renamed src/gen_sslfunc.c to src/openssl.c and...
2005-04-26 hniksic[svn] Renamed "closure" to "place".
2005-04-26 hniksic[svn] Renamed the SSL switches and commands.
2005-04-26 hniksic[svn] Fix various cookie-related problems.
2005-04-25 hniksic[svn] Remove support for --use-proxy.
2005-04-25 hniksic[svn] Restore old behavior of -Y.
2005-04-24 hniksic[svn] Delete unreachable statement in aprintf.
2005-04-24 hniksic[svn] Added reordering of addresses to try IPv4 first...
2005-04-24 hniksic[svn] Make retryable_socket_connect_error return 0...
2005-04-23 hniksic[svn] Remember that the NTLM-authorized TCP connections...
2005-04-23 hniksic[svn] Treat input to base64_encode as unsigned chars.
2005-04-23 hniksic[svn] Format http-ntlm.c in an ansi2knr-friendly fashion.
2005-04-22 hniksic[svn] Fix bugs in NTML handling.
2005-04-22 hniksic[svn] Fix warning message text; mark the warning messag...
2005-04-21 hniksic[svn] Print the EGD option in the help text at the...
2005-04-21 hniksic[svn] Fix setting the NTLM domain.
2005-04-21 mtortonesi[svn] Set IPV6_V6ONLY socket option when -6 switch...
2005-04-20 hniksic[svn] Fix the check whether a new header needs to be...
2005-04-18 hniksic[svn] Change orders of parameters of base64_encode...
2005-04-17 hniksic[svn] Fix potential memory leak in request_set_header.
2005-04-17 hniksic[svn] Declare VALUE argument of fmtstr as const char *.
2005-04-16 hniksic[svn] More correct handling of significant digit count...
2005-04-16 hniksic[svn] Don't ignore timeout when progress=dot.
2005-04-16 hniksic[svn] Really disable persistent connections over proxy.
2005-04-16 hniksic[svn] Fixed a number of bugs in snprintf.c.
2005-04-15 hniksic[svn] Use _POSIX_TIMERS - 0 > 0, which handles the...
2005-04-15 hniksic[svn] Check for defined(_POSIX_TIMERS) before checking...
2005-04-14 hniksic[svn] Report an error in skip_short_body to the caller.
2005-04-12 hniksic[svn] Open the output file in binary mode.
2005-04-11 hniksic[svn] Conditonialize including config.h on HAVE_CONFIG_...
2005-04-11 hniksic[svn] Clean up prototypes and definitions of ssl_init...
2005-04-11 hniksic[svn] Don't define _VA_LIST; it breaks compilation...
2005-04-11 hniksic[svn] Warn the user to increase SZ before aborting.
2005-04-10 hniksic[svn] Free converted_files.
2005-04-10 hniksic[svn] Use __builtin_expect to provide a hint that ...
2005-04-10 hniksic[svn] Declare alloca as returning void *, not char...
2005-04-09 hniksic[svn] Correct logic of check #6 in download_child_p.
2005-04-09 hniksic[svn] Don't mark ~ as unsafe, it confuses too many...
2005-04-08 hniksic[svn] Fix compilation of alloca.c under tcc.
2005-04-08 hniksic[svn] Declare ntlmbuf as char, to avoid warning with...
2005-04-08 hniksic[svn] Use Windows timers under Cygwin.
2005-04-08 hniksic[svn] Remove the unused "initialized" field from struct...
2005-04-08 hniksic[svn] Better selection of POSIX clocks.
2005-04-08 hniksic[svn] Fix typo affecting Windows build.
2005-04-07 hniksic[svn] Check that _POSIX_CLOCK_MONOTONIC >= 0 before...
2005-04-07 hniksic[svn] Check for defined-ness of _POSIX_MONOTONIC_CLOCK...
2005-04-07 hniksic[svn] Extract timers to a separate file.
2005-04-07 hniksic[svn] Define NO_ADDRESS only after the system headers...
2005-04-06 hniksic[svn] Added NTLM support.
2005-04-05 mtortonesi[svn] Removed string_t.c from the list of source files...
2005-04-05 mtortonesi[svn] Removed (not used anymore) string_t.{c,h}.
2005-04-01 hniksic[svn] Made rewrite_shorthand_url recognize HOST:PORT...
2005-04-01 hniksic[svn] Avoid explicit 64-bit constants; construct them...
2005-03-30 hniksic[svn] Use sets/hash-tables instead of "slists". Remove...
2005-03-29 hniksic[svn] Replace GETALL and others with GLOB_GETALL.
2005-03-29 hniksic[svn] Slightly better handling of negative numbers...
2005-03-22 hniksic[svn] Support human-readable file size printing.
next