[FIX] convert endpoint responses only if it's the current request endpoint
[odoo/odoo.git] / openerp / service /
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-02-06 Christophe Simonis[MERGE] forward port of branch 7.0 up to revid 5224...
2014-01-31 Christophe Simonis[FIX] allow to use "dbname" as keyword in routes
2014-01-29 Christophe Simonis[MERGE] forward port of branch saas-2 up to revid 5006...
2014-01-29 Christophe Simonis[FIX] forbid dropping templates databases
2014-02-20 Denis Ledoux[FIX] service: wrong namespace for using tools
2014-02-19 Martin Trigaux[MERGE] Forward-port of latest 7.0 bugfixes, up to...
2014-02-14 Martin Trigaux[MERGE] [FIX] databases list: allow to have entries...
2014-01-22 Antony Lesuisse[FIX] multiprocess mode, empty the cursor pool before...
2014-01-09 Stephane Wirtel[REF] Use the contextlib.closing function instead of...
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-06 Antony Lesuisse[IMP] add an easier to use XML-RPC faultCode compliant...
2013-10-05 Antony Lesuisse[FIX] preliminary code for socket activation, to avoid...
2013-10-05 Antony Lesuisserename server
2013-10-05 Antony Lesuissefix signal name
2013-10-05 Antony Lesuissesimplier autoreload working
2013-09-09 Antony Lesuisseautoreload, first working version for both python and...
2013-09-09 Antony Lesuisseadd signals to increase/decrease number of workers
2013-09-09 Antony Lesuisserevert to use a separate executable for gevent, add...
2013-09-09 Stephane Wirtel[FIX] Add the platform lib
2013-09-08 Antony Lesuisse[IMP] openerp threaded, gevent, prefork service cleanup
2013-08-06 Martin Trigaux[FIX] workerst: revert commit 4930, remove useless...
2013-08-06 Martin Trigaux[IMP] workers: remove unused code, _acquire_job does...
2013-07-24 Christophe Simonis[IMP] WorkerCron: make the cron workers not all startin...
2013-07-02 Christophe Simonis[MERGE] forward port of branch saas-1 up to revid 4893...
2013-07-01 Christophe Simonis[FIX] multicorn: terminate long-polling process via...
2013-07-01 Christophe Simonis[IMP] WorkerCron: renice process
2013-07-01 Christophe Simonis[IMP] WorkerCron: make the cron workers not all startin...
2013-06-13 Christophe Simonis[MERGE] forward port of branch saas-1 up to revid 4887...
2013-06-12 Christophe Simonis[FIX] long polling process: strip arguments
2013-06-12 Christophe Simonis[MERGE] forward port of branch 7.0 up to revid 5006...
2013-06-12 Christophe Simonis[FIX] correct stripping of arguments when _reexec(...
2013-06-10 niv-openerpchanged name of long polling executable
2013-06-10 niv-openerp[FIX] Merge fix in saas1 for the problem that made...
2013-06-06 niv-openerpfixed long polling process that can not close itself
2013-06-06 niv-openerpFirst version, does not close correctly
2013-06-05 Vo Minh Thu[MERGE] openerp.servie.model: removed duplicated code.
2013-06-03 Sejal Bhut (OpenER... [FIX] Database Backup Problem
2013-05-31 niv-openerp[FIX] desperate attempt to solve long polling process...
2013-05-30 Christophe Simonis[FIX] multicorn: WorkerLongPolling watch for parent...
2013-05-28 Thibault Delavallée[FORWARD] Forward port of server 7.0 until revision...
2013-05-14 Martin Trigaux[IMP] use exact writing for fsf address
2013-05-14 Martin Trigaux[IMP] use new fsf address
2013-05-14 Martin Trigaux[IMP] clean permissions and shebang in files
2013-05-02 Vo Minh Thu[FIX] long-polling: use start()/stop() instead of serve...
2013-04-25 Thibault Delavallée[MERGE] Sync with trunk
2013-04-24 Xavier Morel[MERGE] from trunk because ???
2013-04-24 Quentin (OpenERP)[MERGE] forward port merge of server v7 up to revision...
2013-04-23 Antony Lesuisse[FIX] workers, listen backlog based on the number of...
2013-04-23 Christophe Simonis[MERGE] forward port of server v7 up to revision 4954
2013-04-11 Raphael Collet[MERGE] from trunk
2013-04-05 Thibault Delavallée[FIX] service/model.py: fixed missing import of psycopg...
2013-04-05 al@openerp.com[FIX] workers limit cron memory usage
2013-04-04 Vo Minh Thu[MERGE] forward merge 7.0 until revision 4919.
2013-04-02 Vo Minh Thu[FIX] service.db: forgot to remove the indicing when...
2013-03-29 Raphael Collet[IMP] replace all tests like 'registry.get(X)' by ...
2013-03-28 Vo Minh Thu[FIX] WorkerCron: give a chance to process_limit()...
2013-03-28 Vo Minh Thu[MERGE] merged trunk.
2013-03-28 Vo Minh Thu[REF] common: removed unused import.
2013-03-28 Vo Minh Thu[REM] common: removed login_message() which is not...
2013-03-28 Vo Minh Thu[REF] common: the previously removed functions were...
2013-03-27 Vo Minh Thu[MERGE] openerp.pooler is deprecated.
2013-03-27 Xavier Morel[REM] broken functions (missing import, removed packages)
2013-03-27 Vo Minh Thu[REF] no longer use openerp.pooler.
2013-03-22 Chris Biersbach[FIX] Forwardport of issue when starting crons from...
2013-03-22 Vo Minh Thu[MERGE] merged trunk.
2013-03-19 Mohammed Shekha[FIX]Fixed the issue of database list retuns blank...
2013-03-18 Olivier Dony[FIX] web_services: incorrect error message in logfile...
2013-03-18 Olivier Dony[FIX] web_services: set PGPASSWORD in environment only...
2013-03-18 Olivier Dony[FIX] service.db: missing imports
2013-03-18 Olivier Dony[IMP] service.wsgi_server: useless import
2013-03-13 Xavier Morel[FIX] missing import in wsgi_server
2013-03-13 Olivier Dony[FIX] web_services: fix db dump/restore when authentica...
2013-03-01 Olivier Dony[FIX] *: fix/rationalize db logging to avoid incorrect...
2013-02-26 niv-openerp[FIX] typo that caused crash in cron only when launchin...
2013-02-26 Vo Minh Thu[MERGE] Better exception handling in tools.convert:
2013-02-25 Vo Minh Thu[IMP] osv: removed unnecessary `except` clauses.
2013-02-22 Vo Minh Thu[IMP] netsvc: removed unused import.
2013-02-22 Vo Minh Thu[IMP] report: use openerp.report.render_report() instea...
2013-02-22 Vo Minh Thu[IMP] report: reports with custom parsers can be declar...
2013-02-20 Vo Minh Thu[IMP] Only unhandled exceptions are logged to the conso...
2013-02-19 Vo Minh Thu[FIX] Better exception handling in tools.convert:
2013-02-18 Vo Minh Thu[FIX] openerp namespace: the import hook was still...
2013-02-18 Vo Minh Thu[MERGE] merged long-polling branch:
2013-02-18 Vo Minh Thu[FIX] service: call stop() instead of shutdown() in...
2013-02-15 Quentin (OpenERP)[REF] code review
2013-02-15 niv-openerpRevert 4580
2013-02-15 niv-openerpmerge trunk
2013-02-14 Antonin Bourguignon[MERGE] trunk
2013-02-14 Raphael Collet[FIX] openerp/service/report: add all missing imports!
2013-02-14 Raphael Collet[FIX] openerp/service/report: missing import
2013-02-13 Raphael Collet[IMP] remove model methods _workflow_trigger and _workf...
2013-02-13 Antonin Bourguignon[MERGE] trunk
2013-02-12 Raphael Collet[FIX] openerp.service: remove call to open_openerp_name...
2013-02-12 Raphael Collet[MERGE] trunk-service-thu (remove the class openerp...
next