log Plugins/Engine/OrthancPlugins.cpp @ 1578:09715095fc53

age author description
Tue, 25 Aug 2015 15:33:36 +0200 Sebastien Jodogne cont
Tue, 25 Aug 2015 12:10:12 +0200 Sebastien Jodogne More information about the origin request in OnStoredInstance() callbacks
Tue, 25 Aug 2015 11:04:19 +0200 Sebastien Jodogne provide the origin of the requests to HTTP handlers
Thu, 20 Aug 2015 11:56:42 +0200 Sebastien Jodogne New function OrthancPluginBufferCompression() to (un)compress memory buffers
Thu, 20 Aug 2015 10:32:43 +0200 Sebastien Jodogne ensure mutual exclusion in InvokeService
Thu, 13 Aug 2015 21:02:31 +0200 jodogne fix msvc warnings
Tue, 11 Aug 2015 13:37:24 +0200 Sebastien Jodogne refactoring
Tue, 04 Aug 2015 10:01:31 +0200 Sebastien Jodogne refactoring to Logging.h
Tue, 28 Jul 2015 09:11:37 +0200 Sebastien Jodogne Fix potential deadlock in the callbacks of plugins
Thu, 02 Jul 2015 11:35:41 +0200 Sebastien Jodogne refactoring of the main function
Wed, 01 Jul 2015 17:42:06 +0200 Sebastien Jodogne refactoring: HttpToolbox, DumpJson in Lua
Wed, 01 Jul 2015 13:16:12 +0200 Sebastien Jodogne refactoring: IHttpHandler does not use std::string to hold the request body
Wed, 01 Jul 2015 12:30:19 +0200 Sebastien Jodogne refactoring: SimpleGet
Wed, 01 Jul 2015 10:38:39 +0200 Sebastien Jodogne refactoring: IHttpHandler and HttpToolbox
Tue, 30 Jun 2015 18:41:33 +0200 Sebastien Jodogne access to the REST API from Lua
Tue, 30 Jun 2015 17:19:26 +0200 Sebastien Jodogne uncoupling of SignalChange for Lua scripts
Tue, 30 Jun 2015 16:04:05 +0200 Sebastien Jodogne refactoring of OrthancPlugins, improvement in ServeFolders
Tue, 30 Jun 2015 15:09:34 +0200 Sebastien Jodogne refactoring: LuaScripting
Mon, 29 Jun 2015 17:47:34 +0200 Sebastien Jodogne Plugins can send answers as multipart messages
Fri, 26 Jun 2015 16:23:27 +0200 Sebastien Jodogne refactoring of samples
Fri, 26 Jun 2015 15:32:45 +0200 Sebastien Jodogne OrthancPluginGetConfiguration
Wed, 03 Jun 2015 10:19:13 +0200 Sebastien Jodogne OrthancPluginGetExpectedDatabaseVersion
Wed, 20 May 2015 15:21:26 +0200 Sebastien Jodogne Plugins now receive duplicated GET arguments in their REST callbacks
Wed, 11 Mar 2015 16:57:01 +0100 Sebastien Jodogne removal of test code
Wed, 11 Mar 2015 16:51:31 +0100 Sebastien Jodogne fix recovery tool
Wed, 18 Feb 2015 13:06:01 +0100 Sebastien Jodogne fix in the plugin destruction
Wed, 11 Feb 2015 10:40:08 +0100 Sebastien Jodogne custom database back-end db-changes
Fri, 06 Feb 2015 14:23:14 +0100 Sebastien Jodogne fix