[REM] python25-compat
[odoo/odoo.git] / openerp / wsgi.py
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...