]> sjero.net Git - wget/history - src/recur.c
Fix build when libpsl is not available
[wget] / src / recur.c
2014-05-30 Darshit ShahWhitespace and formatting changes.(Aesthetic only)
2013-09-14 Tim Ruehsenfix --without-ssl compile error
2013-08-22 Tim Ruehsenadded option --https-only
2012-09-29 Steven SchubigerCombine duplicated code.
2012-09-02 Nguyễn Thái Ngọc DuyMark more strings for translation
2012-05-09 Gijs van TulderAdd support for -accept-regex and --reject-regex.
2011-03-30 Giuseppe ScrivanoNow --no-parent doesn't fetch wrong files if HTTP and...
2011-01-01 Giuseppe Scrivanomass change: update copyright years.
2010-12-01 Giuseppe ScrivanoRemove redundant guard.
2010-05-31 Giuseppe ScrivanoRemove an unused function and an unused local variable.
2010-05-08 Giuseppe ScrivanoMass update copyright years.
2009-09-04 Micah CowanRan update-copyright.
2009-08-28 Micah CowanImproved exit status handling.
2009-07-04 Micah CowanAutomated merge.
2009-07-02 Micah CowanMore quoting.
2009-07-02 Micah CowanReferer/IRI fix.
2009-07-01 Micah CowanAutomated merge.
2009-06-29 Micah CowanFixes to restore Test-iri and Test-iri-forced-remote
2009-06-25 Micah CowanMerge with mainline.
2009-06-13 Micah CowanMerge in gerel's url-parsing stuff.
2009-02-01 gerelremoved some more calls
2009-02-01 gerelone less call
2008-12-01 Micah CowanAutomated merge.
2008-11-27 Micah CowanAutomated merge.
2008-11-26 Micah CowanMerge with mainline.
2008-09-27 Saint XavierIRI requirement: do not percent-encode already percent...
2008-08-28 Micah CowanAutomated merge.
2008-08-15 Saint XavierRemoved commented *printf and use quote_n() for quotin...
2008-08-14 Xavier SaintAutomated merge.
2008-08-14 Xavier SaintAutomated merge.
2008-08-14 Xavier SaintCorrect iri handling while fetching a remote file list...
2008-08-07 Xavier SaintAutomated merge.
2008-08-04 Xavier Saintiri.h is already included in wget.h, so don't include...
2008-08-04 Micah Cowanstsc: better message for "unsupported schemes".
2008-08-02 Xavier SaintAutomated merge.
2008-08-02 Xavier Saintquote*() functions don't like that much NULL arg
2008-07-30 Xavier Saintopt.remote_encoding should not override opt.locale...
2008-07-24 Saint XavierUse DEBUGP instead of commenting out all the _wonderful...
2008-07-23 Saint XavierAutomated merge.
2008-07-23 Saint XavierChange global variable model for state-object
2008-07-20 Saint XavierAutomated merge.
2008-07-20 Saint XavierGet rid of the supplementary bool pointer in url_parse...
2008-07-20 Saint XavierUse dt rather than result
2008-07-20 Saint XavierBasic IDN/IRI support
2008-07-11 Micah CowanMerge current tip with CSS stuff.
2008-06-14 Micah CowanMerge build info with head.
2008-05-16 Micah CowanMerging heads.
2008-05-16 Micah CowanMerge getpass with quote, plus my NEWS entry.
2008-05-16 Micah CowanMerge quote module stuff with current mainline.
2008-04-22 Micah CowanFix typo and let CSS files be parsed.
2008-04-22 Micah CowanFix merge glitches, get it to build.
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-04-16 Steven SchubigerUse Gnulib's quote function in recur.c.
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-18 Micah CowanMerging to reinstate autoreconf.
2007-10-15 Micah CowanAutomated merge.
2007-10-15 Micah CowanPrint any errors from unlinking robots.txt.
2007-10-15 Micah CowanJosh's patch to remove robots.txt when appriopriate.
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-27 micah[svn] Modification of patch to recur.c
2007-08-27 micah[svn] Various small fixes, courtesy of Gisle Vanem...
2007-08-03 micah[svn] Make indentation consistent (all-spaces, no tabs).
2007-07-30 micah[svn] Fix for bug #20296: User:pass@ given in Referer...
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.
next