]> sjero.net Git - wget/history - src/init.c
Fix compiler warnings
[wget] / src / init.c
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
2003-11-02 hniksic[svn] Abort on xfree(NULL).
2003-11-02 hniksic[svn] Retired the `boolean' type. Renamed FREE_MAYBE...
2003-10-31 hniksic[svn] Use new macros xnew, xnew0, xnew_array, and xnew0...
2003-10-30 hniksic[svn] Clarify how setoptval() works.
2003-10-11 hniksic[svn] Remove VERY_LONG_TYPE; use LARGE_INT instead...
2003-10-08 hniksic[svn] Renamed DEBUG to ENABLE_DEBUG.
2003-09-21 hniksic[svn] Split off non-URL related stuff from url.c to...
2003-09-21 hniksic[svn] Update copyright.
2003-09-21 hniksic[svn] Improved init.c error messages.
2003-09-21 hniksic[svn] Enabled separation of different timeout values.
2003-09-21 hniksic[svn] Adjust bandwidth limitation sleep for the error...
2003-09-21 hniksic[svn] Make errors in command-line options fatal.
2003-09-20 hniksic[svn] Allow decimal values for --timeout, --wait, and...
2003-09-19 hniksic[svn] Default dir_prefix to NULL rather than ".".
2003-09-19 hniksic[svn] Renamed wget.h XDIGIT-related macros to (hopefull...
2003-09-19 hniksic[svn] Introduce non-strict comment parsing.
2003-09-17 hniksic[svn] Removed unused macro ISODIGIT.
2003-09-17 hniksic[svn] Improved --restrict-file-names to accept ",nocont...
2003-09-14 hniksic[svn] New mechanism for quoting file names.
2003-09-10 hniksic[svn] Allow --foo=yes/no in addition to --foo=on/off.
2003-09-10 hniksic[svn] New option --dns-cache.
2003-09-04 hniksic[svn] New option --retry-connrefused from Ahmod Dancy.
2002-08-03 hniksic[svn] Fix off-by-one error in cmd_file.
2002-05-18 hniksic[svn] Update the license to include the OpenSSL exception.
next