]> sjero.net Git - wget/history - src/init.c
Dependency improvements (but still needs some work).
[wget] / src / init.c
2008-08-04 Micah Cowanjff: option for specifying the default page-name.
2008-07-22 Micah Cowanstsc: -i URL improvements.
2008-07-11 Micah CowanMerge current tip with CSS stuff.
2008-06-14 Micah CowanMerge build info with head.
2008-06-01 Micah CowanAutomated merge.
2008-05-31 Micah CowanAutomated merge.
2008-05-31 Micah CowanHenri's -Wall patch.
2008-05-17 Micah CowanApply Kenneth Parnell's patch for prefer_family, in...
2008-05-17 Micah Cowanpreferred_family = none
2008-05-16 Micah CowanMerging heads.
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-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-23 Micah CowanTest to confirm that rc commands are properly sorted.
2008-04-22 Micah CowanMerging Ted Mielczarek's CSS changes with tip.
2008-04-20 Steven SchubigerUndo the USE_GNULIB_ALLOC defines.
2008-04-18 Steven SchubigerUse Gnulib's alloc functions throughout the source.
2008-04-16 Steven SchubigerUse Gnulib's quote function in init.c.
2008-02-11 Micah CowanFix #22242: Option to allow auths before challenged.
2008-01-25 Micah CowanUpdated copyright year.
2007-12-08 Micah CowanMerge SFLC licensing changes for OpenSSL with tip.
2007-11-28 Micah CowanUpdated licensing exception for OpenSSL from the SFLC.
2007-10-19 Micah CowanEschew config-post.h.
2007-10-18 Micah CowanMerging to reinstate autoreconf.
2007-10-15 Micah CowanAutomated merge.
2007-10-14 Micah CowanISSPACE -> c_isspace
2007-10-06 Micah CowanMerging with previous Makefile.in updates.
2007-10-05 Micah CowanAutomated merge with file:/home/micah/devel/wget/eleven
2007-10-03 Micah CowanMerge with mainline
2007-09-28 Micah CowanMerge from mainline
2007-09-28 Micah CowanUpdate copyright lists, conforming to maintainer guidelines
2007-09-28 Micah CowanGisle's MS-DOS support
2007-08-08 micah[svn] Fix for #20659 - Content-Disposition off by default.
2007-08-03 micah[svn] Make indentation consistent (all-spaces, no tabs).
2007-07-29 micah[svn] Merging fix #20499: MAX_REDIRECTIONS should be...
2007-07-10 micah[svn] Merge of fix for bugs 20341 and 20410.
2007-01-09 mtortonesi[svn] Get rid of a gcc warning about strict-aliasing...
2006-08-08 hniksic[svn] Warn to keep the option list sorted.
2006-07-21 hniksic[svn] Fix ordering of the command array.
2006-07-14 mtortonesi[svn] Added sanity checks for -k, -p, -r and -N when...
2006-06-13 mtortonesi[svn] Added support for --restrict-file-names=lowercase...
2006-04-28 mtortonesi[svn] Improvements/fixes to HTTP Content-Disposition...
2006-01-30 mtortonesi[svn] Removed broken output file removal patch.
2006-01-24 mtortonesi[svn] Remove output document in case of download proble...
2005-08-08 hniksic[svn] Don't read more than the amount of data specified...
2005-07-07 hniksic[svn] In for loops with empty body, put the ";" on...
2005-07-06 hniksic[svn] New option --ignore-case for case-insensitive...
2005-07-02 hniksic[svn] Update FSF's address and copyright years.
2005-06-28 hniksic[svn] Fix parsing alphanumerics in .wgetrc.
2005-06-27 hniksic[svn] Move extern declarations to .h files.
2005-06-25 hniksic[svn] Rename LARGE_INT to SUM_SIZE_INT, and simplify...
2005-06-24 hniksic[svn] Declare opt.verbose as int, not bool.
2005-06-22 hniksic[svn] Use bool type for boolean variables and values.
2005-06-22 hniksic[svn] Remove the "lockable boolean" setting for passive...
2005-06-19 hniksic[svn] Remove K&R support.
2005-06-19 hniksic[svn] Fix "lockable boolean" error message.
2005-06-16 hniksic[svn] Improve error message so it names the more useful...
2005-05-30 hniksic[svn] Allow --header to contain ",".
2005-05-30 hniksic[svn] Doc fix.
2005-05-21 hniksic[svn] Report exact command name alongside the "display...
2005-05-16 hniksic[svn] Don't free the non-existent opt.ftp_acc. Free...
2005-05-08 hniksic[svn] Re-alphabetize the command list. Have run_comman...
2005-05-06 hniksic[svn] Don't complain about "unknown authentication...
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-04-28 hniksic[svn] Wrap the use of opt.random_file in HAVE_SSL.
2005-04-27 hniksic[svn] Free the old value of opt.useragent before settin...
2005-04-27 mtortonesi[svn] Add the --user, --password, --ftp-user and -...
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] Allow separate specification of certificate type...
2005-04-26 hniksic[svn] Doc typo fix.
2005-04-26 hniksic[svn] Renamed "closure" to "place".
2005-04-26 hniksic[svn] Renamed the SSL switches and commands.
2005-04-24 hniksic[svn] Added reordering of addresses to try IPv4 first...
2005-04-07 hniksic[svn] Extract timers to a separate file.
2005-03-20 hniksic[svn] Improve built-in memory debugger.
2005-03-19 hniksic[svn] Concatenate strings using concat_strings.
2005-03-19 hniksic[svn] Handle negative numbers and detect overflow in...
2005-03-06 hniksic[svn] Use the passive FTP transfer mode by default.
2005-03-06 hniksic[svn] Remove warnings under Borland C.
2005-02-23 hniksic[svn] Large file support added. Published in <87psyr6j...
2005-02-19 mtortonesi[svn] Added the --ftp-passwd command line option.
2004-02-17 hniksic[svn] Under Windows, if $HOME is not defined, use the...
2003-12-14 hniksic[svn] Declare the pointers to literal strings as `const'.
2003-12-06 hniksic[svn] New option --protocol-directories.
2003-11-30 hniksic[svn] * retr.c (fd_read_body): Report the amount of...
2003-11-30 hniksic[svn] Read the data in skip_short_body directly.
2003-11-29 hniksic[svn] Restructure generation of HTTP requests. Allow...
2003-11-27 hniksic[svn] Don't #include netinet/Winsock stuff.
2003-11-17 hniksic[svn] Don't auto-set opt.ipv4_only on systems without...
2003-11-16 hniksic[svn] Don't allow opt.ipv4_only and opt.ipv6_only to...
2003-11-15 hniksic[svn] Add support for -4/-6.
2003-11-13 hniksic[svn] Turn on opt.ipv4_only if we're compiling with...
2003-11-11 hniksic[svn] Added (currently no-op) -4 and -6.
2003-11-06 hniksic[svn] Applied Dennis Smit's --preserve-permissions...
2003-11-06 hniksic[svn] Improved command line option processing, introduc...
2003-11-05 hniksic[svn] New option --keep-session-cookies.
2003-11-04 hniksic[svn] findcmd -> command_by_name
next