summaryrefslogtreecommitdiff
path: root/pelican/server.py
Commit message (Expand)AuthorAgeFilesLines
* Initial pass of removing Python 2 supportKevin Yap2019-11-261-10/+7
* Update Tox config and fix failing CI envsJohn Franey2019-06-181-1/+1
* Refactor pelican.server loggingDeniz Turgut2018-11-271-16/+21
* Merge pull request #2324 from oulenz/get_suffixesJustin Mayer2018-10-311-29/+22
|\
| * correct suffix order in ComplexHTTPRequestHandlerOliver Urs Lenz2018-08-081-29/+22
* | fix pelican.server __main__ code, add deprecation warningOliver Urs Lenz2018-08-081-8/+7
|/
* clarify error message when running deprecated command for dev server. Fixes #...Ryan Fox2018-08-021-0/+5
* Remove develop_server.sh in favour of pelican serving static files itselfJohannes 'josch' Schauer2018-06-221-4/+34
* Merge pull request #2269 from tonymet/feature/https-serverJustin Mayer2018-04-101-6/+36
|\
| * support ssl in pelican.server with --ssl, --cert & --keyAnthony Metzidis2018-04-071-6/+36
* | Try to rstrip '/' from the address in the server script when serving pages.Eli Bendersky2018-04-051-13/+20
|/
* prevent server from dying when query strings presentRyan M2016-12-101-0/+4
* fulfil pep8 standardderwinlu2015-08-171-7/+9
* Make `pelican.server` importable and use it in `fab serve`Deniz Turgut2015-04-031-26/+20
* Guess mime type with python-magic if available. Fixes #1514.Forest2015-03-241-0/+17
* Minor changes to server.pyKevin Yap2015-01-141-11/+15
* Adding ability to listen on addresses other than localhost.Danny Hermes2015-01-101-4/+5
* Refactor logging handlingDeniz Turgut2014-07-221-5/+5
* Allow socket address reuse; fixed #1264Rob Kennedy2014-02-141-0/+1
* Fixes issue in devserver introduced in v3.3Rob Iwancz2013-12-041-7/+10
* Fixing #1038 by allowing nice URLs.Sorin Sbarnea2013-08-121-5/+24
* add port option to pelican.serverStefan hr Berder2013-07-071-2/+2
* Adding a message for gracefully shutting down dev serverFélix Delval2013-03-191-1/+5
* Creating a more explicit error message at server creationFélix Delval2013-03-161-1/+7
* Manual pass on sources for better standards.Alexis Métaireau2013-03-031-3/+2
* Port pelican to python 3.Dirk Makowski2013-01-111-0/+20