]> sjero.net Git - wget/history - src/retr.c
stsc: -i URL improvements.
[wget] / src / retr.c
2008-07-22 Micah Cowanstsc: -i URL improvements.
2008-07-12 Micah Cowan-i accepts URLs (stsc). For #21265.
2008-07-11 Micah CowanMerge current tip with CSS stuff.
2008-04-22 Micah CowanMerging Ted Mielczarek's CSS changes with tip.
2008-04-22 Micah CowanTed Mielczarek's CSS wonder-patch, applied against...
2008-04-20 Steven SchubigerUndo the USE_GNULIB_ALLOC defines.
2008-04-18 Steven SchubigerUse Gnulib's alloc functions throughout the source.
2008-01-25 Micah CowanUpdated copyright year.
2007-12-08 Micah CowanMerge SFLC licensing changes for OpenSSL with tip.
2007-11-28 Micah CowanUpdated licensing exception for OpenSSL from the SFLC.
2007-10-19 Micah CowanEschew config-post.h.
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-09-28 Micah CowanMerge from mainline
2007-09-28 Micah CowanUpdate copyright lists, conforming to maintainer guidelines
2007-08-03 micah[svn] Make indentation consistent (all-spaces, no tabs).
2007-07-29 micah[svn] Merging fix #20499: MAX_REDIRECTIONS should be...
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.
next