log OrthancServer/Sources/ServerContext.cpp @ 5333:816968b5a031

age author description
Tue, 27 Jun 2023 10:39:17 +0200 Sebastien Jodogne speeded up ServerContext::ReadDicomUntilPixelData() if storage compression is on
Mon, 26 Jun 2023 08:40:41 +0200 Sebastien Jodogne fix msvc build
Sun, 25 Jun 2023 18:28:49 +0200 Sebastien Jodogne store metrics as integers instead of floats to avoid precision loss in increments
Sun, 25 Jun 2023 15:19:25 +0200 Sebastien Jodogne only store PixelDataVR metadata if needed
Thu, 22 Jun 2023 08:48:38 +0200 Sebastien Jodogne added instance metadata "PixelDataVR"
Wed, 24 May 2023 08:56:41 +0200 Alain Mazy merge am-experimental
Tue, 23 May 2023 17:38:26 +0200 Alain Mazy New URI /instances/{id}/file-until-pixel-data am-experimental
Mon, 22 May 2023 15:00:01 +0200 Alain Mazy Fix orphan files remaining in storage when working with MaximumStorageSize
Fri, 28 Apr 2023 10:42:27 +0200 Alain Mazy wip: 'dicomWeb' json format + 'include' get arguments am-experimental
Fri, 07 Apr 2023 22:18:37 +0200 Sebastien Jodogne replaced "WithLabels" and "WithoutLabels", by "Labels" and "LabelsConstraint" db-protobuf
Mon, 03 Apr 2023 21:14:45 +0200 Sebastien Jodogne starting refactoring ExpandedResource db-protobuf
Mon, 03 Apr 2023 20:53:14 +0200 Sebastien Jodogne started implementation of labels db-protobuf
Mon, 03 Apr 2023 18:09:04 +0200 Sebastien Jodogne preparing virtual methods for labels db-protobuf
Wed, 29 Mar 2023 11:23:37 +0200 Alain Mazy New configuration option 'RestApiWriteToFileSystemEnabled'
Sat, 25 Mar 2023 12:27:21 +0100 Sebastien Jodogne upgrade to year 2023
Sat, 25 Mar 2023 12:20:34 +0100 Sebastien Jodogne cleaning new constructors of StorageAccessor
Sat, 25 Mar 2023 12:07:39 +0100 Sebastien Jodogne renamed HousekeeperThread as MemoryTrimmingThread to avoid confusion with Housekeeper plugin
Sat, 25 Mar 2023 11:38:37 +0100 Sebastien Jodogne style
Sat, 25 Mar 2023 11:27:37 +0100 Sebastien Jodogne properly finalizing the housekeeper thread that periodically calls malloc_trim()
Fri, 24 Mar 2023 19:10:00 +0100 Sebastien Jodogne cont
Thu, 02 Feb 2023 12:25:58 +0100 Alain Mazy fix osx build
Thu, 02 Feb 2023 11:28:35 +0100 Alain Mazy conditional usage of malloc_trim
Wed, 01 Feb 2023 18:38:39 +0100 Alain Mazy housekeeper thread to call malloc_trim and give back memory to the system malloc-trim
Fri, 27 Jan 2023 16:46:46 +0100 Alain Mazy trying malloc_trim malloc-trim
Fri, 27 Jan 2023 12:56:55 +0100 Alain Mazy If specifying 'Transcode' option to /modify or /anonymize, this value will take over the 'IngestTranscoding' global configuration
Fri, 27 Jan 2023 11:49:28 +0100 Alain Mazy Fix issue #212 (Anonymization process transcodes data and loses resource link)
Tue, 22 Nov 2022 18:01:23 +0100 Alain Mazy /tools/metrics-prometheus: added orthanc_last_change and orthanc_up_time_s
Thu, 08 Sep 2022 17:42:08 +0200 Alain Mazy allow plugins to store a customData in the Attachments table to e.g. store custom paths without requiring an external DB attach-custom-data
Mon, 08 Aug 2022 12:42:48 +0200 Alain Mazy fix reuse of DicomAsJson between lookup and answers
Wed, 03 Aug 2022 10:49:50 +0200 Alain Mazy Fix the "Never" option of the "StorageAccessOnFind" that was sill accessing files (bug introduced in 1.11.0)