]> sjero.net Git - wget/history - src/main.c
mass change: update copyright years.
[wget] / src / main.c
2011-01-01 Giuseppe Scrivanomass change: update copyright years.
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-01 Giuseppe ScrivanoRemove redundant guard.
2010-10-28 Reza SnowdonImplement --config.
2010-10-24 Jessica McKellarPrint the total download time as part of the summary...
2010-10-16 Giuseppe ScrivanoSilent warnings reported by clang.
2010-10-06 Giuseppe ScrivanoRemove unused local variable.
2010-09-29 Merinov NikolayAdd --unlink.
2010-09-12 Giuseppe ScrivanoAlign --trust-server-names help text.
2010-07-28 Giuseppe ScrivanoIntroduce --trust-server-names. Close CVE-2010-2252.
2010-06-20 Giuseppe ScrivanoFix help string for --random-wait.
2010-06-10 Giuseppe ScrivanoDrop the current maintainer line from the version display.
2010-05-31 Giuseppe ScrivanoPrint diagnostic messages to stderr, not stdout.
2010-05-27 Giuseppe ScrivanoExit with failure if -k is specified and -O is not...
2010-05-08 Giuseppe ScrivanoMass update copyright years.
2010-01-10 Micah Cowan--no-match-server-timestamps -> --no-use-server-timestamps
2010-01-10 David Holman--no-match-server-timestamps
2010-01-09 Steven Schwedaimported patch vms-overlay
2009-10-09 Micah CowanRemove misleading comment.
2009-10-09 Micah CowanFix declaration of compiled_features.
2009-09-24 Steven Schwedatarget -> targ; use OS_TYPE for VMS in build info string.
2009-09-22 Micah Cowan[mq]: cfg-mk
2009-09-12 Steven SchwedaFixes needed for VMS.
2009-09-08 Steven SchubigerMark some options as deprecated.
2009-09-06 Micah CowanAutomated merge.
2009-09-05 Gisle VanemAdjustments for MSDOS.
2009-08-28 Micah CowanImproved exit status handling.
2009-07-29 Micah CowanRename --html-extension to --adjust-extension.
2009-07-27 Petr PisarMinor msgid fixes. Typos, and corrected contact mail.
2009-07-27 Micah CowanRemove documentation for no-longer-used --preserve...
2009-07-27 Micah CowanDocumentation fixes for IRI options, and rename --local...
2009-07-27 Micah CowanMark --dot-style as deprecated.
2009-07-10 Micah CowanSpace before closing brace. Fixes paramcheck.pl output.
2009-07-07 Micah CowanDoc improvements for --base.
2009-07-05 Peter PisarTranslation fixes.
2009-07-04 Micah CowanRemove version.h; we generate version.c these days.
2009-07-04 Micah CowanFix minor version-printer merge glitch.
2009-07-04 Micah CowanAutomated merge.
2009-07-04 Micah CowanAutomated merge.
2009-07-04 Micah CowanTranslation-related improvements to version-info string.
2009-07-01 Micah CowanAutomated merge.
2009-06-29 Micah CowanFix Test-ftp-iri.
2009-06-29 Micah CowanFixes to restore Test-iri and Test-iri-forced-remote
2009-06-25 Micah CowanMerge with mainline.
2009-06-13 Micah CowanMerge in gerel's url-parsing stuff.
2009-03-03 Steven SchubigerAdjust copyright years.
2009-03-02 Micah CowanFixed my stupid CONAIR typo...
2009-03-01 Micah CowanMerge.
2009-03-01 Gisle VanemNo freopen(NULL,...).
2009-02-01 gerelremoved some more calls
2008-12-01 Micah CowanAutomated merge.
2008-11-27 Micah CowanAutomated merge.
2008-11-27 Micah CowanAutomated merge.
2008-11-26 Micah CowanMerge with mainline.
2008-11-16 Steven SchubigerMove numurls out of options struct.
2008-11-14 Steven SchubigerImprove printing formatted build information.
2008-11-12 Steven SchubigerReturn some memory control back to format_and_print_line.
2008-11-11 Steven SchubigerDo not handle memory within format_and_print_line.
2008-11-05 Micah CowanAutomated merge.
2008-11-01 Micah CowanMailing list move.
2008-10-26 Gisle VanemCompatibility tweaks to format_and_print_line.
2008-09-09 Micah CowanAvoid unnecessary vars, and make wgetrc_file_name build...
2008-09-09 Micah CowanDefine program_name, for lib/error.c.
2008-08-28 Micah CowanAutomated merge.
2008-08-15 Saint XavierRemoved commented *printf and use quote_n() for quotin...
2008-08-14 Xavier SaintAutomated merge.
2008-08-14 Xavier SaintAutomated merge.
2008-08-14 Xavier SaintCorrect iri handling while fetching a remote file list...
2008-08-09 Steven SchubigerRemoved dead DEBUG_MALLOC code.
2008-08-07 Xavier SaintAutomated merge.
2008-08-04 Micah CowanDocumentation updates for --default-page.
2008-08-04 Micah Cowanjff: option for specifying the default page-name.
2008-08-03 Xavier SaintAutomated merge.
2008-08-03 Xavier SaintSince wget use libidn function for finding the locale...
2008-07-30 Xavier Saintopt.remote_encoding should not override opt.locale...
2008-07-23 Saint XavierAutomated merge.
2008-07-23 Saint XavierChange global variable model for state-object
2008-07-20 Saint XavierAutomated merge.
2008-07-20 Saint XavierGet rid of the supplementary bool pointer in url_parse...
2008-07-20 Saint XavierBasic IDN/IRI support
2008-07-12 Micah Cowan-i accepts URLs (stsc). For #21265.
2008-07-11 Micah CowanMerge current tip with CSS stuff.
2008-06-26 Saint XavierAutomated merge.
2008-06-19 Saint XavierIntroduce a new function check_encoding_name() for...
2008-06-19 Saint XavierIntroduce find_locale() to find out local system encoding.
2008-06-19 Saint XavierThe prefered way is to avoid #ifdef flooding, so take...
2008-06-14 Saint XavierAutomated merge.
2008-06-14 Micah CowanMerge build info with head.
2008-06-08 Saint XavierAutomaetd merge.
2008-06-02 Micah CowanReopen stdout in binary mode for -O -.
2008-06-01 Micah CowanAutomated merge.
2008-05-31 Micah CowanAutomated merge.
2008-05-31 Micah CowanHenri's -Wall patch.
2008-05-25 Saint XavierAdd options for enabling IRI support and forcing some...
2008-05-19 Micah CowanPassword prompt only once, and before backgrounding.
2008-05-17 Micah CowanHandle Ctrl-D, empty password.
2008-05-16 Micah CowanMerging heads.
2008-05-16 Micah CowanUse the quote module for the password prompt.
next