]> sjero.net Git - wget/history - src/init.c
[svn] Remove the "lockable boolean" setting for passive_ftp.
[wget] / src / init.c
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.
2002-04-21 hniksic[svn] Implement several SSL features.
2002-04-20 hniksic[svn] Cookie interface and implementation changes
2002-04-19 hniksic[svn] Keep the commands list in sort order!
2002-04-14 hniksic[svn] Use a marginally faster implementation of binary...
2002-04-14 hniksic[svn] Add the POST method.
2002-01-25 hniksic[svn] Various IPv6 fixes.
2002-01-24 hniksic[svn] Commit IPv6 support by Thomas Lussnig.
2002-01-17 hniksic[svn] Make -P work on Windows.
2001-12-13 hniksic[svn] Fix error message when $WGETRC not found.
2001-12-09 hniksic[svn] Would abort when given invalid progress type.
2001-12-06 hniksic[svn] `--sslegdsock' -> `--egd-file'
2001-11-30 hniksic[svn] Implement EGD support.
2001-11-28 hniksic[svn] Resurrect opt.dot_style.
2001-11-26 hniksic[svn] New option `--limit-rate'.
2001-11-26 hniksic[svn] A lot of host name changes.
2001-11-25 hniksic[svn] New option --random-wait.
2001-11-25 hniksic[svn] Remove host canonicalization code.
2001-11-25 hniksic[svn] Implemented breadth-first retrieval.
2001-11-23 hniksic[svn] Minor progress bar fixes.
2001-11-23 hniksic[svn] Big progress bar update.
2001-11-16 hniksic[svn] Applied Chris Seawood's patch for compilation...
2001-05-27 hniksic[svn] Update copyright notices.
2001-04-30 hniksic[svn] Zero out SIN before using it.
2001-04-29 hniksic[svn] Change default anonymous FTP password to "-wget@".
2001-04-27 hniksic[svn] Send the no-cache directive when required regardl...
2001-04-13 hniksic[svn] Minor -Wall-induced fixes. Also, skip_url is...
2001-04-08 hniksic[svn] Implement tilde-expansion in file name arguments of
2001-04-08 hniksic[svn] Added support for cookies.
2001-04-01 hniksic[svn] Fix memory allocation in cmd_address().
2001-03-30 hniksic[svn] Applied Philipp Thomas's safe-ctype patch. Publi...
next