[IMP] base : Improved the typos.
[odoo/odoo.git] / openerp / netsvc.py
2012-03-16 Olivier Dony[IMP] attempt to dump uid performing operation along...
2012-02-10 Vo Minh Thu[FIX] netsvc: make sure pseudo_config variable is alway...
2012-02-08 Antony Lesuisselogging define a sane default_config
2012-02-06 Vo Minh Thu[IMP] logging: re-added the --log-level option for...
2012-02-06 Vo Minh Thu[REVERT] reverted commit 4008, the --log-rpc-terse...
2012-02-02 Antony Lesuissedefine a useful default logging config, display this...
2012-02-02 Vo Minh Thu[IMP] --log-rpc-xxx into --log-request and --log-response.
2012-02-01 Antony Lesuisse[FIX] review according to xmo :)
2012-02-01 Antony Lesuissebye bye DEBUG_*
2012-02-01 Antony Lesuisselogging no need to filter just set propagate to False
2012-02-01 Antony Lesuissenew logging handler and commandline config, mostly...
2012-01-31 Antony Lesuisse[REM] incomplete logging handler config
2012-01-26 Vo Minh Thu[IMP] openerp.netsvc: use the same logging format for...
2012-01-24 Vo Minh Thu[IMP] openerp.netsvc: _logger with fully qualified...
2012-01-24 Vo Minh Thu[IMP] logging: configure a top-level `openerp` logger...
2012-01-15 Florent Xicluna[REF] remove unused import, always import literal_eval...
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.