Mon, 13 Jul 2020 11:50:54 +0200 |
Alain Mazy |
reduced verbosity
|
Fri, 10 Jul 2020 13:26:47 +0200 |
Alain Mazy |
added new optimized REST routes. this is a temporary work to try to speed up some routes (used by LRO). This way, we avoid another app to access the Orthanc DB and we skip the plugin SDK update for a very specific route
optimized-routes
|
Tue, 07 Jul 2020 20:38:40 +0200 |
Sebastien Jodogne |
sync
|
Mon, 06 Jul 2020 21:10:32 +0200 |
Sebastien Jodogne |
sync
|
Mon, 06 Jul 2020 16:14:42 +0200 |
Sebastien Jodogne |
removed useless HAS_EMBEDDED_RESOURCES
|
Mon, 06 Jul 2020 12:45:58 +0200 |
Sebastien Jodogne |
replacing deprecated std::auto_ptr by std::unique_ptr
|
Mon, 06 Jul 2020 12:40:44 +0200 |
Sebastien Jodogne |
dynamic linking against the system-wide Orthanc framework library
|
Mon, 06 Jul 2020 12:04:00 +0200 |
Sebastien Jodogne |
use of OrthancPluginsExports.cmake, avoid race conditions with EmbedResources.py
|
Wed, 01 Jul 2020 17:13:38 +0200 |
Sebastien Jodogne |
removed option "framework" for ORTHANC_SDK_VERSION
|
Wed, 01 Jul 2020 08:54:43 +0200 |
Sebastien Jodogne |
merge
|
Wed, 01 Jul 2020 08:54:32 +0200 |
Sebastien Jodogne |
sync
|
Tue, 30 Jun 2020 10:38:04 +0200 |
Sebastien Jodogne |
improved Orthanc::Logging::Initialize()
|
Mon, 29 Jun 2020 19:22:34 +0200 |
Sebastien Jodogne |
fix linking MySQL on FreeBSD: https://groups.google.com/d/msg/orthanc-users/BbLvEoHFw18/pu9d8MyvBQAJ
|
Mon, 29 Jun 2020 19:20:45 +0200 |
Sebastien Jodogne |
sync
|
Fri, 05 Jun 2020 19:19:35 +0200 |
Sebastien Jodogne |
simplification
|
Fri, 05 Jun 2020 19:15:55 +0200 |
Sebastien Jodogne |
ORTHANC_FRAMEWORK_BUILDING_LIBRARY
|
Fri, 05 Jun 2020 19:05:19 +0200 |
Sebastien Jodogne |
ORTHANC_FRAMEWORK_BUILDING_PLUGIN
|
Thu, 12 Mar 2020 12:11:10 +0100 |
Sebastien Jodogne |
merge
|
Thu, 12 Mar 2020 12:10:52 +0100 |
Sebastien Jodogne |
handling of errors if MySQL user cannot CREATE TRIGGER
|
Fri, 06 Mar 2020 14:20:49 +0100 |
Sebastien Jodogne |
force the use of OpenSSL 1.0.2
|
Tue, 04 Feb 2020 09:34:56 +0100 |
Sebastien Jodogne |
fix compilation of SQLite plugin
|
Mon, 03 Feb 2020 22:29:51 +0100 |
Alain Mazy |
Added 'MaximumConnectionRetries' & 'ConnectionRetryInterval' to configure the retries when connecting to the DB at startup
|
Fri, 31 Jan 2020 17:24:29 +0100 |
Sebastien Jodogne |
upgrade to year 2020
|
Fri, 31 Jan 2020 17:23:06 +0100 |
Sebastien Jodogne |
sync
|
Thu, 09 May 2019 11:36:56 +0200 |
Sebastien Jodogne |
fix unit tests if MySQL >= 5.7
|
Thu, 09 May 2019 11:29:17 +0200 |
Sebastien Jodogne |
MySQL: acquiring named locks instead of numbers
|
Thu, 09 May 2019 09:52:11 +0200 |
Sebastien Jodogne |
cleaning up PostgreSQL locks with constants
|
Wed, 08 May 2019 21:09:18 +0200 |
Sebastien Jodogne |
MySQL: Added an advisory lock to avoid race conditions during database setup
|
Wed, 08 May 2019 20:21:13 +0200 |
Sebastien Jodogne |
Added an advisory lock to avoid race conditions during database setup
|
Fri, 01 Mar 2019 12:56:13 +0100 |
Sebastien Jodogne |
back to mainline
|
Fri, 01 Mar 2019 12:51:37 +0100 |
Sebastien Jodogne |
OrthancPostgreSQL-3.2
OrthancPostgreSQL-3.2
|
Fri, 01 Mar 2019 11:21:42 +0100 |
Sebastien Jodogne |
sync
|
Fri, 01 Mar 2019 11:02:31 +0100 |
Sebastien Jodogne |
Explicit deallocation of prepared statements
|
Fri, 08 Feb 2019 20:12:29 +0100 |
Sebastien Jodogne |
use of macros to report performance warnings
|
Fri, 08 Feb 2019 19:55:01 +0100 |
Sebastien Jodogne |
integration OrthancPostgreSQL-3.1 to mainline
|
Fri, 08 Feb 2019 19:54:13 +0100 |
Sebastien Jodogne |
fix performance warning
OrthancPostgreSQL-3.1
|
Fri, 08 Feb 2019 18:43:02 +0100 |
Sebastien Jodogne |
back to mainline
|
Fri, 08 Feb 2019 18:35:48 +0100 |
Sebastien Jodogne |
OrthancPostgreSQL-3.1
OrthancPostgreSQL-3.1
|
Fri, 08 Feb 2019 18:10:41 +0100 |
jodogne |
fix build with postgresql 11
|
Fri, 08 Feb 2019 17:41:38 +0100 |
Sebastien Jodogne |
updating to Orthanc SDK 1.5.4
|
Tue, 05 Feb 2019 16:33:59 +0100 |
Sebastien Jodogne |
closing branch pg-tcp-nodelay
pg-tcp-nodelay
|
Tue, 05 Feb 2019 16:33:17 +0100 |
Sebastien Jodogne |
integration pg-tcp-nodelay->mainline
|
Tue, 05 Feb 2019 12:58:29 +0100 |
amazy |
trying to force TCP_NODELAY on PG client side
pg-tcp-nodelay
|
Mon, 04 Feb 2019 16:32:45 +0100 |
Sebastien Jodogne |
cancelling changesets 116 and 117 in OrthancMySQL-2.0 branch
OrthancMySQL-2.0
|
Mon, 04 Feb 2019 16:21:59 +0100 |
Sebastien Jodogne |
integration OrthancMySQL-2.0 to mainline, to recover from commit in bad branch
|
Mon, 04 Feb 2019 16:03:17 +0100 |
Sebastien Jodogne |
Implementation of new extensions: LookupResourceAndParent and GetAllMetadata
OrthancMySQL-2.0
|
Wed, 30 Jan 2019 17:05:49 +0100 |
Sebastien Jodogne |
test metrics
OrthancMySQL-2.0
|
Wed, 23 Jan 2019 20:14:41 +0100 |
Sebastien Jodogne |
merge
|
Wed, 23 Jan 2019 20:14:24 +0100 |
Sebastien Jodogne |
typo
OrthancMySQL-2.0
|
Wed, 23 Jan 2019 18:07:46 +0100 |
Sebastien Jodogne |
back to mainline
|
Wed, 23 Jan 2019 18:04:38 +0100 |
Sebastien Jodogne |
OrthancMySQL-2.0
OrthancMySQL-2.0
|
Wed, 23 Jan 2019 17:27:13 +0100 |
Sebastien Jodogne |
fix clang warnings
|
Wed, 23 Jan 2019 16:28:43 +0100 |
Sebastien Jodogne |
new extension implemented for MySQL: CreateInstance
|
Wed, 23 Jan 2019 15:14:30 +0100 |
Sebastien Jodogne |
MySQL: metadata can store larger values
|
Tue, 22 Jan 2019 17:21:32 +0100 |
Sebastien Jodogne |
fix os x
|
Tue, 22 Jan 2019 16:53:26 +0100 |
Sebastien Jodogne |
reverted fix for OS X that breaks other targets
|
Tue, 22 Jan 2019 15:35:52 +0100 |
Sebastien Jodogne |
Remove "ASSERT" in SQL for compatibility with older releases of PostgreSQL
|
Tue, 22 Jan 2019 15:16:05 +0100 |
Sebastien Jodogne |
fix build on OS X
|
Tue, 22 Jan 2019 14:48:27 +0100 |
Sebastien Jodogne |
fix build on Ubuntu 14.04
|
Tue, 22 Jan 2019 13:14:52 +0000 |
jodogne |
fix build on Debian Buster
|
Mon, 21 Jan 2019 17:34:50 +0100 |
Sebastien Jodogne |
fix mainline version
|
Mon, 21 Jan 2019 17:34:36 +0100 |
Sebastien Jodogne |
back to mainline
|
Mon, 21 Jan 2019 17:31:31 +0100 |
Sebastien Jodogne |
set version
OrthancPostgreSQL-3.0
|
Mon, 21 Jan 2019 17:22:52 +0100 |
Sebastien Jodogne |
OrthancPostgreSQL-3.0
OrthancPostgreSQL-3.0
|