]> sjero.net Git - wget/history - src/init.c
[svn] Use new macros xnew, xnew0, xnew_array, and xnew0_array in various places.
[wget] / src / init.c
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...
2001-02-17 dan[svn] init.c (commands): Hack Kampbj?rn <hack@hackdata...
2001-02-10 hniksic[svn] Applied Christian Fraenkel's patch "custom certif...
2000-12-17 hniksic[svn] Apply lint-expired fixes from <sxsn1du7ufa.fsf...
2000-12-05 hniksic[svn] Committed C. Frankel's SSL patch.
2000-11-22 hniksic[svn] Committed memory debugging stuff.
2000-11-22 hniksic[svn] Committed <sxsbsv854j9.fsf@florida.arsdigita...
2000-11-20 hniksic[svn] New option --no-http-keep-alive.
2000-11-10 hniksic[svn] Better version of read_whole_line().
2000-11-10 hniksic[svn] Fix off-by-one error in comind().
2000-11-07 hniksic[svn] Sort commands[].
2000-11-02 hniksic[svn] Update copyright blurbs with the year 2000.
2000-10-31 hniksic[svn] Committed my patches from <sxsbsw16sbu.fsf@florid...
2000-10-24 dan[svn] Manually applied Rob Mayoff <mayoff@dqd.com>...
2000-10-20 dan[svn] Applied John Daily <jdaily@cyberdude.com>'s patch...
2000-10-20 dan[svn] Implemented and documented new -E / --html-extens...
2000-08-30 dan[svn] * *.{gmo,po,pot}: Regenerated after modifying...
2000-03-31 hniksic[svn] Commit another old fix.
2000-03-11 dan[svn] * TODO: Removed done item: we now have an option...
2000-03-02 hniksic[svn] Applied contributed patches (see ChangeLog for...
2000-03-02 hniksic[svn] *** empty log message ***
2000-03-01 dan[svn] Implemented new -K / --backup-converted / backup_...
1999-12-02 kwget[svn] Initial revision