[MERGE] merged the dev branch with us letter format support for RML files
[odoo/odoo.git] / openerp / wsgi.py
2011-10-01 Antony Lesuisse[IMP] misc renames
2011-10-01 Antony Lesuisse[MERGE] trunk
2011-09-30 Vo Minh Thu[IMP] xmlrpc: version() moved to common, still availabl...
2011-09-30 Vo Minh Thu[IMP] xmlrpc: support proxy(/openerp/xmlrpc).version().
2011-09-30 Vo Minh Thu[IMP] xmlrpc: handle exceptions with isinstance instead...
2011-09-30 Antony Lesuisse[FIX] webdav in /webdav
2011-09-30 Vo Minh Thu[FIX] xmlrpc: handle old/new exceptions with old/new...
2011-09-28 Antony Lesuisse[MERGE] /openerp/6.1 xmlrpc compliant
2011-09-27 Vo Minh Thu[IMP] xmlrpc: reverted the common/db URI fusion, we...
2011-09-27 Vo Minh Thu[IMP] xmlrpc: somewhat streamlined the exception types/
2011-09-27 Vo Minh Thu[IMP] xmlrpc: use some commented constant symobls inste...
2011-09-26 Vo Minh Thu[IMP] xmlrpc: use proper exception type to map to xmlrp...
2011-09-25 Vo Minh Thu[IMP] xmlrpc: correctly use int fault code instead...
2011-09-25 Vo Minh Thu[IMP] netsvc: removed unused auth param.
2011-09-25 Vo Minh Thu[IMP] xmlrpc: versioned API.
2011-09-25 Olivier Dony[FIX] rpc: honor *_interface options + log it
2011-09-25 Antony Lesuisse[MERGE] trunk
2011-09-24 Antony Lesuisse[FIX] wsgi server listen to ipv4 0.0.0.0
2011-09-14 Vo Minh Thu[IMP] wsgi: provide the start- and stop-server functions.
2011-09-14 Vo Minh Thu[IMP] wsgi:
2011-09-12 Vo Minh Thu[IMP] wsgi: set the config via gunicorn config file.
2011-09-09 Vo Minh Thu[FIX] websrv_lib: the auth provider was instanciated...
2011-09-09 Vo Minh Thu[FIX] typo, removed wsg_modules entry point (redundant...
2011-09-08 Vo Minh Thu[FIX] wsgi: missing argument to start_response, add...
2011-09-08 Vo Minh Thu[REF] websrv_lib:
2011-09-08 Vo Minh Thu[IMP] wsgi: cleaner code, moar comments.
2011-09-07 Vo Minh Thu[IMP] wsgi: WSGI-to-BaseHTTPRequestHandler, there are
2011-09-02 Vo Minh Thu[IMP] wsgi: added exception handling.
2011-09-02 Vo Minh Thu[IMP] wsgi: modules can be pre-loaded and expose a...
2011-09-01 Vo Minh Thu[IMP] wsgi: added new (still to be refined) routes...
2011-08-24 Vo Minh Thu[IMP] wsgi: make it possible to kill siblings.
2011-08-19 Vo Minh Thu[IMP] wsgi: (proof of concept) serving xml-rpc requests...