log Framework/Plugins/StorageBackend.cpp @ 274:b988cb30534f

age author description
Thu, 22 Apr 2021 15:04:30 +0200 Sebastien Jodogne backward compatibility against old versions of the Orthanc framework
Thu, 22 Apr 2021 10:41:29 +0200 Sebastien Jodogne backward compatibility with Orthanc SDK 0.9.5
Wed, 21 Apr 2021 17:56:43 +0200 Sebastien Jodogne improved log
Wed, 21 Apr 2021 17:54:31 +0200 Sebastien Jodogne fix issue #151: support of retries in the storage area plugins to deal with multiple writers
Tue, 20 Apr 2021 16:14:04 +0200 Sebastien Jodogne improved log
Wed, 14 Apr 2021 17:57:08 +0200 Sebastien Jodogne reintroduction of IDatabaseFactory into DatabaseManager
Wed, 14 Apr 2021 13:33:48 +0200 Sebastien Jodogne cppcheck
Wed, 14 Apr 2021 10:07:14 +0200 Sebastien Jodogne better performance warnings
Wed, 14 Apr 2021 08:42:31 +0200 Sebastien Jodogne turning ResultFileValue into a base class, and implement its primitives for PostgreSQL
Tue, 13 Apr 2021 18:50:44 +0200 Sebastien Jodogne rename FileValue as ResultFileValue
Tue, 13 Apr 2021 18:43:21 +0200 Sebastien Jodogne separating class InputFileValue from FileValue
Tue, 13 Apr 2021 17:00:02 +0200 Sebastien Jodogne MySQL: Support of range reads for the storage area
Tue, 06 Apr 2021 11:59:31 +0200 Sebastien Jodogne removed mutex out of DatabaseManager
Tue, 06 Apr 2021 11:17:00 +0200 Sebastien Jodogne refactored StorageBackend by introducing an accessor class
Fri, 02 Apr 2021 19:23:36 +0200 Sebastien Jodogne DatabaseManager doesn't IDatabaseFactory anymore