]> sjero.net Git - wget/history - src/main.c
[svn] Add --random-file option. Bail out in case of error during
[wget] / src / main.c
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.
2003-10-08 hniksic[svn] Renamed DEBUG to ENABLE_DEBUG.
2003-10-07 hniksic[svn] Improve documentation of cookie code.
2003-10-02 hniksic[svn] Better document html-parse macros.
2003-09-30 hniksic[svn] Updated copyright and email.
2003-09-21 hniksic[svn] Include convert.h.
2003-09-21 hniksic[svn] Enabled separation of different timeout values.
2003-09-21 hniksic[svn] Make errors in command-line options fatal.
2003-09-19 hniksic[svn] Introduce non-strict comment parsing.
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] New option --dns-cache.
2003-09-04 hniksic[svn] New option --retry-connrefused from Ahmod Dancy.
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-14 hniksic[svn] Document `--post-data' and `--post-file'.
2002-04-14 hniksic[svn] Add the POST method.
2002-04-10 hniksic[svn] Remove the OPTIONS_DEFINED_HERE kludge.
2001-12-10 hniksic[svn] Logging system bugfixes and improvements.
2001-12-09 hniksic[svn] Remove stray debugging message.
2001-12-06 hniksic[svn] Fall back to dot progress when forced to background.
2001-12-06 hniksic[svn] `--sslegdsock' -> `--egd-file'
2001-12-06 hniksic[svn] Fix OpenSSL PRNG seeding.
2001-12-01 hniksic[svn] Don't document `-nh' in --help output.
2001-11-30 hniksic[svn] Implement EGD support.
2001-11-28 hniksic[svn] Resurrect opt.dot_style.
2001-11-27 hniksic[svn] Remove stray HAVE_RANDOM check from main.c.
2001-11-26 hniksic[svn] New option `--limit-rate'.
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-22 hniksic[svn] Rewrite parsing and handling of URLs.
2001-11-21 hniksic[svn] Split the copyright notice for easier translation.
2001-11-19 hniksic[svn] Remove --wait/--waitretry compatibility code.
2001-11-19 hniksic[svn] Rewrite shorthand URLs in a step separate from...
2001-11-18 hniksic[svn] Don't compile getopt.c on systems that already...
2001-05-27 hniksic[svn] Update copyright notices.
2001-05-12 hniksic[svn] Commit several minor changes:
2001-04-29 hniksic[svn] Make `--cookies' respect its arg.
2001-04-29 hniksic[svn] Change default anonymous FTP password to "-wget@".
2001-04-28 hniksic[svn] Commit various HTTP fixes.
2001-04-25 hniksic[svn] Reimplemented UNSAFE_CHAR and RESERVED_CHAR.
2001-04-10 hniksic[svn] Implement better sorting and matching of cookies.
2001-04-08 hniksic[svn] Added support for cookies.
2001-04-03 hniksic[svn] Make `-c' and `-O' work together.
2001-04-01 hniksic[svn] Make sure -C is recognized.
2001-03-30 hniksic[svn] Published my patch "main.c tweaks" published in
2001-03-30 hniksic[svn] Applied Philipp Thomas's safe-ctype patch. Publi...
2001-02-23 dan[svn] * po/*.po*: Updated after moving -nr to a differe...
2001-02-23 dan[svn] * main.c (print_help): --help documentation for...
2001-02-10 hniksic[svn] Applied Christian Fraenkel's patch "custom certif...
2001-01-10 dan[svn] Made clarifications and corrections to --continue...
2000-12-31 dan[svn] Changed my address from dan-wget@dilvish.speed...
next