]> sjero.net Git - wget/shortlog
wget
2011-03-19 Giuseppe ScrivanoUpdate prerequisites list.
2011-03-11 Giuseppe ScrivanoFix some memory leaks.
2011-03-03 Filipe BrandenburgerSupport HTTP/1.1 307 redirects keep request method.
2011-03-02 Filipe BrandenburgerDo not adjust the extension if the file ends in .htm.
2011-02-24 Gilles CarryUse stderr instead of stdout to prompt password.
2011-02-23 Steven SchubigerMove duplicated code in http.c to a function
2011-01-01 Giuseppe Scrivanomass change: update copyright years.
2010-12-22 Giuseppe Scrivanodoc: remove wrong description of -k -K used together...
2010-12-10 Filipe BrandenburgerInitialize `total_downloaded_bytes'.
2010-12-09 Giuseppe ScrivanoIf -nc and -k are used at the same time, use only the...
2010-12-07 Jessica McKellarMake the help message clearer.
2010-12-02 Giuseppe ScrivanoRemove md5 from build info information.
2010-12-01 Giuseppe ScrivanoRemove redundant guard.
2010-12-01 Giuseppe ScrivanoConvert a static local buffer to be allocated dinamically.
2010-11-29 Reza SnowdonExit immediately if the system config file cannot be...
2010-11-22 Giuseppe ScrivanoRevert 2444.
2010-11-22 Giuseppe ScrivanoFix typo in src/ChangeLog file.
2010-11-21 Giuseppe ScrivanoOn a network error, attempt to resume the download...
2010-11-19 Giuseppe ScrivanoMention last change in NEWS.
2010-11-19 Giuseppe ScrivanoFix an infinite loop with error message '<filename...
2010-10-28 Reza SnowdonImplement --config.
2010-10-26 Giuseppe ScrivanoMake --waitretry documentation clearer.
2010-10-24 Jessica McKellarPrint the total download time as part of the summary...
2010-10-23 Giuseppe Scrivanognutls: Read correctly last chunk of data.
2010-10-23 Giuseppe Scrivanognutls: fix build under mingw32.
2010-10-23 Giuseppe Scrivanognutls: peek blocks until data is available.
2010-10-21 Giuseppe ScrivanoRemove unnecessary code.
2010-10-18 Manfred KoizarDo not assume external links type to be always "text...
2010-10-16 Giuseppe ScrivanoSilent warnings reported by clang.
2010-10-11 Giuseppe ScrivanoFix indentation.
2010-10-11 Steven SchubigerFix compiler warning.
2010-10-08 Ivanov AntonFixed crash while processing page with invalid `style...
2010-10-06 Giuseppe ScrivanoRemove unused local variable.
2010-09-29 Merinov NikolayAdd --unlink.
2010-09-24 Dennis, CHENG... Fix problem when content-disposition is used with recur...
2010-09-14 Giuseppe ScrivanoDo not use HTML quoting in CSS files.
2010-09-13 Giuseppe Scrivanodoc: Remove superfluous dot.
2010-09-12 Mike Frysingertests: Fix some failures because of missing --trust...
2010-09-12 Giuseppe ScrivanoAlign --trust-server-names help text.
2010-09-07 Giuseppe ScrivanoFix typo.
2010-09-06 Giuseppe Scrivanolib/Makefile.am: fix typo.
2010-08-27 Giuseppe ScrivanoNEWS: update.
2010-08-20 Giuseppe ScrivanoConvert correctly URLs that need to be encoded to local...
2010-08-09 Giuseppe ScrivanoUse persistent connections with proxies supporting...
2010-08-09 Giuseppe ScrivanoSpecify the connection header when keep alive connectio...
2010-08-08 Giuseppe ScrivanoRemove configure.bat from Makefile.am.
2010-08-06 Giuseppe Scrivanocss: Skip empty urls.
2010-08-01 John Trengroveftp: display hour:minute information if it is available.
2010-07-29 Giuseppe ScrivanoMake clearer a NEWS entry.
2010-07-29 Giuseppe ScrivanoFix a problem when -k is specified and url's are specif...
2010-07-29 Giuseppe Scrivanognutls: Fix a problem with multiple peek read calls.
2010-07-28 Alon Bar-Levtexi2pod.pl: use the warnings module only when it is...
2010-07-28 Giuseppe ScrivanoIntroduce --trust-server-names. Close CVE-2010-2252.
2010-07-24 Giuseppe ScrivanoRemove configure.bat.
2010-07-20 Alan JenkinsFix a failure if the server doesn't specify a content...
2010-07-20 Giuseppe ScrivanoUpdate maintainers
2010-07-20 Leonid PetrovFix symlinks resume via FTP.
2010-07-18 Giuseppe ScrivanoFix another case of -N and -c not working well together.
2010-07-14 Giuseppe ScrivanoRewrite last change considering SIZE return value,...
2010-07-13 Giuseppe ScrivanoTake the maximum value between RETR and SIZE bytes...
2010-07-12 Giuseppe ScrivanoUpdate README.checkout.
2010-07-12 Giuseppe ScrivanoRemove MAINTAINER from the README file.
2010-07-11 Giuseppe ScrivanoNow --timestamping and --continue works well together.
2010-07-11 Giuseppe ScrivanoQuote AC_CHECK_SIZEOF argument.
2010-07-09 Giuseppe Scrivanobootstrap: Relax gettext version to 0.17.
2010-07-09 Giuseppe ScrivanoAdd `vasprintf'. Remove `asprintf'.
2010-07-09 Giuseppe ScrivanoRename two functions.
2010-07-05 Giuseppe ScrivanoThe GNU TLS backend loads default root certificates.
2010-07-03 Giuseppe ScrivanoHonor the --secure-protocol flag in the GNU TLS backend.
2010-06-22 Giuseppe ScrivanoBy default use GNU TLS not OpenSSL.
2010-06-20 Giuseppe ScrivanoFix help string for --random-wait.
2010-06-17 Giuseppe ScrivanoRemove `windows' subdirectory.
2010-06-15 Giuseppe ScrivanoFix IPv6 detection under Windows.
2010-06-15 Giuseppe ScrivanoFix GNU TLS backend under Windows.
2010-06-14 Giuseppe ScrivanoFix some problems with GNU TLS.
2010-06-14 Giuseppe ScrivanoSend a HEAD before the GET when -N and --content-dispos...
2010-06-10 Muthu Subramanian KReport the total avg transfer speed correctly with...
2010-06-10 Giuseppe ScrivanoDrop the current maintainer line from the version display.
2010-06-10 Giuseppe ScrivanoRemove dist-bzip2 dist-lzma from automake options.
2010-06-10 Giuseppe ScrivanoAdd build prerequisites.
2010-06-10 Giuseppe ScrivanoGenerate the `build_info.c' file under the build directory.
2010-06-04 Giuseppe ScrivanoUse /usr/bin/env to find the perl interpreter.
2010-06-03 Giuseppe ScrivanoUse gnulib module `iconv-h'.
2010-06-03 Giuseppe ScrivanoUnder Windows, do not link to wsock32.
2010-06-03 Giuseppe ScrivanoIf --content-disposition is used, do not send a HEAD...
2010-05-31 Giuseppe ScrivanoRemove some unused variables.
2010-05-31 Giuseppe ScrivanoFix condition for closed HTML tag.
2010-05-31 Giuseppe ScrivanoRemove _SVID_SOURCE and _BSD_SOURCE definition.
2010-05-31 Giuseppe ScrivanoRemove an unused function and an unused local variable.
2010-05-31 Giuseppe ScrivanoPrint diagnostic messages to stderr, not stdout.
2010-05-27 Giuseppe ScrivanoUse the gnulib snprintf module.
2010-05-30 Giuseppe ScrivanoCope better with unclosed html tags.
2010-05-29 Giuseppe ScrivanoAdd new test.
2010-05-27 Giuseppe ScrivanoExit with failure if -k is specified and -O is not...
2010-05-27 Giuseppe ScrivanoMention a recent change.
2010-05-27 Giuseppe ScrivanoTiny aesthetic changes.
2010-05-27 Giuseppe ScrivanoSend new cookies when the authorization fails.
2010-05-25 Giuseppe ScrivanoMention some recent changes in the NEWS file.
2010-05-25 Giuseppe ScrivanoIgnore zero length domains in no_proxy.
2010-05-25 Giuseppe ScrivanoIgnore HTTP 1xx responses.
next