log

age author description
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