Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* switch to using the logging frameworkArthur de Jong2011-10-148-131/+85
* simplify logging of depthArthur de Jong2011-10-141-2/+1
* fix typo that resulted in bad links not being reported as...Arthur de Jong2011-10-081-1/+1
* fix missing import (broken in r452)Arthur de Jong2011-10-081-1/+1
* also handle exceptions while parsing (e.g. issue when rea...Arthur de Jong2011-10-081-6/+9
* ensure that the database is emptied completely and move t...Arthur de Jong2011-10-082-12/+21
* switch to using MozillaCookieJar because LWPCookieJar has...Arthur de Jong2011-10-081-2/+2
* rename Crawler.add_internal() to Crawler.add_base() and a...Arthur de Jong2011-10-072-15/+26
* ignore generated coverage filesArthur de Jong2011-10-070-0/+0
* rename Site to CrawlerArthur de Jong2011-10-0718-55/+54
* move some more initialisation from cmd to crawler and mak...Arthur de Jong2011-10-0714-70/+66
* move some file-handling functions to webcheck.utilArthur de Jong2011-10-074-104/+114
* fix webcheck.config importArthur de Jong2011-10-071-4/+3
* fix some remaining (previously relative) importsArthur de Jong2011-10-072-4/+4
* remove unnecessary importsArthur de Jong2011-10-075-9/+1
* move profiling flag from config to cmdArthur de Jong2011-10-072-7/+8
* move version and homepage definition from config to the w...Arthur de Jong2011-10-075-14/+36
* remove the unsupported userpass optionArthur de Jong2011-10-071-7/+1
* remove unused/unsupported configuration optionsArthur de Jong2011-09-161-16/+0
* pass the IO timeout to urllib2Arthur de Jong2011-09-161-3/+2
* remove old compatibility codeArthur de Jong2011-09-161-5/+0
* use fully qualified plugin namesArthur de Jong2011-09-164-35/+35
* move all the code except the command-line handling to the...Arthur de Jong2011-09-1628-286/+294
* show a better estimate of the number of links remainingArthur de Jong2011-09-111-2/+9
* fix ### more... linksArthur de Jong2011-09-111-1/+2
* fix Vcs-Browser URLArthur de Jong2011-09-041-1/+1
* make plugins get their own session and split postprocessi...Arthur de Jong2011-08-2016-58/+92
* do some performance tuning to ensure that the reports are...Arthur de Jong2011-08-1910-106/+93
* use sqltap to save profiling information from sqlalchemy ...Arthur de Jong2011-08-191-0/+8
* fix a problem with the tooltip coming up in the wrong loc...Arthur de Jong2011-08-191-16/+9
* make source code changes to follow PEP8 moreArthur de Jong2011-08-1827-185/+249
* re-enable the anchors pluginArthur de Jong2011-08-104-32/+61
* make all relationships into filterable collections and se...Arthur de Jong2011-08-104-31/+31
* ensure that the cookies file is generated in the output d...Arthur de Jong2011-08-102-18/+22
* log "items left to check" when something actually happed ...Arthur de Jong2011-08-101-3/+3
* small style updates to SQLAlchemy constructsArthur de Jong2011-08-0410-14/+12
* use SQLAlchemy to store crawled website data to improve s...Arthur de Jong2011-08-0423-952/+596
* move some things from config to webcheck moduleArthur de Jong2011-06-182-9/+11
* monkeypatch the robotparser module to improve upon some f...Arthur de Jong2011-06-182-6/+88
* remove Python 2.3 supportArthur de Jong2011-06-181-6/+0
* switch to using urllib2 for crawling (this is mostly func...Arthur de Jong2011-06-186-528/+86
* switch to dh_python2Arthur de Jong2011-03-062-4/+3
* small simplificationArthur de Jong2010-09-231-1/+1
* handle the case where hostname is emptyArthur de Jong2010-09-231-0/+4
* spelling fixesArthur de Jong2010-09-182-3/+3
* get files ready for 1.10.4 release1.10.4Arthur de Jong2010-09-116-6/+116
* update copyright yearsArthur de Jong2010-09-118-9/+9
* direct bugreports to mailing list instead of personal add...Arthur de Jong2010-09-112-3/+3
* upgrade to standards-version 3.9.1Arthur de Jong2010-09-111-1/+1
* drop removing legacy configuration (/etc/webcheck) as thi...Arthur de Jong2010-09-111-21/+0