websrv_lib: update copyright and remove bogus note
[odoo/odoo.git] / bin / service / websrv_lib.py
2010-11-23 P. Christeaswebsrv_lib: update copyright and remove bogus note
2010-11-23 P. Christeaswebsrv_lib: add quirk for Darwin 9.x.x webdav clients.
2010-11-23 P. Christeaswebsrv_lib: abort request on partial headers.
2010-11-23 P. Christeaswebsrv_lib: allow "noconnection" object to carry the...
2010-11-23 P. Christeaswebsrv_lib: fix do_OPTIONS for m$ webdav
2010-08-09 P. Christeas[MERGE] service/http: merged some mixed HTTPd changes...
2010-08-04 xrg (P. Christeas)[MERGE] merged xrg's fixes for HTTP auth error codes...
2010-07-26 P. ChristeasHTTPd, websrv_lib: implement extendable OPTIONS handler.
2010-07-26 P. Christeaswebsrv_lib: fix noconnection.close(), that stub must...
2010-07-26 P. Christeaswebsrv_lib: Log junk http requests
2010-07-26 P. Christeashttp server: have names at threads.
2010-07-26 P. ChristeasWebsrv_lib, http_server: have special exception logging
2010-07-26 P. Christeaswebsrv_lib: fix handling of method exceptions.
2010-07-26 P. ChristeasHttp server: support the OPTIONS at the multi-handler.
2010-07-26 P. Christeaswebsrv_lib: workaround the send-error of bad handlers
2010-07-26 P. Christeaswebsrv_lib: improve sending of internal error
2010-07-26 P. Christeaswebsrv_lib: handle general failures with http 500 status
2010-07-26 P. Christeashttp: implement stats for http servers.
2010-07-26 P. Christeaswebsrv_lib: one case of cleaner exit.
2010-07-26 P. ChristeasHTTP lib: When authentication cannot proceed, issue 403
2010-06-24 Olivier Dony[FIX] service: correct exception handlers not to catch...
2010-06-22 P. ChristeasHTTP lib: When authentication cannot proceed, issue 403
2010-05-31 Stephane Wirtel[IMP] Add the xmlrpcs option group for the xmlrpc secur...
2010-04-22 Harry (Open ERP)[FIX] service: resolved error if words has only body...
2010-04-06 Harry (Open ERP)[IMP] service: pass db parameter in checkRequest for...
2010-03-04 Xavier Morel[fix] whitespace in files touched by parent (xmo@tinyer...
2010-03-04 Xavier Morel[fix] coding: tag in source files
2009-11-24 Harry (Open ERP)[FIX] replaced <TAB> with four white space.
2009-10-26 P. Christeas[IMP] If SSL connection fails, close the socket.
2009-09-08 P. ChristeasTwo hacks to make it python2.5 compatible..
2009-09-03 P. ChristeasRemove debuggint print's
2009-09-03 P. ChristeasImplement basic-authenticated services. Log messages.
2009-08-31 P. ChristeasFix https transports, certificates etc.
2009-08-31 P. Christeas[IMP] reorder the imports in websrv_lib.
2009-08-29 P. Christeas[MAJOR IMP] Rewrite the http/RPC engine and let HTTP...