Commit graph

4804 commits

Author SHA1 Message Date
Bastian Kleineidam
89ec0ee6a1 Check multiple matches of warning regex. 2011-10-09 19:00:35 +02:00
Bastian Kleineidam
d2ae6bf71c Properly detect HTML character encoding. 2011-08-14 12:49:31 +02:00
Bastian Kleineidam
689ab9f073 Add debugging for charset encoding parameter setting. 2011-08-14 12:45:08 +02:00
Bastian Kleineidam
3f7057ce78 Fix typo. 2011-08-06 13:03:22 +02:00
Bastian Kleineidam
6dd9c0342e Remove pypants upload. 2011-08-06 13:03:15 +02:00
Bastian Kleineidam
f634a23e09 Fix typo. 2011-08-06 07:48:57 +02:00
Bastian Kleineidam
2907367a5e Add release info. 2011-08-06 07:48:10 +02:00
Bastian Kleineidam
2cbe790fd3 Updated copyright. 2011-08-05 06:50:50 +02:00
Bastian Kleineidam
7f23bf222e Updated path to debian package directory. 2011-08-05 06:50:36 +02:00
Bastian Kleineidam
09d9264470 Updated copyright. 2011-08-04 20:40:49 +02:00
Bastian Kleineidam
cf1d4d9259 Rename Status: in Info: 2011-08-04 20:34:30 +02:00
Bastian Kleineidam
5c8dda3cd6 Properly reset active url count when checking stops. 2011-08-04 20:32:15 +02:00
Bastian Kleineidam
f92b6e4620 Updated translations. 2011-08-04 19:28:12 +02:00
Bastian Kleineidam
cdf91a0321 Improve cookie info message and fix cookie test cases. 2011-08-04 18:34:56 +02:00
Bastian Kleineidam
6b52b28425 Send all domain-matching cookies that apply. 2011-08-03 21:21:44 +02:00
Bastian Kleineidam
6c6173ff6f Add changelog entries for cookie header fix. 2011-08-03 20:59:45 +02:00
Bastian Kleineidam
48413de418 Display warning message for each cookie parsing error. 2011-08-03 19:27:36 +02:00
Bastian Kleineidam
ef6a3b99af Strip newline at end of cookie string. 2011-08-03 19:26:59 +02:00
Bastian Kleineidam
ee7e04c6c6 Remove unused function client_header_name() 2011-08-02 21:57:37 +02:00
Bastian Kleineidam
c99b75899d Send multiple cookie values in one header. 2011-08-02 21:57:16 +02:00
Bastian Kleineidam
8779158b2f Sent cookies with more specific paths first. 2011-08-02 21:56:26 +02:00
Bastian Kleineidam
c70bd68ef1 Refactor sending of cookie data in client into separate function. 2011-08-02 20:45:26 +02:00
Bastian Kleineidam
977d9e9ae6 Update cookie values instead of adding duplicate entries. 2011-08-01 20:26:31 +02:00
Bastian Kleineidam
b831dbdd6c Document list of supported warnings in config file man page. 2011-07-27 20:51:43 +02:00
Bastian Kleineidam
f1d6318ac5 Reference linkchecker(1) for configurable warnings. 2011-07-27 20:37:39 +02:00
Bastian Kleineidam
210b45d1e4 Removed FastCGI script. 2011-07-25 21:37:35 +02:00
Bastian Kleineidam
7ebe67d7f6 Default to last URL checked in GUI. 2011-07-25 21:31:33 +02:00
Bastian Kleineidam
752941e029 Ignore AttributeError when printing the Qt version. 2011-07-25 21:15:52 +02:00
Bastian Kleineidam
51bcccfdfe Added new option --user-agent to set the User-Agent header. 2011-07-25 21:09:49 +02:00
Bastian Kleineidam
552c71a3ca Do not append a stray newline character when encoding authentication information to base64. 2011-07-25 20:02:01 +02:00
Bastian Kleineidam
cc4937cd6d Improved install documentation. 2011-07-25 19:44:12 +02:00
Bastian Kleineidam
842b928073 Clean up generated man pages. 2011-06-15 06:39:20 +02:00
Bastian Kleineidam
e43bbda53c Update HTML man pages on release. 2011-05-30 18:34:43 +02:00
Bastian Kleineidam
2550e16040 Remove query part from file links. 2011-05-29 17:49:01 +02:00
Bastian Kleineidam
430e1db78d Do not use fixed port for HTTP server. 2011-05-28 19:24:38 +02:00
Bastian Kleineidam
5515645af6 Reset content type setting after loading HTTP headers. 2011-05-28 17:59:44 +02:00
Bastian Kleineidam
123d62b1f4 Updated Debian .install file. 2011-05-28 16:48:48 +02:00
Bastian Kleineidam
2b1a5db238 Updated Debian copyright file. 2011-05-28 16:48:36 +02:00
Bastian Kleineidam
c9707ee735 Handle stray < before end tags. 2011-05-28 13:39:04 +02:00
Bastian Kleineidam
a894363096 Bump up version. 2011-05-28 12:46:48 +02:00
Bastian Kleineidam
8c124c5e93 Replace tabs with spaces; remove trailing whitespace. 2011-05-28 08:49:56 +02:00
Bastian Kleineidam
d0140d22ae Updated freshmeat changelog. 2011-05-28 08:49:20 +02:00
Bastian Kleineidam
fd4bd073dc Updated translation. 2011-05-28 08:45:26 +02:00
Bastian Kleineidam
0f70438a87 Updated copyright. 2011-05-28 08:44:21 +02:00
Bastian Kleineidam
4b36f13d6b Set release name and date. 2011-05-28 08:37:44 +02:00
Bastian Kleineidam
19d905dc27 Add Debian NEWS entry for removing system config file. 2011-05-28 08:37:35 +02:00
Bastian Kleineidam
01004255b9 Count processors under OSX. 2011-05-28 08:22:54 +02:00
Bastian Kleineidam
44c195f91b Run tests in parallel. 2011-05-28 08:09:27 +02:00
Bastian Kleineidam
b71d8444a9 Add missing imports after using fileutils.has_module. 2011-05-28 07:50:02 +02:00
Bastian Kleineidam
d956e62308 Move busy indicator next to the status label. 2011-05-28 07:43:36 +02:00