log OrthancServer/main.cpp @ 3844:c9c34bb50f0a

age author description
Thu, 16 Apr 2020 17:03:34 +0200 Sebastien Jodogne reducing the default number of threads in the HTTP server from 50 to 10
Thu, 16 Apr 2020 16:58:37 +0200 Sebastien Jodogne avoid one memcpy of the DICOM buffer on "POST /instances"
Fri, 27 Mar 2020 10:06:58 -0400 Stacy Loesch Add C-GET SCP support c-get
Tue, 07 Apr 2020 17:35:44 +0200 Sebastien Jodogne new enum: StoreInstanceMode transcoding
Tue, 07 Apr 2020 14:03:33 +0200 Sebastien Jodogne moving SetOverwriteInstances from ServerIndex to ServerContext transcoding
Thu, 02 Apr 2020 11:24:47 +0200 Sebastien Jodogne upgrade to civetweb 1.12, error reporting if OpenSSL failure
Tue, 17 Mar 2020 14:46:06 +0100 Sebastien Jodogne cppcheck
Tue, 10 Mar 2020 17:43:49 +0100 Sebastien Jodogne StorageCommitmentReports storage-commitment
Tue, 10 Mar 2020 13:22:02 +0100 Sebastien Jodogne triggering storage commitment scu from REST API storage-commitment
Mon, 02 Mar 2020 15:42:17 +0100 Sebastien Jodogne integration mainline->storage-commitment storage-commitment
Mon, 02 Mar 2020 15:32:45 +0100 Sebastien Jodogne replacing std::auto_ptr by std::unique_ptr
Tue, 04 Feb 2020 08:22:22 +0100 Sebastien Jodogne integration mainline->storage-commitment storage-commitment
Tue, 04 Feb 2020 08:22:02 +0100 Sebastien Jodogne added TransferSyntax_Mpeg4
Fri, 31 Jan 2020 17:15:44 +0100 Sebastien Jodogne integration mainline->storage-commitment storage-commitment
Fri, 31 Jan 2020 17:14:59 +0100 Sebastien Jodogne upgrade to year 2020
Fri, 31 Jan 2020 14:29:35 +0100 Sebastien Jodogne reorganization storage-commitment
Wed, 29 Jan 2020 17:39:31 +0100 Sebastien Jodogne StorageCommitmentScpJob storage-commitment
Tue, 21 Jan 2020 17:52:47 +0100 Sebastien Jodogne test storage-commitment
Tue, 21 Jan 2020 17:48:43 +0100 Sebastien Jodogne storage commitment requests/responses to/from self are working storage-commitment
Tue, 21 Jan 2020 17:01:46 +0100 Sebastien Jodogne all the abstractions for storage commitment are available storage-commitment
Mon, 20 Jan 2020 18:44:47 +0100 Sebastien Jodogne created DicomUserConnection::RequestStorageCommitment() storage-commitment
Fri, 17 Jan 2020 15:56:02 +0100 Sebastien Jodogne DicomUserConnection::ReportStorageCommitment() complete storage-commitment
Thu, 16 Jan 2020 19:24:52 +0100 Sebastien Jodogne DicomUserConnection: sending N-EVENT-REPORT-RQ storage-commitment
Thu, 16 Jan 2020 18:14:43 +0100 Sebastien Jodogne abstraction: storage commitment handler storage-commitment
Thu, 10 Oct 2019 13:16:15 +0200 Sebastien Jodogne New configuration option: "HttpRequestTimeout"
Sun, 06 Oct 2019 09:52:57 +0200 Alain Mazy display a security warning in the logs at startup when ExecuteLuaEnabled is true
Fri, 04 Oct 2019 19:16:12 +0200 Sebastien Jodogne forcing AuthenticationEnabled to false is considered as insecure if remote access is allowed
Fri, 04 Oct 2019 17:41:43 +0200 Sebastien Jodogne create a default user if none is provided, while issuing a warning in Orthanc Explorer
Thu, 26 Sep 2019 10:03:35 +0200 Sebastien Jodogne new configuration option ExecuteLuaEnabled
Wed, 28 Aug 2019 15:19:04 +0200 Sebastien Jodogne better handling of HTTP security