log OrthancServer/Sources/Database/StatelessDatabaseOperations.cpp @ 4697:569d9ef165b1

age author description
Fri, 18 Jun 2021 16:08:35 +0200 Sebastien Jodogne Added "short", "simplify" and/or "full" options to control the format of DICOM tags wherever possible
Wed, 16 Jun 2021 17:37:47 +0200 Sebastien Jodogne "/tools/bulk-delete" to delete a group of multiple, unrelated resources at once
Mon, 26 Apr 2021 15:22:44 +0200 Sebastien Jodogne "ETag" headers for metadata and attachments now allow strong comparison (MD5 is included)
Tue, 20 Apr 2021 20:44:59 +0200 Sebastien Jodogne fix mingw
Tue, 20 Apr 2021 15:11:59 +0200 Sebastien Jodogne handling revisions of attachments db-changes
Fri, 16 Apr 2021 17:13:03 +0200 Sebastien Jodogne handling of revisions for metadata db-changes
Wed, 14 Apr 2021 14:02:21 +0200 Sebastien Jodogne separate db retries by 100ms instead of 50ms to simplify documentation 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
Wed, 31 Mar 2021 14:35:48 +0200 Sebastien Jodogne retries on ErrorCode_DatabaseUnavailable should be handled by the plugins db-changes
Tue, 30 Mar 2021 18:10:27 +0200 Sebastien Jodogne differentiating between shared and private global properties db-changes
Mon, 22 Mar 2021 19:25:27 +0100 Sebastien Jodogne fix OrthancCDatabasePlugin.h db-changes
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 15:30:42 +0100 Sebastien Jodogne moving all accesses to databases from IDatabaseWrapper to ITransaction 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 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