Mercurial > hg > orthanc
graph
-
added INSTALL_COMMAND to external projects to fix OpenSUSE build Orthanc-1.11.2Mon, 03 Oct 2022 09:52:04 +0200, by Alain Mazy
-
Made the default SQLite DB more robust wrt future updates like adding new columns in DB.Fri, 30 Sep 2022 15:17:21 +0200, by Alain Mazy
-
Store SCU now gives priority to the preferred TransferSyntax proposed by the receiving SCP instead of Orthanc own AcceptedTransferSyntaxesWed, 28 Sep 2022 12:15:27 +0200, by Alain Mazy
-
more docMon, 26 Sep 2022 19:08:03 +0200, by Alain Mazy
-
DicomModification::SetAllowManualIdentifiers() has been removed since it was always true -> code cleanupMon, 26 Sep 2022 18:56:40 +0200, by Alain Mazy
-
loosen the sanity checks for DICOM modificationsMon, 26 Sep 2022 18:11:03 +0200, by Alain Mazy
-
added support for revision in SQLite + avoid upgrading DB version attach-custom-dataThu, 15 Sep 2022 09:02:07 +0200, by Alain Mazy
-
PluginDatabaseV4 to handle customData attach-custom-dataWed, 14 Sep 2022 17:11:45 +0200, by 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-dataThu, 08 Sep 2022 17:42:08 +0200, by Alain Mazy
-
back to mainlineWed, 31 Aug 2022 10:36:38 +0200, by Alain Mazy
-
fixMon, 29 Aug 2022 17:13:45 +0200, by Alain Mazy
-
fix signature of OrthancPluginSendHttpStatus() for the "body" argumentTue, 16 Aug 2022 16:09:59 +0200, by Sebastien Jodogne
-
fix MSVC2008 buildTue, 16 Aug 2022 12:46:46 +0200, by Sebastien Jodogne
-
commentTue, 16 Aug 2022 11:06:39 +0200, by Sebastien Jodogne
-
replaced macro "#warning" by "#pragma message" for Visual StudioTue, 16 Aug 2022 11:06:25 +0200, by Sebastien Jodogne
-
replaced bzero() by memset()Mon, 15 Aug 2022 22:13:39 +0200, by Sebastien Jodogne
-
another try to fixMon, 15 Aug 2022 18:25:28 +0200, by Sebastien Jodogne
-
test fixMon, 15 Aug 2022 17:55:27 +0200, by Sebastien Jodogne
-
contMon, 15 Aug 2022 16:11:33 +0200, by Sebastien Jodogne
-
upgrade to openssl 3.0.5Mon, 15 Aug 2022 15:44:40 +0200, by Sebastien Jodogne
-
upgrade to DCMTK 3.6.7Mon, 15 Aug 2022 15:34:02 +0200, by Sebastien Jodogne
-
fixMon, 15 Aug 2022 14:22:50 +0200, by Sebastien Jodogne
-
fixMon, 15 Aug 2022 14:11:42 +0200, by Sebastien Jodogne
-
upgrade to Boost 1.80.0Mon, 15 Aug 2022 14:06:25 +0200, by Sebastien Jodogne
-
added CMake option USE_LEGACY_BOOSTMon, 15 Aug 2022 12:20:00 +0200, by Sebastien Jodogne
-
Fix static compilation of boost 1.69 on Ubuntu 22.04Thu, 11 Aug 2022 09:33:20 +0200, by Alain Mazy
-
new MaximumStorageMode configurationTue, 09 Aug 2022 17:57:38 +0200, by Alain Mazy
-
fix reuse of DicomAsJson between lookup and answersMon, 08 Aug 2022 12:42:48 +0200, by Alain Mazy
-
Fix the Storage Cache for compressed files (bug introduced in 1.11.0)Mon, 08 Aug 2022 09:59:07 +0200, by Alain Mazy
-
Fix the "Never" option of the "StorageAccessOnFind" that was sill accessing files (bug introduced in 1.11.0)Wed, 03 Aug 2022 10:49:50 +0200, by Alain Mazy
-
SQLite: close and delete WAL and SHM files on exit (contribution from Sebastian Höffner)Tue, 02 Aug 2022 11:38:31 +0200, by Alain Mazy
-
DelayedDeletion plugin: Fix leaking of symbolsThu, 14 Jul 2022 18:53:24 +0200, by Sebastien Jodogne
-
todoMon, 11 Jul 2022 12:17:15 +0200, by Alain Mazy
-
Added support for RGBA64 images in tools/create-dicom and /preview (Contribution from James Manners - Pliny)Fri, 08 Jul 2022 15:26:52 +0200, by Alain Mazy
-
todoFri, 08 Jul 2022 07:24:10 +0200, by Alain Mazy
-
back to mainlineThu, 30 Jun 2022 17:11:08 +0200, by Alain Mazy
-
CPP check and cleanupThu, 30 Jun 2022 07:15:37 +0200, by Alain Mazy
-
CPP Wrapper: new helpersWed, 29 Jun 2022 15:32:44 +0200, by Alain Mazy
-
skip StorageCache when verifying md5 or when re-compressing attachmentsWed, 29 Jun 2022 13:15:20 +0200, by Alain Mazy
-
fix for storage cache for compressed fileWed, 29 Jun 2022 09:43:35 +0200, by Alain Mazy
-
fix storage cacheWed, 29 Jun 2022 08:10:28 +0200, by Alain Mazy
-
fix buildTue, 28 Jun 2022 18:41:27 +0200, by Alain Mazy
-
Refactored DicomMap to handle sequences when neededTue, 28 Jun 2022 17:45:09 +0200, by Alain Mazy
-
returning sequences in MainDicomTags and RequestedTagsMon, 27 Jun 2022 15:22:19 +0200, by Alain Mazy
-
fixMon, 27 Jun 2022 14:09:17 +0200, by Alain Mazy
-
cppcheckMon, 27 Jun 2022 12:44:06 +0200, by Alain Mazy
-
removed the 'name' of MainDicomTags to simplify code -> DicomMap::ParseMainDicomTags has been deprecated and one should use DicomMap::FromDicomAsJson on 'full' formatted tagsMon, 27 Jun 2022 12:39:51 +0200, by Alain Mazy
-
DicomSequencesMap + fix unit testsMon, 27 Jun 2022 10:48:46 +0200, by Alain Mazy
-
reduce dependencies to DCMTK (e.g. for plugins)Fri, 24 Jun 2022 16:44:38 +0200, by Alain Mazy
-
cleanupFri, 24 Jun 2022 16:16:43 +0200, by Alain Mazy
-
Handle Dicom sequences in ExtraMainDicomTags and save them in the 'MainDicomSequences' metadataFri, 24 Jun 2022 15:47:10 +0200, by Alain Mazy
-
uniformize /plugins/../statusWed, 22 Jun 2022 15:37:08 +0200, by Alain Mazy
-
todoWed, 22 Jun 2022 15:36:55 +0200, by Alain Mazy
-
cleanup todoTue, 21 Jun 2022 17:36:51 +0200, by Alain Mazy
-
mergeTue, 21 Jun 2022 17:30:37 +0200, by Alain Mazy
-
DelayedDeletion plugin: first version delayed-deletionTue, 21 Jun 2022 17:29:36 +0200, by Alain Mazy
-
SDK: Added GetDatabaseServerIdentifier delayed-deletionTue, 21 Jun 2022 17:29:17 +0200, by Alain Mazy