]> sjero.net Git - wget/shortlog
wget
2005-05-12 hniksic[svn] Updated the translation from the TP.
2005-05-12 hniksic[svn] Use the %d format to print port number, which...
2005-05-12 hniksic[svn] Updated Croatian translation.
2005-05-12 hniksic[svn] Don't rewrite "https://host" to "ftp://https...
2005-05-11 mtortonesi[svn] Updated version to 1.10-beta1+cvs-dev.
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] Wording change.
2005-05-11 hniksic[svn] *** empty log message ***
2005-05-11 hniksic[svn] *** empty log message ***
2005-05-11 hniksic[svn] Explain certificate checking in more detail.
2005-05-11 hniksic[svn] Mention that the server's certificate is now...
2005-05-11 hniksic[svn] Support wildcards for matching of hosts against...
2005-05-10 hniksic[svn] Updated Croatian translation.
2005-05-10 hniksic[svn] *** empty log message ***
2005-05-10 hniksic[svn] Print certificate subject and issuer.
2005-05-10 hniksic[svn] Test for the OpenSSL includes we actually use.
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] Place variable declarations in escnonprint_intern...
2005-05-08 hniksic[svn] Fix warnings reported by gcc -Wstrict-prototypes...
2005-05-07 hniksic[svn] Include an EXAMPLES section in the man page.
2005-05-07 hniksic[svn] Minor doc fix.
2005-05-07 hniksic[svn] Made strpbrk_or_eos inline. Use strchr(s, '...
2005-05-07 hniksic[svn] Doc fix.
2005-05-07 hniksic[svn] Doc fix.
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] Document empty user-agent.
2005-05-06 hniksic[svn] Don't complain about "unknown authentication...
2005-05-06 hniksic[svn] Spell my name correctly.
2005-05-06 hniksic[svn] Updated Croatian translation.
2005-05-06 hniksic[svn] Fix wording of --secure-protocol help text.
2005-05-06 hniksic[svn] Mention the redesign of SSL options.
2005-05-06 hniksic[svn] Don't print the line with the comment about runni...
2005-05-06 hniksic[svn] Fix the build for systems without makeinfo.
2005-05-06 hniksic[svn] Minor doc fix.
2005-05-06 hniksic[svn] Explain the choice of only setting LC_MESSAGES...
2005-05-06 hniksic[svn] *** empty log message ***
2005-05-05 hniksic[svn] Reword timeout documentation.
2005-05-05 hniksic[svn] Minor rewording of the IPv6 entry.
2005-05-05 hniksic[svn] Update strstr to the one in glibc 2.3.5.
2005-05-05 hniksic[svn] Comment doc fix.
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] We're using GFDL 1.2, not 1.1.
2005-05-05 hniksic[svn] Another contributor added.
2005-05-05 hniksic[svn] Slightly reduce the code repetition between two...
2005-05-05 hniksic[svn] Updated contributor list.
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-04 hniksic[svn] Updated translation received from the TP.
2005-05-03 hniksic[svn] Fix K&R incompatibilities reported by `gcc -Wtrad...
2005-05-02 hniksic[svn] Mention that make install requires root.
2005-05-02 hniksic[svn] Document environment variables affecting configur...
2005-04-30 hniksic[svn] Typo fix in comment.
2005-04-29 hniksic[svn] Announce IPv6 support using AC_MSG_NOTICE.
2005-04-29 hniksic[svn] Don't set ipv6 to yes only because struct sockadd...
2005-04-29 hniksic[svn] Correctly check for _POSIX_MONOTONIC_CLOCK.
2005-04-28 hniksic[svn] Use MAKEDIR for make clean as well.
2005-04-28 hniksic[svn] Don't delete executables other than wget.exe.
2005-04-28 hniksic[svn] Advertise new-style syntax --no-dns-cache instead...
2005-04-28 hniksic[svn] Don't suppress unreachable code warning.
2005-04-28 hniksic[svn] Remove unreached (and useless) break statements.
2005-04-28 hniksic[svn] Remove unreachable "break" statements.
2005-04-28 hniksic[svn] Doc fix.
2005-04-28 hniksic[svn] Updated file using make update-po.
2005-04-28 hniksic[svn] Updated Croatian translation.
2005-04-28 hniksic[svn] Mention --disable-ntlm in INSTALL.
2005-04-28 hniksic[svn] Rename gen_sslfunc to openssl in dependency files.
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 hniksic[svn] Fix typo in --keep-session entry; reformat to...
2005-04-27 mtortonesi[svn] Reorder announcements in NEWS according to their...
2005-04-27 hniksic[svn] Fix bind address cindex entry that prevented...
2005-04-27 mtortonesi[svn] Changed version number to 1.10-alpha3+cvs-dev...
2005-04-27 mtortonesi[svn] Changed version number to 1.10-alpha3
2005-04-27 hniksic[svn] Updated Croatian translation.
2005-04-27 mtortonesi[svn] Fix a broken reference to Security Considerations...
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] Added openssl.c.
2005-04-27 hniksic[svn] Document --random-file.
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] Improve wording of command descriptions.
next