aboutsummaryrefslogtreecommitdiff
path: root/app/server.py
AgeCommit message (Expand)Author
2015-02-05Add new options: info_email.Milo Casagrande
2015-01-21Define the server listen port as a variable.Milo Casagrande
2015-01-19max_workers cannot be VM-handled.file-uploadMilo Casagrande
2015-01-19Let the VM handle the thread pool size.Milo Casagrande
2015-01-15Define new app setting.Milo Casagrande
2015-01-14Fix single quote use.Milo Casagrande
2015-01-14Fix import style.Milo Casagrande
2015-01-09Add email config options.Milo Casagrande
2014-12-22server: Fix bind call.Milo Casagrande
2014-12-22server: Use socket if defined in the config.Milo Casagrande
2014-10-22server: Add mongodb parameters.Milo Casagrande
2014-10-08server: Increase mongodb connection pool size.Milo Casagrande
2014-09-09server: Removed not-welcome parameters.Milo Casagrande
2014-09-09server: Pass parameters to HTTPServer.Milo Casagrande
2014-08-22db: Create db indexes at server startup.Milo Casagrande
2014-08-01Add config file and command line options.Milo Casagrande
2014-07-29Add debug setting to server.Milo Casagrande
2014-05-21Enable gzip compression.Milo Casagrande
2014-04-23Increase executor size.Milo Casagrande
2014-04-04Clean up server class.Milo Casagrande
2014-04-01Add ThreadPoolExecutor.Milo Casagrande
2014-03-31Add async mongodb client.Milo Casagrande
2014-03-28PEP8/pylint clean-up.Milo Casagrande
2014-03-28Implement custom handler for tornado Application.Milo Casagrande
2014-03-27Completed ansible playbook.Milo Casagrande
2014-03-25Fix URL definition, change server properties.Milo Casagrande
2014-03-25Refactor server application class.Milo Casagrande
2014-03-24Add external file to handle URLs.Milo Casagrande
2014-03-24First commit.Milo Casagrande