]> sjero.net Git - wget/history - src/retr.c
[svn] Merge of fix for bugs 20341 and 20410.
[wget] / src / retr.c
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-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-02-05 hniksic[svn] Made [0.5*wait, 1.5*wait) the range of --random...
2005-10-05 mtortonesi[svn] retr.c: Changed semantics of no_proxy_match.
2005-09-17 hniksic[svn] Change name of param.
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-02 hniksic[svn] Display smaller download rate numbers with more...
2005-07-01 hniksic[svn] Minor improvements to fd_read_hunk.
2005-06-27 hniksic[svn] Move extern declarations to .h files.
2005-06-26 hniksic[svn] When the download is finished, print the time...
2005-06-25 hniksic[svn] Don't pattern-match server redirects.
2005-06-25 hniksic[svn] Rename LARGE_INT to SUM_SIZE_INT, and simplify...
2005-06-22 hniksic[svn] Use bool type for boolean variables and values.
2005-06-19 hniksic[svn] Remove K&R support.
2005-05-05 hniksic[svn] Reset the sleep_adjust limit value for new downlo...
2005-05-03 hniksic[svn] Fix K&R incompatibilities reported by `gcc -Wtrad...
2005-04-16 hniksic[svn] Don't ignore timeout when progress=dot.
2005-04-11 hniksic[svn] Clean up prototypes and definitions of ssl_init...
2005-04-08 hniksic[svn] Better selection of POSIX clocks.
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] Undo the 2004-11-18 change to fd_read_body. ...
2005-03-19 hniksic[svn] Limit the maximum amount of memory allocated...
2005-03-04 hniksic[svn] Fix escape chars in server response vulnerability...
2005-02-23 hniksic[svn] Large file support added. Published in <87psyr6j...
2004-11-18 mtortonesi[svn] Fixed a timeout problem in src/retr.c:fd_read_bod...
2004-03-04 hniksic[svn] Don't change Windows console title if quiet.
2003-12-14 hniksic[svn] Declare the pointers to literal strings as `const'.
2003-12-12 hniksic[svn] retr.c (fd_read_body): Pass total size to progres...
2003-12-12 hniksic[svn] Don't fiddle with "interactive timeout" if read...
2003-12-06 hniksic[svn] Correctly calculate bandwidth as total data read...
2003-11-30 hniksic[svn] * retr.c (fd_read_body): Report the amount of...
2003-11-30 hniksic[svn] Better documentation for fd_read_body args.
2003-11-30 hniksic[svn] Try to reuse connections that return error codes.
2003-11-27 hniksic[svn] Remove obsolete finder_t typedef.
2003-11-27 hniksic[svn] Use fd_read_hunk for reading HTTP response head...
2003-11-21 hniksic[svn] Remove the "rbuf" buffering layer. Provide peeki...
2003-11-20 hniksic[svn] Renamed xread/xwrite/xclose to fd_read/fd_write...
2003-11-08 hniksic[svn] Doc fix.
2003-11-08 hniksic[svn] Update the progress gauge even when the data...
2003-11-08 hniksic[svn] Timer code update.
2003-11-06 hniksic[svn] Get rid of ssl_iread/ssl_iwrite. Have the SSL...
2003-11-03 hniksic[svn] New function xsleep that resumes sleeps interrupt...
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-02 hniksic[svn] Initialize DUMMY storage for DT.
2003-09-30 hniksic[svn] Display percentage in title bar.
2003-09-22 hniksic[svn] Doc update.
2003-09-21 hniksic[svn] Split off non-URL related stuff from url.c to...
2003-09-21 hniksic[svn] Adjust bandwidth limitation sleep for the error...
2003-09-20 hniksic[svn] Allow decimal values for --timeout, --wait, and...
2003-09-20 hniksic[svn] Cosmetic fixes.
2003-09-18 hniksic[svn] Call ssl_iread with the correct arguments.
2003-09-15 hniksic[svn] Improved --limit-rate for small bandwidths.
2003-09-15 hniksic[svn] Update progress code to use higher timer resolution.
2002-05-18 hniksic[svn] Update the license to include the OpenSSL exception.
2002-04-14 hniksic[svn] Minor cleanup of iread/iwrite.
2002-04-14 hniksic[svn] Add the POST method.
2002-04-13 hniksic[svn] Support FWTK-style proxies.
2002-04-12 abbotti[svn] Use new function to test filename for common...
2002-01-30 hniksic[svn] Remove redirection cycle detection.
2001-12-17 hniksic[svn] Simplify indentation in sleep_between_retrievals.
2001-12-17 hniksic[svn] Use the new function `random_number' that doesn...
2001-12-04 hniksic[svn] Fix downloading of duplicate URLs.
2001-11-30 hniksic[svn] Don't allow more than 20 successive redirections.
2001-11-30 hniksic[svn] Ignore -np when in -p mode.
2001-11-29 hniksic[svn] Remove implicit declaration warnings.
2001-11-27 hniksic[svn] Use rand instead of random.
2001-11-27 hniksic[svn] * retr.c (retrieve_from_file): Initialize `new_fi...
2001-11-26 hniksic[svn] New option `--limit-rate'.
2001-11-26 hniksic[svn] Allocate a timer directly in get_contents.
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] Recursion and progress bar tweaks.
2001-11-25 hniksic[svn] Handle <base href=...> when converting links.
2001-11-25 hniksic[svn] Commit progress bar tweaks.
2001-11-25 hniksic[svn] Implemented breadth-first retrieval.
2001-11-24 hniksic[svn] Print the actual error message when parsing of...
2001-11-23 hniksic[svn] Big progress bar update.
2001-11-22 hniksic[svn] Replace opt.no_flush with a function to disable...
2001-11-22 hniksic[svn] Rewrite parsing and handling of URLs.
2001-11-19 hniksic[svn] Clean up handling of schemes.
2001-05-27 hniksic[svn] Update copyright notices.
2001-05-12 hniksic[svn] Commit several minor changes:
2001-04-24 hniksic[svn] New timer functions. Published in <sxs8zkp28vk...
2001-04-23 hniksic[svn] Print download rate even when percentages are...
2001-04-14 hniksic[svn] Various url.c-related changes.
2001-04-01 hniksic[svn] Make sure opt.dfp is rewound only on the first...
2001-03-31 hniksic[svn] Record downloaded files and downloaded HTML files...
2001-03-30 hniksic[svn] Applied Philipp Thomas's safe-ctype patch. Publi...
2001-03-01 hniksic[svn] Applied Jonas Jensen's patch to correctly calcula...
2001-02-11 hniksic[svn] Applied Jonas Jensen's download rate patch with...
2000-12-17 hniksic[svn] Include <netdb.h> where h_errno is used. Likewis...
2000-12-06 hniksic[svn] Fix opt.wait.
2000-12-05 hniksic[svn] Committed C. Frankel's SSL patch.
next