Tue, 16 Aug 2022 16:09:59 +0200 |
Sebastien Jodogne |
fix signature of OrthancPluginSendHttpStatus() for the "body" argument
|
Tue, 16 Aug 2022 12:46:46 +0200 |
Sebastien Jodogne |
fix MSVC2008 build
|
Tue, 16 Aug 2022 11:06:39 +0200 |
Sebastien Jodogne |
comment
|
Tue, 16 Aug 2022 11:06:25 +0200 |
Sebastien Jodogne |
replaced macro "#warning" by "#pragma message" for Visual Studio
|
Mon, 15 Aug 2022 22:13:39 +0200 |
Sebastien Jodogne |
replaced bzero() by memset()
|
Mon, 15 Aug 2022 18:25:28 +0200 |
Sebastien Jodogne |
another try to fix
|
Mon, 15 Aug 2022 17:55:27 +0200 |
Sebastien Jodogne |
test fix
|
Mon, 15 Aug 2022 16:11:33 +0200 |
Sebastien Jodogne |
cont
|
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:22:50 +0200 |
Sebastien Jodogne |
fix
|
Mon, 15 Aug 2022 14:11:42 +0200 |
Sebastien Jodogne |
fix
|
Mon, 15 Aug 2022 14:06:25 +0200 |
Sebastien Jodogne |
upgrade to Boost 1.80.0
|
Mon, 15 Aug 2022 12:20:00 +0200 |
Sebastien Jodogne |
added CMake option USE_LEGACY_BOOST
|
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 12:42:48 +0200 |
Alain Mazy |
fix reuse of DicomAsJson between lookup and answers
|
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
|
Mon, 11 Jul 2022 12:17:15 +0200 |
Alain Mazy |
todo
|
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)
|
Fri, 08 Jul 2022 07:24:10 +0200 |
Alain Mazy |
todo
|
Thu, 30 Jun 2022 17:11:08 +0200 |
Alain Mazy |
back to mainline
|
Thu, 30 Jun 2022 13:04:50 +0200 |
Alain Mazy |
Orthanc-1.11.1
Orthanc-1.11.1
|
Thu, 30 Jun 2022 07:15:37 +0200 |
Alain Mazy |
CPP check and cleanup
|
Wed, 29 Jun 2022 15:32:44 +0200 |
Alain Mazy |
CPP Wrapper: new helpers
|
Wed, 29 Jun 2022 13:15:20 +0200 |
Alain Mazy |
skip StorageCache when verifying md5 or when re-compressing attachments
|
Wed, 29 Jun 2022 09:43:35 +0200 |
Alain Mazy |
fix for storage cache for compressed file
|
Wed, 29 Jun 2022 08:10:28 +0200 |
Alain Mazy |
fix storage cache
|
Tue, 28 Jun 2022 18:41:27 +0200 |
Alain Mazy |
fix build
|
Tue, 28 Jun 2022 17:45:09 +0200 |
Alain Mazy |
Refactored DicomMap to handle sequences when needed
|
Mon, 27 Jun 2022 15:22:19 +0200 |
Alain Mazy |
returning sequences in MainDicomTags and RequestedTags
|
Mon, 27 Jun 2022 14:09:17 +0200 |
Alain Mazy |
fix
|
Mon, 27 Jun 2022 12:44:06 +0200 |
Alain Mazy |
cppcheck
|
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
|
Mon, 27 Jun 2022 10:48:46 +0200 |
Alain Mazy |
DicomSequencesMap + fix unit tests
|
Fri, 24 Jun 2022 16:44:38 +0200 |
Alain Mazy |
reduce dependencies to DCMTK (e.g. for plugins)
|
Fri, 24 Jun 2022 16:16:43 +0200 |
Alain Mazy |
cleanup
|
Fri, 24 Jun 2022 15:47:10 +0200 |
Alain Mazy |
Handle Dicom sequences in ExtraMainDicomTags and save them in the 'MainDicomSequences' metadata
|
Wed, 22 Jun 2022 15:37:08 +0200 |
Alain Mazy |
uniformize /plugins/../status
|
Wed, 22 Jun 2022 15:36:55 +0200 |
Alain Mazy |
todo
|
Tue, 21 Jun 2022 17:36:51 +0200 |
Alain Mazy |
cleanup todo
|
Tue, 21 Jun 2022 17:30:37 +0200 |
Alain Mazy |
merge
|
Tue, 21 Jun 2022 17:29:36 +0200 |
Alain Mazy |
DelayedDeletion plugin: first version
delayed-deletion
|
Tue, 21 Jun 2022 17:29:17 +0200 |
Alain Mazy |
SDK: Added GetDatabaseServerIdentifier
delayed-deletion
|
Tue, 21 Jun 2022 11:06:41 +0200 |
Alain Mazy |
merge
delayed-deletion
|
Tue, 21 Jun 2022 11:03:20 +0200 |
Alain Mazy |
cleanup todo
|
Tue, 21 Jun 2022 11:00:14 +0200 |
Alain Mazy |
merge
|
Tue, 21 Jun 2022 10:57:37 +0200 |
Alain Mazy |
cppcheck
|
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
|
Fri, 17 Jun 2022 07:23:57 +0200 |
Sebastien Jodogne |
use constant for multiply occurring string
|
Fri, 17 Jun 2022 07:20:19 +0200 |
Sebastien Jodogne |
fix to non-static variable
|
Wed, 15 Jun 2022 15:40:07 +0200 |
Alain Mazy |
Improved HttpClient error logging (add method + url)
|