]> sjero.net Git - wget/history - src/ChangeLog
Restore string after function call.
[wget] / src / ChangeLog
2009-05-28 Steven SchubigerRestore string after function call.
2009-05-27 Steven SchubigerDuplicate string to circumvent eventual memory corruption.
2009-05-17 Steven SchubigerFix wrong human-readable ETA output.
2009-04-24 Micah Cowanstdint.h adjustments for Interix, thanks Markus Duft...
2009-04-22 Micah CowanAutomated merge.
2009-04-20 Micah CowanFix unportable echo -n.
2009-04-13 Steven SchubigerMove duplicated code to a function.
2009-04-11 Steven SchubigerSkip running rc files while executing tests.
2009-03-01 Micah CowanMerge.
2009-03-01 Gisle VanemNo freopen(NULL,...).
2009-02-27 Steven SchubigerImprove also messages when writing a document retrieved...
2009-02-21 Steven SchubigerImprove messages when writing a document to stdout.
2009-02-18 Steven SchubigerRemove an unused declaration.
2008-12-02 Micah CowanNot-so-automated merge.
2008-11-27 Micah CowanAutomated merge.
2008-11-26 Saint XavierFixes bug #24862: --content-disposition doesn't work...
2008-11-16 Steven SchubigerMove numurls out of options struct.
2008-11-15 Steven SchubigerDefault value for waitretry.
2008-11-14 Steven SchubigerImprove printing formatted build information.
2008-11-13 Micah CowanDon't download content just to ignore it.
2008-11-13 Micah CowanHTML-escape dirname in href (not perfect, good enough).
2008-11-13 Micah CowanHTML-escape dir name in title, h1.
2008-11-13 Micah CowanApplied Alexander Belopolsky's patch for htmlified...
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-11 Saint XavierMake --auth-no-challenge work with user:pass@ in URLs.
2008-11-05 Micah CowanOnly print remaining size when > 1k.
2008-11-05 Micah CowanAutomated merge.
2008-11-01 Micah CowanMailing list move.
2008-10-31 Alexander DrozdovFix underflow, incorrect assertion.
2008-10-26 Gisle VanemCompatibility tweaks to format_and_print_line.
2008-09-09 Gisle Vanemaprintf, not asprintf.
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-09-02 Gisle VanemEnsure stdio.h is included.
2008-08-09 Steven SchubigerRemoved dead DEBUG_MALLOC code.
2008-08-04 Micah CowanDocumentation updates for --default-page.
2008-08-04 Micah Cowanjff: option for specifying the default page-name.
2008-08-04 Micah Cowan#include wget.h, not config.h.
2008-08-04 Micah Cowanstsc: better message for "unsupported schemes".
2008-07-22 Micah Cowanstsc: -i URL improvements.
2008-07-12 Micah Cowan-i accepts URLs (stsc). For #21265.
2008-07-11 Micah CowanMerge current tip with CSS stuff.
2008-06-30 Micah CowanAutomated merge.
2008-06-26 Micah Cowanstsc: FTP -nv --spider: say something about existant...
2008-06-24 Micah Cowanstsc: escnonprint -> quotearg_style
2008-06-24 Micah CowanDon't assume time_t* is compatible with long*.
2008-06-23 Micah Cowanstsc's patch to initialize, free hs->message.
2008-06-23 Micah CowanAutomated merge.
2008-06-22 Micah Cowanstsc's better-messages-for-spider-mode patch.
2008-06-22 Micah Cowanversion.c string token concatenation.
2008-06-17 Micah CowanDon't abort when len > contlen, when we set it that...
2008-06-14 Micah CowanDistinguish "openssl" from "ssl" (gnutls is also "ssl").
2008-06-14 Micah CowanHAVE_NTLM -> ENABLE_NTLM
2008-06-14 Micah CowanMerge build info with head.
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 CowanChangelog entries for the warning tweaks.
2008-05-26 Micah CowanPicked off remaining escnonprint call.
2008-05-19 Micah CowanChangeLog formatting adjustment.
2008-05-19 Micah CowanPassword prompt only once, and before backgrounding.
2008-05-17 Micah CowanApply Kenneth Parnell's patch for prefer_family, in...
2008-05-17 Micah Cowanpreferred_family = none
2008-05-17 Micah CowanHandle Ctrl-D, empty password.
2008-05-16 Micah CowanMerging heads.
2008-05-16 Micah CowanFix file-checking in FTP with --spider.
2008-05-16 Micah CowanUse the quote module for the password prompt.
2008-05-16 Micah CowanMerge getpass with quote, plus my NEWS entry.
2008-05-16 Micah CowanMerge quote module stuff with current mainline.
2008-05-15 Micah CowanQuoting tweaks.
2008-05-13 Micah CowanTurn off timestamping after the warning.
2008-05-13 Micah CowanDowngrade -N with -O to a warning.
2008-05-06 Madhusudan Hosaagr... Adds build information to the --version command line...
2008-04-30 Steven SchubigerUse gnulib's getpass-gnu module for password prompting.
2008-04-30 Micah CowanFix too-many-spaces problem for multibyte progress...
2008-04-27 Micah CowanParse html from files when -r -nc is active.
2008-04-27 Micah CowanAdd support for .. at beginning of paths back in, but...
2008-04-27 Micah CowanDowngrade -r, -p with -O to a warning rather than an...
2008-04-27 Micah CowanAdd fix from eleven, for doing HTTPS auth over a proxy...
2008-04-26 Micah Cowan-I foo -> -Ifoo
2008-04-24 Micah CowanRevised usage description of --convert-links to apply...
2008-04-24 Micah CowanAdded ChangeLog entries for CSS changes.
2008-04-23 Micah CowanEnsure that dir matches aren't mere prefix matches.
2008-04-23 Micah CowanAllow combined cert/key once again.
2008-04-23 Micah CowanMake http.c's handling of --quiet --server-response...
2008-04-23 Micah CowanTest to confirm that rc commands are properly sorted.
2008-04-23 Micah CowanOnly remove .listing if it has been created.
2008-04-23 Micah CowanXref to resolved bugs.
2008-04-23 Micah CowanMove declaration before statements.
2008-04-23 Micah CowanRearrange library order in Makefile.am.
2008-04-22 Micah CowanMerging Ted Mielczarek's CSS changes with tip.
2008-04-16 Steven SchubigerUse Gnulib's quote function in utils.c.
2008-04-16 Steven SchubigerUse Gnulib's quote function in res.c.
2008-04-16 Steven SchubigerUse Gnulib's quote function in recur.c.
2008-04-16 Steven SchubigerUse Gnulib's quote function in progress.c.
2008-04-16 Steven SchubigerUse Gnulib's quote function in openssl.c.
2008-04-16 Steven SchubigerUse Gnulib's quote function in mswindows.c.
2008-04-16 Steven SchubigerUse Gnulib's quote function in log.c.
2008-04-16 Steven SchubigerUse Gnulib's quote function in init.c.
next