log OrthancServer/main.cpp @ 2079:acb4cd4af771

age author description
Wed, 07 Sep 2016 09:03:37 +0200 Sebastien Jodogne Performance warning if runtime debug assertions are turned on
Wed, 13 Jul 2016 16:52:39 +0200 Sebastien Jodogne New configuration options: "DicomScuTimeout" and "DicomScpTimeout" + validation of non-negative options
Tue, 14 Jun 2016 15:51:00 +0200 Sebastien Jodogne USE_BOOST_LOCALE_BACKENDS
Mon, 13 Jun 2016 15:07:53 +0200 Sebastien Jodogne New option "--logfile" to output the Orthanc log to the given file
Thu, 09 Jun 2016 17:57:47 +0200 Sebastien Jodogne Support of SIGHUP signal (restart Orthanc only if the configuration files have changed)
Thu, 09 Jun 2016 17:25:34 +0200 Sebastien Jodogne catching SIGHUP signal
Tue, 31 May 2016 12:19:53 +0200 Sebastien Jodogne Speedup in plugins by removing unnecessary locks
Thu, 26 May 2016 14:24:56 +0200 Sebastien Jodogne New URI "/modalities/.../move" to issue C-Move SCU requests
Tue, 24 May 2016 17:45:56 +0200 Sebastien Jodogne New callback to handle non-worklists C-Find requests: OrthancPluginRegisterCFindCallback()
Tue, 26 Apr 2016 17:40:55 +0200 Sebastien Jodogne new plugin functions: OrthancPluginHttpClient and OrthancPluginGenerateUuid
Fri, 22 Apr 2016 10:28:55 +0200 Sebastien Jodogne Modification of instances can now replace PixelData
Fri, 22 Apr 2016 08:57:33 +0200 Sebastien Jodogne new error code: ErrorCode_AlreadyExistingTag
Mon, 11 Apr 2016 10:27:15 +0200 Sebastien Jodogne fix possibly uninitialized variable
Thu, 07 Apr 2016 17:42:20 +0200 Sebastien Jodogne sample plugin
Thu, 07 Apr 2016 16:26:22 +0200 Sebastien Jodogne Access to the HTTP headers in the "IncomingHttpRequestFilter()" callback