log

age author description
Fri, 02 Dec 2022 15:32:53 +0100 Sebastien Jodogne fix missing handling of StoreStatus_StorageFull
Fri, 02 Dec 2022 15:08:35 +0100 Alain Mazy undo wrong commit
Fri, 02 Dec 2022 15:05:33 +0100 Alain Mazy merge
Fri, 02 Dec 2022 15:05:00 +0100 Alain Mazy todo: move progress repot
Wed, 23 Nov 2022 14:28:50 +0100 Sebastien Jodogne clarification that "image/jpg" is not a correct MIME type
Wed, 23 Nov 2022 11:47:44 +0100 Alain Mazy Fix support for image/jpg mime type in /tools/create-dicom
Tue, 22 Nov 2022 18:01:23 +0100 Alain Mazy /tools/metrics-prometheus: added orthanc_last_change and orthanc_up_time_s
Tue, 22 Nov 2022 16:30:50 +0100 Alain Mazy /store: allows overriding CalledAet, Host, Port
Tue, 22 Nov 2022 12:57:10 +0100 Alain Mazy cppcheck
Tue, 22 Nov 2022 12:54:10 +0100 Alain Mazy Optimization: now using multiple threads to transcode files for asynchronous download of studies archive
Mon, 21 Nov 2022 09:07:12 +0100 Alain Mazy TODO cont
Mon, 21 Nov 2022 09:05:08 +0100 Alain Mazy TODO: Get SCP in SDK
Wed, 02 Nov 2022 21:27:22 +0100 Sebastien Jodogne typo
Thu, 27 Oct 2022 12:57:29 +0200 Alain Mazy merge
Thu, 27 Oct 2022 12:53:47 +0200 Alain Mazy merge from 1.11.2 branch
Thu, 27 Oct 2022 10:48:41 +0200 Sebastien Jodogne added orthanc framework 1.11.2
Wed, 19 Oct 2022 21:15:41 +0200 Alain Mazy Added a 'header' argument to all OrthancPeers::DoPost, DoPut, ...
Wed, 19 Oct 2022 12:40:14 +0200 Alain Mazy more verbose HTTPClient errors + avoid duplicate logging of same error
Wed, 19 Oct 2022 08:57:34 +0200 Alain Mazy cleanup
Mon, 17 Oct 2022 10:09:24 +0200 Alain Mazy fix install steps for ConnectivityChecks and DelayedDeletion plugins Orthanc-1.11.2
Thu, 13 Oct 2022 17:11:43 +0200 Alain Mazy Allow the HTTP server to return responses > 2GB (fixes asynchronous download of zip studies > 2GB)
Thu, 13 Oct 2022 17:11:12 +0200 Alain Mazy todo
Wed, 12 Oct 2022 09:22:08 +0200 Alain Mazy more logs in HttpClient
Mon, 10 Oct 2022 10:27:09 +0200 Alain Mazy fix GetResourceType prototype Orthanc-1.11.2
Mon, 10 Oct 2022 09:15:21 +0200 Alain Mazy fix todo Orthanc-1.11.2
Mon, 10 Oct 2022 09:12:30 +0200 Alain Mazy todo Orthanc-1.11.2
Mon, 03 Oct 2022 09:52:04 +0200 Alain Mazy added INSTALL_COMMAND to external projects to fix OpenSUSE build Orthanc-1.11.2
Fri, 30 Sep 2022 15:17:21 +0200 Alain Mazy Made the default SQLite DB more robust wrt future updates like adding new columns in DB.
Wed, 28 Sep 2022 12:15:27 +0200 Alain Mazy Store SCU now gives priority to the preferred TransferSyntax proposed by the receiving SCP instead of Orthanc own AcceptedTransferSyntaxes
Mon, 26 Sep 2022 19:08:03 +0200 Alain Mazy more doc