Mercurial > hg > orthanc
graph
-
OrthancPluginDatabaseV3::Transaction is fully implemented db-changesThu, 18 Mar 2021 11:26:10 +0100, by Sebastien Jodogne
-
added missing enum translationWed, 17 Mar 2021 15:48:31 +0100, by Alain Mazy
-
added OrthancPluginContentType_DicomUntilPixelDataWed, 17 Mar 2021 15:31:26 +0100, by Alain Mazy
-
added OrthancPluginRegisterDatabaseBackendV3() to plugin sdk db-changesTue, 16 Mar 2021 17:58:16 +0100, by Sebastien Jodogne
-
removed the global database mutex from ServerIndex and StatelessDatabaseOperations db-changesTue, 16 Mar 2021 12:43:43 +0100, by Sebastien Jodogne
-
moved handling of answers from database plugins from OrthancPluginDatabase to its Transaction subclass db-changesMon, 15 Mar 2021 18:22:53 +0100, by Sebastien Jodogne
-
moving all accesses to databases from IDatabaseWrapper to ITransaction db-changesMon, 15 Mar 2021 15:30:42 +0100, by Sebastien Jodogne
-
simplification of ServerIndex::Listener as ServerIndex::TransactionContext db-changesFri, 12 Mar 2021 16:04:09 +0100, by Sebastien Jodogne
-
attaching the listener to transactions in IDatabaseWrapper db-changesFri, 12 Mar 2021 15:33:47 +0100, by Sebastien Jodogne
-
ServerIndex now uses StatelessDatabaseOperations db-changesWed, 10 Mar 2021 15:59:03 +0100, by Sebastien Jodogne
-
taking StatelessDatabaseOperations out of ServerIndex db-changesTue, 09 Mar 2021 18:24:59 +0100, by Sebastien Jodogne
-
created a ITransactionContextFactory around ServerIndex::Listener db-changesTue, 09 Mar 2021 16:40:38 +0100, by Sebastien Jodogne
-
ITransactionContext to uncouple ServerIndex from database wrapper db-changesTue, 09 Mar 2021 16:18:24 +0100, by Sebastien Jodogne
-
removing link to ServerIndex in ReadWriteTransaction db-changesTue, 09 Mar 2021 15:37:47 +0100, by Sebastien Jodogne
-
assume that "GetDatabaseVersion()" can run out of a database transaction db-changesTue, 09 Mar 2021 15:25:17 +0100, by Sebastien Jodogne
-
transient introduction of ServerIndex::databaseMutex_ db-changesTue, 09 Mar 2021 15:22:03 +0100, by Sebastien Jodogne
-
remove the only use of GlobalProperty_FlushSleep db-changesTue, 09 Mar 2021 14:49:39 +0100, by Sebastien Jodogne
-
end of refactoring read-write transactions db-changesTue, 09 Mar 2021 11:52:07 +0100, by Sebastien Jodogne
-
clarifications in ServerIndex::Recycle() db-changesMon, 08 Mar 2021 18:30:06 +0100, by Sebastien Jodogne
-
removed redundant ServerIndex::SignalNewResource() db-changesMon, 08 Mar 2021 17:08:10 +0100, by Sebastien Jodogne
-
simplifying IDatabaseListener::SignalChange() as IDatabaseListener::SignalResourceDeleted() db-changesMon, 08 Mar 2021 16:49:34 +0100, by Sebastien Jodogne
-
avoid copy of objects in ServerIndex db-changesMon, 08 Mar 2021 11:08:03 +0100, by Sebastien Jodogne
-
end of refactoring read-only transactions db-changesFri, 05 Mar 2021 16:11:11 +0100, by Sebastien Jodogne
-
removed function wrappers for transactions in ServerIndex db-changesThu, 04 Mar 2021 18:45:48 +0100, by Sebastien Jodogne
-
templates to reduce verbosity in ServerIndex implementation db-changesThu, 04 Mar 2021 15:22:55 +0100, by Sebastien Jodogne
-
removed abstraction IDatabaseWrapper::ITransaction::Begin(), must be done by IDatabaseWrapper::StartTransaction() db-changesWed, 03 Mar 2021 17:31:30 +0100, by Sebastien Jodogne
-
fix build on freebsdWed, 03 Mar 2021 13:48:45 +0100, by Sebastien Jodogne
-
link against iphlpapi.dll on WindowsTue, 02 Mar 2021 14:53:35 +0100, by Sebastien Jodogne
-
added SystemToolbox::GetMacAddresses()Tue, 02 Mar 2021 14:06:10 +0100, by Sebastien Jodogne
-
sanity checks in CheckOrthancFrameworkSymbols.pyTue, 02 Mar 2021 10:16:06 +0100, by Sebastien Jodogne
-
missing ALLOW_DOWNLOADS when building unit tests of frameworkFri, 26 Feb 2021 16:50:52 +0100, by Sebastien Jodogne
-
simplification of DownloadOrthancFramework.cmakeFri, 26 Feb 2021 13:50:37 +0100, by Sebastien Jodogne
-
back to mainlineThu, 25 Feb 2021 18:27:28 +0100, by Sebastien Jodogne
-
fix ParsedDicomImage::EmbedImage() on big-endian Orthanc-1.9.1Thu, 25 Feb 2021 16:52:32 +0100, by Sebastien Jodogne
-
additional option in DownloadOrthancFramework: ORTHANC_FRAMEWORK_ADDITIONAL_LIBRARIESThu, 25 Feb 2021 12:15:18 +0100, by Sebastien Jodogne
-
handling of ENABLE_WEB_SERVER in DownloadOrthancFramework.cmake for static libraryThu, 25 Feb 2021 11:02:23 +0100, by Sebastien Jodogne
-
fix decoding of images on big-endian architecturesWed, 24 Feb 2021 21:06:34 +0100, by Sebastien Jodogne
-
fix segmentation fault during anonymization on big-endian architecturesWed, 24 Feb 2021 15:07:54 +0100, by Sebastien Jodogne
-
Handle public tags with "UN" value representation and containing a string (cf. DICOM CP 246)Wed, 24 Feb 2021 12:39:35 +0100, by Sebastien Jodogne
-
fix cross-compilation for big endian on Debian 10Tue, 23 Feb 2021 20:05:26 +0100, by Sebastien Jodogne
-
The numbering of sequences in Orthanc Explorer now uses the DICOM convention (starts at 1)Tue, 23 Feb 2021 15:19:40 +0100, by Sebastien Jodogne
-
added "/peers/{id}/store-straight": Synchronously send the DICOM instance in POST body to the peerTue, 23 Feb 2021 15:05:55 +0100, by Sebastien Jodogne
-
fix buildTue, 23 Feb 2021 13:46:58 +0100, by Sebastien Jodogne
-
added field "Timeout" in "OrthancPeers" configuration optionTue, 23 Feb 2021 11:28:28 +0100, by Sebastien Jodogne
-
using CLOG(INFO, HTTP) in HttpClient instead of LOG(INFO)Tue, 23 Feb 2021 11:01:54 +0100, by Sebastien Jodogne
-
added unit test OrthancFramework.SizeOf to dump sizeof all the public classes in the Orthanc frameworkMon, 22 Feb 2021 18:30:31 +0100, by Sebastien Jodogne
-
cppcheckMon, 22 Feb 2021 16:51:23 +0100, by Sebastien Jodogne
-
new option "Timeout" in "DicomModalities" to set DICOM SCU timeout on a per-modality basisMon, 22 Feb 2021 16:32:11 +0100, by Sebastien Jodogne
-
Added "Timeout" parameter everywhere in "/modalities/.../"Mon, 22 Feb 2021 15:27:25 +0100, by Sebastien Jodogne
-
added DicomToJsonFlags_SkipGroupLengthsTue, 16 Feb 2021 15:01:13 +0100, by Sebastien Jodogne
-
Improved precision of floating-point numbers in DICOM-as-JSON and DICOM summaryTue, 16 Feb 2021 14:42:04 +0100, by Sebastien Jodogne
-
removal of "dicom-as-json" attachmentsTue, 16 Feb 2021 12:18:41 +0100, by Sebastien Jodogne
-
simplification in ServerContextFri, 12 Feb 2021 12:13:19 +0100, by Sebastien Jodogne
-
added FileContentType_DicomUntilPixelDataFri, 12 Feb 2021 11:33:16 +0100, by Sebastien Jodogne
-
ServerContext::ReadDicomUntilPixelData()Thu, 11 Feb 2021 19:06:29 +0100, by Sebastien Jodogne
-
fix signature of virtual methodThu, 11 Feb 2021 17:51:04 +0100, by Sebastien Jodogne
-
removed ServerContext::ReadAttachment()Thu, 11 Feb 2021 17:11:37 +0100, by Sebastien Jodogne
-
Optimization in C-STORE SCP by avoiding an unnecessary DICOM parsingThu, 11 Feb 2021 11:00:05 +0100, by Sebastien Jodogne
-
widening the use of DicomTransferSyntax enumThu, 11 Feb 2021 09:33:48 +0100, by Sebastien Jodogne
-
refactoring ServerIndex::Store()Wed, 10 Feb 2021 17:01:44 +0100, by Sebastien Jodogne
-
removed cached dicom summary from DicomInstanceToStoreWed, 10 Feb 2021 12:07:03 +0100, by Sebastien Jodogne
-
removed cached dicom-as-json from DicomInstanceToStoreWed, 10 Feb 2021 11:29:53 +0100, by Sebastien Jodogne
-
fix shared libraryTue, 09 Feb 2021 17:05:45 +0100, by Sebastien Jodogne
-
refactoring IStoreRequestHandlerTue, 09 Feb 2021 15:50:14 +0100, by Sebastien Jodogne
-
FromDcmtkBridge::LogMissingTagsForStore()Tue, 09 Feb 2021 15:24:36 +0100, by Sebastien Jodogne
-
added safeguards in Orthanc::FileInfoTue, 09 Feb 2021 14:49:30 +0100, by Sebastien Jodogne
-
reorganizationTue, 09 Feb 2021 14:25:21 +0100, by Sebastien Jodogne
-
IStorageArea::HasReadRange()Tue, 09 Feb 2021 11:37:13 +0100, by Sebastien Jodogne
-
fix build on msvc 2008Mon, 08 Feb 2021 18:39:22 +0100, by Sebastien Jodogne
-
Possibility to generate a static library containing the Orthanc FrameworkMon, 08 Feb 2021 18:34:40 +0100, by Sebastien Jodogne
-
IStorageArea::ReadRange()Thu, 04 Feb 2021 18:01:07 +0100, by Sebastien Jodogne
-
New metadata automatically computed at the instance level: "PixelDataOffset"Thu, 04 Feb 2021 15:31:00 +0100, by Sebastien Jodogne
-
DicomStreamReader::LookupPixelDataOffset()Thu, 04 Feb 2021 11:42:25 +0100, by Sebastien Jodogne
-
Fix build on big-endian architecturesSat, 30 Jan 2021 18:19:11 +0100, by Sebastien Jodogne
-
back to mainlineFri, 29 Jan 2021 11:51:42 +0100, by Sebastien Jodogne
-
fix missing include for Debian unstableFri, 29 Jan 2021 09:46:47 +0100, by Sebastien Jodogne
-
fixFri, 29 Jan 2021 07:32:48 +0100, by Sebastien Jodogne
-
fixThu, 28 Jan 2021 19:36:13 +0100, by Sebastien Jodogne
-
cppcheckThu, 28 Jan 2021 19:28:32 +0100, by Sebastien Jodogne
-
new abstraction IMemoryBuffer to avoid unnecessary copies of std::string buffersThu, 28 Jan 2021 19:03:19 +0100, by Sebastien Jodogne
-
sample for OrthancPluginRegisterStorageArea2()Thu, 28 Jan 2021 16:59:40 +0100, by Sebastien Jodogne
-
new configuration options: "DicomAlwaysAllowFind" and "DicomAlwaysAllowGet"Thu, 28 Jan 2021 15:54:30 +0100, by Sebastien Jodogne
-
fix test pathsThu, 28 Jan 2021 14:07:49 +0100, by Sebastien Jodogne
-
Clarifying documentation of "AllowTranscoding" in "DicomModalities"Wed, 27 Jan 2021 18:54:21 +0100, by Sebastien Jodogne