30724 Commits

Author SHA1 Message Date
Kovid Goyal
1fd67a34b0 ... 2015-06-05 14:26:25 +05:30
Kovid Goyal
9a6fba244a Similarly do a clean shutdown on SIGHUP unless daemonized 2015-06-05 14:20:31 +05:30
Kovid Goyal
2854665e78 Standalone server, do a clean shutdown on SIGTERM 2015-06-05 14:19:31 +05:30
Kovid Goyal
32be03b694 ... 2015-06-05 14:18:21 +05:30
Kovid Goyal
131d18eec7 Auto-reload for OS X 2015-06-05 12:59:48 +05:30
Kovid Goyal
6ac01f3560 Implement auto reload on windows 2015-06-05 11:33:01 +05:30
Kovid Goyal
74c50bf11a Implement auto-reload on linux 2015-06-05 10:49:30 +05:30
Kovid Goyal
18c9403df4 ... v2.30.0 2015-06-05 08:11:40 +05:30
Kovid Goyal
2b63873188 version 2.30.0 2015-06-05 08:10:04 +05:30
Kovid Goyal
7511d0009d Start work on auto-reload 2015-06-05 08:08:18 +05:30
David
4d87cb01ff Bump Kobo firmware version for release of 3.16.1
Bumping firmware version in preparation for release of firmware version
3.16.0 with an allowance for 3.16.1. Fixes #1461964 [Bump Kobo firmware version for release of 3.16.1](https://bugs.launchpad.net/calibre/+bug/1461964)
2015-06-05 07:54:41 +05:30
Kovid Goyal
3a63f54ca2 Remove unused code 2015-06-04 18:52:21 +05:30
Kovid Goyal
ceb514dc62 Put BonJour plugin in its own file 2015-06-04 14:01:33 +05:30
Kovid Goyal
f0cedba6c7 An option to auto-convert a book on adding even if it is already in the output format (Preferences->Adding Books). Fixes #1460477 [Request - automatic epub to epub conversion](https://bugs.launchpad.net/calibre/+bug/1460477) 2015-06-04 12:06:36 +05:30
Kovid Goyal
28c92e572b ... 2015-06-04 10:51:17 +05:30
Kovid Goyal
4336c25193 DOCX Output: Fix aspect ratio of images being distorted when the input document specifies image width but not height or vice-versa. See #1455502 (EPUB to DOCX Conversation) 2015-06-04 10:04:23 +05:30
Kovid Goyal
47729eab47 DOCX Output: Fix extra page breaks being inserted in some situations. See #1455502 (EPUB to DOCX Conversation) 2015-06-04 09:40:00 +05:30
Kovid Goyal
cce2f70507 LIT Input: Fix smarten punctuation not working for text (as opposed to HTML) based LIT files. Fixes #1460998 [Private bug](https://bugs.launchpad.net/calibre/+bug/1460998) 2015-06-04 08:18:59 +05:30
Kovid Goyal
dd1c304626 Implement BonJour for the new server 2015-06-04 08:04:33 +05:30
Kovid Goyal
24a392e9de ... 2015-06-03 23:09:28 +05:30
Kovid Goyal
ae0a450344 ... 2015-06-03 22:40:50 +05:30
Kovid Goyal
e522335424 EPUB metadata: Fix extraction of cover image from EPUB 3 files that do not use EPUB 2 backward compatible markup and that have incorrect cover page markup as well. Fixes #1461321 [Private bug](https://bugs.launchpad.net/calibre/+bug/1461321) 2015-06-03 22:10:10 +05:30
Kovid Goyal
f60a5367d1 Make url_prefix a common option for all types of server 2015-06-03 20:37:11 +05:30
Kovid Goyal
02f992db01 ... 2015-06-03 20:29:30 +05:30
Kovid Goyal
143d78ea47 Server: Auto-fallback to detected interface if binding to specified interface fails 2015-06-03 19:17:40 +05:30
Kovid Goyal
35dec94173 Log failure to shutdown workers in pool cleanly 2015-06-03 18:41:27 +05:30
Kovid Goyal
73caed9c54 ... 2015-06-03 18:33:58 +05:30
Kovid Goyal
b312adf29f ... 2015-06-03 18:30:09 +05:30
Kovid Goyal
b95bcfbbe3 Server loop: Add support for simple plugins whose lifecycle is tied to the loop's life cycle 2015-06-03 18:27:45 +05:30
Kovid Goyal
f2ad28b964 pep8 2015-06-03 17:58:27 +05:30
Kovid Goyal
658061968b Read cookies 2015-06-03 17:00:55 +05:30
Kovid Goyal
034ac65118 Fix deprecation warning with newer versions of cherrypy 2015-06-03 16:33:49 +05:30
Kovid Goyal
cad47638f8 ... 2015-06-02 22:36:46 +05:30
Kovid Goyal
48b6e3d42f Parse Accept-Language header 2015-06-02 21:59:04 +05:30
Kovid Goyal
bf0909669d Ensure exception tracebacks are logged in the server log 2015-06-02 19:13:52 +05:30
Kovid Goyal
b7e4dcc400 Get rid of redundant suppression of DeprecationWarning 2015-06-02 18:38:31 +05:30
Kovid Goyal
c4ae3b9da0 ... 2015-06-02 16:40:24 +05:30
Kovid Goyal
044b786778 Test for static generation 2015-06-02 16:39:46 +05:30
Kovid Goyal
0aa2c3349f Start work on standalone server 2015-06-02 16:23:56 +05:30
Kovid Goyal
ffa1ab1104 A rotating log 2015-06-02 15:31:16 +05:30
Kovid Goyal
dadeff7cb5 ... 2015-06-02 14:56:01 +05:30
Kovid Goyal
4da4f341cd ... 2015-06-02 14:54:05 +05:30
Kovid Goyal
547ebe941b Fix locking thread safe log objects' exception()
Also fix the default stream ignoring the stream parameter to its
constructor.

Change RLock to Lock for better performance, since locking recursion is
not needed
2015-06-02 14:11:16 +05:30
Kovid Goyal
1b745365f4 ... 2015-06-02 13:46:29 +05:30
Kovid Goyal
113cc0cc0c Make the interface/port to listen on an option 2015-06-02 11:43:28 +05:30
Kovid Goyal
c75ec6358d ... 2015-06-02 11:37:11 +05:30
Kovid Goyal
bc30b08b2b Implement HTTP request routing 2015-06-02 10:17:38 +05:30
Kovid Goyal
15b10d56ca Book details panel: On windows use only \ as a path separator 2015-06-02 09:52:40 +05:30
Kovid Goyal
5fbc95dea0 News download: Add support for turning off SSL certificate verification 2015-06-02 09:37:49 +05:30
Kovid Goyal
e03e50730d Fix incorrect use of assertRaises 2015-06-01 12:24:55 +05:30