[MERGE] forward port of branch 7.0 up to revid 4067 chs@openerp.com-20131114142639...
[odoo/odoo.git] / openerp / service /
2013-07-24 Christophe Simonis[IMP] WorkerCron: make the cron workers not all startin...
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-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-06 niv-openerpfixed long polling process that can not close itself
2013-06-06 niv-openerpFirst version, does not close correctly
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-04-23 Antony Lesuisse[FIX] workers, listen backlog based on the number of...
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-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...
2013-02-12 Vo Minh Thu[REM] Deleted .apidoc lines.
2013-02-12 Antonin Bourguignon[MERGE] trunk
2013-02-12 Vo Minh Thu[MERGE] Latest bugfixes from 7.0, up to rev 4834.
2013-02-11 Antonin Bourguignon[MERGE] trunk
2013-02-09 Antony Lesuisse[FIX] workers no suicide on broken pipe
2013-02-09 Vo Minh Thu[IMP] The open openerp namespace is removed.
2013-02-04 Vo Minh Thu[FIX] cron: Looping over all existing databases seems...
2013-02-01 Vo Minh Thu[REF] openerp.service.{rpc,route,handler} decorators...
2013-01-31 Vo Minh Thu[REF] service: A new openerp.service.rpc decorator...
2013-01-31 Vo Minh Thu[FIX] At the end of the database creation polling,...
2013-01-30 Vo Minh Thu[REF] netsvc: close_socket is only used in wsgi_server...
2013-01-30 Vo Minh Thu[REF] service: killed the ExportService concept.
2013-01-30 Vo Minh Thu[REF] services: moved the report service to openerp...
2013-01-30 Vo Minh Thu[REF] services: moved the common service to openerp...
2013-01-30 Vo Minh Thu[REF] services: moved the object service to openerp...
2013-01-30 Vo Minh Thu[REF] services: moved the db service to openerp.service.db.
2013-01-30 Vo Minh Thu[REF] netrpc: removed.
2013-01-30 Vo Minh Thu[REF] services: somewhat clean use of openerp exceptions.
2013-01-30 Vo Minh Thu[REF] model service: removed the unneeded object_servic...
2013-01-29 niv-openerpMerge Thu branch
2013-01-28 niv-openerpmerge trunk
2013-01-24 Antonin Bourguignon[IMP] we don't need a special type of exception anymore
2013-01-22 Antonin Bourguignon[MERGE] trunk
2013-01-21 Vo Minh Thu[MERGE] merged oe-related changes:
2013-01-18 Vo Minh Thu[IMP] gevent: no longer a command-line flag (always...
2013-01-18 Antonin Bourguignon[IMP] introduce a new type of exception: WarningConfig...
2013-01-17 Vo Minh Thu[IMP] long polling: disable the watchdog for the Worker...
2013-01-14 niv-openerpmerge trunk
2013-01-11 Vo Minh Thu[ADD] oe web: run an OpenERP web process.
2013-01-10 niv-openerpSocket is inited by master process
2013-01-10 niv-openerpFirst version working with multicorn
2013-01-08 niv-openerpmerge trunk
2013-01-07 Xavier ALT[FIX] win32: use 'net' command for service start/stop...
2012-12-29 Antony Lesuisse[FIX] memory logging for cron workers
2012-12-29 Antony Lesuisse[IMP] memory usage logging
2012-12-21 Olivier Dony[IMP] cron: remove useless pooljobs and schedule_cron_j...
2012-12-21 dle@openerp.com[FIX]Try to create already existing database throws...
2012-12-19 Antony Lesuisse[MERGE] trunk
2012-12-19 Raphael Collet[FIX] web_services: fix incorrect query to set admin...
next