]> sjero.net Git - wget/history - src/recur.c
[svn] Merge of fix for bugs 20341 and 20410.
[wget] / src / recur.c
2007-07-10 micah[svn] Merge of fix for bugs 20341 and 20410.
2006-08-28 mtortonesi[svn] #include'd spider.h to get rid of compiler warnings.
2006-08-24 mtortonesi[svn] Several fixes for recursive spider mode.
2006-07-14 mtortonesi[svn] Added sanity checks for -k, -p, -r and -N when...
2006-05-25 mtortonesi[svn] Fixed recursive spider mode.
2006-03-15 mtortonesi[svn] Restricted operational semantics of frontcmp...
2006-03-14 mtortonesi[svn] recur.c: changed type of html_allowed member...
2005-07-06 hniksic[svn] New option --ignore-case for case-insensitive...
2005-07-02 hniksic[svn] Update FSF's address and copyright years.
2005-06-27 hniksic[svn] Move extern declarations to .h files.
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-04-09 hniksic[svn] Correct logic of check #6 in download_child_p.
2003-11-02 hniksic[svn] Retired the `boolean' type. Renamed FREE_MAYBE...
2003-10-31 hniksic[svn] Use new macros xnew, xnew0, xnew_array, and xnew0...
2003-10-11 hniksic[svn] Remove VERY_LONG_TYPE; use LARGE_INT instead...
2003-10-10 hniksic[svn] Don't descend into HTML that was downloaded by...
2003-10-07 hniksic[svn] Move fnmatch() to cmpt.c and don't use it under...
2003-09-21 hniksic[svn] Split off non-URL related stuff from url.c to...
2002-07-24 hniksic[svn] Check whether downloaded_html_set is non-NULL...
2002-05-18 hniksic[svn] Update the license to include the OpenSSL exception.
2002-05-16 abbotti[svn] (download_child_p): Minor optimization to avoid...
2002-05-16 abbotti[svn] New function schemes_are_similar_p to test enumer...
2002-04-21 hniksic[svn] Indentation change.
2002-04-21 hniksic[svn] Revert order of check number 6 in download_child_...
2002-04-21 hniksic[svn] Remove needless level of indentation.
2002-04-15 hniksic[svn] When downloading recursively, don't ignore reject...
2002-04-12 abbotti[svn] Use new function to test filename for common...
2002-02-19 hniksic[svn] Handle starting URL of recursing download being...
2002-02-19 hniksic[svn] Follow https links from http.
2001-12-19 hniksic[svn] Enqueue start_url in the canonical form.
2001-12-18 hniksic[svn] Fix crash introduced by previous patch.
2001-12-18 hniksic[svn] Descend into HTML files we've already downloaded.
2001-12-18 hniksic[svn] Propagate referrer information from retrieve_tree...
2001-12-13 hniksic[svn] Don't abort when one URL references more than...
2001-12-05 hniksic[svn] Fix overzealous URL-removal in register_download.
2001-12-04 hniksic[svn] Fix downloading of duplicate URLs.
2001-12-01 hniksic[svn] Make -p work with framed pages.
2001-11-30 hniksic[svn] Ignore -np when in -p mode.
2001-11-29 hniksic[svn] descend_url_p: When resolving no_parent, compare...
2001-11-26 hniksic[svn] A lot of host name changes.
2001-11-26 hniksic[svn] Be careful whether we want to descend into result...
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] Implemented breadth-first retrieval.
2001-11-24 hniksic[svn] Fix typo that made us never use robots.txt.
2001-11-22 hniksic[svn] Rewrite parsing and handling of URLs.
2001-11-19 hniksic[svn] Clean up handling of schemes.
2001-11-18 hniksic[svn] Plug in new implementation of RES.
2001-06-14 hniksic[svn] After canonicalizing the URL, check for its exist...
2001-05-27 hniksic[svn] Update copyright notices.
2001-05-12 hniksic[svn] Commit several minor changes:
2001-04-01 hniksic[svn] Don't clear dl_file_url_map and dl_url_file_map...
2001-03-31 hniksic[svn] Oops! Fix braino in recur.c -- clear the hash...
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...
2000-12-17 hniksic[svn] Apply lint-expired fixes from <sxsn1du7ufa.fsf...
2000-12-17 hniksic[svn] Include <netdb.h> where h_errno is used. Likewis...
2000-11-22 hniksic[svn] Committed <sxsbsv854j9.fsf@florida.arsdigita...
2000-11-21 hniksic[svn] Committed a bunch of different tweaks of mine.
2000-11-19 hniksic[svn] My patch "persistent connection tweaks".
2000-11-19 hniksic[svn] A bunch of new features:
2000-11-10 hniksic[svn] Better version of read_whole_line().
2000-11-02 hniksic[svn] Update copyright blurbs with the year 2000.
2000-11-01 hniksic[svn] Gracefully handle opt.downloaded overflowing.
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-04-12 hniksic[svn] Commit several fixes.
2000-03-02 dan[svn] recur.c (parse_robots): Applied Edward J. Sabol...
2000-03-02 hniksic[svn] Applied Edward Sabol's patch.
1999-12-02 kwget[svn] Initial revision