]> sjero.net Git - wget/shortlog
wget
2008-05-16 Micah CowanMerging heads.
2008-05-16 Micah CowanFix file-checking in FTP with --spider.
2008-05-16 Micah CowanAdded Steven Schubiger's paramcheck.pl, but not for...
2008-05-16 Micah CowanIgnore lib/alloca.h, tags files in any dir.
2008-05-16 Micah CowanMissed an updated file: lib/stdlib.h
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-14 Joao FerreiraChanged some comments related with bug fix #23238,...
2008-05-14 Joao FerreiraUpdated Changelog
2008-05-14 Joao FerreiraFixed bug #23238: --no-clobber doesn't work with -O...
2008-05-13 Micah CowanUpdated NEWS for 1.11.3.
2008-05-13 Micah CowanTurn off timestamping after the warning.
2008-05-13 Micah CowanDowngrade -N with -O to a warning.
2008-05-01 Micah CowanNEWS updated from 1.11.2.
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 Steven SchubigerFurther quote*()-related integrations in openssl.c.
2008-04-26 Steven SchubigerFurther quote*()-related integrations in http.c.
2008-04-26 Micah Cowan-I foo -> -Ifoo
2008-04-25 Steven SchubigerFurther quote*()-related integrations in host.c.
2008-04-25 Steven SchubigerFurther quote*()-related integrations in gnutls.c.
2008-04-25 Steven SchubigerFurther quote*()-related integrations in ftp.c.
2008-04-25 Steven SchubigerFurther quote*()-related integrations in ftp-basic.c.
2008-04-25 Steven SchubigerFurther quote*()-related integrations in cookies.c.
2008-04-25 Steven SchubigerInclude Gnulib quotearg header.
2008-04-24 Steven SchubigerFurther quote*()-related integrations in connect.c.
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-23 Micah CowanGentoo prefer-family example for sample wgetrc.
2008-04-20 Steven SchubigerUndo the USE_GNULIB_ALLOC defines.
2008-04-19 Steven SchubigerRemove xmalloc files from source directory.
2008-04-19 Steven SchubigerRemove alloca files from source directory.
2008-04-19 Steven SchubigerRemove own alloca from build-process.
2008-04-19 Steven SchubigerRemove own xmalloc from build-process.
2008-04-19 Steven SchubigerMove memfatal() to utils.c.
2008-04-18 Steven SchubigerUse Gnulib's alloc functions throughout the source.
2008-04-18 Steven SchubigerRevert using Gnulib's alloc functions in connect.c.
2008-04-18 Steven SchubigerUse Gnulib's alloc functions in connect.c.
2008-04-18 Steven SchubigerConditional inclusion of Gnulib alloc headers.
2008-04-18 Steven SchubigerImport Gnulib's alloca module.
2008-04-18 Steven SchubigerRevert the alloca_array() -> xcalloc() transition.
2008-04-16 Steven SchubigerUse Gnulib's xalloc module in convert.c (and include...
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.
2008-04-16 Steven SchubigerUse Gnulib's quote function in gnutls.c.
2008-04-16 Steven SchubigerUse Gnulib's quote function in ftp-opie.c.
2008-04-16 Steven SchubigerUse Gnulib's quote function in cookies.c.
2008-04-16 Steven SchubigerUse Gnulib's quote function in convert.c.
2008-04-16 Steven SchubigerUse Gnulib's quote function in connect.c.
2008-04-16 Steven SchubigerUse Gnulib's quote function in ftp.c.
2008-04-16 stsAvoid redefined warnings caused by clashing defines.
2008-04-14 Micah CowanIgnore some new generated .h files in lib/.
2008-04-14 Micah CowanApplied Steven Schubiger's patch to use Gnulib's quote...
2008-04-14 Micah CowanChangeLog entry for Gnulib updates.
2008-04-14 Micah CowanImport "quote" module from gnulib; update the rest.
2008-04-13 Micah CowanAutomated merge.
2008-04-13 Micah CowanBack out quieting of background message: need the pid.
2008-04-13 Micah CowanFix quiet -> opt.quiet.
2008-04-13 Micah CowanDon't want to close log if an explicit -o was given...
2008-04-13 Micah CowanAutomated merge.
2008-04-13 Micah CowanDon't create a logfile for --background if we're -...
2008-04-12 Micah CowanMinor formatting adjustments.
2008-04-12 Micah CowanMerging in the rest of Alex's bundle.
2008-04-12 Micah CowanMerging my botched import with Alex's original commit.
2008-04-12 Alexander Dergachev* utils.c (aprintf): print log message and abort if...
2008-04-11 Micah CowanFix fuzzy match of ChangeLog.
2008-04-11 Micah CowanDon't append to an existing .listing when --continue...
2008-04-11 Alexander Dergachev* utils.c (aprintf): Now we are setting limits (1 Mb...
2008-04-11 Micah CowanAuthentication through proxy.
2008-04-10 Alexander Dergachevaprintf is calling memfatal function now instead of...
2008-04-10 Micah CowanChangeLog entry for Alex's aprintf changes.
2008-04-09 Alexander Dergachevaprintf is calling memfatal function now instead of...
2008-03-24 Micah Cowanwget.texi: @noindent where appropriate, and @set UPDATE...
2008-03-24 Micah CowanAdded accept/reject doc changes to NEWS, and rearranged...
2008-03-24 Micah CowanMention various caveats related to accept/reject lists.
2008-03-24 Micah CowanAdd --no-parents doc change to NEWS.
2008-03-20 Micah CowanRemove tests target.
2008-03-20 Micah CowanMerging ABOUT-NLS modification in to reinstate ABOUT...
2008-03-20 Micah CowanAdding notice on ABOUT-NLS indicating that --with-inclu...
2008-03-19 Micah CowanMore tests for directory include/exclude.
2008-03-17 Micah CowanImported slash/--no-parents and sys/time.h fixes from...
2008-02-14 Micah CowanRemoving ABOUT-NLS, as it seems to assume the inclusion...
next