Bastian Kleineidam
|
64d011316a
|
Add Python3 porting status.
|
2012-08-09 12:37:30 +02:00 |
|
Bastian Kleineidam
|
1c739aed81
|
Use urlparse.uses_relative instead of unofficial urlparse.non_hierarchical (which has been removed in the current CPython 2.7.x trunk).
|
2012-08-04 20:40:31 +02:00 |
|
Bastian Kleineidam
|
b0e5c7fc59
|
Ignore feed: URLs.
|
2012-06-27 21:32:03 +02:00 |
|
Bastian Kleineidam
|
8014ad7ce4
|
Sign osx installer.
|
2012-06-27 21:26:16 +02:00 |
|
Bastian Kleineidam
|
0fd1a78378
|
Always compare encoded anchor names.
|
2012-06-27 20:59:53 +02:00 |
|
Bastian Kleineidam
|
e0d6aecad9
|
Add cancel button to show memory dialog.
|
2012-06-25 20:25:02 +02:00 |
|
Bastian Kleineidam
|
103fb12987
|
Display debug output with fixed width font; allow showing of memory dump.
|
2012-06-25 20:21:45 +02:00 |
|
Bastian Kleineidam
|
5e96ae0e76
|
Improved test options.
|
2012-06-25 20:08:53 +02:00 |
|
Bastian Kleineidam
|
bfe79e478f
|
Detect when all checker threads are dead and the queue is not empty.
|
2012-06-24 22:51:43 +02:00 |
|
Bastian Kleineidam
|
3934e63994
|
Fix url tests.
|
2012-06-24 21:48:16 +02:00 |
|
Bastian Kleineidam
|
f82384dd14
|
Add readme for download page at sourceforge.
|
2012-06-24 13:50:46 +02:00 |
|
Bastian Kleineidam
|
2baa908494
|
Updated linkcheckerrc manpage.
|
2012-06-24 10:45:07 +02:00 |
|
Bastian Kleineidam
|
5c045fef44
|
Fix UNC path handling on Windows.
|
2012-06-24 10:30:54 +02:00 |
|
Bastian Kleineidam
|
b550a9dcb5
|
Updated copyright.
|
2012-06-23 14:31:11 +02:00 |
|
Bastian Kleineidam
|
31519f6a01
|
Fix handling of UNC pathnames.
|
2012-06-23 14:30:58 +02:00 |
|
Bastian Kleineidam
|
e7dd1d421b
|
Fix urljoin test case.
|
2012-06-23 14:29:26 +02:00 |
|
Bastian Kleineidam
|
3f063a5e9f
|
Remove unused import.
|
2012-06-23 14:29:16 +02:00 |
|
Bastian Kleineidam
|
363ccc0121
|
Check <object codebase=...> as normal URL.
|
2012-06-23 14:28:32 +02:00 |
|
Bastian Kleineidam
|
73b176d7c9
|
Fix URL joining: properly detect absolute URL.
|
2012-06-23 13:33:27 +02:00 |
|
Bastian Kleineidam
|
0c71061f7d
|
Add windows skip helper function.
|
2012-06-23 13:32:38 +02:00 |
|
Bastian Kleineidam
|
cdf6b91b39
|
Don't use <object codebase=...> attribute as parent url.
|
2012-06-23 13:32:08 +02:00 |
|
Bastian Kleineidam
|
8d23e2a3c6
|
Add debugging for checker class name.
|
2012-06-23 13:30:13 +02:00 |
|
Bastian Kleineidam
|
6d9a8859d3
|
Require and use Python 2.7.2.
|
2012-06-22 23:58:20 +02:00 |
|
Bastian Kleineidam
|
dbe57c0f9b
|
Treat Windows UNC paths as absolute paths.
|
2012-06-22 23:42:37 +02:00 |
|
Bastian Kleineidam
|
713b9ebada
|
Only assume local file links for URLs given on the command line.
|
2012-06-22 23:42:05 +02:00 |
|
Bastian Kleineidam
|
9d0cced73c
|
Fix SSL check errors.
|
2012-06-22 07:37:37 +02:00 |
|
Bastian Kleineidam
|
8f199f941f
|
Use Unicode messages for Windows installer.
|
2012-06-21 22:21:47 +02:00 |
|
Bastian Kleineidam
|
f10b38c13e
|
Fix saving of the debugmemory option.
|
2012-06-21 22:13:09 +02:00 |
|
Bastian Kleineidam
|
588469170f
|
Customize uninstall messages for windows.
|
2012-06-21 21:16:32 +02:00 |
|
Bastian Kleineidam
|
ed126adc1b
|
Add missing phony targets.
|
2012-06-20 22:44:08 +02:00 |
|
Bastian Kleineidam
|
22a4d48d68
|
Ignore broken locale configuration.
|
2012-06-20 21:44:57 +02:00 |
|
Bastian Kleineidam
|
3dd35c57a8
|
Rename wrong module name.
|
2012-06-20 21:43:25 +02:00 |
|
Bastian Kleineidam
|
979d7f13d3
|
Updated copyright.
|
2012-06-20 21:40:21 +02:00 |
|
Bastian Kleineidam
|
dcf886860f
|
Fix binary safari bookmark test.
|
2012-06-20 21:40:14 +02:00 |
|
Bastian Kleineidam
|
5c18a7f8b2
|
Catch errors getting the default locale.
|
2012-06-20 21:35:52 +02:00 |
|
Bastian Kleineidam
|
addbcfc54f
|
Updated translation.
|
2012-06-20 20:18:39 +02:00 |
|
Bastian Kleineidam
|
5193a3a1fd
|
Fix help printing.
|
2012-06-20 20:12:22 +02:00 |
|
Bastian Kleineidam
|
2888528a13
|
Code cleanup.
|
2012-06-20 20:11:13 +02:00 |
|
Bastian Kleineidam
|
4cce99a77d
|
Test SSL certificate expiration.
|
2012-06-20 20:10:40 +02:00 |
|
Bastian Kleineidam
|
da7c68981b
|
Add missing imports.
|
2012-06-20 19:23:52 +02:00 |
|
Bastian Kleineidam
|
e903a2a13c
|
Add constants for number of seconds per minute, hour and day.
|
2012-06-20 19:23:35 +02:00 |
|
Bastian Kleineidam
|
727281a7fc
|
The notimplemented decorator reports now the filename and linenumber of the function.
|
2012-06-20 19:23:13 +02:00 |
|
Bastian Kleineidam
|
1e13a4f8fc
|
Add donation url to info blurb.
|
2012-06-20 00:37:39 +02:00 |
|
Bastian Kleineidam
|
de4d907d7c
|
Add linkchecker Nagios plugin to examples.
|
2012-06-20 00:37:26 +02:00 |
|
Bastian Kleineidam
|
24286ceb53
|
Updated changelog.
|
2012-06-20 00:36:51 +02:00 |
|
Bastian Kleineidam
|
eb30191bb0
|
Add copyright and missing docs.
|
2012-06-20 00:30:52 +02:00 |
|
Bastian Kleineidam
|
2f730f4e13
|
Add Nagios plugin.
|
2012-06-20 00:29:46 +02:00 |
|
Bastian Kleineidam
|
a6eaae2c38
|
Implement abstract method for logger.
|
2012-06-20 00:15:45 +02:00 |
|
Bastian Kleineidam
|
2dfe9d4b4f
|
Use abstract base class for loggers.
|
2012-06-19 23:27:26 +02:00 |
|
Bastian Kleineidam
|
a50bf226d7
|
Print Python environment variables for internal errors.
|
2012-06-19 22:47:26 +02:00 |
|