log NEWS @ 4496:9ea70ccf0c21

age author description
Mon, 08 Feb 2021 18:34:40 +0100 Sebastien Jodogne Possibility to generate a static library containing the Orthanc Framework
Thu, 04 Feb 2021 15:31:00 +0100 Sebastien Jodogne New metadata automatically computed at the instance level: "PixelDataOffset"
Sat, 30 Jan 2021 18:19:11 +0100 Sebastien Jodogne Fix build on big-endian architectures
Fri, 29 Jan 2021 10:36:16 +0100 Sebastien Jodogne typo in NEWS Orthanc-1.9.0
Fri, 29 Jan 2021 10:12:06 +0100 Sebastien Jodogne Orthanc-1.9.0 Orthanc-1.9.0
Thu, 28 Jan 2021 15:54:30 +0100 Sebastien Jodogne new configuration options: "DicomAlwaysAllowFind" and "DicomAlwaysAllowGet"
Wed, 27 Jan 2021 18:37:34 +0100 Sebastien Jodogne "/tools/create-dicom": New flag "Force" to bypass consistency checks for the DICOM tags
Wed, 27 Jan 2021 16:54:03 +0100 Sebastien Jodogne new primitive in plugin SDK: OrthancPluginCreateDicom2()
Tue, 26 Jan 2021 15:50:52 +0100 Sebastien Jodogne new configuration options: "AcceptedTransferSyntaxes" and "H265TransferSyntaxAccepted"
Tue, 26 Jan 2021 14:48:10 +0100 Sebastien Jodogne new URIs: /tools/accepted-transfer-syntaxes and /tools/unknown-sop-class-accepted to replace Lua callbacks for transfer syntaxes
Mon, 25 Jan 2021 18:38:29 +0100 Sebastien Jodogne upgrade to dcmtk 3.6.6
Thu, 21 Jan 2021 17:08:32 +0100 Sebastien Jodogne New configuration option: "DicomScuPreferredTransferSyntax" to control transcoding in C-STORE SCU
Wed, 20 Jan 2021 17:36:23 +0100 Sebastien Jodogne "LocalAet" in "DicomModalities" to overwrite global "DicomAet" for SCU on a per-modality basis
Wed, 20 Jan 2021 17:02:10 +0100 Sebastien Jodogne "/modalities/{...}/query": New string argument "LocalAet"
Wed, 20 Jan 2021 14:51:48 +0100 Sebastien Jodogne The DICOM meta-header and the transfer syntax are displayed at the "Instance" level
Wed, 20 Jan 2021 14:20:37 +0100 Sebastien Jodogne New metadata automatically computed at the series level: "RemoteAET"
Tue, 19 Jan 2021 19:05:04 +0100 Sebastien Jodogne Refactoring and improvements to the cache of DICOM files in ServerContext
Tue, 19 Jan 2021 14:31:04 +0100 Sebastien Jodogne Explicitly use little-endian to encode uncompressed file size with zlib compression
Tue, 19 Jan 2021 12:03:49 +0100 Sebastien Jodogne Fix upload of multiple DICOM files using one single POST call to "multipart/form-data"
Tue, 19 Jan 2021 10:02:46 +0100 Sebastien Jodogne new function MultipartStreamReader::ParseHeaderArguments()
Mon, 18 Jan 2021 14:51:52 +0100 Sebastien Jodogne new configuration option "MaximumPduLength" to tune the maximum PDU length
Fri, 08 Jan 2021 18:53:33 +0100 Sebastien Jodogne New functions in the SDK: OrthancPluginCreateMemoryBuffer64() and OrthancPluginRegisterStorageArea2()
Thu, 07 Jan 2021 16:53:35 +0100 Sebastien Jodogne configuration options for DICOM TLS in Orthanc SCU
Wed, 23 Dec 2020 12:21:03 +0100 Sebastien Jodogne New command-line option: "--openapi" to write the OpenAPI documentation of the REST API to a file
Mon, 21 Dec 2020 08:47:29 +0100 Sebastien Jodogne upgraded to jsoncpp 1.9.4
Mon, 21 Dec 2020 08:41:13 +0100 Sebastien Jodogne upgraded to jsoncpp 1.9.3
Fri, 18 Dec 2020 14:06:45 +0100 Sebastien Jodogne Orthanc-1.8.2 Orthanc-1.8.2
Fri, 18 Dec 2020 11:48:40 +0100 Sebastien Jodogne If meta-header is missing, best-effort to extract "TransferSyntax" in "/instances/{id}/metadata"
Fri, 18 Dec 2020 11:13:00 +0100 Sebastien Jodogne new configuration options IngestTranscodingOfUncompressed and IngestTranscodingOfCompressed
Thu, 17 Dec 2020 15:10:04 +0100 Sebastien Jodogne review changeset 4381:df313e410f0c varian
Thu, 17 Dec 2020 12:48:14 +0100 Sebastien Jodogne added NEWS about "OrthancExplorerEnabled" option varian
Thu, 17 Dec 2020 11:27:37 +0100 Sebastien Jodogne review of changeset 4375:208029732d51 varian
Thu, 17 Dec 2020 10:46:11 +0100 Sebastien Jodogne Explicit error log if trying to load a 32bit (resp. 64bit) plugin into a 64bit (resp. 32bit) version of Orthanc
Thu, 10 Dec 2020 18:36:57 +0100 Sebastien Jodogne Allow empty request body in "/modalities/{id}/echo"
Thu, 10 Dec 2020 09:32:39 +0100 Sebastien Jodogne New config option "MallocArenaMax" to control memory usage on GNU/Linux
Wed, 09 Dec 2020 16:17:46 +0100 Sebastien Jodogne Allow concurrency on the OrthancPluginRegisterIncomingHttpRequestFilter() callbacks
Tue, 08 Dec 2020 15:22:28 +0100 Sebastien Jodogne ZIP archives containing DICOM files can be uploaded using WebDAV
Tue, 08 Dec 2020 13:17:40 +0100 Sebastien Jodogne "/instances" can be used to import ZIP archives provided in the POST body
Mon, 07 Dec 2020 12:27:24 +0100 Sebastien Jodogne Orthanc-1.8.1 Orthanc-1.8.1
Sun, 06 Dec 2020 12:21:31 +0100 Sebastien Jodogne reintroduced backward ABI compatibility in Orthanc Framework .so for unit tests of Orthanc 1.7.2 to 1.8.0
Fri, 04 Dec 2020 18:28:23 +0100 Sebastien Jodogne New function in the SDK: OrthancPluginGenerateRestApiAuthorizationToken()
Thu, 03 Dec 2020 18:15:47 +0100 Sebastien Jodogne Archive/media jobs report the size of the created ZIP file in content field "ArchiveSizeMB"
Thu, 03 Dec 2020 15:58:52 +0100 Sebastien Jodogne "DicomEchoChecksFind" config option + "CheckFind" field in /modalities/.../echo
Thu, 03 Dec 2020 11:47:03 +0100 Sebastien Jodogne "/tools/dicom-echo": Execute C-Echo SCU to a modality that is not registered in "/modalities"
Thu, 03 Dec 2020 10:43:31 +0100 Sebastien Jodogne give access to the configuration of one single peer or modality
Wed, 02 Dec 2020 11:01:59 +0100 Sebastien Jodogne OrthancImport.py sample
Mon, 30 Nov 2020 16:33:40 +0100 Sebastien Jodogne Fix access to videos as a single raw frame
Fri, 06 Nov 2020 09:58:48 +0100 Sebastien Jodogne Fix keep-alive in the embedded HTTP server by setting the "Keep-Alive" HTTP header
Wed, 04 Nov 2020 13:48:42 +0100 Sebastien Jodogne debug log for DCMTK SCU
Tue, 03 Nov 2020 14:41:27 +0100 Sebastien Jodogne Dynamically access and/or change the verbosity of logging categories with the REST API
Mon, 02 Nov 2020 18:45:50 +0100 Sebastien Jodogne logging categories
Sun, 01 Nov 2020 12:43:18 +0100 Sebastien Jodogne REST API returns 404 error if deleting an inexistent peer or modality
Fri, 30 Oct 2020 12:00:06 +0100 Sebastien Jodogne Fix decoding sequence if "BuiltinDecoderTranscoderOrder" is "Before"
Tue, 27 Oct 2020 13:29:23 +0100 Sebastien Jodogne upgrade to civetweb 1.13
Mon, 26 Oct 2020 12:23:36 +0100 Sebastien Jodogne C-GET SCP: Fix responses and handling of cancel
Tue, 20 Oct 2020 09:52:42 +0200 Sebastien Jodogne Fix reporting of client-side store warnings/errors in C-GET SCP
Thu, 15 Oct 2020 22:00:07 +0200 Sebastien Jodogne Orthanc-1.8.0 Orthanc-1.8.0
Thu, 15 Oct 2020 17:13:35 +0200 Sebastien Jodogne fix webdav
Fri, 18 Sep 2020 11:52:36 +0200 Sebastien Jodogne Orthanc-1.7.4 Orthanc-1.7.4
Wed, 16 Sep 2020 13:30:01 +0200 Sebastien Jodogne merge