[MERGE] latest trunk
[odoo/odoo.git] / openerp / netsvc.py
2011-10-01 Antony Lesuisse[FIX] abort_response typo
2011-09-30 Vo Minh Thu[FIX] xmlrpc: handle old/new exceptions with old/new...
2011-09-29 Olivier Dony[MERGE] multi-process/multi-threaded ir.cron implementation
2011-09-28 Olivier Dony[MERGE] sync with latest trunk
2011-09-27 Vo Minh Thu[IMP] xmlrpc: somewhat streamlined the exception types/
2011-09-26 Vo Minh Thu[IMP] xmlrpc: use proper exception type to map to xmlrp...
2011-09-25 Vo Minh Thu[IMP] netsvc: removed unused auth param.
2011-09-02 Vo Minh Thu[IMP] wsgi: added exception handling.
2011-09-02 Vo Minh Thu[REF] netsvc.OpenERPDispatcher: that class is gone...
2011-08-23 Vo Minh Thu[MERGE] merged trunk.
2011-08-18 Vo Minh Thu[REF] netsvc: removed no longer used method (the method...
2011-07-29 Vo Minh Thu[REF] netsvc: comments (kind of notes to self).
2011-07-29 Naresh (OpenERP)[FIX]:--debug option
2011-07-29 Vo Minh Thu[REF] netsvc: removed abortResponse method.
2011-07-29 Vo Minh Thu[REF] netsvc: object_proxy is no longer in netsvc.
2011-07-28 Vo Minh Thu[REF] netsvc: removed unused kwarg.
2011-07-28 Vo Minh Thu[REF] netsvc: Service._groups and joinGroup are unused.
2011-07-28 Vo Minh Thu[REF] netsvc: removed exportMethod that was only used...
2011-07-28 Vo Minh Thu[REF] netsvc: LocalService() can be a function.
2011-07-28 Vo Minh Thu[REF] web_services: removed unused new_dispatch method.
2011-07-14 Vo Minh Thu[IMP] cron: moved netsvc.Agent to openerp.cron.
2011-07-14 Vo Minh Thu[IMP] cron: removed unnecessary multi-tasks per db...
2011-07-13 Vo Minh Thu[IMP] ir.cron: continued implementing multithreaded...
2011-07-07 Vo Minh Thu[IMP] ir_cron: reschedule the main cron thread if a...
2011-07-01 P. Christeas[MERGE] docstrings improvements and preparation for...
2011-06-29 Olivier Dony[FIX] netsvc: corrected copyright header
2011-06-28 Vo Minh Thu[MERGE] netsvc+ir_cron: display the execution time...
2011-06-27 Vo Minh Thu[IMP] netsvc: even uglier logging code.
2011-06-24 Olivier Dony[IMP] lint cleanup
2011-06-23 Vo Minh Thu[FIX] netsvc: revert introduction of cgitb
2011-06-23 P. Christeasnetsvc: API doc title and docstring fixes
2011-06-21 Vo Minh Thu[REF] netsvc+ir_cron: removed unnecessary getLogger...
2011-06-20 Vo Minh Thu[IMP] netsvc+ir_cron: display the execution time in...
2011-06-17 Olivier Dony[FIX] netsv: don't try to post_mortem exception which...
2011-06-16 Vo Minh Thu[MERGE] OSX handling of socket shutdown.
2011-06-16 Xavier Morel[IMP] OSX handling of socket shutdown in TinySocketClie...
2011-06-09 Vo Minh Thu[ADD] openerp/netsvc: use cgitb to format the exception...
2011-05-13 Jacques-Etienne... [FIX] removed unused imports, unused depth definition...
2011-05-11 Jacques-Etienne... [IMP] logging of rpc calls and cron jobs
2011-05-07 Vo Minh Thu[REF] explicit service objects instanciation.
2011-04-21 Vo Minh Thu[REF] netsvc: explicit Agent thread creation.
2011-02-07 Vo Minh Thu[IMP] openerp python module.