log

age author description
Tue, 20 Apr 2021 18:11:29 +0200 Sebastien Jodogne integration db-changes->mainline
Tue, 20 Apr 2021 17:51:26 +0200 Sebastien Jodogne cppcheck db-changes
Tue, 20 Apr 2021 15:59:31 +0200 Sebastien Jodogne added new primitive "hasRevisionsSupport" in database SDK, added "CheckRevisions" to URI "/system" db-changes
Tue, 20 Apr 2021 15:11:59 +0200 Sebastien Jodogne handling revisions of attachments db-changes
Mon, 19 Apr 2021 10:28:43 +0200 Sebastien Jodogne integration mainline->db-changes db-changes
Mon, 19 Apr 2021 10:28:24 +0200 Sebastien Jodogne Fix "OrthancServer/Resources/Samples/Python/Replicate.py" for Python 3.x
Fri, 16 Apr 2021 17:45:02 +0200 Sebastien Jodogne todo db-changes
Fri, 16 Apr 2021 17:13:03 +0200 Sebastien Jodogne handling of revisions for metadata db-changes
Fri, 16 Apr 2021 10:48:57 +0200 Sebastien Jodogne RestApiCallDocumentation::SetAnswerHeader() and Toolbox::RemoveSurroundingQuotes() db-changes
Thu, 15 Apr 2021 11:29:57 +0200 Sebastien Jodogne integration mainline->db-changes db-changes
Thu, 15 Apr 2021 11:29:40 +0200 Sebastien Jodogne added remote AET and IP in verbose logs about DICOM networking
Wed, 14 Apr 2021 14:02:21 +0200 Sebastien Jodogne separate db retries by 100ms instead of 50ms to simplify documentation db-changes
Wed, 14 Apr 2021 12:15:19 +0200 Sebastien Jodogne cppcheck db-changes
Wed, 14 Apr 2021 12:10:17 +0200 Sebastien Jodogne integration mainline->db-changes db-changes
Wed, 14 Apr 2021 12:08:20 +0200 Sebastien Jodogne upgrade to civetweb 1.14
Wed, 14 Apr 2021 11:20:05 +0200 Sebastien Jodogne minor api improvements in OrthancCDatabasePlugin.h db-changes
Mon, 12 Apr 2021 17:04:58 +0200 Sebastien Jodogne added missing try/catch db-changes
Thu, 08 Apr 2021 10:46:12 +0200 Sebastien Jodogne maximum number of database retries for writer collisions is now set by the plugins db-changes
Wed, 07 Apr 2021 10:41:39 +0200 Sebastien Jodogne fix database retries db-changes
Fri, 02 Apr 2021 13:51:18 +0200 Sebastien Jodogne integration mainline->db-changes db-changes
Fri, 02 Apr 2021 13:50:56 +0200 Sebastien Jodogne Use the local timezone for query/retrieve in the Orthanc Explorer interface (was UTC before)
Wed, 31 Mar 2021 14:35:48 +0200 Sebastien Jodogne retries on ErrorCode_DatabaseUnavailable should be handled by the plugins db-changes
Wed, 31 Mar 2021 14:34:41 +0200 Sebastien Jodogne added ErrorCode_Revision db-changes
Tue, 30 Mar 2021 18:10:27 +0200 Sebastien Jodogne differentiating between shared and private global properties db-changes
Tue, 30 Mar 2021 16:34:23 +0200 Sebastien Jodogne integration mainline->db-changes db-changes
Tue, 30 Mar 2021 16:34:02 +0200 Sebastien Jodogne new function in the plugin SDK: OrthancPluginCallRestApi()
Tue, 30 Mar 2021 10:39:59 +0200 Sebastien Jodogne New option "DatabaseServerIdentifier" to identify the server among a pool of Orthanc servers db-changes
Wed, 24 Mar 2021 15:30:06 +0100 Sebastien Jodogne rename 1.10.0 as 1.9.2 db-changes
Mon, 22 Mar 2021 19:25:27 +0100 Sebastien Jodogne fix OrthancCDatabasePlugin.h db-changes
Fri, 19 Mar 2021 10:52:22 +0100 Sebastien Jodogne check whether the database plugin interface is entirely implemented db-changes
Thu, 18 Mar 2021 12:09:29 +0100 Sebastien Jodogne processing of database events in OrthancPluginDatabaseV3 db-changes
Thu, 18 Mar 2021 11:26:53 +0100 Sebastien Jodogne integration mainline->db-changes db-changes
Thu, 18 Mar 2021 11:26:10 +0100 Sebastien Jodogne OrthancPluginDatabaseV3::Transaction is fully implemented db-changes
Wed, 17 Mar 2021 15:48:31 +0100 Alain Mazy added missing enum translation
Wed, 17 Mar 2021 15:31:26 +0100 Alain Mazy added OrthancPluginContentType_DicomUntilPixelData
Tue, 16 Mar 2021 17:58:16 +0100 Sebastien Jodogne added OrthancPluginRegisterDatabaseBackendV3() to plugin sdk 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 18:22:53 +0100 Sebastien Jodogne moved handling of answers from database plugins from OrthancPluginDatabase to its Transaction subclass db-changes
Mon, 15 Mar 2021 16:16:42 +0100 Sebastien Jodogne comments 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
Wed, 10 Mar 2021 17:15:01 +0100 Sebastien Jodogne fix build on os x db-changes
Wed, 10 Mar 2021 15:59:03 +0100 Sebastien Jodogne ServerIndex now uses StatelessDatabaseOperations db-changes
Tue, 09 Mar 2021 18:24:59 +0100 Sebastien Jodogne taking StatelessDatabaseOperations out of ServerIndex db-changes
Tue, 09 Mar 2021 16:40:38 +0100 Sebastien Jodogne created a ITransactionContextFactory around ServerIndex::Listener db-changes
Tue, 09 Mar 2021 16:18:24 +0100 Sebastien Jodogne ITransactionContext to uncouple ServerIndex from database wrapper db-changes
Tue, 09 Mar 2021 15:37:47 +0100 Sebastien Jodogne removing link to ServerIndex in ReadWriteTransaction db-changes
Tue, 09 Mar 2021 15:25:17 +0100 Sebastien Jodogne assume that "GetDatabaseVersion()" can run out of a database transaction db-changes
Tue, 09 Mar 2021 15:22:03 +0100 Sebastien Jodogne transient introduction of ServerIndex::databaseMutex_ db-changes
Tue, 09 Mar 2021 14:49:39 +0100 Sebastien Jodogne remove the only use of GlobalProperty_FlushSleep db-changes
Tue, 09 Mar 2021 14:30:05 +0100 Sebastien Jodogne fix build on lsb db-changes
Tue, 09 Mar 2021 11:55:08 +0100 Sebastien Jodogne simplification db-changes
Tue, 09 Mar 2021 11:52:07 +0100 Sebastien Jodogne end of refactoring read-write transactions db-changes
Mon, 08 Mar 2021 18:42:13 +0100 Sebastien Jodogne cont db-changes
Mon, 08 Mar 2021 18:30:06 +0100 Sebastien Jodogne clarifications in ServerIndex::Recycle() db-changes
Mon, 08 Mar 2021 18:15:26 +0100 Sebastien Jodogne cont db-changes
Mon, 08 Mar 2021 17:47:43 +0100 Sebastien Jodogne simplification db-changes
Mon, 08 Mar 2021 17:08:10 +0100 Sebastien Jodogne removed redundant ServerIndex::SignalNewResource() db-changes
Mon, 08 Mar 2021 16:49:34 +0100 Sebastien Jodogne simplifying IDatabaseListener::SignalChange() as IDatabaseListener::SignalResourceDeleted() db-changes
Mon, 08 Mar 2021 16:04:56 +0100 Sebastien Jodogne new enum: TransactionType db-changes
Mon, 08 Mar 2021 15:13:25 +0100 Sebastien Jodogne cppcheck db-changes
Mon, 08 Mar 2021 15:00:58 +0100 Sebastien Jodogne cont db-changes
Mon, 08 Mar 2021 14:41:29 +0100 Sebastien Jodogne cont db-changes
Mon, 08 Mar 2021 13:54:02 +0100 Sebastien Jodogne fix build for msvc2008 db-changes
Mon, 08 Mar 2021 12:34:17 +0100 Sebastien Jodogne start of read-write transactions db-changes
Mon, 08 Mar 2021 11:08:03 +0100 Sebastien Jodogne avoid copy of objects in ServerIndex db-changes
Fri, 05 Mar 2021 16:11:11 +0100 Sebastien Jodogne end of refactoring read-only transactions db-changes
Fri, 05 Mar 2021 15:37:53 +0100 Sebastien Jodogne cont db-changes
Thu, 04 Mar 2021 18:45:48 +0100 Sebastien Jodogne removed function wrappers for transactions in ServerIndex db-changes
Thu, 04 Mar 2021 18:42:25 +0100 Sebastien Jodogne cont db-changes
Thu, 04 Mar 2021 17:59:40 +0100 Sebastien Jodogne cont db-changes
Thu, 04 Mar 2021 16:58:35 +0100 Sebastien Jodogne cont db-changes
Thu, 04 Mar 2021 15:22:55 +0100 Sebastien Jodogne templates to reduce verbosity in ServerIndex implementation db-changes
Wed, 03 Mar 2021 17:31:30 +0100 Sebastien Jodogne removed abstraction IDatabaseWrapper::ITransaction::Begin(), must be done by IDatabaseWrapper::StartTransaction() db-changes
Wed, 03 Mar 2021 17:13:41 +0100 Sebastien Jodogne cont db-changes
Wed, 03 Mar 2021 16:31:57 +0100 Sebastien Jodogne simplification db-changes
Wed, 03 Mar 2021 13:48:45 +0100 Sebastien Jodogne fix build on freebsd
Wed, 03 Mar 2021 13:44:01 +0100 Sebastien Jodogne fix build on freebsd db-changes
Tue, 02 Mar 2021 19:36:59 +0100 Sebastien Jodogne testing replay of transactions db-changes
Tue, 02 Mar 2021 16:53:19 +0100 Sebastien Jodogne close branch framework-lgpl
Tue, 02 Mar 2021 16:53:08 +0100 Sebastien Jodogne close branch framework-gpl
Tue, 02 Mar 2021 16:53:00 +0100 Sebastien Jodogne close branch Orthanc-1.8.1
Tue, 02 Mar 2021 16:52:42 +0100 Sebastien Jodogne close branch Orthanc-1.9.0
Tue, 02 Mar 2021 16:52:39 +0100 Sebastien Jodogne close branch Orthanc-1.8.2
Tue, 02 Mar 2021 16:52:31 +0100 Sebastien Jodogne close branch Orthanc-1.8.0
Tue, 02 Mar 2021 16:52:26 +0100 Sebastien Jodogne close branch Orthanc-1.7.4
Tue, 02 Mar 2021 16:52:24 +0100 Sebastien Jodogne close branch Orthanc-1.7.3
Tue, 02 Mar 2021 16:52:21 +0100 Sebastien Jodogne close branch Orthanc-1.7.2
Tue, 02 Mar 2021 16:52:17 +0100 Sebastien Jodogne close branch Orthanc-1.7.1
Tue, 02 Mar 2021 16:51:19 +0100 Sebastien Jodogne integration mainline->db-changes db-changes
Tue, 02 Mar 2021 14:53:35 +0100 Sebastien Jodogne link against iphlpapi.dll on Windows
Tue, 02 Mar 2021 14:06:10 +0100 Sebastien Jodogne added SystemToolbox::GetMacAddresses()
Tue, 02 Mar 2021 10:16:06 +0100 Sebastien Jodogne sanity checks in CheckOrthancFrameworkSymbols.py
Fri, 26 Feb 2021 16:50:52 +0100 Sebastien Jodogne missing ALLOW_DOWNLOADS when building unit tests of framework
Fri, 26 Feb 2021 13:50:37 +0100 Sebastien Jodogne simplification of DownloadOrthancFramework.cmake
Thu, 25 Feb 2021 18:27:28 +0100 Sebastien Jodogne back to mainline
Thu, 25 Feb 2021 16:59:24 +0100 Sebastien Jodogne Orthanc-1.9.1 Orthanc-1.9.1
Thu, 25 Feb 2021 16:52:32 +0100 Sebastien Jodogne fix ParsedDicomImage::EmbedImage() on big-endian Orthanc-1.9.1
Thu, 25 Feb 2021 12:15:18 +0100 Sebastien Jodogne additional option in DownloadOrthancFramework: ORTHANC_FRAMEWORK_ADDITIONAL_LIBRARIES
Thu, 25 Feb 2021 11:02:23 +0100 Sebastien Jodogne handling of ENABLE_WEB_SERVER in DownloadOrthancFramework.cmake for static library
Wed, 24 Feb 2021 21:06:34 +0100 Sebastien Jodogne fix decoding of images on big-endian architectures
Wed, 24 Feb 2021 15:07:54 +0100 Sebastien Jodogne fix segmentation fault during anonymization on big-endian architectures
Wed, 24 Feb 2021 12:39:35 +0100 Sebastien Jodogne Handle public tags with "UN" value representation and containing a string (cf. DICOM CP 246)
Tue, 23 Feb 2021 20:05:26 +0100 Sebastien Jodogne fix cross-compilation for big endian on Debian 10
Tue, 23 Feb 2021 15:19:40 +0100 Sebastien Jodogne The numbering of sequences in Orthanc Explorer now uses the DICOM convention (starts at 1)
Tue, 23 Feb 2021 15:05:55 +0100 Sebastien Jodogne added "/peers/{id}/store-straight": Synchronously send the DICOM instance in POST body to the peer
Tue, 23 Feb 2021 13:46:58 +0100 Sebastien Jodogne fix build
Tue, 23 Feb 2021 11:28:28 +0100 Sebastien Jodogne added field "Timeout" in "OrthancPeers" configuration option
Tue, 23 Feb 2021 11:01:54 +0100 Sebastien Jodogne using CLOG(INFO, HTTP) in HttpClient instead of LOG(INFO)
Mon, 22 Feb 2021 18:30:31 +0100 Sebastien Jodogne added unit test OrthancFramework.SizeOf to dump sizeof all the public classes in the Orthanc framework
Mon, 22 Feb 2021 16:51:23 +0100 Sebastien Jodogne cppcheck
Mon, 22 Feb 2021 16:32:11 +0100 Sebastien Jodogne new option "Timeout" in "DicomModalities" to set DICOM SCU timeout on a per-modality basis
Mon, 22 Feb 2021 15:27:25 +0100 Sebastien Jodogne Added "Timeout" parameter everywhere in "/modalities/.../"
Tue, 16 Feb 2021 15:01:13 +0100 Sebastien Jodogne added DicomToJsonFlags_SkipGroupLengths
Tue, 16 Feb 2021 14:42:04 +0100 Sebastien Jodogne Improved precision of floating-point numbers in DICOM-as-JSON and DICOM summary
Tue, 16 Feb 2021 12:18:41 +0100 Sebastien Jodogne removal of "dicom-as-json" attachments
Fri, 12 Feb 2021 12:13:19 +0100 Sebastien Jodogne simplification in ServerContext
Fri, 12 Feb 2021 11:33:16 +0100 Sebastien Jodogne added FileContentType_DicomUntilPixelData
Thu, 11 Feb 2021 19:06:29 +0100 Sebastien Jodogne ServerContext::ReadDicomUntilPixelData()
Thu, 11 Feb 2021 17:51:04 +0100 Sebastien Jodogne fix signature of virtual method
Thu, 11 Feb 2021 17:11:37 +0100 Sebastien Jodogne removed ServerContext::ReadAttachment()
Thu, 11 Feb 2021 11:00:05 +0100 Sebastien Jodogne Optimization in C-STORE SCP by avoiding an unnecessary DICOM parsing
Thu, 11 Feb 2021 09:33:48 +0100 Sebastien Jodogne widening the use of DicomTransferSyntax enum
Wed, 10 Feb 2021 17:01:44 +0100 Sebastien Jodogne refactoring ServerIndex::Store()
Wed, 10 Feb 2021 12:07:03 +0100 Sebastien Jodogne removed cached dicom summary from DicomInstanceToStore
Wed, 10 Feb 2021 11:29:53 +0100 Sebastien Jodogne removed cached dicom-as-json from DicomInstanceToStore
Tue, 09 Feb 2021 17:05:45 +0100 Sebastien Jodogne fix shared library
Tue, 09 Feb 2021 15:50:14 +0100 Sebastien Jodogne refactoring IStoreRequestHandler
Tue, 09 Feb 2021 15:24:36 +0100 Sebastien Jodogne FromDcmtkBridge::LogMissingTagsForStore()
Tue, 09 Feb 2021 14:49:30 +0100 Sebastien Jodogne added safeguards in Orthanc::FileInfo
Tue, 09 Feb 2021 14:25:21 +0100 Sebastien Jodogne reorganization
Tue, 09 Feb 2021 11:37:13 +0100 Sebastien Jodogne IStorageArea::HasReadRange()
Mon, 08 Feb 2021 18:39:22 +0100 Sebastien Jodogne fix build on msvc 2008
Mon, 08 Feb 2021 18:34:40 +0100 Sebastien Jodogne Possibility to generate a static library containing the Orthanc Framework
Thu, 04 Feb 2021 18:01:07 +0100 Sebastien Jodogne IStorageArea::ReadRange()
Thu, 04 Feb 2021 15:31:00 +0100 Sebastien Jodogne New metadata automatically computed at the instance level: "PixelDataOffset"
Thu, 04 Feb 2021 11:42:25 +0100 Sebastien Jodogne DicomStreamReader::LookupPixelDataOffset()
Sat, 30 Jan 2021 18:19:11 +0100 Sebastien Jodogne Fix build on big-endian architectures
Fri, 29 Jan 2021 11:51:42 +0100 Sebastien Jodogne back to mainline
Fri, 29 Jan 2021 10:36:16 +0100 Sebastien Jodogne typo in NEWS Orthanc-1.9.0
Fri, 29 Jan 2021 10:12:06 +0100 Sebastien Jodogne Orthanc-1.9.0 Orthanc-1.9.0
Fri, 29 Jan 2021 09:46:47 +0100 Sebastien Jodogne fix missing include for Debian unstable
Fri, 29 Jan 2021 07:32:48 +0100 Sebastien Jodogne fix
Thu, 28 Jan 2021 19:36:13 +0100 Sebastien Jodogne fix
Thu, 28 Jan 2021 19:28:32 +0100 Sebastien Jodogne cppcheck
Thu, 28 Jan 2021 19:03:19 +0100 Sebastien Jodogne new abstraction IMemoryBuffer to avoid unnecessary copies of std::string buffers
Thu, 28 Jan 2021 16:59:40 +0100 Sebastien Jodogne sample for OrthancPluginRegisterStorageArea2()
Thu, 28 Jan 2021 15:54:30 +0100 Sebastien Jodogne new configuration options: "DicomAlwaysAllowFind" and "DicomAlwaysAllowGet"
Thu, 28 Jan 2021 14:07:49 +0100 Sebastien Jodogne fix test paths
Wed, 27 Jan 2021 18:54:21 +0100 Sebastien Jodogne Clarifying documentation of "AllowTranscoding" in "DicomModalities"
Wed, 27 Jan 2021 18:37:34 +0100 Sebastien Jodogne "/tools/create-dicom": New flag "Force" to bypass consistency checks for the DICOM tags
Wed, 27 Jan 2021 17:28:34 +0100 Sebastien Jodogne todo
Wed, 27 Jan 2021 16:54:03 +0100 Sebastien Jodogne new primitive in plugin SDK: OrthancPluginCreateDicom2()
Tue, 26 Jan 2021 18:25:52 +0100 Sebastien Jodogne migrate remaining links to issues in bitbucket to mercurial server
Tue, 26 Jan 2021 17:57:09 +0100 Sebastien Jodogne fix integration test test_frames_transcoding of DICOMweb plugin
Tue, 26 Jan 2021 15:50:52 +0100 Sebastien Jodogne new configuration options: "AcceptedTransferSyntaxes" and "H265TransferSyntaxAccepted"
Tue, 26 Jan 2021 14:48:10 +0100 Sebastien Jodogne new URIs: /tools/accepted-transfer-syntaxes and /tools/unknown-sop-class-accepted to replace Lua callbacks for transfer syntaxes
Tue, 26 Jan 2021 10:18:50 +0100 Sebastien Jodogne rename TransferSyntax enum as TransferSyntaxGroup
Tue, 26 Jan 2021 09:15:05 +0100 Sebastien Jodogne patch of DCMTK 3.6.6 to fix value of "MediaStorageSOPClassUID" if writing DICOMDIR
Mon, 25 Jan 2021 18:38:29 +0100 Sebastien Jodogne upgrade to dcmtk 3.6.6
Mon, 25 Jan 2021 18:12:59 +0100 Sebastien Jodogne move old enum TransferSyntax from OrthancFramework to OrthancServer
Mon, 25 Jan 2021 15:18:34 +0100 Sebastien Jodogne IApplicationEntityFilter::GetAcceptedTransferSyntaxes()
Thu, 21 Jan 2021 19:06:00 +0100 Sebastien Jodogne todo
Thu, 21 Jan 2021 17:54:44 +0100 Sebastien Jodogne ABI compatibility for DicomStoreUserConnection::Transcode()
Thu, 21 Jan 2021 17:08:32 +0100 Sebastien Jodogne New configuration option: "DicomScuPreferredTransferSyntax" to control transcoding in C-STORE SCU
Wed, 20 Jan 2021 17:43:15 +0100 Sebastien Jodogne todo
Wed, 20 Jan 2021 17:36:23 +0100 Sebastien Jodogne "LocalAet" in "DicomModalities" to overwrite global "DicomAet" for SCU on a per-modality basis
Wed, 20 Jan 2021 17:02:10 +0100 Sebastien Jodogne "/modalities/{...}/query": New string argument "LocalAet"
Wed, 20 Jan 2021 14:51:48 +0100 Sebastien Jodogne The DICOM meta-header and the transfer syntax are displayed at the "Instance" level
Wed, 20 Jan 2021 14:20:37 +0100 Sebastien Jodogne New metadata automatically computed at the series level: "RemoteAET"
Wed, 20 Jan 2021 13:30:54 +0100 Sebastien Jodogne new mutex to protect registration of REST callbacks: restCallbackRegistrationMutex_
Wed, 20 Jan 2021 12:43:44 +0100 Sebastien Jodogne fix ParsedDicomCache for emscripten
Tue, 19 Jan 2021 19:05:04 +0100 Sebastien Jodogne Refactoring and improvements to the cache of DICOM files in ServerContext
Tue, 19 Jan 2021 16:11:23 +0100 Sebastien Jodogne new class: ParsedDicomCache()
Tue, 19 Jan 2021 14:31:04 +0100 Sebastien Jodogne Explicitly use little-endian to encode uncompressed file size with zlib compression
Tue, 19 Jan 2021 12:03:49 +0100 Sebastien Jodogne Fix upload of multiple DICOM files using one single POST call to "multipart/form-data"
Tue, 19 Jan 2021 10:02:46 +0100 Sebastien Jodogne new function MultipartStreamReader::ParseHeaderArguments()
Mon, 18 Jan 2021 15:04:36 +0100 Sebastien Jodogne todo
Mon, 18 Jan 2021 14:51:52 +0100 Sebastien Jodogne new configuration option "MaximumPduLength" to tune the maximum PDU length
Thu, 14 Jan 2021 09:13:29 +0100 Sebastien Jodogne support empty PatientID in OrthancImport.py
Thu, 14 Jan 2021 08:50:48 +0100 Sebastien Jodogne "#warning" is not available on Visual Studio
Wed, 13 Jan 2021 18:48:53 +0100 Sebastien Jodogne todo
Wed, 13 Jan 2021 17:17:50 +0100 Sebastien Jodogne fix
Wed, 13 Jan 2021 17:13:42 +0100 Sebastien Jodogne ImageProcessing::Set(image, r, g, b, a) applicable to grayscale images
Wed, 13 Jan 2021 10:32:34 +0100 Sebastien Jodogne fix LOG() in OrthancPluginCppWrapper.cpp
Wed, 13 Jan 2021 09:19:32 +0100 Sebastien Jodogne new function in OrthancPluginCppWrapper: ReadJsonWithoutComments()
Tue, 12 Jan 2021 13:07:15 +0100 Sebastien Jodogne ImageProcessing::ConvertJpegYCbCrToRgb()
Mon, 11 Jan 2021 14:32:44 +0100 Sebastien Jodogne new error code: ErrorCode_BadRange
Sat, 09 Jan 2021 13:13:06 +0100 Sebastien Jodogne better warning about no support of file ranges in storage area
Fri, 08 Jan 2021 18:53:33 +0100 Sebastien Jodogne New functions in the SDK: OrthancPluginCreateMemoryBuffer64() and OrthancPluginRegisterStorageArea2()
Thu, 07 Jan 2021 18:18:39 +0100 Sebastien Jodogne configuration options for DICOM TLS in Orthanc SCP
Thu, 07 Jan 2021 16:53:35 +0100 Sebastien Jodogne configuration options for DICOM TLS in Orthanc SCU
Wed, 06 Jan 2021 17:27:28 +0100 Sebastien Jodogne upgrade to year 2021
Wed, 06 Jan 2021 09:39:07 +0100 Sebastien Jodogne pre-release of Orthanc framework 23ad1b9c7800
Mon, 04 Jan 2021 17:05:21 +0100 Sebastien Jodogne fix tag in openapi
Mon, 04 Jan 2021 17:01:17 +0100 Sebastien Jodogne fix build
Mon, 04 Jan 2021 16:06:05 +0100 Sebastien Jodogne fix build if OpenSSL is disabled
Mon, 04 Jan 2021 15:59:32 +0100 Sebastien Jodogne dicom tls for scu
Mon, 04 Jan 2021 14:34:44 +0100 Sebastien Jodogne cont
Mon, 04 Jan 2021 12:42:45 +0100 Sebastien Jodogne testing DICOM TLS in Orthanc SCP
Sat, 02 Jan 2021 14:53:24 +0100 Sebastien Jodogne don't compile TLS if DCMTK networking is disabled
Thu, 31 Dec 2020 16:42:46 +0100 Sebastien Jodogne autodetection of SSL_CTX_get0_param()
Thu, 31 Dec 2020 15:16:18 +0100 Sebastien Jodogne trying to enable TLS support in DCMTK
Wed, 30 Dec 2020 09:39:40 +0100 Sebastien Jodogne openapi is done
Wed, 30 Dec 2020 08:20:26 +0100 Sebastien Jodogne added openapi description
Tue, 29 Dec 2020 19:28:53 +0100 Sebastien Jodogne openapi documentation is now completed
Tue, 29 Dec 2020 16:51:28 +0100 Sebastien Jodogne cont openapi
Tue, 29 Dec 2020 16:05:07 +0100 Sebastien Jodogne cont openapi
Tue, 29 Dec 2020 15:22:00 +0100 Sebastien Jodogne cont openapi
Tue, 29 Dec 2020 12:21:51 +0100 Sebastien Jodogne cont openapi
Tue, 29 Dec 2020 11:53:42 +0100 Sebastien Jodogne cont openapi
Tue, 29 Dec 2020 10:24:17 +0100 Sebastien Jodogne cont openapi
Mon, 28 Dec 2020 17:40:35 +0100 Sebastien Jodogne openapi for plugins and jobs
Mon, 28 Dec 2020 16:49:17 +0100 Sebastien Jodogne openapi about creation of zip/media archives
Mon, 28 Dec 2020 15:32:01 +0100 Sebastien Jodogne cont openapi
Mon, 28 Dec 2020 14:46:51 +0100 Sebastien Jodogne cont openapi
Mon, 28 Dec 2020 13:08:00 +0100 Sebastien Jodogne cont openapi
Mon, 28 Dec 2020 11:57:48 +0100 Sebastien Jodogne automated generation of the cheat sheet of the REST API, to be included in the Orthanc Book
Sun, 27 Dec 2020 11:31:50 +0100 Sebastien Jodogne typo
Fri, 25 Dec 2020 11:23:32 +0100 Sebastien Jodogne cont openapi
Fri, 25 Dec 2020 11:12:14 +0100 Sebastien Jodogne cont openapi
Thu, 24 Dec 2020 17:53:12 +0100 Sebastien Jodogne cont openapi
Thu, 24 Dec 2020 17:44:52 +0100 Sebastien Jodogne cont openapi
Thu, 24 Dec 2020 17:32:19 +0100 Sebastien Jodogne documenting generation of images
Thu, 24 Dec 2020 09:37:30 +0100 Sebastien Jodogne gathering statistics about progress of api documentation
Thu, 24 Dec 2020 08:59:45 +0100 Sebastien Jodogne cont openapi
Wed, 23 Dec 2020 18:32:13 +0100 Sebastien Jodogne cont openapi
Wed, 23 Dec 2020 15:16:37 +0100 Sebastien Jodogne fix for older compilers
Wed, 23 Dec 2020 15:13:45 +0100 Sebastien Jodogne documenting system calls
Wed, 23 Dec 2020 12:30:56 +0100 Sebastien Jodogne cppcheck
Wed, 23 Dec 2020 12:21:03 +0100 Sebastien Jodogne New command-line option: "--openapi" to write the OpenAPI documentation of the REST API to a file
Tue, 22 Dec 2020 09:39:06 +0100 Sebastien Jodogne fix RunCppCheck.sh
Tue, 22 Dec 2020 08:59:23 +0100 Sebastien Jodogne new function Toolbox::ReadJsonWithoutComments()
Tue, 22 Dec 2020 08:16:08 +0100 Sebastien Jodogne fix comment
Tue, 22 Dec 2020 08:14:54 +0100 Sebastien Jodogne removed useless includes
Tue, 22 Dec 2020 08:11:37 +0100 Sebastien Jodogne functions to read/write JSON in OrthancPluginCppWrapper.h
Mon, 21 Dec 2020 18:55:32 +0100 Sebastien Jodogne removing usage of deprecated JsonCpp classes
Mon, 21 Dec 2020 18:09:47 +0100 Sebastien Jodogne confining Json::Reader and Json::*Writer into Toolbox
Mon, 21 Dec 2020 08:47:29 +0100 Sebastien Jodogne upgraded to jsoncpp 1.9.4
Mon, 21 Dec 2020 08:41:13 +0100 Sebastien Jodogne upgraded to jsoncpp 1.9.3
Fri, 18 Dec 2020 17:41:42 +0100 Sebastien Jodogne typo
Fri, 18 Dec 2020 15:19:10 +0100 Sebastien Jodogne back to mainline
Fri, 18 Dec 2020 14:06:45 +0100 Sebastien Jodogne Orthanc-1.8.2 Orthanc-1.8.2
Fri, 18 Dec 2020 12:15:45 +0100 Sebastien Jodogne cppcheck
Fri, 18 Dec 2020 11:48:40 +0100 Sebastien Jodogne If meta-header is missing, best-effort to extract "TransferSyntax" in "/instances/{id}/metadata"
Fri, 18 Dec 2020 11:13:00 +0100 Sebastien Jodogne new configuration options IngestTranscodingOfUncompressed and IngestTranscodingOfCompressed
Thu, 17 Dec 2020 15:10:57 +0100 Sebastien Jodogne integration varian->mainline
Thu, 17 Dec 2020 15:10:04 +0100 Sebastien Jodogne review changeset 4381:df313e410f0c varian
Fri, 11 Dec 2020 11:59:10 -0500 Andrew Wallis Add support to configure minimimum accepted TLS version and cipher suite varian
Thu, 17 Dec 2020 12:48:55 +0100 Sebastien Jodogne integration varian->mainline
Thu, 17 Dec 2020 12:48:14 +0100 Sebastien Jodogne added NEWS about "OrthancExplorerEnabled" option varian
Fri, 11 Dec 2020 14:57:31 -0500 Andrew Wallis adding option to disable orthance explorer when http server is enabled varian
Thu, 17 Dec 2020 11:42:48 +0100 Sebastien Jodogne integration varian->mainline
Thu, 17 Dec 2020 11:27:37 +0100 Sebastien Jodogne review of changeset 4375:208029732d51 varian
Tue, 15 Dec 2020 13:59:01 -0500 Mark Poscablo New config option "DeidentifyDimseQueryLogs" varian
Thu, 17 Dec 2020 10:55:32 +0100 Sebastien Jodogne there will be a 1.8.2 release before 1.9.0
Thu, 17 Dec 2020 10:46:11 +0100 Sebastien Jodogne Explicit error log if trying to load a 32bit (resp. 64bit) plugin into a 64bit (resp. 32bit) version of Orthanc
Mon, 14 Dec 2020 17:33:17 +0100 Sebastien Jodogne tagging Orthanc framework 4a3ba4bf4ba7 for PostgreSQL 3.3
Mon, 14 Dec 2020 14:26:49 +0100 Sebastien Jodogne making ServerIndex::IncrementGlobalSequence() more fault-tolerant
Sat, 12 Dec 2020 19:42:05 +0100 Sebastien Jodogne merge
Sat, 12 Dec 2020 19:41:56 +0100 Sebastien Jodogne look for openssl in DownloadOrthancFramework.cmake
Sat, 12 Dec 2020 19:41:30 +0100 Sebastien Jodogne fix OpenSslConfigurationStatic-1.1.1.cmake to generate windows plugins
Thu, 10 Dec 2020 18:36:57 +0100 Sebastien Jodogne Allow empty request body in "/modalities/{id}/echo"
Thu, 10 Dec 2020 09:32:39 +0100 Sebastien Jodogne New config option "MallocArenaMax" to control memory usage on GNU/Linux
Wed, 09 Dec 2020 16:46:10 +0100 Sebastien Jodogne fix missing log category in _OrthancPluginService_LogInfo
Wed, 09 Dec 2020 16:17:46 +0100 Sebastien Jodogne Allow concurrency on the OrthancPluginRegisterIncomingHttpRequestFilter() callbacks
Wed, 09 Dec 2020 10:07:48 +0100 Sebastien Jodogne trying to fix msvc build errors for plugins while compiling ZipReader.cpp
Tue, 08 Dec 2020 20:22:24 +0100 Sebastien Jodogne cont
Tue, 08 Dec 2020 19:10:46 +0100 Sebastien Jodogne rollback incorrect removal for msvc2008
Tue, 08 Dec 2020 18:07:12 +0100 Sebastien Jodogne fix for msvc2015
Tue, 08 Dec 2020 16:48:58 +0100 Sebastien Jodogne fix ZipReader.cpp for msvc
Tue, 08 Dec 2020 15:22:28 +0100 Sebastien Jodogne ZIP archives containing DICOM files can be uploaded using WebDAV
Tue, 08 Dec 2020 13:17:40 +0100 Sebastien Jodogne "/instances" can be used to import ZIP archives provided in the POST body
Tue, 08 Dec 2020 12:55:32 +0100 Sebastien Jodogne cppcheck
Tue, 08 Dec 2020 12:38:59 +0100 Sebastien Jodogne new class: ZipReader
Mon, 07 Dec 2020 20:38:31 +0100 Sebastien Jodogne trying to uncompress one zip archive
Mon, 07 Dec 2020 17:23:26 +0100 Sebastien Jodogne back to mainline
Mon, 07 Dec 2020 12:27:24 +0100 Sebastien Jodogne Orthanc-1.8.1 Orthanc-1.8.1
Sun, 06 Dec 2020 20:30:12 +0100 Sebastien Jodogne fix for msvc2008
Sun, 06 Dec 2020 13:16:27 +0100 Sebastien Jodogne fix ORTHANC_DEPRECATED macro for C++14
Sun, 06 Dec 2020 12:47:54 +0100 Sebastien Jodogne relax CheckOrthancFrameworkSymbols.py about one friend stream function
Sun, 06 Dec 2020 12:21:31 +0100 Sebastien Jodogne reintroduced backward ABI compatibility in Orthanc Framework .so for unit tests of Orthanc 1.7.2 to 1.8.0
Sun, 06 Dec 2020 11:42:39 +0100 Sebastien Jodogne new error code: ErrorCode_DiscontinuedAbi
Sat, 05 Dec 2020 19:15:03 +0100 Sebastien Jodogne fix travis
Sat, 05 Dec 2020 18:04:16 +0100 Sebastien Jodogne fix travis
Sat, 05 Dec 2020 17:09:58 +0100 Sebastien Jodogne cppcheck
Fri, 04 Dec 2020 18:28:23 +0100 Sebastien Jodogne New function in the SDK: OrthancPluginGenerateRestApiAuthorizationToken()
Thu, 03 Dec 2020 18:48:06 +0100 Sebastien Jodogne SystemToolbox::ReadFileRange()
Thu, 03 Dec 2020 18:15:47 +0100 Sebastien Jodogne Archive/media jobs report the size of the created ZIP file in content field "ArchiveSizeMB"
Thu, 03 Dec 2020 15:58:52 +0100 Sebastien Jodogne "DicomEchoChecksFind" config option + "CheckFind" field in /modalities/.../echo
Thu, 03 Dec 2020 11:47:03 +0100 Sebastien Jodogne "/tools/dicom-echo": Execute C-Echo SCU to a modality that is not registered in "/modalities"
Thu, 03 Dec 2020 10:43:31 +0100 Sebastien Jodogne give access to the configuration of one single peer or modality
Wed, 02 Dec 2020 11:01:59 +0100 Sebastien Jodogne OrthancImport.py sample
Wed, 02 Dec 2020 07:14:23 +0100 Sebastien Jodogne tagging pre-release of the Orthanc Framework for Stone Web viewer 1.0
Tue, 01 Dec 2020 20:31:04 +0100 Sebastien Jodogne cppcheck
Mon, 30 Nov 2020 16:33:40 +0100 Sebastien Jodogne Fix access to videos as a single raw frame
Fri, 27 Nov 2020 06:57:23 +0100 Sebastien Jodogne fix parsing of multipart boundaries, to resolve issue #190 in STOW-RS of DICOMweb plugin
Wed, 25 Nov 2020 21:42:50 +0100 Sebastien Jodogne fix missing symbols for stone
Wed, 25 Nov 2020 18:15:28 +0100 Sebastien Jodogne enabling one test in sandboxed environments
Wed, 25 Nov 2020 14:39:10 +0100 Sebastien Jodogne moving generic type definitions from IHttpHandler to HttpToolbox
Wed, 25 Nov 2020 13:46:49 +0100 Sebastien Jodogne moving static methods from HttpToolbox to IHttpHandler
Wed, 25 Nov 2020 13:34:58 +0100 Sebastien Jodogne new macro ORTHANC_DEPRECATED
Tue, 24 Nov 2020 20:53:21 +0100 Sebastien Jodogne fix link errors on wasm unit tests
Tue, 24 Nov 2020 19:43:10 +0100 Sebastien Jodogne fix for stone
Tue, 24 Nov 2020 16:21:29 +0100 Sebastien Jodogne unit tests now running in WebAssembly
Tue, 24 Nov 2020 12:37:52 +0100 Sebastien Jodogne revert changeset 4320:72237cbb4fb2
Tue, 24 Nov 2020 12:12:44 +0100 Sebastien Jodogne merge
Tue, 24 Nov 2020 12:12:27 +0100 Sebastien Jodogne removed default setting of ORTHANC_ENABLE_LOGGING_STDIO in WebAssembly
Mon, 23 Nov 2020 14:23:18 +0100 Alain Mazy merge
Mon, 23 Nov 2020 14:23:10 +0100 Alain Mazy fix logging
Mon, 23 Nov 2020 12:51:39 +0100 Sebastien Jodogne added DICOM_TAG_CINE_RATE
Mon, 23 Nov 2020 12:04:59 +0100 Alain Mazy merge
Mon, 23 Nov 2020 12:04:42 +0100 Alain Mazy fix for 'logs are not stored in log files anymore after a /tools/reset'
Sat, 21 Nov 2020 10:49:54 +0100 Sebastien Jodogne explanation in configuration file
Tue, 17 Nov 2020 11:16:22 +0100 Sebastien Jodogne removed EMSCRIPTEN_SET_LLVM_WASM_BACKEND option for CMake
Thu, 12 Nov 2020 11:40:44 +0100 Sebastien Jodogne hiding some symbols using boos
Mon, 09 Nov 2020 16:09:05 +0100 Sebastien Jodogne removed a friend method for better abi
Mon, 09 Nov 2020 15:22:43 +0100 Sebastien Jodogne fix abi of DicomImageInformation
Mon, 09 Nov 2020 15:07:55 +0100 Sebastien Jodogne turning IImageWriter into a pure interface
Mon, 09 Nov 2020 14:40:51 +0100 Sebastien Jodogne renaming pure interface JobOperationValue as IJobOperationValue
Sat, 07 Nov 2020 08:02:36 +0100 Sebastien Jodogne missing cmake parameters if building unit tests of framework
Fri, 06 Nov 2020 21:15:09 +0100 Sebastien Jodogne fix for vs2008
Fri, 06 Nov 2020 21:13:45 +0100 Sebastien Jodogne fix build of Orthanc framework DLL for Windows
Fri, 06 Nov 2020 18:15:11 +0100 Sebastien Jodogne fix for vs2008
Fri, 06 Nov 2020 17:02:42 +0100 Sebastien Jodogne fix
Fri, 06 Nov 2020 16:33:52 +0100 Sebastien Jodogne continued abi
Fri, 06 Nov 2020 15:37:30 +0100 Sebastien Jodogne improving detection of ABI compatibility
Fri, 06 Nov 2020 10:00:05 +0100 Sebastien Jodogne missing macro CIVETWEB_KEEP_ALIVE_TIMEOUT_SECONDS
Fri, 06 Nov 2020 09:58:48 +0100 Sebastien Jodogne Fix keep-alive in the embedded HTTP server by setting the "Keep-Alive" HTTP header
Thu, 05 Nov 2020 19:33:18 +0100 Sebastien Jodogne abi continued
Thu, 05 Nov 2020 18:24:50 +0100 Sebastien Jodogne cppcheck
Thu, 05 Nov 2020 18:21:03 +0100 Sebastien Jodogne abi continued
Thu, 05 Nov 2020 17:20:49 +0100 Sebastien Jodogne abi continued
Thu, 05 Nov 2020 15:52:28 +0100 Sebastien Jodogne moving inline methods to source files for ABI compatibility
Thu, 05 Nov 2020 12:01:11 +0100 Alain Mazy applied log categories
Thu, 05 Nov 2020 11:43:32 +0100 Alain Mazy log categories: rest -> http + added lua & jobs
Thu, 05 Nov 2020 11:23:47 +0100 Sebastien Jodogne fix
Thu, 05 Nov 2020 10:24:05 +0100 Sebastien Jodogne prefixing log messages with their category
Thu, 05 Nov 2020 09:57:35 +0100 Sebastien Jodogne fix formatting for help2man
Thu, 05 Nov 2020 07:21:43 +0100 Sebastien Jodogne improving manpage
Wed, 04 Nov 2020 18:34:44 +0100 Sebastien Jodogne backporting a patch for DCMTK 3.6.5 to resolve a bad memory access in C-GET SCP
Wed, 04 Nov 2020 18:26:44 +0100 Sebastien Jodogne fix for VS2008
Wed, 04 Nov 2020 17:48:11 +0100 Sebastien Jodogne using CLOG in Orthanc DICOM handlers
Wed, 04 Nov 2020 17:40:25 +0100 Sebastien Jodogne debug logs for C-MOVE and C-GET SCP
Wed, 04 Nov 2020 16:27:59 +0100 Sebastien Jodogne fix for VS2008, debug logs for C-FIND SCP and for storage commitment SCP
Wed, 04 Nov 2020 15:01:47 +0100 Sebastien Jodogne moving all logs from DicomNetworking folder into the "dicom" category
Wed, 04 Nov 2020 14:48:52 +0100 Sebastien Jodogne starting debug logs for SCP
Wed, 04 Nov 2020 14:21:13 +0100 Sebastien Jodogne debug logs for storage commitment SCU
Wed, 04 Nov 2020 13:48:42 +0100 Sebastien Jodogne debug log for DCMTK SCU
Wed, 04 Nov 2020 07:56:22 +0100 Sebastien Jodogne SetDcmtkVerbosity()
Tue, 03 Nov 2020 20:48:01 +0100 Sebastien Jodogne moving inline methods to source files for ABI compatibility
Tue, 03 Nov 2020 20:05:55 +0100 Sebastien Jodogne avoid multiple calls to GetWidth() and GetHeight() on pixel loops
Tue, 03 Nov 2020 18:45:32 +0100 Sebastien Jodogne CheckOrthancFrameworkSymbols.py
Tue, 03 Nov 2020 17:00:58 +0100 Sebastien Jodogne fix for visual studio
Tue, 03 Nov 2020 14:41:27 +0100 Sebastien Jodogne Dynamically access and/or change the verbosity of logging categories with the REST API
Tue, 03 Nov 2020 12:28:25 +0100 Sebastien Jodogne cppcheck
Tue, 03 Nov 2020 12:24:50 +0100 Sebastien Jodogne tuning log categories from command-line, and binary compat with orthanc framework 1.7.2
Tue, 03 Nov 2020 07:19:33 +0100 Sebastien Jodogne LogCategory_REST
Tue, 03 Nov 2020 07:15:44 +0100 Sebastien Jodogne LogCategory_PLUGINS
Mon, 02 Nov 2020 18:45:50 +0100 Sebastien Jodogne logging categories
Mon, 02 Nov 2020 17:15:57 +0100 Sebastien Jodogne new macro CLOG, and sharing more code between logging engines
Mon, 02 Nov 2020 14:48:15 +0100 Sebastien Jodogne new macro TLOG() to replace VLOG() for trace logs with a category
Sun, 01 Nov 2020 12:43:18 +0100 Sebastien Jodogne REST API returns 404 error if deleting an inexistent peer or modality
Fri, 30 Oct 2020 12:00:16 +0100 Sebastien Jodogne merge
Fri, 30 Oct 2020 12:00:06 +0100 Sebastien Jodogne Fix decoding sequence if "BuiltinDecoderTranscoderOrder" is "Before"
Fri, 30 Oct 2020 10:48:57 +0100 Alain Mazy reducing verbosity of WebDav upload folder cleanup. avoid logs when nothing happens
Fri, 30 Oct 2020 10:35:49 +0100 Alain Mazy sanitize IndexInSeries (we've seen spaces there !)
Fri, 30 Oct 2020 09:00:24 +0100 Sebastien Jodogne ServeFolders plugin: mime type for ".map" file extension
Tue, 27 Oct 2020 14:31:06 +0100 Sebastien Jodogne notes
Tue, 27 Oct 2020 13:51:47 +0100 Sebastien Jodogne fix unit test Version.Civetweb
Tue, 27 Oct 2020 13:29:23 +0100 Sebastien Jodogne upgrade to civetweb 1.13
Mon, 26 Oct 2020 12:23:36 +0100 Sebastien Jodogne C-GET SCP: Fix responses and handling of cancel
Tue, 20 Oct 2020 09:52:42 +0200 Sebastien Jodogne Fix reporting of client-side store warnings/errors in C-GET SCP
Mon, 19 Oct 2020 18:38:24 +0200 Sebastien Jodogne cppcheck
Fri, 16 Oct 2020 11:12:25 +0200 Sebastien Jodogne back to mainline
Thu, 15 Oct 2020 22:00:07 +0200 Sebastien Jodogne Orthanc-1.8.0 Orthanc-1.8.0
Thu, 15 Oct 2020 20:08:44 +0200 Sebastien Jodogne cppcheck
Thu, 15 Oct 2020 17:13:35 +0200 Sebastien Jodogne fix webdav
Thu, 15 Oct 2020 13:56:50 +0200 Sebastien Jodogne hotpatch to make Orthanc 0.8.6 compile on Ubuntu 16.04 Orthanc-0.8.6
Tue, 13 Oct 2020 15:42:10 +0200 Sebastien Jodogne note
Tue, 13 Oct 2020 15:41:25 +0200 Sebastien Jodogne improvement
Tue, 13 Oct 2020 15:36:48 +0200 Sebastien Jodogne new lua sample: ClassifyUsingAet.lua
Tue, 13 Oct 2020 10:46:05 +0200 Sebastien Jodogne comments
Tue, 13 Oct 2020 10:39:47 +0200 Sebastien Jodogne simplification
Sat, 10 Oct 2020 11:23:11 +0200 Sebastien Jodogne RequestOrigin_WebDav
Sat, 10 Oct 2020 10:38:45 +0200 Sebastien Jodogne robustness against non-dicom files
Fri, 09 Oct 2020 18:10:24 +0200 Sebastien Jodogne configuration options for webdav
Fri, 09 Oct 2020 17:51:06 +0200 Sebastien Jodogne deleting resources from Orthanc WebDAV
Fri, 09 Oct 2020 12:07:23 +0200 Sebastien Jodogne fix
Fri, 09 Oct 2020 12:02:40 +0200 Sebastien Jodogne reorganization
Fri, 09 Oct 2020 11:38:03 +0200 Sebastien Jodogne upload DICOM using WebDAV
Fri, 09 Oct 2020 10:28:34 +0200 Sebastien Jodogne studies by date working
Fri, 09 Oct 2020 10:06:20 +0200 Sebastien Jodogne sharing more code
Fri, 09 Oct 2020 09:52:16 +0200 Sebastien Jodogne preparing merging InternalNode with ResourcesNode
Thu, 08 Oct 2020 18:13:01 +0200 Sebastien Jodogne working on sorting by dates
Thu, 08 Oct 2020 13:38:44 +0200 Sebastien Jodogne WebDAV: by-studies and by-patients
Wed, 07 Oct 2020 13:19:53 +0200 Sebastien Jodogne implementation of DELETE in class WebDavStorage
Wed, 07 Oct 2020 13:00:57 +0200 Sebastien Jodogne added DELETE in WebDAV, first working virtual filesystem
Tue, 06 Oct 2020 20:55:16 +0200 Sebastien Jodogne publishing the DICOM hierarchy as WebDAV bucket
Tue, 06 Oct 2020 18:14:26 +0200 Sebastien Jodogne WebDavStorage
Tue, 06 Oct 2020 13:13:17 +0200 Sebastien Jodogne warning
Tue, 06 Oct 2020 12:45:11 +0200 Sebastien Jodogne write access to webdav
Mon, 05 Oct 2020 10:55:24 +0200 Sebastien Jodogne basic implementation of WebDAV handler
Sun, 04 Oct 2020 13:23:53 +0200 Sebastien Jodogne prototyping IWebDavBucket
Wed, 30 Sep 2020 19:10:56 +0200 Sebastien Jodogne fix for mingw
Wed, 30 Sep 2020 17:59:09 +0200 Sebastien Jodogne fix
Wed, 30 Sep 2020 16:25:48 +0200 Sebastien Jodogne cppcheck
Wed, 30 Sep 2020 15:53:17 +0200 Sebastien Jodogne remove debug printf from DicomStreamReader
Wed, 30 Sep 2020 15:49:23 +0200 Sebastien Jodogne better normalization in stream reader
Wed, 30 Sep 2020 15:33:47 +0200 Sebastien Jodogne reorganization of DicomStreamReader
Wed, 30 Sep 2020 12:18:43 +0200 Sebastien Jodogne fix
Wed, 30 Sep 2020 11:49:38 +0200 Sebastien Jodogne validation against orthanc-tests
Wed, 30 Sep 2020 07:38:22 +0200 Sebastien Jodogne fix for c++98
Tue, 29 Sep 2020 19:44:38 +0200 Sebastien Jodogne fix
Tue, 29 Sep 2020 16:30:24 +0200 Sebastien Jodogne working on sequences
Mon, 28 Sep 2020 21:05:13 +0200 Sebastien Jodogne working on DicomStreamReader
Mon, 28 Sep 2020 15:23:04 +0200 Sebastien Jodogne testing DicomMap::ParseDicomMetaInformation()
Wed, 23 Sep 2020 07:41:11 +0200 Sebastien Jodogne todo
Mon, 21 Sep 2020 18:10:31 +0200 Sebastien Jodogne enforcing parameter "enforceAligned" in PamReader
Mon, 21 Sep 2020 11:20:08 +0200 Sebastien Jodogne auto-detection of mg_disable_keep_alive() in CMake
Fri, 18 Sep 2020 16:23:07 +0200 Sebastien Jodogne typo
Fri, 18 Sep 2020 14:18:10 +0200 Sebastien Jodogne back to mainline
Fri, 18 Sep 2020 11:52:36 +0200 Sebastien Jodogne Orthanc-1.7.4 Orthanc-1.7.4
Thu, 17 Sep 2020 20:49:15 +0200 Sebastien Jodogne cppcheck
Thu, 17 Sep 2020 17:58:19 +0200 Sebastien Jodogne cppcheck
Thu, 17 Sep 2020 16:18:01 +0200 Sebastien Jodogne cppcheck
Thu, 17 Sep 2020 15:01:31 +0200 Sebastien Jodogne improving const-correctness in ParsedDicomFile
Thu, 17 Sep 2020 08:35:11 +0200 Sebastien Jodogne moving ORTHANC_FORCE_INLINE and ORTHANC_OVERRIDE from Enumerations.h to Compatibility.h
Thu, 17 Sep 2020 08:18:28 +0200 Sebastien Jodogne cppcheck
Wed, 16 Sep 2020 20:53:31 +0200 Sebastien Jodogne cppcheck
Wed, 16 Sep 2020 20:28:20 +0200 Sebastien Jodogne cppcheck
Wed, 16 Sep 2020 18:13:13 +0200 Sebastien Jodogne fix unit test
Wed, 16 Sep 2020 13:30:01 +0200 Sebastien Jodogne merge
Wed, 16 Sep 2020 13:22:30 +0200 Sebastien Jodogne Fix handling of "ModalitiesInStudy" (0008,0061) in C-FIND and "/tools/find"
Wed, 16 Sep 2020 11:24:08 +0200 Alain Mazy fix
Wed, 16 Sep 2020 10:22:25 +0200 Alain Mazy HTTP client: allow empty CertificateKeyPassword
Tue, 15 Sep 2020 19:34:22 +0200 Sebastien Jodogne fix HttpServer options if sslVerifyPeers_ == false and ssl_ == true
Tue, 15 Sep 2020 17:30:23 +0200 Sebastien Jodogne merge
Tue, 15 Sep 2020 17:29:40 +0200 Sebastien Jodogne removing meaningless unit test Version.CivetwebCompression
Tue, 15 Sep 2020 15:47:28 +0200 Alain Mazy New configuration options to enable HTTP peers identification through certificates
Tue, 15 Sep 2020 08:27:17 +0200 Sebastien Jodogne run fsync() in OrthancPluginWriteFile()
Mon, 14 Sep 2020 20:34:47 +0200 Sebastien Jodogne removed bad include for win32
Mon, 14 Sep 2020 19:47:35 +0200 Sebastien Jodogne clarification to configuration file
Mon, 14 Sep 2020 19:27:55 +0200 Sebastien Jodogne fix build
Mon, 14 Sep 2020 18:09:30 +0200 Sebastien Jodogne giving a try to cross-platform compilation of SyncStorageArea
Sat, 12 Sep 2020 16:03:48 +0200 Sebastien Jodogne Enable the access to raw frames in Philips ELSCINT1 proprietary compression
Wed, 09 Sep 2020 14:47:10 +0200 Alain Mazy merge
Wed, 09 Sep 2020 14:46:59 +0200 Alain Mazy When checking DICOM allowed methods, if there are multiple modalities with the same AET, differentiate them from the calling IP
Tue, 08 Sep 2020 09:16:33 +0200 Sebastien Jodogne clarification of sdk doc about deadlocks
Tue, 08 Sep 2020 07:43:07 +0200 Sebastien Jodogne merge
Tue, 08 Sep 2020 07:42:47 +0200 Sebastien Jodogne warn about possible deadlocks
Mon, 07 Sep 2020 15:08:52 +0200 Alain Mazy sample config: storage commitment
Thu, 03 Sep 2020 18:43:18 +0200 Alain Mazy removed references to unused Manufacturer_StoreScp
Thu, 03 Sep 2020 12:00:35 +0200 Alain Mazy fix echo request in connectivity check
Thu, 03 Sep 2020 11:41:30 +0200 Alain Mazy fix doc
Wed, 02 Sep 2020 17:34:21 +0200 Sebastien Jodogne Fix transcoding in C-MOVE SCP, in the case where "SynchronousCMove" is "true"
Wed, 02 Sep 2020 14:48:24 +0200 Sebastien Jodogne missing installation of patch in LinuxInstallation.txt
Tue, 01 Sep 2020 17:55:54 +0200 Sebastien Jodogne merge
Tue, 01 Sep 2020 17:55:42 +0200 Sebastien Jodogne better fix for CMP0058
Tue, 01 Sep 2020 17:49:41 +0200 Sebastien Jodogne better fix for CMP0058
Tue, 01 Sep 2020 14:22:15 +0200 Sebastien Jodogne SharedMessageQueue::GetSize()
Tue, 01 Sep 2020 10:19:29 +0200 Sebastien Jodogne fix for ubuntu 14.04
Thu, 27 Aug 2020 14:59:53 +0200 Sebastien Jodogne merge
Thu, 27 Aug 2020 14:59:15 +0200 Sebastien Jodogne Fix CMake Policy CMP0058
Tue, 25 Aug 2020 17:05:13 +0200 Sebastien Jodogne Fix compatibility with C-MOVE SCU requests issued by Ambra
Mon, 24 Aug 2020 15:34:11 +0200 Alain Mazy underscores are now allowed in peers/modalities symbolic names
Mon, 24 Aug 2020 07:51:38 +0200 Sebastien Jodogne fix md5 of Orthanc framework package
Mon, 24 Aug 2020 07:50:31 +0200 Sebastien Jodogne integration 1.7.3->mainline
Mon, 24 Aug 2020 07:50:15 +0200 Sebastien Jodogne fix version in NEWS Orthanc-1.7.3
Mon, 24 Aug 2020 07:28:45 +0200 Sebastien Jodogne back to mainline
Sun, 23 Aug 2020 20:17:18 +0200 Sebastien Jodogne Orthanc-1.7.3 Orthanc-1.7.3
Sun, 23 Aug 2020 14:46:40 +0200 Sebastien Jodogne fix compiler warnings
Sun, 23 Aug 2020 14:38:45 +0200 Sebastien Jodogne fix compiler warnings
Sun, 23 Aug 2020 14:08:59 +0200 Sebastien Jodogne fix
Sun, 23 Aug 2020 13:46:33 +0200 Sebastien Jodogne typo
Sun, 23 Aug 2020 12:40:04 +0200 Sebastien Jodogne improved log
Sun, 23 Aug 2020 12:13:27 +0200 Sebastien Jodogne "/peers/{id}/store": New option "Compress" to compress DICOM data using gzip
Wed, 19 Aug 2020 15:22:03 +0200 Sebastien Jodogne Support of multipart messages larger than 2GB in the embedded HTTP server
Wed, 19 Aug 2020 11:59:02 +0200 Sebastien Jodogne Fix possible crash in HttpClient if sending multipart body (can occur in STOW-RS)
Wed, 19 Aug 2020 11:18:55 +0200 Sebastien Jodogne optimization of ChunkedBuffer if many small chunks are added
Tue, 18 Aug 2020 16:57:20 +0200 Sebastien Jodogne merge
Tue, 18 Aug 2020 16:56:33 +0200 Sebastien Jodogne removing ChunkedBuffer::AddChunkDestructive()
Tue, 18 Aug 2020 16:11:03 +0200 Sebastien Jodogne updated notes in LinuxStandardBaseToolchain.cmake
Mon, 17 Aug 2020 18:25:20 +0200 Sebastien Jodogne added woff2 file extension in serve folders plugin
Mon, 17 Aug 2020 14:48:11 +0200 Sebastien Jodogne New config option "Worklist.LimitAnswers" for the sample modality worklist plugin
Fri, 14 Aug 2020 08:26:07 +0200 Sebastien Jodogne todo
Fri, 14 Aug 2020 08:19:02 +0200 Sebastien Jodogne Add missing tag "Retrieve AE Title (0008,0054)" in C-FIND SCP responses
Thu, 13 Aug 2020 17:44:39 +0200 Sebastien Jodogne "/series/.../ordered-slices" supports spaces in Image Position/Orientation Patient tags
Tue, 11 Aug 2020 16:57:34 +0200 Sebastien Jodogne define ORTHANC_FRAMEWORK_VERSION_IS_ABOVE even if Orthanc framework is statically linked
Fri, 07 Aug 2020 10:46:50 +0200 Sebastien Jodogne centralization of default parameters for JSON/DicomMap conversions from DCMTK
Thu, 06 Aug 2020 18:25:47 +0200 Sebastien Jodogne "maxTagLength" must be explicitly given to ParsedDicomFile::ExtractDicomSummary()
Thu, 06 Aug 2020 17:56:10 +0200 Sebastien Jodogne DicomImageInformation::USEFUL_TAG_LENGTH
Thu, 06 Aug 2020 17:38:55 +0200 Sebastien Jodogne keep only one signature for FromDcmtkBridge::ExtractDicomSummary()
Thu, 06 Aug 2020 15:55:03 +0200 Sebastien Jodogne Fix DICOM SCP filters if some query tag has more than 256 characters
Tue, 04 Aug 2020 13:02:02 +0200 Sebastien Jodogne improving DownloadOrthancFramework.cmake
Thu, 23 Jul 2020 10:28:04 +0200 Sebastien Jodogne ORTHANC_FRAMEWORK_SOVERSION for the shared library of the Orthanc framework
Wed, 08 Jul 2020 14:25:11 +0200 Sebastien Jodogne cppcheck on OrthancPluginCppWrapper.h
Wed, 08 Jul 2020 13:30:25 +0200 Sebastien Jodogne back to mainline
Wed, 08 Jul 2020 11:50:26 +0200 Sebastien Jodogne Orthanc-1.7.2 Orthanc-1.7.2
Wed, 08 Jul 2020 09:18:03 +0200 Sebastien Jodogne fix travis
Wed, 08 Jul 2020 09:05:55 +0200 Sebastien Jodogne fix
Tue, 07 Jul 2020 20:31:54 +0200 Sebastien Jodogne making framework-lgpl the new mainline
Tue, 07 Jul 2020 20:28:09 +0200 Sebastien Jodogne merge framework-lgpl
Tue, 07 Jul 2020 20:27:50 +0200 Sebastien Jodogne merge
Tue, 07 Jul 2020 20:27:16 +0200 Sebastien Jodogne archive branch with GPL-licensed Orthanc framework framework-gpl
Tue, 07 Jul 2020 20:19:00 +0200 Sebastien Jodogne adding missing license headers framework-lgpl
Tue, 07 Jul 2020 20:08:57 +0200 Sebastien Jodogne adding missing licenses to sample plugins framework-lgpl
Tue, 07 Jul 2020 20:04:14 +0200 Sebastien Jodogne do not enforce openssl exception in plugins framework-lgpl
Tue, 07 Jul 2020 19:54:53 +0200 Sebastien Jodogne fix framework-lgpl
Tue, 07 Jul 2020 19:37:25 +0200 Sebastien Jodogne adding missing license headers framework-lgpl
Tue, 07 Jul 2020 19:17:56 +0200 Sebastien Jodogne re-licensing the OrthancFramework to LGPL, in order to license Stone of Orthanc under LGPL framework-lgpl
Tue, 07 Jul 2020 14:53:00 +0200 Sebastien Jodogne simplifying OrthancFramework/SharedLibrary/CMakeLists.txt
Tue, 07 Jul 2020 14:23:23 +0200 Sebastien Jodogne use of C++11 in the unit tests of the shared library
Tue, 07 Jul 2020 13:12:40 +0200 Sebastien Jodogne closing Orthanc-1.4.2-fix-build Orthanc-1.4.2-fix-build
Tue, 07 Jul 2020 13:12:23 +0200 Sebastien Jodogne integration Orthanc-1.4.2-fix-build->mainline
Tue, 07 Jul 2020 13:08:45 +0200 Sebastien Jodogne closing Orthanc-1.5.8 Orthanc-1.5.8
Tue, 07 Jul 2020 13:08:38 +0200 Sebastien Jodogne closing Orthanc-1.6.0 Orthanc-1.6.0
Tue, 07 Jul 2020 13:08:35 +0200 Sebastien Jodogne closing Orthanc-1.6.1 Orthanc-1.6.1
Tue, 07 Jul 2020 13:07:03 +0200 Sebastien Jodogne closing more-changes more-changes
Tue, 07 Jul 2020 10:03:59 +0200 Sebastien Jodogne make DicomInstanceHasher and ParsedDicomDir public classes
Mon, 06 Jul 2020 21:34:35 +0200 Sebastien Jodogne fix cmake policy CMP0075
Mon, 06 Jul 2020 21:10:13 +0200 Sebastien Jodogne fix cmake policy CMP0075
Mon, 06 Jul 2020 20:57:49 +0200 Sebastien Jodogne uninstall target for the orthanc framework
Mon, 06 Jul 2020 19:24:22 +0200 Sebastien Jodogne added license headers
Mon, 06 Jul 2020 13:48:10 +0200 Sebastien Jodogne move FromDcmtkBridge::ExecuteToDicom() to LuaFunctionCall, to remove dependency of DCMTK on Lua
Mon, 06 Jul 2020 11:45:39 +0200 Sebastien Jodogne publishing Orthanc::Semaphore in shared library
Mon, 06 Jul 2020 10:59:11 +0200 Sebastien Jodogne rename ORTHANC_INSTALL_DIR as ORTHANC_INSTALL_PREFIX for more consistency with CMake
Mon, 06 Jul 2020 10:54:59 +0200 Sebastien Jodogne removed Google Test from DownloadOrthancFramework
Mon, 06 Jul 2020 08:52:42 +0200 Sebastien Jodogne missing file
Mon, 06 Jul 2020 08:49:41 +0200 Sebastien Jodogne removed useless line
Mon, 06 Jul 2020 08:48:35 +0200 Sebastien Jodogne moving version scripts from OrthancFramework to OrthancServer
Wed, 01 Jul 2020 17:22:55 +0200 Sebastien Jodogne moved samples to access dicom datasets through rest api or plugins to the stone project
Wed, 01 Jul 2020 11:15:29 +0200 Sebastien Jodogne fix unit tests for orthanc framework
Wed, 01 Jul 2020 08:42:21 +0200 Sebastien Jodogne reusing of ISqlLookupFormatter and DatabaseConstraint in orthanc-databases project
Tue, 30 Jun 2020 17:20:22 +0200 Alain Mazy temporarily modified the FindRequestHandler such that ZeissCirrus accepts the response from Orthanc. Work to be cleaned zeiss-cirrus-investigations
Tue, 30 Jun 2020 17:00:18 +0200 Sebastien Jodogne fix build of orthanc framework
Tue, 30 Jun 2020 15:53:31 +0200 Sebastien Jodogne closing branch "framework" framework
Tue, 30 Jun 2020 15:53:17 +0200 Sebastien Jodogne making the "framework" branch the new "default"
Tue, 30 Jun 2020 07:30:50 +0200 Sebastien Jodogne moved CMakeLists.txt for the server to the OrthancServer folder framework
Mon, 29 Jun 2020 19:33:22 +0200 Sebastien Jodogne integration mainline->framework framework
Mon, 29 Jun 2020 18:43:42 +0200 Sebastien Jodogne note in ArchiveStudiesInTimeRange.py
Sat, 27 Jun 2020 10:48:49 +0200 Sebastien Jodogne Fix issue #183 (C-ECHO always fails in Orthanc Explorer, regression from 1.6.1 to 1.7.0)
Fri, 26 Jun 2020 09:47:51 +0200 Sebastien Jodogne integration mainline->framework framework
Fri, 26 Jun 2020 09:18:30 +0200 Sebastien Jodogne Issue #182: Better handling of errors in plugins reading chunked HTTP body
Thu, 25 Jun 2020 15:11:41 +0200 Sebastien Jodogne backporting fix from framework branch to mainline
Thu, 25 Jun 2020 08:28:11 +0200 Sebastien Jodogne fix missing macros
Tue, 23 Jun 2020 07:39:42 +0200 Sebastien Jodogne integration mainline->framework framework
Tue, 23 Jun 2020 07:39:23 +0200 Sebastien Jodogne ImageProcessing::FitSizeKeepAspectRatio()
Mon, 22 Jun 2020 19:04:45 +0200 Sebastien Jodogne integration mainline->framework framework
Mon, 22 Jun 2020 19:04:09 +0200 Sebastien Jodogne simplification in ImageProcessing::ShiftScale()
Mon, 22 Jun 2020 18:59:45 +0200 Sebastien Jodogne ImageProcessing::ShiftScale2()
Mon, 22 Jun 2020 15:10:03 +0200 Sebastien Jodogne integration mainline->framework framework
Mon, 22 Jun 2020 15:09:40 +0200 Sebastien Jodogne fix signature of OrthancPluginSendMultipartItem[2]()
Fri, 19 Jun 2020 18:45:16 +0200 Sebastien Jodogne avoid relying on boost::bad_lexical_cast in DicomImageInformation framework
Wed, 17 Jun 2020 18:19:45 +0200 Sebastien Jodogne notes framework
Mon, 15 Jun 2020 17:22:19 +0200 Sebastien Jodogne merge framework
Mon, 15 Jun 2020 17:21:48 +0200 Sebastien Jodogne LookupMimeType()
Mon, 15 Jun 2020 16:28:03 +0200 Sebastien Jodogne fix doxygen, more tolerant WebServiceParameters::SetUrl() framework
Mon, 15 Jun 2020 12:26:45 +0200 Sebastien Jodogne improved DownloadOrthancFramework.cmake framework
Fri, 12 Jun 2020 17:37:11 +0200 Sebastien Jodogne fixed emscripten options framework
Fri, 12 Jun 2020 12:32:34 +0200 Sebastien Jodogne improving EmscriptenParameters.cmake framework
Fri, 12 Jun 2020 09:29:03 +0200 Sebastien Jodogne integration mainline->framework framework
Thu, 11 Jun 2020 18:57:03 +0200 Sebastien Jodogne fix framework
Thu, 11 Jun 2020 18:43:14 +0200 Sebastien Jodogne build instructions for the library framework
Thu, 11 Jun 2020 18:04:28 +0200 Sebastien Jodogne export dcmdata in shared library, rounding in convolution tests framework
Thu, 11 Jun 2020 16:42:27 +0200 Alain Mazy Semaphore: allow acquiring/releasing multiple resources
Thu, 11 Jun 2020 16:40:34 +0200 Sebastien Jodogne shared library of orthanc framework framework
Thu, 11 Jun 2020 14:38:31 +0200 Sebastien Jodogne pretty-printing framework
Thu, 11 Jun 2020 14:31:30 +0200 Sebastien Jodogne typo framework
Thu, 11 Jun 2020 14:29:14 +0200 Sebastien Jodogne splitting MultiThreadingTests.cpp into JobsTests.cpp and ServerJobsTests.cpp framework
Thu, 11 Jun 2020 14:12:07 +0200 Sebastien Jodogne moved LuaTests and MemoryCacheTests from OrthancServer to OrthancFramework framework
Thu, 11 Jun 2020 13:57:44 +0200 Sebastien Jodogne moved FileStorageTests.cpp from OrthancServer to OrthancFramework framework
Thu, 11 Jun 2020 13:55:25 +0200 Sebastien Jodogne move DicomMapTests from OrthancServer to OrthancFramework framework
Thu, 11 Jun 2020 13:46:57 +0200 s jodogne fix for msvc2008 framework
Thu, 11 Jun 2020 12:52:09 +0200 Sebastien Jodogne moving FromDcmtkTests.cpp from OrthancServer to OrthancFramework framework
Thu, 11 Jun 2020 12:24:38 +0200 Sebastien Jodogne fix os x plugins framework
Thu, 11 Jun 2020 12:23:06 +0200 Sebastien Jodogne fix precompiled headers framework
Thu, 11 Jun 2020 12:21:45 +0200 Sebastien Jodogne fix p11 framework
Thu, 11 Jun 2020 11:51:03 +0200 Sebastien Jodogne removed ORTHANC_ROOT framework
Thu, 11 Jun 2020 11:44:48 +0200 Sebastien Jodogne fix paths framework
Thu, 11 Jun 2020 10:05:26 +0200 Sebastien Jodogne removing occurrences of ORTHANC_ROOT framework
Thu, 11 Jun 2020 09:18:30 +0200 Sebastien Jodogne rename framework
Thu, 11 Jun 2020 07:53:13 +0200 Sebastien Jodogne fix paths in GenerateErrorCodes.py framework
Wed, 10 Jun 2020 21:43:31 +0200 Sebastien Jodogne moving ImageTests.cpp to framework framework
Wed, 10 Jun 2020 21:27:31 +0200 Sebastien Jodogne fix path framework
Wed, 10 Jun 2020 20:30:34 +0200 Sebastien Jodogne splitting code into OrthancFramework and OrthancServer framework
Wed, 10 Jun 2020 18:49:21 +0200 Sebastien Jodogne cont
Wed, 10 Jun 2020 16:44:29 +0200 Sebastien Jodogne moving DownloadOrthancFramework.cmake to Resources/CMake/
Wed, 10 Jun 2020 14:55:26 +0200 Sebastien Jodogne news
Wed, 10 Jun 2020 14:26:18 +0200 Sebastien Jodogne don't generate embedded resources if not needed
Wed, 10 Jun 2020 14:16:16 +0200 Sebastien Jodogne fix for msvc2008
Wed, 10 Jun 2020 12:21:22 +0200 Sebastien Jodogne merge
Wed, 10 Jun 2020 12:18:21 +0200 Sebastien Jodogne adding option "system" to DownloadOrthancFramework.cmake
Wed, 10 Jun 2020 10:28:15 +0200 Alain Mazy merge
Wed, 10 Jun 2020 10:28:01 +0200 Alain Mazy added contextual privateCreators dico to ParsedDicomFile -> this allows you not to have to define a DefaultPrivateCreator. This was tested only in the scope of C-Find requests but should not have impact on other parts since it is not used out of C-Find right now
Wed, 10 Jun 2020 10:14:15 +0200 Sebastien Jodogne trying to use orthanc frameworking with web-viewer plugin
Tue, 09 Jun 2020 21:45:54 +0200 Sebastien Jodogne removing HAS_EMBEDDED_RESOURCES
Tue, 09 Jun 2020 21:43:42 +0200 Sebastien Jodogne renaming embedded resources
Tue, 09 Jun 2020 21:31:13 +0200 Sebastien Jodogne ServerResources, and moving EmbeddedResourceHttpHandler from Core to OrthancServer
Tue, 09 Jun 2020 20:50:20 +0200 Sebastien Jodogne DANGEROUS commit: removing HAS_EMBEDDED_RESOURCES
Tue, 09 Jun 2020 16:40:43 +0200 Sebastien Jodogne missing OrthancFramework.cpp
Tue, 09 Jun 2020 16:34:19 +0200 Sebastien Jodogne fix for msvc2008
Tue, 09 Jun 2020 16:33:08 +0200 Sebastien Jodogne merge
Tue, 09 Jun 2020 16:26:57 +0200 Sebastien Jodogne ORTHANC_BUILDING_FRAMEWORK_LIBRARY, Orthanc::InitializeFramework()
Tue, 09 Jun 2020 12:21:03 +0200 Alain Mazy merge
Tue, 09 Jun 2020 12:20:42 +0200 Alain Mazy new 'changes': JobSubmitted, JobSuccess, JobFailure more-changes
Tue, 09 Jun 2020 11:54:58 +0200 Alain Mazy merge more-changes
Tue, 09 Jun 2020 08:46:52 +0200 Alain Mazy wip: adding job changes more-changes
Tue, 09 Jun 2020 11:37:52 +0200 Alain Mazy merge
Tue, 09 Jun 2020 11:37:35 +0200 Alain Mazy collect private creators from the C-Find query itself; use DefaultPrivateCreator otherwise
Tue, 09 Jun 2020 09:20:09 +0200 Sebastien Jodogne macro ORTHANC_FRAMEWORK_VERSION_IS_ABOVE
Mon, 08 Jun 2020 22:43:58 +0200 Sebastien Jodogne fix build with recent versions of Emscripten
Mon, 08 Jun 2020 18:15:31 +0200 Sebastien Jodogne log using emscripten
Mon, 08 Jun 2020 17:20:32 +0200 Sebastien Jodogne fix creation of sequence in private tag
Mon, 08 Jun 2020 17:11:09 +0200 Sebastien Jodogne removing useless macro ORTHANC_ENABLE_LOGGING_PLUGIN
Mon, 08 Jun 2020 17:03:25 +0200 Sebastien Jodogne merging logging code for plugins and files
Mon, 08 Jun 2020 16:10:09 +0200 Alain Mazy cleanup
Mon, 08 Jun 2020 16:04:43 +0200 Alain Mazy merge
Mon, 08 Jun 2020 16:04:29 +0200 Alain Mazy fix for non private sequence tags in C-Find
Mon, 08 Jun 2020 15:54:30 +0200 Sebastien Jodogne removed unused Logging::SetErrorWarnInfoTraceLoggingFunctions()
Mon, 08 Jun 2020 09:02:08 +0200 Sebastien Jodogne print info about cpu architecture
Mon, 08 Jun 2020 08:47:43 +0200 Sebastien Jodogne removed Core/LoggingUtils.h
Sat, 06 Jun 2020 14:50:21 +0200 Sebastien Jodogne Private tags returned by C-FIND SCP
Sat, 06 Jun 2020 11:21:39 +0200 Sebastien Jodogne reorganizing Logging.cpp
Sat, 06 Jun 2020 11:18:12 +0200 Sebastien Jodogne removed EnableEmscriptenLogging()
Sat, 06 Jun 2020 11:14:10 +0200 Sebastien Jodogne cleaning SetErrorWarnInfoLoggingStreams()
Sat, 06 Jun 2020 11:08:59 +0200 Sebastien Jodogne removing useless LoggingMemento
Sat, 06 Jun 2020 10:58:36 +0200 Sebastien Jodogne style
Fri, 05 Jun 2020 20:56:11 +0200 Sebastien Jodogne unifying loggers
Fri, 05 Jun 2020 19:18:14 +0200 Sebastien Jodogne set default value for ORTHANC_FRAMEWORK_BUILDING_LIBRARY
Fri, 05 Jun 2020 19:14:20 +0200 Sebastien Jodogne ORTHANC_FRAMEWORK_BUILDING_LIBRARY
Fri, 05 Jun 2020 18:56:35 +0200 Sebastien Jodogne sharing more code between the loggers
Fri, 05 Jun 2020 18:26:15 +0200 Sebastien Jodogne merge
Fri, 05 Jun 2020 18:26:01 +0200 Sebastien Jodogne ORTHANC_FRAMEWORK_BUILDING_PLUGIN
Fri, 05 Jun 2020 18:08:17 +0200 Sebastien Jodogne reorganizing Logging
Fri, 05 Jun 2020 17:20:56 +0200 Sebastien Jodogne fix
Fri, 05 Jun 2020 16:52:09 +0200 Sebastien Jodogne fix msvc builds
Fri, 05 Jun 2020 16:07:01 +0200 Sebastien Jodogne working on the shared library for Orthanc framework
Fri, 29 May 2020 21:23:57 +0200 Sebastien Jodogne turning toolbox namespaces into classes to control visibility in shared libraries
Fri, 29 May 2020 19:43:28 +0200 Sebastien Jodogne disabling test for exporting symbols
Fri, 29 May 2020 19:04:15 +0200 Sebastien Jodogne test
Fri, 29 May 2020 19:02:32 +0200 Sebastien Jodogne playing with visibility
Fri, 29 May 2020 18:42:18 +0200 Sebastien Jodogne fix build
Fri, 29 May 2020 16:15:12 +0200 Sebastien Jodogne fix
Fri, 29 May 2020 10:14:26 +0200 Sebastien Jodogne clarifying embedded resources
Wed, 27 May 2020 16:44:36 +0200 Sebastien Jodogne fix Plugins/Samples/AutomatedJpeg2kCompression/Plugin.cpp
Wed, 27 May 2020 09:55:15 +0200 Sebastien Jodogne back to mainline
Wed, 27 May 2020 08:12:33 +0200 Sebastien Jodogne Orthanc-1.7.1 Orthanc-1.7.1
Tue, 26 May 2020 12:40:47 +0200 Sebastien Jodogne info log about dcmtk transcoding
Tue, 26 May 2020 09:04:00 +0200 Sebastien Jodogne Fix decoding of DICOM images for plugins
Mon, 25 May 2020 21:25:23 +0200 Sebastien Jodogne removed unused CMake settings
Mon, 25 May 2020 11:05:30 +0200 Sebastien Jodogne closing Orthanc-1.7.0
Mon, 25 May 2020 11:05:08 +0200 Sebastien Jodogne integration
Mon, 25 May 2020 07:47:37 +0200 Sebastien Jodogne extended news Orthanc-1.7.0
Mon, 25 May 2020 07:47:21 +0200 Sebastien Jodogne extended news
Sat, 23 May 2020 12:50:34 +0200 Sebastien Jodogne fix for big-endian
Fri, 22 May 2020 18:40:35 +0200 Sebastien Jodogne fix spelling errors according to debian
Fri, 22 May 2020 18:03:08 +0200 Sebastien Jodogne minor clarification
Fri, 22 May 2020 16:43:21 +0200 Sebastien Jodogne merge
Fri, 22 May 2020 16:43:10 +0200 Sebastien Jodogne fix date in some files
Fri, 22 May 2020 14:41:41 +0200 Sebastien Jodogne back to mainline
Fri, 22 May 2020 12:30:36 +0200 Sebastien Jodogne Orthanc-1.7.0 Orthanc-1.7.0
Fri, 22 May 2020 09:11:00 +0200 Sebastien Jodogne refresh TODO
Fri, 22 May 2020 09:02:04 +0200 Sebastien Jodogne c-get compatibility with ginkgocadx
Fri, 22 May 2020 08:33:26 +0200 Sebastien Jodogne reviewed CommandDispatcher.cpp
Thu, 21 May 2020 11:49:53 +0200 Sebastien Jodogne cppcheck
Thu, 21 May 2020 10:47:58 +0200 s jodogne fix msvc2008
Wed, 20 May 2020 20:53:59 +0200 Sebastien Jodogne trying a fix for msvc2008
Wed, 20 May 2020 18:38:09 +0200 Sebastien Jodogne closing c-get c-get
Wed, 20 May 2020 18:37:31 +0200 Sebastien Jodogne integration c-get->mainline
Wed, 20 May 2020 18:29:04 +0200 Sebastien Jodogne c-get: support of transcoding c-get
Wed, 20 May 2020 17:03:24 +0200 Sebastien Jodogne integration mainline->c-get c-get
Wed, 20 May 2020 16:43:01 +0200 Sebastien Jodogne closing transcoding transcoding
Wed, 20 May 2020 16:42:44 +0200 Sebastien Jodogne integration transcoding->mainline
Wed, 20 May 2020 16:38:33 +0200 Sebastien Jodogne C-GET: add timeout, fix uninitalized priority, support multiple resources c-get
Wed, 20 May 2020 09:52:20 +0200 Sebastien Jodogne coding style c-get
Wed, 20 May 2020 09:19:35 +0200 Sebastien Jodogne c-get: fixing memory with failedUIDs_ c-get
Wed, 20 May 2020 08:41:54 +0200 Sebastien Jodogne LSB compilation of getscu command-line tool from DCMTK for integration tests c-get
Tue, 19 May 2020 21:06:53 +0200 Sebastien Jodogne removed useless information "hasSopInstanceUidChanged" transcoding
Tue, 19 May 2020 20:37:00 +0200 Sebastien Jodogne "/peers/{id}/store": New option "Transcode" transcoding
Tue, 19 May 2020 18:44:36 +0200 Sebastien Jodogne preparing transcoding in OrthancPeerStoreJob transcoding
Tue, 19 May 2020 17:23:30 +0200 Sebastien Jodogne ResourceModificationJob: Fix the SOP instance UID to preserve references transcoding
Tue, 19 May 2020 16:19:05 +0200 Alain Mazy fix issue 179: use a shared mutex to avoid deadlock in python plugins transcoding
Tue, 19 May 2020 13:44:56 +0200 Sebastien Jodogne automatic test of transcoding transcoding
Tue, 19 May 2020 11:24:00 +0200 Sebastien Jodogne simplified IDicomTranscoder transcoding
Tue, 19 May 2020 10:17:06 +0200 Sebastien Jodogne preparing simplified interface for IDicomTranscoder transcoding
Mon, 18 May 2020 21:37:31 +0200 Sebastien Jodogne "/{patients|studies|series}/.../modify": New option "Transcode" transcoding
Mon, 18 May 2020 19:09:06 +0200 Sebastien Jodogne "/{patients|studies|series}/.../modify": New option "KeepSource" transcoding
Mon, 18 May 2020 18:20:19 +0200 Sebastien Jodogne class CleaningInstancesJob to share cleaning code by merge/split jobs transcoding
Mon, 18 May 2020 17:41:05 +0200 Sebastien Jodogne safeguard in merge/split job transcoding
Mon, 18 May 2020 17:15:16 +0200 Sebastien Jodogne new configuration options: BuiltinDecoderTranscoderOrder and IngestTranscoding transcoding
Mon, 18 May 2020 15:59:50 +0200 Sebastien Jodogne fix transcoding
Mon, 18 May 2020 11:16:18 +0200 Sebastien Jodogne documented new primitives in plugin SDK transcoding
Fri, 15 May 2020 18:35:09 +0200 Sebastien Jodogne documenting sdk transcoding
Fri, 15 May 2020 15:48:15 +0200 Sebastien Jodogne Moved the GDCM sample plugin out of the Orthanc repository as a separate plugin transcoding
Fri, 15 May 2020 15:15:58 +0200 Sebastien Jodogne guard on SDK version in OrthancPlugins::MemoryBuffer transcoding
Fri, 15 May 2020 12:25:36 +0200 Sebastien Jodogne new option "Throttling" to the GDCM plugin transcoding
Fri, 15 May 2020 11:17:55 +0200 Sebastien Jodogne clarifying debug message transcoding
Fri, 15 May 2020 09:22:31 +0200 Sebastien Jodogne new configuration option: BuiltinDecoderTranscoderOrder transcoding
Thu, 14 May 2020 19:20:40 +0200 Sebastien Jodogne transcoder plugins and GDCM transcoding are working transcoding
Thu, 14 May 2020 14:40:13 +0200 Sebastien Jodogne simplifying MemoryBufferTranscoder::Transcode() interface transcoding
Thu, 14 May 2020 13:31:05 +0200 Sebastien Jodogne ServerContext::DecodeDicomFrame() transcoding
Thu, 14 May 2020 07:51:12 +0200 Sebastien Jodogne updated conformance statement c-get
Thu, 14 May 2020 07:37:44 +0200 Sebastien Jodogne Allow concurrent calls to the custom image decoders provided by the plugins transcoding
Wed, 13 May 2020 18:12:34 +0200 Sebastien Jodogne new SDK: OrthancPluginGetInstanceAdvancedJson(), OrthancPluginGetInstanceDicomWebJson() and OrthancPluginGetInstanceDicomWebXml() transcoding
Wed, 13 May 2020 16:43:09 +0200 Sebastien Jodogne new functions in SDK: OrthancPluginEncodeDicomWebJson2() and OrthancPluginEncodeDicomWebXml2() transcoding
Tue, 12 May 2020 21:05:15 +0200 Sebastien Jodogne fix for older compilers transcoding
Tue, 12 May 2020 20:48:19 +0200 Sebastien Jodogne fix access to compressed frames after transcoding transcoding
Tue, 12 May 2020 19:21:52 +0200 Sebastien Jodogne fix transcoding
Tue, 12 May 2020 14:58:24 +0200 Alain Mazy merge default -> c-get c-get
Tue, 12 May 2020 12:38:27 +0200 Sebastien Jodogne OrthancPluginTranscodeDicomInstance() and OrthancPluginSerializeDicomInstance() transcoding
Tue, 12 May 2020 07:50:38 +0200 Alain Mazy C-Get SCP always enabled; no more server config c-get
Mon, 11 May 2020 21:12:40 +0200 Sebastien Jodogne NEWS: issue #169 was fixed by 8f7ad4989fec transcoding
Mon, 11 May 2020 21:07:36 +0200 Sebastien Jodogne new plugin SDK primitives related to OrthancPluginDicomInstance transcoding
Mon, 11 May 2020 15:13:16 +0200 Sebastien Jodogne merging sample GDCM decoder and Orthanc Web viewer transcoding
Mon, 11 May 2020 12:12:23 +0200 Sebastien Jodogne note transcoding
Fri, 08 May 2020 19:15:28 +0200 Sebastien Jodogne transcoding ZIP archive and media transcoding
Fri, 08 May 2020 13:43:50 +0200 Sebastien Jodogne prototyping automated transcoding of incoming DICOM files transcoding
Fri, 08 May 2020 12:10:04 +0200 Sebastien Jodogne renamed option TranscodingEnabled to TranscodeDicomProtocol transcoding
Fri, 08 May 2020 12:03:26 +0200 Sebastien Jodogne cont transcoding
Fri, 08 May 2020 11:40:12 +0200 Sebastien Jodogne removed useless abstraction IDicomTranscoder::TranscodeToBuffer() transcoding
Fri, 08 May 2020 11:30:32 +0200 Sebastien Jodogne removing leaky abstraction about inplace transcoding transcoding
Fri, 08 May 2020 11:24:34 +0200 Sebastien Jodogne substituting IDicomTranscoder::TranscodeToParsed() by refactored implementation transcoding
Fri, 08 May 2020 11:16:16 +0200 Sebastien Jodogne refactoring using IDicomTranscoder::TranscodedDicom transcoding
Fri, 08 May 2020 08:27:18 +0200 Sebastien Jodogne cont transcoding
Thu, 07 May 2020 17:21:20 +0200 Sebastien Jodogne fixing incorrect behavior in MemoryBufferTranscoder transcoding
Thu, 07 May 2020 16:43:08 +0200 Sebastien Jodogne avoid unnecessary dicom serialization transcoding
Thu, 07 May 2020 15:29:39 +0200 Sebastien Jodogne transcoding to 1.2.840.10008.1.2.4.57 transcoding
Thu, 07 May 2020 14:52:53 +0200 Sebastien Jodogne route "/instances/.../modify": New option "Transcode" transcoding
Thu, 07 May 2020 12:37:36 +0200 Sebastien Jodogne integration mainline->default transcoding
Thu, 07 May 2020 12:23:40 +0200 Alain Mazy '/ordered-slices': reverted the change introduced in 1.5.8 and go-back to 1.5.7 behaviour transcoding
Thu, 07 May 2020 11:41:13 +0200 Sebastien Jodogne this patch has been superseded by the transcoding refactoring SylvainRouquette/fix-issue169-95b752c
Thu, 07 May 2020 11:40:54 +0200 Alain Mazy hgignore for VSCode transcoding
Thu, 07 May 2020 11:32:15 +0200 Alain Mazy merge transcoding
Thu, 07 May 2020 11:31:58 +0200 Alain Mazy more explicit error message transcoding
Thu, 07 May 2020 11:13:29 +0200 Sebastien Jodogne transcoding to uncompressed transfer syntaxes over DICOM protocol is implemented transcoding
Wed, 06 May 2020 12:48:28 +0200 Sebastien Jodogne reorganization transcoding
Wed, 06 May 2020 08:40:48 +0200 Sebastien Jodogne Fix missing body in "OrthancPluginHttpPost()" and "OrthancPluginHttpPut()"
Tue, 05 May 2020 18:08:51 +0200 Sebastien Jodogne integration mainline->transcoding transcoding
Tue, 05 May 2020 18:08:36 +0200 Sebastien Jodogne upgrade to openssl 1.1.1g
Tue, 05 May 2020 17:46:28 +0200 Sebastien Jodogne PluginDicomTranscoder transcoding
Tue, 05 May 2020 16:42:13 +0200 Sebastien Jodogne IDicomTranscoder::TranscodeToBuffer() transcoding
Tue, 05 May 2020 16:32:37 +0200 Sebastien Jodogne transcoding to JPEGProcess14SV1 transcoding
Tue, 05 May 2020 16:03:46 +0200 Sebastien Jodogne transcoding to jpeg-ls transcoding
Tue, 05 May 2020 14:52:47 +0200 Sebastien Jodogne removed unused functions transcoding
Tue, 05 May 2020 14:37:29 +0200 Sebastien Jodogne moving old tests to the graveyard transcoding
Tue, 05 May 2020 14:11:47 +0200 Sebastien Jodogne DANGEROUS changeset: replaced "getOriginalXfer()" by "getCurrentXfer()" throughout Orthanc transcoding
Tue, 05 May 2020 12:29:33 +0200 Sebastien Jodogne implemented IDicomTranscoder::Store() transcoding
Tue, 05 May 2020 10:35:39 +0200 Sebastien Jodogne reorganization transcoding
Mon, 04 May 2020 22:10:55 +0200 Sebastien Jodogne DicomStoreUserConnection::LookupTranscoding() transcoding
Mon, 04 May 2020 19:17:07 +0200 Sebastien Jodogne reorganization transcoding
Mon, 04 May 2020 17:02:50 +0200 Sebastien Jodogne new unit test: OrthancJobsSerialization.DicomAssociationParameters transcoding
Mon, 04 May 2020 16:00:38 +0200 Sebastien Jodogne making DicomMoveScuJob more consistent with DicomModalityStoreJob transcoding
Mon, 04 May 2020 15:37:45 +0200 Sebastien Jodogne improved code reuse in OrthancRestModalities, added missing timeout params transcoding
Mon, 04 May 2020 14:49:31 +0200 Sebastien Jodogne moving timeout from DicomAssocation to DicomAssociationParameters transcoding
Thu, 30 Apr 2020 15:00:20 +0200 Sebastien Jodogne forcing use of DicomAssociationParameters if creating an SCU transcoding
Thu, 30 Apr 2020 14:49:35 +0200 Sebastien Jodogne fix uninitialized value transcoding
Thu, 30 Apr 2020 14:39:28 +0200 Sebastien Jodogne working on a simpler abstraction for transcoding transcoding
Wed, 29 Apr 2020 14:38:20 +0200 Sebastien Jodogne fix the name of some transfer syntaxes transcoding
Wed, 29 Apr 2020 12:26:51 +0200 Alain Mazy added a Timeout argument to every DICOM command + 'TargetAet' not mandatory anymore in /retrieve transcoding
Tue, 28 Apr 2020 16:46:04 +0200 Sebastien Jodogne fix typo, as suggested by jackoliverjoy on github mirror pull request 2 transcoding
Tue, 28 Apr 2020 08:43:48 +0200 Sebastien Jodogne better negotiation of transfer syntaxes transcoding
Mon, 27 Apr 2020 18:36:19 +0200 Sebastien Jodogne integration mainline->c-get c-get
Mon, 27 Apr 2020 18:34:20 +0200 Sebastien Jodogne integration mainline->transcoding transcoding
Mon, 27 Apr 2020 18:33:33 +0200 Sebastien Jodogne fix missing DicomAssociationParameters::SetDefaultTimeout()
Mon, 27 Apr 2020 18:29:26 +0200 Sebastien Jodogne removing DicomUserConnection transcoding
Mon, 27 Apr 2020 18:16:20 +0200 Sebastien Jodogne switch to DicomStoreUserConnection in Lua routing, C-MOVE handler and straight C-STORE transcoding
Mon, 27 Apr 2020 17:28:55 +0200 Sebastien Jodogne DicomModalityStoreJob now uses DicomStoreUserConnection transcoding
Mon, 27 Apr 2020 15:56:20 +0200 Sebastien Jodogne integration mainline->transcoding transcoding
Fri, 24 Apr 2020 17:30:41 +0200 Alain Mazy allow Keeping the SOPInstanceUID in /instances/../modify
Tue, 21 Apr 2020 16:39:52 +0200 Sebastien Jodogne fix c-get
Tue, 21 Apr 2020 16:37:25 +0200 Sebastien Jodogne integration mainline->c-get c-get
Tue, 21 Apr 2020 16:33:59 +0200 Sebastien Jodogne integration mainline->transcoding transcoding
Tue, 21 Apr 2020 14:45:30 +0200 Sebastien Jodogne back to mainline
Tue, 21 Apr 2020 13:21:10 +0200 Sebastien Jodogne Orthanc-1.6.1 Orthanc-1.6.1
Tue, 21 Apr 2020 10:22:54 +0200 Sebastien Jodogne fix C comment
Mon, 20 Apr 2020 18:13:31 +0200 Sebastien Jodogne leaving bitbucket
Mon, 20 Apr 2020 17:39:11 +0200 Sebastien Jodogne reverting default HttpThreadsCount to 50, as this slows performance of integration tests from 40s to 170s
Mon, 20 Apr 2020 16:46:44 +0200 Sebastien Jodogne refactoring: TimeoutDicomConnectionManager is now only used by Lua
Mon, 20 Apr 2020 14:45:21 +0200 Sebastien Jodogne removing useless abstraction IDicomConnectionManager
Mon, 20 Apr 2020 14:24:36 +0200 Sebastien Jodogne removed useless member
Mon, 20 Apr 2020 14:04:14 +0200 Sebastien Jodogne integration mainline->transcoding transcoding
Fri, 17 Apr 2020 16:21:50 +0200 Sebastien Jodogne actual implementation of OrthancPluginRegisterIncomingDicomInstanceFilter()
Thu, 16 Apr 2020 18:46:11 +0200 Sebastien Jodogne preparing primitives to filter incoming DICOM instances in the plugin SDK
Thu, 16 Apr 2020 17:59:47 +0200 Sebastien Jodogne new "info" field in "ReceivedInstanceFilter()" callback
Thu, 16 Apr 2020 17:27:18 +0200 Sebastien Jodogne fix paths
Thu, 16 Apr 2020 17:24:24 +0200 Sebastien Jodogne end of replacements of DicomUserConnection by DicomControlUserConnection
Thu, 16 Apr 2020 17:03:34 +0200 Sebastien Jodogne reducing the default number of threads in the HTTP server from 50 to 10
Thu, 16 Apr 2020 16:58:37 +0200 Sebastien Jodogne avoid one memcpy of the DICOM buffer on "POST /instances"
Wed, 15 Apr 2020 22:17:42 +0200 Sebastien Jodogne fixing signature of DicomMap::ParseDicomMetaInformation()
Wed, 15 Apr 2020 22:03:21 +0200 Sebastien Jodogne integration mainline->transcoding transcoding
Wed, 15 Apr 2020 17:58:30 +0200 Sebastien Jodogne fix build on os x
Wed, 15 Apr 2020 17:28:27 +0200 Sebastien Jodogne merge
Wed, 15 Apr 2020 17:28:15 +0200 Sebastien Jodogne test
Wed, 15 Apr 2020 16:59:47 +0200 Benjamin Golinvaux merge
Wed, 15 Apr 2020 16:58:28 +0200 Benjamin Golinvaux Added a flag to use an extra buffer in PamReader
Wed, 15 Apr 2020 14:45:52 +0200 Sebastien Jodogne compilation on mips qemu
Wed, 15 Apr 2020 14:37:40 +0200 Sebastien Jodogne Fix unit test ParsedDicomFile.ToJsonFlags2 on big-endian architectures
Fri, 10 Apr 2020 17:56:12 +0200 Sebastien Jodogne starting DicomStoreUserConnection::Store()
Fri, 10 Apr 2020 17:29:11 +0200 Sebastien Jodogne removing deprecated DicomUserControl from OrthancRestModalities.cpp
Fri, 10 Apr 2020 16:36:02 +0200 Sebastien Jodogne integration mainline->transcoding transcoding
Fri, 10 Apr 2020 16:35:41 +0200 Sebastien Jodogne fix build on os x
Fri, 10 Apr 2020 16:18:17 +0200 Sebastien Jodogne integration mainline->transcoding transcoding
Fri, 10 Apr 2020 16:12:10 +0200 Sebastien Jodogne putting DicomAssociation behind pimpl
Fri, 10 Apr 2020 16:04:54 +0200 Sebastien Jodogne refactoring DicomUserConnection as Dicom[Control|Store]UserConnection
Fri, 10 Apr 2020 15:24:02 +0200 Sebastien Jodogne reorganization of CheckCondition() transcoding
Fri, 10 Apr 2020 14:39:20 +0200 Sebastien Jodogne new class: DicomStoreUserConnection transcoding
Fri, 10 Apr 2020 11:39:40 +0200 Sebastien Jodogne cont transcoding
Thu, 09 Apr 2020 18:29:42 +0200 Sebastien Jodogne adding storage commitment to DicomAssociation transcoding
Thu, 09 Apr 2020 17:45:25 +0200 Sebastien Jodogne refactoring DicomUserConnection as DicomAssociation transcoding
Wed, 08 Apr 2020 17:00:33 +0200 Sebastien Jodogne update sop class/instance uid if transcoding transcoding
Fri, 27 Mar 2020 10:06:58 -0400 Stacy Loesch Add C-GET SCP support c-get
Wed, 08 Apr 2020 14:50:06 +0200 Alain Mazy merge
Wed, 08 Apr 2020 14:49:54 +0200 Alain Mazy /rendered route: fix automatic windowing of files without windowing tags and RescaleSlope != 1
Wed, 08 Apr 2020 14:01:37 +0200 Benjamin Golinvaux ImportDicomFiles.py is now compatible
Tue, 07 Apr 2020 17:35:44 +0200 Sebastien Jodogne new enum: StoreInstanceMode transcoding
Tue, 07 Apr 2020 14:03:33 +0200 Sebastien Jodogne moving SetOverwriteInstances from ServerIndex to ServerContext transcoding
Tue, 07 Apr 2020 13:54:57 +0200 Sebastien Jodogne transcoding to 1.2.840.10008.1.2.4.51 transcoding
Tue, 07 Apr 2020 08:40:30 +0200 Sebastien Jodogne fix transcoding to jpeg baseline transcoding
Mon, 06 Apr 2020 12:36:49 +0200 Sebastien Jodogne integration mainline->transcoding transcoding
Fri, 03 Apr 2020 14:47:37 +0200 Sebastien Jodogne enforcing SQLiteDatabaseWrapper::GetTableRecordCount() against SQL injection
Fri, 03 Apr 2020 14:06:13 +0200 Sebastien Jodogne new REST route: /modalities/{id}/store-straight
Thu, 02 Apr 2020 18:08:08 +0200 Sebastien Jodogne fix civetweb 1.12 archive
Thu, 02 Apr 2020 17:08:43 +0200 Sebastien Jodogne fix for libp11
Thu, 02 Apr 2020 16:45:20 +0200 Sebastien Jodogne Fix OpenSSL initialization on Linux Standard Base
Thu, 02 Apr 2020 14:50:49 +0200 Sebastien Jodogne using civetweb-1.12.zip
Thu, 02 Apr 2020 13:25:48 +0200 Sebastien Jodogne upgrade to openssl 1.1.1f
Thu, 02 Apr 2020 12:54:45 +0200 Sebastien Jodogne fix unit test, reorganization of OpenSSL initialization
Thu, 02 Apr 2020 11:24:47 +0200 Sebastien Jodogne upgrade to civetweb 1.12, error reporting if OpenSSL failure
Wed, 01 Apr 2020 11:08:43 +0200 Alain Mazy improved error message when trying to execute a C-Find query that is not accepted by the remote modality
Wed, 01 Apr 2020 10:15:33 +0200 Alain Mazy merge
Wed, 01 Apr 2020 10:14:49 +0200 Alain Mazy improved error message when trying to C-Move a resource that is not found
Wed, 01 Apr 2020 08:33:32 +0200 Sebastien Jodogne fix signature of OrthancPluginRegisterStorageCommitmentScpCallback()
Wed, 01 Apr 2020 08:07:46 +0200 Sebastien Jodogne cppcheck
Mon, 30 Mar 2020 21:06:46 +0200 Sebastien Jodogne news
Thu, 26 Mar 2020 15:53:54 +0100 Sebastien Jodogne fix address
Thu, 26 Mar 2020 07:25:42 +0100 Sebastien Jodogne news
Thu, 26 Mar 2020 07:19:30 +0100 Sebastien Jodogne remove universal wildcard on StudyDate in OrthancExplorer
Wed, 25 Mar 2020 18:44:17 +0100 Sebastien Jodogne fixed signature of OrthancPluginGetInstanceData()
Sat, 21 Mar 2020 16:20:43 +0100 Sebastien Jodogne fix typo in plugin SDK
Fri, 20 Mar 2020 12:38:00 +0100 Sebastien Jodogne integration mainline->transcoding transcoding
Fri, 20 Mar 2020 12:37:41 +0100 Sebastien Jodogne disable RTLD_DEEPBIND if loading plugins
Thu, 19 Mar 2020 11:58:32 +0100 Sebastien Jodogne integration mainline->transcoding transcoding
Thu, 19 Mar 2020 11:48:30 +0100 Sebastien Jodogne integration Orthanc-1.6.0->SylvainRouquette SylvainRouquette/fix-issue169-95b752c
Wed, 18 Mar 2020 08:59:06 +0100 sylvain rouquette add PreferredTransferSyntax to RemoteModalityParameters SylvainRouquette/fix-issue169-95b752c
Thu, 19 Mar 2020 10:23:29 +0100 Sebastien Jodogne links to https://github.com/jodogne/OrthancContributed
Thu, 19 Mar 2020 09:36:41 +0100 Sebastien Jodogne closing pull request TomasZubiri/minor-typo-in-comments-1553026669603
Thu, 19 Mar 2020 09:36:34 +0100 Sebastien Jodogne closing pull request Tomas-Zubiri/replaced-broken-url-with-url-from-waybac-1573762425576
Wed, 18 Mar 2020 15:53:38 +0100 Sebastien Jodogne integration mainline->transcoding transcoding
Wed, 18 Mar 2020 14:47:01 +0100 Sebastien Jodogne back to mainline
Wed, 18 Mar 2020 13:12:46 +0100 Sebastien Jodogne Orthanc-1.6.0 Orthanc-1.6.0
Wed, 18 Mar 2020 12:01:43 +0100 Sebastien Jodogne yet another try
Wed, 18 Mar 2020 11:14:59 +0100 Sebastien Jodogne fix
Wed, 18 Mar 2020 10:32:23 +0100 Sebastien Jodogne fix for msvc 2015 64bit
Wed, 18 Mar 2020 09:38:08 +0100 Sebastien Jodogne cont
Wed, 18 Mar 2020 09:01:55 +0100 Sebastien Jodogne fix for MSVC 32bit
Wed, 18 Mar 2020 07:57:33 +0100 Sebastien Jodogne fix compatibility between MSVC and Windows XP
Tue, 17 Mar 2020 19:20:15 +0100 Sebastien Jodogne integration mainline->transcoding transcoding
Tue, 17 Mar 2020 19:19:48 +0100 Sebastien Jodogne fix memory issues if parsing invalid DICOM file
Tue, 17 Mar 2020 16:39:38 +0100 Sebastien Jodogne integration mainline->transcoding transcoding
Tue, 17 Mar 2020 16:36:14 +0100 Sebastien Jodogne compatibility with DCMTK 3.6.0
Tue, 17 Mar 2020 15:02:23 +0100 Sebastien Jodogne replacing std::auto_ptr by std::unique_ptr in GDCM sample plugin
Tue, 17 Mar 2020 14:46:06 +0100 Sebastien Jodogne cppcheck
Tue, 17 Mar 2020 13:11:44 +0100 Sebastien Jodogne cont transcoding
Mon, 16 Mar 2020 18:39:23 +0100 Sebastien Jodogne first transcoding to jpeg 8bpp transcoding
Mon, 16 Mar 2020 15:21:35 +0100 Sebastien Jodogne fix static build of dcmtk transcoding
Mon, 16 Mar 2020 14:12:20 +0100 Sebastien Jodogne adding missing ORTHANC_OVERRIDE
Mon, 16 Mar 2020 12:33:28 +0100 Sebastien Jodogne adding missing ORTHANC_OVERRIDE
Mon, 16 Mar 2020 12:17:43 +0100 Sebastien Jodogne integration mainline->transcoding transcoding
Mon, 16 Mar 2020 12:17:07 +0100 Sebastien Jodogne closing branch Orthanc-1.5.7 Orthanc-1.5.7
Mon, 16 Mar 2020 12:17:04 +0100 Sebastien Jodogne closing branch Orthanc-1.5.6 Orthanc-1.5.6
Mon, 16 Mar 2020 12:17:01 +0100 Sebastien Jodogne closing branch Orthanc-1.5.5 Orthanc-1.5.5
Mon, 16 Mar 2020 12:16:52 +0100 Sebastien Jodogne closing branch Orthanc-1.5.4 Orthanc-1.5.4
Mon, 16 Mar 2020 12:16:45 +0100 Sebastien Jodogne closing branch Orthanc-1.5.3 Orthanc-1.5.3
Mon, 16 Mar 2020 12:16:38 +0100 Sebastien Jodogne closing branch Orthanc-1.5.2 Orthanc-1.5.2
Mon, 16 Mar 2020 12:15:52 +0100 Sebastien Jodogne closing branch storage-commitment storage-commitment
Mon, 16 Mar 2020 12:14:25 +0100 Sebastien Jodogne integration storage-commitment->mainline
Mon, 16 Mar 2020 12:08:14 +0100 Sebastien Jodogne integration mainline->storage-commitment storage-commitment
Mon, 16 Mar 2020 11:22:56 +0100 Sebastien Jodogne cppcheck
Mon, 16 Mar 2020 11:19:37 +0100 Sebastien Jodogne fix for boost 1.71 - cf. Debian Bug#953884
Mon, 16 Mar 2020 11:13:30 +0100 Sebastien Jodogne replacing deprecated std::auto_ptr by boost::movelib in C++ plugin wrapper
Fri, 13 Mar 2020 16:50:13 +0100 Sebastien Jodogne transcoding to uncompressed transfer syntaxes transcoding
Fri, 13 Mar 2020 08:32:13 +0100 Sebastien Jodogne new branch: transcoding transcoding
Fri, 13 Mar 2020 08:31:39 +0100 Sebastien Jodogne merge storage-commitment
Thu, 12 Mar 2020 21:48:35 +0100 Sebastien Jodogne extracting the raw frame in the transcoder
Thu, 12 Mar 2020 17:58:34 +0100 Sebastien Jodogne accessing raw pixel data
Thu, 12 Mar 2020 16:08:08 +0100 Sebastien Jodogne creating IDicomTranscoder abstraction
Wed, 11 Mar 2020 14:35:32 +0100 Sebastien Jodogne fix storage-commitment
Wed, 11 Mar 2020 14:28:37 +0100 Sebastien Jodogne safeguard storage-commitment
Wed, 11 Mar 2020 11:04:48 +0100 Sebastien Jodogne storage commitment SCU against a list of Orthanc IDs storage-commitment
Tue, 10 Mar 2020 20:54:33 +0100 Sebastien Jodogne integration mainline->storage-commitment storage-commitment
Tue, 10 Mar 2020 20:53:40 +0100 Sebastien Jodogne new route: "/storage-commitment/{...}/remove" storage-commitment
Tue, 10 Mar 2020 20:33:01 +0100 Sebastien Jodogne accessing storage commitment reports from REST API storage-commitment
Tue, 10 Mar 2020 17:43:49 +0100 Sebastien Jodogne StorageCommitmentReports storage-commitment
Tue, 10 Mar 2020 13:59:14 +0100 Sebastien Jodogne simplification storage-commitment
Tue, 10 Mar 2020 13:22:02 +0100 Sebastien Jodogne triggering storage commitment scu from REST API storage-commitment
Tue, 10 Mar 2020 10:34:09 +0100 Benjamin Golinvaux Better C++11 detection for Visual C++
Tue, 10 Mar 2020 09:49:18 +0100 Alain Mazy tentative fix of std::unique_ptr compilation issue for VS2015
Mon, 09 Mar 2020 17:19:45 +0100 Sebastien Jodogne integration mainline->storage-commitment storage-commitment
Mon, 09 Mar 2020 15:06:22 +0100 Sebastien Jodogne toolbox: LookupTransferSyntax()
Sun, 08 Mar 2020 19:51:57 +0100 Benjamin Golinvaux Merge
Sun, 08 Mar 2020 19:51:22 +0100 Benjamin Golinvaux Fixed C++03 detection support for Visual C++ compilers
Fri, 06 Mar 2020 17:10:03 +0100 Sebastien Jodogne auto-generation of primitives to handle transfer syntaxes
Fri, 06 Mar 2020 11:52:44 +0100 Sebastien Jodogne fix mingw
Fri, 06 Mar 2020 10:56:24 +0100 Sebastien Jodogne fix openssl
Fri, 06 Mar 2020 10:47:41 +0100 Sebastien Jodogne fix for msvc
Thu, 05 Mar 2020 21:13:37 +0100 Sebastien Jodogne fix pkcs11 compilation
Thu, 05 Mar 2020 19:48:19 +0100 Sebastien Jodogne fixing openssl compilation
Thu, 05 Mar 2020 18:34:25 +0100 Sebastien Jodogne upgraded jsoncpp to 0.10.7 for pre-C++11 compilers
Thu, 05 Mar 2020 16:42:55 +0100 Sebastien Jodogne upgraded OpenSSL to 1.1.1d
Thu, 05 Mar 2020 14:19:12 +0100 Sebastien Jodogne upgraded DCMTK to 3.6.5
Wed, 04 Mar 2020 16:03:40 +0100 Sebastien Jodogne integration mainline->storage-commitment storage-commitment
Wed, 04 Mar 2020 10:13:34 +0100 Sebastien Jodogne development snapshot of the Orthanc framework for DICOMweb 1.1
Wed, 04 Mar 2020 10:00:42 +0100 Sebastien Jodogne sample for "Manufacturer" option in "DicomModalities" config
Mon, 02 Mar 2020 18:12:40 +0100 Sebastien Jodogne integration mainline->storage-commitment storage-commitment
Mon, 02 Mar 2020 16:18:11 +0100 Alain Mazy fix unique_ptr cpp compat for MSVC
Mon, 02 Mar 2020 15:42:17 +0100 Sebastien Jodogne integration mainline->storage-commitment storage-commitment
Mon, 02 Mar 2020 15:32:45 +0100 Sebastien Jodogne replacing std::auto_ptr by std::unique_ptr
Mon, 02 Mar 2020 10:13:34 +0100 Sebastien Jodogne experimenting boost::movelib::unique_ptr storage-commitment
Fri, 28 Feb 2020 13:27:16 +0100 Sebastien Jodogne integration mainline->storage-commitment storage-commitment
Fri, 28 Feb 2020 13:23:11 +0100 Sebastien Jodogne Fix issue #168 (Plugins can't read private tags from the configuration file)
Fri, 28 Feb 2020 11:53:23 +0100 Sebastien Jodogne typo
Thu, 27 Feb 2020 17:06:45 +0100 Sebastien Jodogne documentation of the storage commitment plugins storage-commitment
Thu, 27 Feb 2020 12:24:29 +0100 Sebastien Jodogne timeouts in storage commitment SCU and SCP storage-commitment
Thu, 27 Feb 2020 12:07:19 +0100 Sebastien Jodogne integration mainline->storage-commitment storage-commitment
Thu, 27 Feb 2020 11:25:57 +0100 Sebastien Jodogne Fix issue #167 (Job can't be cancelled - Handling of timeouts after established association)
Wed, 26 Feb 2020 14:36:58 +0100 Sebastien Jodogne integration mainline->storage-commitment storage-commitment
Wed, 26 Feb 2020 14:36:42 +0100 Sebastien Jodogne fix handling of errors of OrthancPluginStorageRemove()
Wed, 26 Feb 2020 13:22:35 +0100 Sebastien Jodogne integration mainline->storage-commitment storage-commitment
Wed, 26 Feb 2020 13:21:41 +0100 Sebastien Jodogne Fix issue #103 ("queries/.../retrieve" API returns HTTP code 200 even on server errors)
Wed, 26 Feb 2020 12:19:34 +0100 Sebastien Jodogne additional logging
Wed, 26 Feb 2020 12:15:29 +0100 Sebastien Jodogne prevent crash on full disk
Wed, 26 Feb 2020 11:57:59 +0100 Sebastien Jodogne Fix issue #154 (Matching against list of UID-s by C-MOVE)
Wed, 26 Feb 2020 11:16:35 +0100 Sebastien Jodogne use of RTLD_DEEPBIND in dlopen() while loading plugins
Wed, 26 Feb 2020 10:39:55 +0100 Sebastien Jodogne integration mainline->storage-commitment storage-commitment
Tue, 25 Feb 2020 22:46:38 +0100 Sebastien Jodogne typo
Tue, 25 Feb 2020 22:46:00 +0100 Sebastien Jodogne fix dcmtk 3.6.1
Tue, 25 Feb 2020 22:32:07 +0100 Sebastien Jodogne fix for ubuntu 16.04
Tue, 25 Feb 2020 21:44:09 +0100 Sebastien Jodogne Fix issue #140 (Modifying private tags with REST API changes VR from LO to UN) - DANGEROUS COMMIT
Tue, 25 Feb 2020 13:57:43 +0100 Sebastien Jodogne implementation of "/instances/.../rendered" for grayscale images
Tue, 25 Feb 2020 11:07:56 +0100 Sebastien Jodogne "/instances": Support "Content-Encoding: gzip" to upload gzip-compressed DICOM files
Tue, 25 Feb 2020 10:51:26 +0100 Sebastien Jodogne Enable support of compression in civetweb
Tue, 25 Feb 2020 08:42:00 +0100 Sebastien Jodogne fix linking
Mon, 24 Feb 2020 18:09:38 +0100 Sebastien Jodogne cont
Mon, 24 Feb 2020 17:58:59 +0100 Sebastien Jodogne rendering of RGB24
Mon, 24 Feb 2020 17:30:20 +0100 Sebastien Jodogne fix for older compilers
Mon, 24 Feb 2020 17:19:37 +0100 Sebastien Jodogne skeleton for new route: /instances/{id}/rendered
Mon, 24 Feb 2020 16:26:59 +0100 Sebastien Jodogne merging implementations of ImageProcessing::ShiftScale() and ApplyWindowing()
Thu, 20 Feb 2020 20:36:47 +0100 Sebastien Jodogne integration mainline->storage-commitment storage-commitment
Thu, 20 Feb 2020 20:09:24 +0100 Sebastien Jodogne news
Thu, 20 Feb 2020 20:06:19 +0100 Sebastien Jodogne C-FIND: forbid wildcard matching on some VRs, ignore main tags below the queried level
Thu, 20 Feb 2020 20:00:02 +0100 Sebastien Jodogne DicomMap::MergeMainDicomTags()
Wed, 19 Feb 2020 17:17:27 +0100 Sebastien Jodogne refactoring FindStorageAccessMode
Wed, 19 Feb 2020 14:19:49 +0100 Sebastien Jodogne Lua events for deleted/updated resources
Mon, 17 Feb 2020 17:54:40 +0100 Sebastien Jodogne test pausing storage commitment plugin jobs storage-commitment
Mon, 17 Feb 2020 10:15:10 +0100 Sebastien Jodogne fix warnings with recent wasm storage-commitment
Fri, 14 Feb 2020 17:55:53 +0100 Sebastien Jodogne integration mainline->storage-commitment storage-commitment
Fri, 14 Feb 2020 17:22:28 +0100 Sebastien Jodogne Fix issue #65 (Logging improvements)
Fri, 14 Feb 2020 14:56:06 +0100 Benjamin Golinvaux Added functions to retrieve min and max possible values for floating-point pixels