Commit graph

4077 commits

Author SHA1 Message Date
Bastian Kleineidam
3795a91a99 Fix compatibility problem with logging.StreamHandler in Python 2.7 2010-09-29 14:41:38 +02:00
Bastian Kleineidam
473c834f0c Do not crash when geoip information is None. 2010-09-29 14:19:28 +02:00
Bastian Kleineidam
8995be1739 Support city-level geoip lookup; remove the geoip cache since lookup is fast enough; remove the duplicated geoip country name map. 2010-09-29 14:10:36 +02:00
Bastian Kleineidam
5a32bf4a21 Updated copyright 2010-09-29 08:25:00 +02:00
Bastian Kleineidam
1446797020 Support pygeoip 2010-09-29 08:24:30 +02:00
Bastian Kleineidam
18b99e2299 Updated download links and installation instructions. 2010-09-29 07:17:51 +02:00
Bastian Kleineidam
7b6bd126b7 Adjust windows build paths. 2010-09-28 22:36:46 +02:00
Bastian Kleineidam
5576440f10 Add context menu item to copy URL to system clipboard. 2010-09-28 20:34:20 +02:00
Bastian Kleineidam
f338c16faf Added changelog entry for the GUI context menu fix. 2010-09-28 20:33:28 +02:00
Bastian Kleineidam
d202661ff7 Give example binary path for QT designer. 2010-09-28 20:20:33 +02:00
Bastian Kleineidam
b90c832ab1 Clarify documentation. 2010-09-28 20:20:08 +02:00
Bastian Kleineidam
5fd8ea1d92 Use explicit variable for URL string. 2010-09-28 20:19:19 +02:00
Bastian Kleineidam
e996f0d98e Enable list widget items, making them selectable. 2010-09-28 20:18:39 +02:00
Bastian Kleineidam
4a3e999dd9 Use Python 2.7 2010-09-23 00:42:56 +02:00
Bastian Kleineidam
b76bc2d87f Updated redirected URLs. 2010-09-22 23:43:44 +02:00
Bastian Kleineidam
d5707ef205 Change registry base string to avoid false spyware alarms. 2010-09-12 18:49:57 +02:00
Bastian Kleineidam
21f4a41ecb Updated manpage link. 2010-09-06 23:10:55 +02:00
Bastian Kleineidam
27fe6fdfcf Update URL links in man pages. 2010-09-06 21:56:39 +02:00
Bastian Kleineidam
a846e66869 Updated manpage links. 2010-09-06 21:10:47 +02:00
Bastian Kleineidam
ffcd274087 Updated copyright 2010-09-05 21:02:51 +02:00
Bastian Kleineidam
c7149010eb Updated documentation 2010-09-05 21:02:03 +02:00
Bastian Kleineidam
a590d7ce48 Updated translation 2010-09-05 21:00:15 +02:00
Bastian Kleineidam
8a1ac26c85 Warn about obfuscated IP numbers. 2010-09-05 20:11:02 +02:00
Bastian Kleineidam
5284017d67 Only fallback to HTTP GET when robots.txt sallows it. 2010-09-04 18:09:59 +02:00
Bastian Kleineidam
59e06a4792 Add missing comma to fix syntax error. 2010-09-04 18:01:37 +02:00
Bastian Kleineidam
fb67df662c Use repr() for robotparser debug. 2010-09-04 18:01:12 +02:00
Bastian Kleineidam
1bd2813ef0 --password now reads a password from stdin 2010-09-03 06:34:41 +02:00
Bastian Kleineidam
97a10a16a6 Remove Windows registry keys on uninstall. 2010-09-02 21:38:45 +02:00
Bastian Kleineidam
8a074aeea9 Work around Python 2.6+ urljoin bug. 2010-08-31 09:16:24 +02:00
Bastian Kleineidam
c3b8ff00b3 Check content and recursion in one try/except to avoid multiple errors when getting page content. 2010-08-31 06:52:08 +02:00
Bastian Kleineidam
60f7af4598 Allow redirections to external URLs with same domain. 2010-08-13 01:22:18 +02:00
Bastian Kleineidam
1faedafb33 Fix data size for HTTP requests. 2010-08-04 00:06:25 +02:00
Bastian Kleineidam
851e1121e9 Use semicolon as default CSV separator. 2010-07-31 22:30:11 +02:00
Bastian Kleineidam
76f7f6b6a3 Prefer anchor element content as name instead of title attribute. 2010-07-30 21:03:04 +02:00
Bastian Kleineidam
c086f49cea Catch KeyError when quoting URLs of index.html. 2010-07-30 20:12:52 +02:00
Bastian Kleineidam
4678802a81 Do not truncate UNC filepaths 2010-07-30 20:07:11 +02:00
Bastian Kleineidam
c8b6d6c0ee Adjust python path for windows batches. 2010-07-30 19:46:58 +02:00
Bastian Kleineidam
b5a80bf686 Fix typo 2010-07-29 21:04:58 +02:00
Bastian Kleineidam
761b292e37 Added skype: to list of recognized but ignored URL schemes. 2010-07-29 20:26:04 +02:00
Bastian Kleineidam
0f92b76290 Remove the unnormed URL warning. 2010-07-29 20:20:59 +02:00
Bastian Kleineidam
7ad4f7c220 Compare size from meta info and content data. 2010-07-29 19:53:41 +02:00
Bastian Kleineidam
8413b427e9 Rename some warnings, and add size unequality warning. 2010-07-29 19:53:15 +02:00
Bastian Kleineidam
7d076e7129 Add get_size() method for local files. 2010-07-29 19:52:26 +02:00
Bastian Kleineidam
7536472797 Send correct host header when using http proxy. 2010-07-29 06:50:35 +02:00
Bastian Kleineidam
9855b4c30e Generate HTML pages from manual pages. 2010-07-28 21:25:28 +02:00
Bastian Kleineidam
48539d58e2 Use example.com addresses for documentation. 2010-07-28 21:25:14 +02:00
Bastian Kleineidam
abd7254203 Rephrase last change 2010-07-28 21:24:39 +02:00
Bastian Kleineidam
67bccfa241 Sort list of warnings. 2010-07-28 13:48:14 +02:00
Bastian Kleineidam
41e2e1a448 Add new warning to warning list. 2010-07-28 13:47:58 +02:00
Bastian Kleineidam
898ef7f236 Updated debian/* for new default Python version. 2010-07-28 13:30:11 +02:00