log NEWS @ 5153:217863b09457 malloc-trim

age author description
Wed, 01 Feb 2023 19:23:58 +0100 Alain Mazy malloc_trim doc 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 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)
Thu, 19 Jan 2023 19:04:13 +0100 Sebastien Jodogne added OrthancPluginCreateJob2() in the plugin SDK
Wed, 18 Jan 2023 17:58:51 +0100 Alain Mazy added sanity checks in DicomModificationJob + automatically reconstruct resources at the end of a DicomModificationJob
Thu, 05 Jan 2023 17:25:21 +0100 Alain Mazy merge
Thu, 05 Jan 2023 17:24:43 +0100 Alain Mazy ResourceModification jobs can now use multiple threads
Thu, 22 Dec 2022 15:28:14 +0100 Sebastien Jodogne fix decoding of RLE images for which the "Planar Configuration" tag (0028,0006) equals 1
Mon, 19 Dec 2022 15:46:33 +0100 Sebastien Jodogne revert changeset df4a90a65af9 that removes features used elsewhere, and protect by Force the change of UIDs
Fri, 16 Dec 2022 13:10:35 +0100 Alain Mazy /system: added MaximumStorageMode and MaximumStorageSize
Wed, 14 Dec 2022 11:50:43 +0100 Alain Mazy New configuration KeepAliveTimeout with a default value of 1 second
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:54:10 +0100 Alain Mazy Optimization: now using multiple threads to transcode files for asynchronous download of studies archive
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
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)
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
Mon, 26 Sep 2022 18:56:40 +0200 Alain Mazy DicomModification::SetAllowManualIdentifiers() has been removed since it was always true -> code cleanup
Mon, 26 Sep 2022 18:11:03 +0200 Alain Mazy loosen the sanity checks for DICOM modifications
Thu, 15 Sep 2022 09:02:07 +0200 Alain Mazy added support for revision in SQLite + avoid upgrading DB version attach-custom-data
Wed, 31 Aug 2022 10:21:35 +0200 Alain Mazy Orthanc-1.11.2 Orthanc-1.11.2
Mon, 29 Aug 2022 17:13:45 +0200 Alain Mazy fix
Mon, 15 Aug 2022 15:44:40 +0200 Sebastien Jodogne upgrade to openssl 3.0.5
Mon, 15 Aug 2022 15:34:02 +0200 Sebastien Jodogne upgrade to DCMTK 3.6.7
Mon, 15 Aug 2022 14:06:25 +0200 Sebastien Jodogne upgrade to Boost 1.80.0
Thu, 11 Aug 2022 09:33:20 +0200 Alain Mazy Fix static compilation of boost 1.69 on Ubuntu 22.04
Tue, 09 Aug 2022 17:57:38 +0200 Alain Mazy new MaximumStorageMode configuration
Mon, 08 Aug 2022 09:59:07 +0200 Alain Mazy Fix the Storage Cache for compressed files (bug introduced in 1.11.0)
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)
Tue, 02 Aug 2022 11:38:31 +0200 Alain Mazy SQLite: close and delete WAL and SHM files on exit (contribution from Sebastian Höffner)
Thu, 14 Jul 2022 18:53:24 +0200 Sebastien Jodogne DelayedDeletion plugin: Fix leaking of symbols
Fri, 08 Jul 2022 15:26:52 +0200 Alain Mazy Added support for RGBA64 images in tools/create-dicom and /preview (Contribution from James Manners - Pliny)
Thu, 30 Jun 2022 13:04:50 +0200 Alain Mazy Orthanc-1.11.1 Orthanc-1.11.1
Wed, 29 Jun 2022 08:10:28 +0200 Alain Mazy fix storage cache
Mon, 27 Jun 2022 15:22:19 +0200 Alain Mazy returning sequences in MainDicomTags and RequestedTags
Mon, 27 Jun 2022 12:39:51 +0200 Alain Mazy removed the 'name' of MainDicomTags to simplify code -> DicomMap::ParseMainDicomTags has been deprecated and one should use DicomMap::FromDicomAsJson on 'full' formatted tags
Fri, 24 Jun 2022 15:47:10 +0200 Alain Mazy Handle Dicom sequences in ExtraMainDicomTags and save them in the 'MainDicomSequences' metadata
Tue, 21 Jun 2022 17:29:36 +0200 Alain Mazy DelayedDeletion plugin: first version delayed-deletion
Tue, 21 Jun 2022 11:06:41 +0200 Alain Mazy merge delayed-deletion
Tue, 21 Jun 2022 10:55:45 +0200 Alain Mazy Added an Asynchronous mode to /modalities/../move
Mon, 20 Jun 2022 16:53:21 +0200 Alain Mazy wip: adding DelayedDeletion plugin delayed-deletion
Wed, 15 Jun 2022 15:40:07 +0200 Alain Mazy Improved HttpClient error logging (add method + url)
Mon, 13 Jun 2022 18:54:49 +0200 Alain Mazy Added Lua OnHeartBeat() lua-heart-beat
Mon, 13 Jun 2022 16:55:22 +0200 Alain Mazy Lua: new "SetHttpTimeout" function
Wed, 01 Jun 2022 08:32:46 +0200 Alain Mazy Added missing MOVEPatientRootQueryRetrieveInformationModel in DicomControlUserConnection::SetupPresentationContexts()
Tue, 24 May 2022 14:47:51 +0200 Alain Mazy Housekeeper plugin: Fix resume of previous processing
Mon, 09 May 2022 12:29:04 +0200 Alain Mazy back to mainline
Mon, 09 May 2022 11:19:44 +0200 Alain Mazy Orthanc-1.11.0 Orthanc-1.11.0
Fri, 06 May 2022 10:26:22 +0200 Alain Mazy updated CA for HttpClient.Ssl test
Sat, 30 Apr 2022 19:40:52 +0200 Alain Mazy merge
Sat, 30 Apr 2022 19:39:40 +0200 Alain Mazy Housekeeper plugin: finalizing + integration tests ok
Wed, 27 Apr 2022 16:56:53 +0200 Sebastien Jodogne New option "filename" in "/.../{id}/archive" and "/.../{id}/media"
Mon, 25 Apr 2022 15:30:51 +0200 Alain Mazy renamed DbOptizer into Housekeeper + add Scheduler & triggers more-tags
Wed, 20 Apr 2022 14:36:47 +0200 Alain Mazy Speed-up handling of DicomModalitiesInStudy in C-Find and tools/find queries more-tags