| Commit message (Expand) | Author | Age | Files | Lines |
* | get files ready for 1.9.8 release1.9.8 | Arthur de Jong | 2007-01-15 | 8 | -127/+213 |
* | catch any exception in HTTP module and report is as a lin... | Arthur de Jong | 2007-01-15 | 1 | -0/+7 |
* | move section on webcheck design into HACKING document | Arthur de Jong | 2007-01-15 | 3 | -30/+28 |
* | fix the bugreporting section to more clearly state the ne... | Arthur de Jong | 2007-01-15 | 1 | -6/+16 |
* | switch to using latest syntax of python-support | Arthur de Jong | 2007-01-13 | 3 | -3/+1 |
* | present sitemap with all bases | Arthur de Jong | 2006-10-23 | 1 | -1/+5 |
* | add USE_ROBOTS option | Arthur de Jong | 2006-10-23 | 1 | -0/+4 |
* | include list of bases in Site class | Arthur de Jong | 2006-10-23 | 1 | -10/+13 |
* | print reason why link is yanked if available | Arthur de Jong | 2006-10-23 | 1 | -1/+6 |
* | include link to homepage in package description | Arthur de Jong | 2006-09-29 | 1 | -0/+2 |
* | explicitly transform username and password to string in c... | Arthur de Jong | 2006-09-04 | 1 | -2/+2 |
* | also handle SSL related socket errors (e.g. SSL time-out) | Arthur de Jong | 2006-07-13 | 1 | -1/+1 |
* | add set_encoding method to Link object to do some basic e... | Arthur de Jong | 2006-07-13 | 3 | -14/+23 |
* | get files ready for 1.9.7 release1.9.7 | Arthur de Jong | 2006-07-02 | 6 | -26/+442 |
* | always keep navigation on top | Arthur de Jong | 2006-06-29 | 1 | -0/+2 |
* | store internal, external and yanked regular expressions i... | Arthur de Jong | 2006-06-24 | 2 | -12/+12 |
* | switch to using python-support and follow recent python p... | Arthur de Jong | 2006-06-23 | 3 | -3/+7 |
* | split Build-Depends-Indep into Build-Depends and Build-De... | Arthur de Jong | 2006-06-05 | 1 | -1/+2 |
* | also install favicon.ico in deb package (plus cosmetic fix) | Arthur de Jong | 2006-06-05 | 1 | -1/+2 |
* | fix typos and fix example explanation | Arthur de Jong | 2006-06-04 | 1 | -3/+4 |
* | do not split list of strings on comma's inside the quoted... | Arthur de Jong | 2006-06-04 | 1 | -2/+4 |
* | make DeSerializeException a class instead of a function a... | Arthur de Jong | 2006-06-04 | 1 | -1/+2 |
* | add --continue option to resume the crawling from the poi... | Arthur de Jong | 2006-06-04 | 3 | -4/+40 |
* | handle break signals in all code | Arthur de Jong | 2006-06-02 | 1 | -6/+6 |
* | add code to serialize crawled data during crawl and again... | Arthur de Jong | 2006-06-02 | 1 | -1/+12 |
* | raise a custom exception instead of IOError | Arthur de Jong | 2006-06-02 | 1 | -9/+11 |
* | add TODOs | Arthur de Jong | 2006-05-31 | 1 | -0/+2 |
* | upgrade to standards-version 3.7.2 (no changes needed) | Arthur de Jong | 2006-05-31 | 1 | -1/+1 |
* | update feature list from deb package description | Arthur de Jong | 2006-05-31 | 1 | -2/+3 |
* | split crawler.crawl() function into crawler.crawl() and c... | Arthur de Jong | 2006-05-16 | 3 | -7/+12 |
* | also serialize remaining links after crawl | Arthur de Jong | 2006-05-16 | 1 | -0/+8 |
* | remove anchor debugging statements | Arthur de Jong | 2006-05-16 | 1 | -2/+0 |
* | flag deserialized links as changed so they will be reseri... | Arthur de Jong | 2006-05-16 | 1 | -0/+1 |
* | fix sorting | Arthur de Jong | 2006-05-16 | 1 | -1/+1 |
* | update link to fancytooltips | Arthur de Jong | 2006-05-16 | 2 | -2/+2 |
* | add makebackup option to open_file() so we can implement ... | Arthur de Jong | 2006-05-15 | 1 | -10/+15 |
* | fix some stupid typos | Arthur de Jong | 2006-05-15 | 1 | -3/+3 |
* | add code to serialize links to a file while crawling the ... | Arthur de Jong | 2006-05-15 | 1 | -2/+16 |
* | import crawler late as to simplify dependencies | Arthur de Jong | 2006-05-15 | 1 | -1/+1 |
* | fix typo in FIXME | Arthur de Jong | 2006-05-15 | 1 | -3/+3 |
* | add _ischanged attribute to link objects to indicate chan... | Arthur de Jong | 2006-05-15 | 1 | -0/+10 |
* | only write serialized data if it is different from the co... | Arthur de Jong | 2006-05-15 | 1 | -10/+20 |
* | clear anchors, linkproblems and pageproblems from to be d... | Arthur de Jong | 2006-05-15 | 1 | -0/+4 |
* | remove the call to crawl() from deserialize as this could... | Arthur de Jong | 2006-05-15 | 1 | -3/+3 |
* | make decoding try/fall-back code a lot simpler and handle... | Arthur de Jong | 2006-05-15 | 1 | -12/+7 |
* | improve warning text and add comment concerning trying of... | Arthur de Jong | 2006-05-12 | 1 | -1/+2 |
* | ignore unknown entities instead of throwing an error | Arthur de Jong | 2006-05-12 | 1 | -2/+5 |
* | include favicon.ico file in generated report | Arthur de Jong | 2006-05-07 | 3 | -0/+3 |
* | ensure that we are not importing anything weird by using ... | Arthur de Jong | 2006-05-07 | 1 | -0/+9 |
* | support floats as parameter for --wait | Arthur de Jong | 2006-05-07 | 1 | -1/+1 |