osv: Improve the translation logic for the osv.check wrapper
[odoo/odoo.git] / bin / service /
2010-11-17 P. Christeasweb-services: new "get_sqlcount" call
2010-11-16 P. Christeasweb_services: implement os timestamp query.
2010-10-20 Christophe Simonis[FIX] allow modules to register exported services
2010-10-14 Olivier Dony[IMP] web_services: better error reporting for report...
2010-09-22 Olivier Dony[IMP] netrpc/http servers: consistently name server...
2010-09-03 Christophe Simonis[IMP] display database name in the logger
2010-08-10 Olivier Dony[REF] config: rationalized config parameters to make...
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-08-04 P. Christeas, Oliv... [MERGE+IMP] logging: merged xrg's branch to set selecti...
2010-07-28 P. ChristeasHTTPd: fix registering of XML-RPC in a ssl server.
2010-07-27 Olivier Dony[ADD] tools.misc: added method to compute client timest...
2010-07-26 P. ChristeasHttpd: update copyright info
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. Christeasnetrpc: names at client threads
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. Christeashttpd, netrpcd: do not catch any exceptions
2010-07-26 P. Christeaswebsrv_lib: fix handling of method exceptions.
2010-07-26 P. ChristeasStatic http: support OPTIONS
2010-07-26 P. ChristeasHttp server: support the OPTIONS at the multi-handler.
2010-07-26 P. Christeasstatic http: use FixSendError.
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. ChristeasStatic httpd: by default, disable. Sample config.
2010-07-26 P. Christeashttpd: reduce request logging to debug_rpc level.
2010-07-26 P. ChristeasHttp server: better logging
2010-07-26 P. Christeaswebsrv_lib: one case of cleaner exit.
2010-07-26 P. ChristeasFeature: serve static http, from a dir
2010-07-26 P. ChristeasExport command to list the http services.
2010-07-26 P. ChristeasHttp services: ensure the order in the MultiHandler
2010-07-26 P. ChristeasHTTP lib: When authentication cannot proceed, issue 403
2010-07-13 Olivier Dony[IMP] netsvc/netrpc/http_server: introduce timeout...
2010-06-29 Harry (OpenERP)[MERGE] attachment: add type: url, binary into ir.attac...
2010-06-27 P. Christeashttp_server.py: spacing changes
2010-06-24 Olivier Dony[FIX] service: correct exception handlers not to catch...
2010-06-22 P. ChristeasLogger: use optional kwargs instead of positional args.
2010-06-22 P. ChristeasLogging: Allow rpc to set individual log levels.
2010-06-22 P. ChristeasHTTP lib: When authentication cannot proceed, issue 403
2010-06-16 Olivier Dony[FIX] http[s]-server: made startup message different...
2010-06-16 Olivier Dony[FIX] netrpc: corrected exception handling + cleanup...
2010-06-07 Antony Lesuissecleanup exception without traceback
2010-05-31 Stephane Wirtel[IMP] Add the xmlrpcs option group for the xmlrpc secur...
2010-05-27 Christophe Simonis[FIX] rename database: set the cursor in autocommit...
2010-05-20 Anup (OpenERP)[MERGE] Merged from the main trunk server branch.
2010-05-18 Christophe Simonis[FIX] correct socket closing
2010-05-12 Jay (Open ERP)[FIX] Document : It should be allowed to browse through...
2010-04-22 Harry (Open ERP)[FIX] service: resolved error if words has only body...
2010-04-09 Chris Halls[FIX] renamed function name db_exist -> exp_db_exist
2010-04-06 Harry (Open ERP)[IMP] service: pass db parameter in checkRequest for...
2010-03-18 Stephane Wirtel[FIX] netrpc_server: Use the logging module
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
2010-03-02 Xavier Morel[fix] remove print spam
2010-03-01 Christophe Simonis[FIX] export the method check_connectivity
2010-02-16 HDA (OpenERP)Merged with stable
2010-02-11 Fabien Pinckaersmerge
2010-02-04 Christophe Simonis[IMP] osv: log (in debug) access errors
2010-01-31 Xavier Morel[fix] very badly broken HttpSDaemon
2010-01-29 Fabien Pinckaersmerge
2010-01-29 Harry (Open ERP)[IMP] security : move login, access, check method into...
2010-01-27 Jay (Open ERP)[REF] Minor edit
2010-01-20 Christophe Simonis[FIX] remove the lock on database connections
2010-01-13 HDA (OpenERP)FIXed merging bugs
2010-01-12 HDA (OpenERP)merged
2010-01-12 Jay (Open ERP)[FIX] Typo corrected
2010-01-12 HDA (OpenERP)Merged
2010-01-12 Christophe Simonis[MERGE]
2010-01-11 HDA (OpenERP)merged
2010-01-06 Jay (Open ERP)[FIX] Report : Proper Message notification when RML...
2010-01-05 Olivier Dony[FIX] Made timezone detect more robust and added a...
2010-01-03 Xavier Morel[imp] replace hasattr usages with getattr in socket...
2009-12-28 HDA (OpenERP)revert bad commit
2009-12-28 HDA (OpenERP)Improved and added get_filters method in act_window
2009-12-15 Xavier Morel[merge] from trunk
2009-12-15 Stephane Wirtel[FIX] Fix broken format string
2009-12-11 Harry (Open ERP)[FIX+REVERT] service: bad security issue revid:jvo...
2009-12-08 Christophe Simonis[FIX] better locking when accessing to template1 database
2009-12-03 Christophe Simonis[IMP] add option to disable the database listing
2009-12-02 Xavier Morel[fix] actually fix hang in OSX when trying to shutdown...
2009-12-02 Xavier Morel[merge] fix-shebang from 5.0 to trunk
2009-12-01 Christophe Simonis[FIX] db_exist method works as expected
2009-11-27 Harry (Open ERP)[IMP] change copyright with AGPL
2009-11-26 Harry (Open ERP)[FIX] service : convert port into integer
2009-11-26 Harry (Open ERP)[FIX] service: used default http port and net rpc port...
2009-11-25 Harry (Open ERP)[MERGE] merge with master branch
2009-11-24 Harry (Open ERP)[FIX] replaced <TAB> with four white space.
2009-11-23 Christophe Simonis[IMP] better connection pool
2009-11-23 Christophe Simonis[IMP] better connection pool (global)
2009-11-20 xrg[merge] merge from lp:~xrg/openobject-server/optimize...
2009-10-28 RPA(OpenERP)Added functionality to prevent database list while...
2009-10-28 P. ChristeasNet-RPC: armor the thread, provide stats and inf. timeout.
2009-10-28 P. ChristeasServer: get_stats() RPC call for any extended info.
2009-10-27 P. Christeas[IMP] Convert: two minor typos and tab expansion.
2009-10-26 P. Christeas[IMP] If SSL connection fails, close the socket.
2009-10-20 pap(openerp)Changed encoding to coding ref: PEP: 0263
next