]> sjero.net Git - wget/history - src/main.c
Rename --html-extension to --adjust-extension.
[wget] / src / main.c
2007-10-13 Micah CowanAutomated merge.
2007-10-13 Micah CowanAutomated merge with file:/home/micah/devel/wget/mailin...
2007-10-13 Micah CowanAutomated merge with file:/home/micah/devel/wget/eleven...
2007-10-11 Micah CowanAutomated merge with file:/home/micah/devel/wget/eleven
2007-10-11 Micah CowanMerged with eleven for Gisle's mswindows.c patch.
2007-10-11 Micah CowanRemoval of no-longer-used argc, argv (Gisle).
2007-10-09 Micah CowanENABLE_NLS now, not HAVE_NLS.
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-10-03 Micah CowanDates as well as times in output timestamps
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-27 micah[svn] Leave out unused static function definitions...
2007-07-29 micah[svn] Merging fix #20499: MAX_REDIRECTIONS should be...
2007-07-10 micah[svn] version: terminate sentence with a period, improv...
2007-07-10 micah[svn] Fixing some syntax glitches introduced in the...
2007-07-10 micah[svn] Merge of fix for bugs 20341 and 20410.
2006-11-21 hniksic[svn] Fixed problem with recursive FTP retrieval.
2006-08-28 mtortonesi[svn] #include'd spider.h to get rid of compiler warnings.
2006-08-08 hniksic[svn] Avoid code repetition between time_str and dateti...
2006-07-14 mtortonesi[svn] Added sanity checks for -k, -p, -r and -N when...
2006-06-12 mtortonesi[svn] Fixed recursive FTP retrieval over proxy.
2006-05-25 mtortonesi[svn] Fixed recursive spider mode.
2006-04-28 mtortonesi[svn] Improvements/fixes to HTTP Content-Disposition...
2005-10-27 mtortonesi[svn] Added basic support for unit testing
2005-09-17 hniksic[svn] Don't print download summary if nothing has been...
2005-07-06 hniksic[svn] New option --ignore-case for case-insensitive...
2005-07-06 hniksic[svn] Make timers measure seconds directly, not millise...
2005-07-02 hniksic[svn] Update FSF's address and copyright years.
2005-07-01 hniksic[svn] Don't refer to the non-existent -nr option.
2005-06-30 hniksic[svn] Check for both SIGUSR1 and SIGHUP before using...
2005-06-29 hniksic[svn] Unconditionally include locale.h.
2005-06-28 hniksic[svn] Include ETA information in dot progress.
2005-06-27 hniksic[svn] Move extern declarations to .h files.
2005-06-27 hniksic[svn] Set all locale categories.
2005-06-26 hniksic[svn] Don't translate SI units. Print more exact durat...
2005-06-26 hniksic[svn] When the download is finished, print the time...
2005-06-25 hniksic[svn] Rewrite with_thousand_seps to be size-agnostic...
2005-06-25 hniksic[svn] Rename LARGE_INT to SUM_SIZE_INT, and simplify...
2005-06-23 hniksic[svn] Use struct_fstat when calling fstat because of...
2005-06-22 hniksic[svn] Use bool type for boolean variables and values.
2005-06-22 hniksic[svn] Define the IF_DEBUG macro.
2005-06-22 hniksic[svn] Expect existence of C89 functions, as well as...
2005-06-20 hniksic[svn] Use #elif where appropriate to make chaining...
2005-06-19 hniksic[svn] Don't cast return type of malloc/realloc. Assume...
2005-06-19 hniksic[svn] Remove K&R support.
2005-06-15 hniksic[svn] Remove trailing comma from enums; older compilers...
2005-05-06 hniksic[svn] Fix wording of --secure-protocol help text.
2005-05-06 hniksic[svn] Explain the choice of only setting LC_MESSAGES...
2005-05-05 hniksic[svn] Propagate option name to init.c code so error...
2005-04-27 mtortonesi[svn] Map the --ftp-password, --http-password and ...
2005-04-27 mtortonesi[svn] Add the --user, --password, --ftp-user and -...
2005-04-27 hniksic[svn] Advertise DER rather than ASN1.
2005-04-27 hniksic[svn] Add --random-file option. Bail out in case of...
2005-04-27 hniksic[svn] Allow separate specification of certificate type...
2005-04-26 hniksic[svn] Fix help text.
2005-04-26 hniksic[svn] Renamed the SSL switches and commands.
2005-04-26 hniksic[svn] Revert to previous revision.
2005-04-26 hniksic[svn] Fix various cookie-related problems.
2005-04-25 hniksic[svn] Remove support for --use-proxy.
2005-04-25 hniksic[svn] Doc fix.
2005-04-25 hniksic[svn] Doc fix.
2005-04-25 hniksic[svn] Restore old behavior of -Y.
2005-04-24 hniksic[svn] Added reordering of addresses to try IPv4 first...
2005-04-21 hniksic[svn] Print the EGD option in the help text at the...
2005-03-22 hniksic[svn] Support human-readable file size printing.
2005-03-20 hniksic[svn] Improve built-in memory debugger.
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.
2005-01-01 mtortonesi[svn] Added string.c module. Updated copyright informat...
2004-02-25 hniksic[svn] Revamped MS console logic. Submitted by David...
2004-02-22 hniksic[svn] Remove ws_help; it doesn't make sense to invoke...
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-19 hniksic[svn] Don't reference opt.ipv4_only and opt.ipv6_only...
2003-11-17 hniksic[svn] Fix alignment of FTP options output.
2003-11-17 hniksic[svn] Don't auto-set opt.ipv4_only on systems without...
2003-11-16 hniksic[svn] Fix minor problems with --help text.
2003-11-16 hniksic[svn] Don't allow opt.ipv4_only and opt.ipv6_only to...
2003-11-15 hniksic[svn] Doc fix.
2003-11-14 hniksic[svn] Enable -4 and -6 switches only when IPv6 is enabled.
2003-11-11 hniksic[svn] Added (currently no-op) -4 and -6.
2003-11-09 hniksic[svn] Fix core dump with --mirror.
2003-11-08 hniksic[svn] Retire options -g, -G, -s, and -C.
2003-11-08 hniksic[svn] Added --dont-remove-listing, removed -s.
2003-11-06 hniksic[svn] Break up `--help' output to smaller chunks.
2003-11-06 hniksic[svn] Don't declare log_* functions in main.c.
2003-11-06 hniksic[svn] Applied Dennis Smit's --preserve-permissions...
2003-11-06 hniksic[svn] Improved command line option processing, introduc...
2003-11-06 hniksic[svn] Improve SSL code. Only initialize PRNG when...
2003-11-05 hniksic[svn] New option --keep-session-cookies.
2003-11-02 hniksic[svn] Retired the `boolean' type. Renamed FREE_MAYBE...
2003-10-30 hniksic[svn] Fix -p so it doesn't imply FTP recursion.
2003-10-11 hniksic[svn] Remove VERY_LONG_TYPE; use LARGE_INT instead...
2003-10-08 hniksic[svn] Fix typo in help string.
next