log OrthancServer/Sources/ServerIndex.cpp @ 5708:1891a8c2dbb4 find-refactoring

age author description
Wed, 03 Jul 2024 17:50:43 +0200 Alain Mazy update statistics thread
Thu, 30 May 2024 21:19:57 +0200 Sebastien Jodogne updated copyright, as Orthanc Team now replaces Osimis
Wed, 08 May 2024 10:29:35 +0200 Sebastien Jodogne monitoring of stable resources now also considers the resource type
Tue, 23 Jan 2024 17:05:28 +0100 Alain Mazy merge default -> pg-transactions pg-transactions
Thu, 04 Jan 2024 15:10:42 +0100 Sebastien Jodogne upgrade to year 2024
Thu, 21 Dec 2023 16:13:00 +0100 Alain Mazy merge mainline -> pg-transactions pg-transactions
Mon, 18 Dec 2023 09:52:12 +0100 Alain Mazy Clarified recycle/reject + protection
Thu, 07 Dec 2023 12:04:11 +0100 Alain Mazy DB: new Capabilities class to manage future new methods from DB plugins + Added IncrementGlobalProperty pg-transactions
Tue, 05 Dec 2023 16:26:35 +0100 Alain Mazy log lines now contain the thread name pg-transactions
Mon, 20 Nov 2023 17:01:48 +0100 Alain Mazy Now displaying timings when reading from/writing to disk in the verbose logs
Thu, 22 Jun 2023 08:48:38 +0200 Sebastien Jodogne added instance metadata "PixelDataVR"
Sat, 25 Mar 2023 12:27:21 +0100 Sebastien Jodogne upgrade to year 2023
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
Tue, 09 Aug 2022 17:57:38 +0200 Alain Mazy new MaximumStorageMode configuration
Tue, 28 Jun 2022 17:45:09 +0200 Alain Mazy Refactored DicomMap to handle sequences when needed
Mon, 27 Jun 2022 10:48:46 +0200 Alain Mazy DicomSequencesMap + fix unit tests
Fri, 24 Jun 2022 15:47:10 +0200 Alain Mazy Handle Dicom sequences in ExtraMainDicomTags and save them in the 'MainDicomSequences' metadata
Sat, 30 Apr 2022 19:39:40 +0200 Alain Mazy Housekeeper plugin: finalizing + integration tests ok
Sun, 20 Feb 2022 11:14:34 +0100 Sebastien Jodogne integration mainline->openssl-3.x openssl-3.x
Tue, 11 Jan 2022 11:15:42 +0100 Sebastien Jodogne upgrade to year 2022
Thu, 25 Nov 2021 19:02:38 +0100 Sebastien Jodogne integration mainline->openssl-3.x openssl-3.x
Thu, 25 Nov 2021 19:01:11 +0100 Sebastien Jodogne added copyright UCLouvain
Tue, 22 Jun 2021 07:37:20 +0200 Sebastien Jodogne removed OpenSSL license exception, as OpenSSL 3.0 was relicensed under Apache 2.0 openssl-3.x
Mon, 26 Apr 2021 15:22:44 +0200 Sebastien Jodogne "ETag" headers for metadata and attachments now allow strong comparison (MD5 is included)
Tue, 20 Apr 2021 15:11:59 +0200 Sebastien Jodogne handling revisions of attachments db-changes
Mon, 12 Apr 2021 17:04:58 +0200 Sebastien Jodogne added missing try/catch db-changes
Tue, 16 Mar 2021 12:43:43 +0100 Sebastien Jodogne removed the global database mutex from ServerIndex and StatelessDatabaseOperations db-changes
Mon, 15 Mar 2021 15:30:42 +0100 Sebastien Jodogne moving all accesses to databases from IDatabaseWrapper to ITransaction db-changes
Fri, 12 Mar 2021 16:04:09 +0100 Sebastien Jodogne simplification of ServerIndex::Listener as ServerIndex::TransactionContext db-changes
Fri, 12 Mar 2021 15:33:47 +0100 Sebastien Jodogne attaching the listener to transactions in IDatabaseWrapper db-changes