[IMP] Update the translation
[odoo/odoo.git] / bin / netsvc.py
2009-01-19 Fabien Pinckaersbugfix
2009-01-15 Christophe Simonis[IMP] When a error occur in a report, the good stacktra...
2009-01-09 Christophe Simonis[FIX] bug with exception formating
2009-01-07 Christophe Simonis[FIX] handle correctly the convertion of exceptions...
2009-01-05 Stephane Wirtel[REF] Cleanup
2009-01-05 Stephane Wirtel[REF] Clean the old code
2009-01-04 Stephane Wirtel[IMP] Update the copyright to 2009
2008-12-30 Stephane Wirtel[IMP] Shutdown all handlers of the logger
2008-12-30 Christophe Simonis[IMP] better exception handling in netscv
2008-12-29 Christophe Simonis[FIX] all loggers are exclusives -> python 2.4 compatible
2008-12-26 Christophe Simonis[FIX] encoding problems with the logger
2008-12-22 Stephane Wirtel[IMP] Use the command line to get the filenames for...
2008-12-22 Stephane Wirtel[FIX] Workaround for the use of the log level notset
2008-12-22 Stephane Wirtel[IMP] Add a syslog handler
2008-12-19 Stephane Wirtel[FIX] To please Tryton Devels
2008-12-19 Stephane Wirtel[FIX] Add the copyright from Tryton for a bugfix in...
2008-12-19 Christophe Simonis[FIX] OpenSSL is no longer required
2008-12-18 Stephane Wirtel[FIX] XML-RPC SSL
2008-12-18 Stephane Wirtel[REF] Rename the variables
2008-12-18 Christophe Simonis[IMP] I don't like the duplicated code
2008-12-18 Stephane Wirtel[REF] Remove unused code
2008-12-18 Stephane Wirtel[REF] Refactoring
2008-12-18 Stephane Wirtel[REF] Refactoring
2008-12-18 Stephane Wirtel[REF] Refactoring
2008-12-18 Christophe Simonis[IMP] add a new log-level to allow debug netrpc messages
2008-12-18 Christophe Simonis[FIX] fix python2.4 compatibility
2008-12-15 Mantavya Gajjarimprovement in the server action
2008-12-15 Mantavya Gajjarmerginf from the trunk
2008-12-15 Stephane Wirtel[IMP] Remove print statements
2008-12-14 Fabien Pinckaersimprovements_bugfixes
2008-12-12 Stephane Wirtel[FIX] Check if dirname is empty or not
2008-12-11 Christophe Simonis[FIX] convert message to string before stripping
2008-12-10 Christophe Simonis[IMP] add a command line switch allowing to filter...
2008-12-10 Stephane Wirtel[IMP] Change the presentation of the logger
2008-12-08 Christophe Simonis[IMP] use psycopg2 instead of psycopg1
2008-11-27 Stephane Wirtel[IMP] Improve the logging of error for LocalService
2008-11-25 Stephane Wirtel[FIX] Use the logger for the message 'Address already...
2008-11-25 Stephane Wirtel[FIX] Use makedirs to create the directory for the...
2008-11-03 Christophe Simonispassing in GPL-3
2008-10-20 Christophe Simonismerge syleam branch
2008-09-18 Jay VoraAdded Groups option for report,wizard and act_window.
2008-09-12 Christophe Simonisadd color in logger
2008-08-20 mga@tinyerp.com* add comment to the netsvc
2008-08-20 mga@tinyerp.com* add colum which is used in the orm `group_name`
2008-08-19 Fabien PinckaersFix From C2C:
2008-08-12 Christophe ChauvetExit properly when port is already used
2008-08-12 Olivier Laurentpep8
2008-07-23 Christophe Simonisadd encoding comment and vim comment
2008-07-22 Christophe Simonisconvert tabs to 4 spaces
2008-06-16 stwadd the copyright
2008-06-05 Christophe Simonisbugfix: now all xmlrpc services are available on the...
2007-11-27 cedDon't launch server in non secure if secure have been...
2007-09-05 cedImprove exception: don't log exception_{osv, orm, wizard}
2007-08-30 cedLog message format like for apache
2007-08-13 Fabien PinckaersModifs
2007-08-13 cedImprove threads in netrpc
2007-08-13 cedFix stop server with ssl enable
2007-08-09 cedimprove tiny_socket exception
2007-07-26 cedkernel: remove print
2007-07-23 cedkernel: don't use mutable as default value in function...
2007-07-17 cedkernel: remove print and use logger
2007-06-26 cedKERNEL: fix ir.cron must start only once instance when...
2007-06-07 cedKERNEL: add test for duplicate report and wizard
2007-06-05 cedKERNEL: fix compatibility for python2.5
2007-05-09 bchBugfix Concunrrency write : increased the db precision...
2007-05-03 Husen Daudibzr revid: hda@tinyerp.com-4429532dbe7569da981caa4538b5...
2007-04-16 cedKERNEL: remove print
2007-04-16 cedCLIENT,SERVER: improve error message on client side
2007-04-16 Dhara Shahbzr revid: dsh@tinyerp.com-e52c02f5293c88ec4dcfc8b4cc5d...
2007-03-26 cedKERNEL: use python 2.3 format_exception
2007-03-13 cedCLIENT/SERVER: improve tiny_socket for exception and...
2007-03-13 cedKERNEL: fix log of backtrace
2007-03-08 cedKERNEL: fix for compatibility with python2.3
2007-03-08 cedKERNEL; USERS_LDAP: fix for compatibility with python2.3
2007-02-28 cedKERNEL,CLIENT: add right-click for translate label
2007-02-03 cedCLIENT-SERVER: improve netrpc
2007-01-30 cedCLIENT-SERVER: improve socket connection
2007-01-30 cedCLIENT-SERVER: improve tinysocket
2007-01-27 cedKERNEL & CLIENT: add socket to client
2007-01-26 cedKERNEL: fix multisocket
2007-01-25 cedKERNEL: initial add of tinysocket
2006-12-22 cedKERNEL: re-add pidfile
2006-12-07 pinkyNew trunk