Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/webcheck/db.py
Commit message (Expand)AuthorAgeFilesLines
* Remove duplicate column definitionArthur de Jong2013-12-151-1/+0
* Split functionality into Link.get_or_create()Arthur de Jong2013-12-151-9/+20
* Rename some functionsArthur de Jong2013-12-151-3/+3
* Move SQLite initialisation to db moduleArthur de Jong2013-12-151-4/+11
* Store link and page problems as unicodeArthur de Jong2013-12-021-4/+10
* Optimise count_parents()Arthur de Jong2013-10-061-11/+4
* detect self-referencing redirects even with intermediate ...Devin Bayer2011-11-161-7/+10
* implement a MAX_DEPTH configuration option to limit crawl...Arthur de Jong2011-11-041-2/+7
* switch to using the logging frameworkArthur de Jong2011-10-141-4/+8
* ensure that the database is emptied completely and move t...Arthur de Jong2011-10-081-0/+19
* move some more initialisation from cmd to crawler and mak...Arthur de Jong2011-10-071-4/+3
* remove unnecessary importsArthur de Jong2011-10-071-1/+1
* move all the code except the command-line handling to the...Arthur de Jong2011-09-161-0/+299