Merge branch 'master' of https://github.com/odoo/odoo
[odoo/odoo.git] / openerp / service / server.py
2014-12-08 Jeremy Kersten[IMP] ir_http: don't handle exception in dev mode but...
2014-12-03 Christophe Simonis[MERGE] forward port of branch 8.0 up to 2e092ac
2014-12-03 Christophe Simonis[FIX] must manage() Environment before loading test...
2014-12-02 Christophe Simonis[MERGE] forward port of branch 8.0 up to 591e329
2014-11-18 Antony Lesuisse[FIX] windows ctrl-c from cmd as a non admin
2014-11-18 Antony Lesuisse[FIX] server.py traceback on ctrl-c from windows cmd
2014-11-05 Christophe Simonis[MERGE] forward port of branch 8.0 up to 491372e
2014-11-05 Olivier Dony[FIX] longpolling/gevent: automatically restart worker...
2014-11-05 Olivier Dony[FIX] longpolling/gevent: log errors occurring in main...
2014-10-30 Christophe Simonis[FIX] core: correct cron thread registry iteration
2014-08-27 Fabien Meghazi[IMP] Bundle invalidation won't use watchdog afterall
2014-08-14 Fabien Meghazi[IMP] code auto reload: logger.error in case of syntax...
2014-08-11 Fabien MeghaziCheck if the logger warning causes runbot warning
2014-08-11 Fabien Meghazi[IMP] filesystem watcher only activated on --dev mode...
2014-08-06 Fabien Meghazi[FIX] Make watchdog python module optional
2014-08-06 Fabien Meghazi[REM] Removed --auto-reload switch and bound feature...
2014-08-04 Fabien Meghazi[IMP] FSWatcher method names
2014-08-04 Fabien Meghazi[WIP] exhume branch for runbot (lost logs)
2014-07-25 Fabien Meghazi[WIP] Replace pyinotify by watchdog
2014-06-24 Martin TrigauxMerge pull request #528 from bwrsandman/patch-1
2014-06-23 Guillermo BisheimerTypo in server autoreload class
2014-06-22 Christophe Simonis[MERGE] forward port of branch saas-3 up to 75884c3
2014-06-22 Christophe Simonis[FIX] server: log network errors via logging. ignore...
2014-06-13 SandySpawn gevent using same python executable
2014-04-22 Christophe Simonis[FIX] when runing in prefork mode, empty connection...
2014-04-17 Christophe Simonis[FIX] some tests need the http daemon to be available
2014-04-17 Christophe Simonis[FIX] when running in threaded mode with "--stop-after...
2014-04-10 Christophe Simonis[FIX] test: HttpCase wait http requests to finish
2014-04-07 Christophe Simonis[MERGE] forward port of branch saas-3 up to revid 5112...
2014-04-04 Christophe Simonis[FIX] force suppression of pidfile at exit of openerp.
2014-03-06 Antony Lesuisse[FIX] --test-file regression introduced by chs
2014-03-06 Christophe Simonis[FIX] do not expose posix only config options on windows
2014-03-04 Olivier Dony[FIX] server.stop: avoid traceback during shutdown...
2014-02-27 Antony Lesuisse[MERGE] trunk
2014-02-21 Christophe Simonis[FIX] damn! correct import
2014-02-21 Christophe Simonis[IMP] openerp/service/server.py: lint file
2014-02-21 Christophe Simonis[FIX] correct signal handler on nt
2014-02-21 Christophe Simonis[FIX] correct run of test-file via command line
2014-02-21 Christophe Simonis[FIX] return code is non-zero if any preloaded database...
2014-02-21 Christophe Simonis[FIX] httpd thread must be a daemon threaded
2014-02-09 Antony Lesuisse[IMP] phantomtest helper
2014-02-09 Antony Lesuisseadd python --test-file support
2014-02-09 Antony Lesuissenew test execution engine
2014-01-22 Antony Lesuisse[FIX] multiprocess mode, empty the cursor pool before...
2014-01-15 Christophe Simonis[FIX] correct uses of addons_path
2013-11-25 Christophe Simonis[IMP] dumpstack dumps greenlets when running in evented...
2013-10-15 Antony Lesuisse[FIX] fcntl not needed on windows
2013-10-13 Antony Lesuisse[FIX] ensure the use the registry signaling for registr...
2013-10-10 Antony Lesuisse[REM] chorus on multiprocessing cron, it doesnt really...
2013-10-05 Antony Lesuisse[FIX] preliminary code for socket activation, to avoid...
2013-10-05 Antony Lesuisserename server