]> sjero.net Git - wget/history - src/retr.c
[svn] Extract timers to a separate file.
[wget] / src / retr.c
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.
2000-11-22 hniksic[svn] Committed <sxsbsv854j9.fsf@florida.arsdigita...
2000-11-19 hniksic[svn] A bunch of new features:
2000-11-02 hniksic[svn] Update copyright blurbs with the year 2000.
2000-11-02 hniksic[svn] Fixed minor memory leaks.
2000-11-01 hniksic[svn] Gracefully handle opt.downloaded overflowing.
2000-11-01 hniksic[svn] Detect redirection cycles.
2000-10-31 hniksic[svn] Committed my patches from <sxsbsw16sbu.fsf@florid...
2000-10-30 hniksic[svn] Applied Adrian Aichner's patch from
2000-10-28 dan[svn] retr.c (retrieve_url): Manually applied T. Bharath
2000-10-24 dan[svn] --delete-after wasn't implemented for files retri...
2000-08-30 dan[svn] * *.{gmo,po,pot}: Regenerated after modifying...
2000-07-14 hniksic[svn] Committed Jan Prikryl's patch from
2000-03-02 hniksic[svn] *** empty log message ***
2000-03-02 dan[svn] Implemented the item I formerly had in the TODO...
1999-12-02 kwget[svn] Initial revision