Bastian Kleineidam
|
4759cee377
|
Updated mailto: documentation.
|
2014-03-30 08:30:14 +02:00 |
|
Bastian Kleineidam
|
81da2eb48f
|
Code cleanup
|
2014-03-27 17:19:52 +01:00 |
|
Bastian Kleineidam
|
fa26876f67
|
Don't use encoding detection since it's very slow.
|
2014-03-27 12:27:11 +01:00 |
|
Bastian Kleineidam
|
49df359317
|
Some fixes when pyopenssl is used instead of python ssl module.
|
2014-03-26 19:59:17 +01:00 |
|
Bastian Kleineidam
|
dec0f6c8dc
|
Fix error with SNI checks
|
2014-03-26 12:38:16 +01:00 |
|
Bastian Kleineidam
|
a8623bc0bc
|
Display SSL info on redirects.
|
2014-03-26 07:16:03 +01:00 |
|
Bastian Kleineidam
|
be59802569
|
Set http connection charset.
|
2014-03-20 21:20:34 +01:00 |
|
Bastian Kleineidam
|
4c76345338
|
Add certificate valid date info and always set verify flag.
|
2014-03-19 17:16:42 +01:00 |
|
Bastian Kleineidam
|
9a7ad3a84f
|
Print SSL cipher info for https URLs.
|
2014-03-19 17:02:34 +01:00 |
|
Bastian Kleineidam
|
ce733ae76b
|
Don't check for robots.txt directives in local html files.
|
2014-03-19 16:33:22 +01:00 |
|
Bastian Kleineidam
|
9be667b52a
|
Do not warn about missing addresses on mailto links that have subjects.
|
2014-03-18 23:27:59 +01:00 |
|
Bastian Kleineidam
|
6437f08277
|
Display downloaded bytes.
|
2014-03-14 21:06:10 +01:00 |
|
Bastian Kleineidam
|
c51caf1133
|
Assertions should be earlier.
|
2014-03-14 20:26:11 +01:00 |
|
Bastian Kleineidam
|
cfff4c4a84
|
Disable URL length warning for data: URLs.
|
2014-03-14 20:24:28 +01:00 |
|
Bastian Kleineidam
|
ccd0d4ead7
|
Updated the list of unknown or ignored URI schemes.
|
2014-03-12 19:20:49 +01:00 |
|
Bastian Kleineidam
|
bca226c293
|
Fix assertion checking external links; fix tests
|
2014-03-10 18:23:44 +01:00 |
|
Bastian Kleineidam
|
40b663cf9e
|
Ignore URLs earlier.
|
2014-03-10 18:05:11 +01:00 |
|
Bastian Kleineidam
|
6b334dc79b
|
Fix URL result caching.
|
2014-03-08 19:35:10 +01:00 |
|
Bastian Kleineidam
|
fab2c2da98
|
Improve content type setting.
|
2014-03-05 20:12:19 +01:00 |
|
Bastian Kleineidam
|
ef13a3fce1
|
Implement sitemap and sitemap index parsing.
|
2014-03-05 19:26:37 +01:00 |
|
Bastian Kleineidam
|
b72cf252fb
|
Move parseable check down since it might get the content.
|
2014-03-05 19:26:05 +01:00 |
|
Bastian Kleineidam
|
9ef65cb774
|
Fix UrlData string representation.
|
2014-03-05 19:25:40 +01:00 |
|
Bastian Kleineidam
|
192cfab009
|
Cleanup of the UrlData.is_* functions
|
2014-03-05 19:23:16 +01:00 |
|
Bastian Kleineidam
|
978b24f2d7
|
Merge branch 'caching'
|
2014-03-04 07:21:42 +01:00 |
|
Bastian Kleineidam
|
f1076c8813
|
Increase url-too-long warning.
|
2014-03-03 23:31:04 +01:00 |
|
Bastian Kleineidam
|
82f81241fd
|
Check all links and add better caching.
|
2014-03-03 23:29:45 +01:00 |
|
Bastian Kleineidam
|
6f205a2574
|
Support checking Sitemap: URLs in robots.txt files.
|
2014-03-01 20:25:19 +01:00 |
|
Bastian Kleineidam
|
0f0d79c7e0
|
Remove crawl-delay stuff
|
2014-03-01 20:01:42 +01:00 |
|
Bastian Kleineidam
|
7b34be590b
|
Introduce check plugins, use Python requests for http/s connections, and some code cleanups and improvements.
|
2014-03-01 00:12:34 +01:00 |
|
Bastian Kleineidam
|
c806be5c15
|
Updated copyright
|
2014-01-08 22:33:04 +01:00 |
|
Bastian Kleineidam
|
c076e312a2
|
Send an Accept header.
|
2014-01-08 19:56:00 +01:00 |
|
Bastian Kleineidam
|
e0a2558b2b
|
Updated copyright.
|
2013-12-24 07:13:16 +01:00 |
|
wummel
|
9646f0b652
|
Merge pull request #418 from chuckbjones/reset-url-on-fallback
Reset to original url when falling back to GET
|
2013-12-17 22:37:17 -08:00 |
|
Bastian Kleineidam
|
103e00b4d1
|
Allow disabling of ssl certificate checks.
|
2013-12-12 22:17:57 +01:00 |
|
Bastian Kleineidam
|
0ca63797bf
|
Remove content cache.
|
2013-12-10 23:41:52 +01:00 |
|
Bastian Kleineidam
|
2c5ede2eb7
|
Fallback to GET for Apache Coyote servers.
|
2013-12-08 08:22:56 +01:00 |
|
Bastian Kleineidam
|
023da7c993
|
Remove the duplicate URL content check.
|
2013-12-04 19:12:40 +01:00 |
|
Bastian Kleineidam
|
c676a4c829
|
Avoid DoS in SSL certificate host matching.
|
2013-11-30 22:07:23 +01:00 |
|
Charles Jones
|
4294633c04
|
Close connection prior to falling back to get, since we change the url back to the original at that time.
|
2013-08-09 13:08:51 -05:00 |
|
Charles Jones
|
8bc138f18b
|
Reset to original url when falling back to GET
|
2013-07-30 13:38:59 -05:00 |
|
Bastian Kleineidam
|
c966fe6b24
|
Remove the http-wrong-redirect warning
|
2013-04-11 18:33:19 +02:00 |
|
Bastian Kleineidam
|
64d95e45e0
|
Remove local HTML and CSS syntax check.
|
2013-02-08 21:36:02 +01:00 |
|
Bastian Kleineidam
|
b104482174
|
Add missing docstring.
|
2013-01-25 21:15:12 +01:00 |
|
Bastian Kleineidam
|
35bc79dd90
|
Updated copyright.
|
2013-01-25 21:14:27 +01:00 |
|
Bastian Kleineidam
|
e6ad32c028
|
Catch UnicodeError for invalid host names.
|
2013-01-23 19:42:29 +01:00 |
|
Bastian Kleineidam
|
9b8cb67d78
|
Updated copyright.
|
2013-01-17 20:41:47 +01:00 |
|
Bastian Kleineidam
|
4dad2aa33c
|
Support dns-prefetch URLs.
|
2013-01-17 20:41:09 +01:00 |
|
Bastian Kleineidam
|
7fe72745ae
|
Updated copyright.
|
2013-01-09 23:03:12 +01:00 |
|
Bastian Kleineidam
|
a5b6136e70
|
Check word document validity before closing.
|
2013-01-07 21:58:02 +01:00 |
|
Bastian Kleineidam
|
0283362ce6
|
Updated copyright.
|
2012-12-23 21:32:16 +01:00 |
|