log

age author description
Tue, 23 Apr 2019 22:56:17 +0200 Alain Mazy optimized EmbedResources.py (especially in speed: 2-3x faster but also in space: 20% smaller)
Tue, 23 Apr 2019 21:40:57 +0200 Benjamin Golinvaux Added a public function that will use emscripten-specific logging functions when using its SDK + scaffolding work. Build and UT OK on msvc15 x64. Not actually tested under *nix or emscripten yet emscripten-logging
Tue, 23 Apr 2019 10:33:19 +0200 Sebastien Jodogne merge
Tue, 23 Apr 2019 10:28:37 +0200 Sebastien Jodogne Web viewer: Check the return value of gdcm::Bitmap::GetBuffer()
Tue, 23 Apr 2019 08:48:49 +0200 Benjamin Golinvaux Fixed typo in README
Thu, 18 Apr 2019 15:52:56 +0200 Alain Mazy merge
Thu, 18 Apr 2019 15:52:25 +0200 Alain Mazy more logs
Thu, 18 Apr 2019 15:00:29 +0200 Sebastien Jodogne fix build of Stone on OS X
Tue, 09 Apr 2019 08:26:29 +0200 Sebastien Jodogne increasing default value of QueryRetrieveSize to 100
Fri, 05 Apr 2019 17:49:29 +0200 Sebastien Jodogne more explicit HTTP errors
Fri, 05 Apr 2019 17:04:28 +0200 Sebastien Jodogne Anonymization: Preserve hierarchical relationships in (0008,1115) [] (0020,000e)
Fri, 05 Apr 2019 16:01:42 +0200 Sebastien Jodogne Fix issue #137 (C-STORE fails for unknown SOP Class although server is configured to accept any)
Fri, 05 Apr 2019 13:36:13 +0200 Sebastien Jodogne Fix issue #136 (C-Find request fails when found DICOM file does not have certain tags)
Fri, 05 Apr 2019 13:02:57 +0200 Sebastien Jodogne Fix issue #138 (POST to modalities/{name} accepts invalid characters)
Thu, 04 Apr 2019 16:03:29 +0200 Sebastien Jodogne typo
Thu, 04 Apr 2019 14:02:55 +0000 Sébastien Jodogne Merged in TomasZubiri/orthanc/TomasZubiri/minor-typo-in-comments-1553026669603 (pull request #9)
Tue, 19 Mar 2019 20:17:58 +0000 Tomas Zubiri minor: typo in comments TomasZubiri/minor-typo-in-comments-1553026669603
Thu, 04 Apr 2019 15:51:37 +0200 Sebastien Jodogne fix detection of uuid on freebsd
Thu, 04 Apr 2019 15:14:12 +0200 Sebastien Jodogne drop specific version of lua
Thu, 04 Apr 2019 14:48:44 +0200 Sebastien Jodogne todo
Thu, 28 Mar 2019 10:55:13 +0100 Alain Mazy added MG modality
Wed, 27 Mar 2019 15:25:18 +0100 Sebastien Jodogne Size of the Orthanc static binaries are reduced by compressing ICU data
Fri, 22 Mar 2019 14:06:38 +0100 Sebastien Jodogne fix warnings
Fri, 22 Mar 2019 10:26:32 +0100 Sebastien Jodogne fix
Thu, 21 Mar 2019 16:37:35 +0100 Alain Mazy more details in errors
Thu, 21 Mar 2019 12:04:39 +0100 Alain Mazy fix base64 static init
Thu, 21 Mar 2019 11:44:21 +0100 Alain Mazy merge
Thu, 21 Mar 2019 11:42:50 +0100 Alain Mazy hgignore
Thu, 21 Mar 2019 11:41:03 +0100 Alain Mazy speed up base64 decoding + added tests
Thu, 21 Mar 2019 09:57:31 +0100 Alain Mazy reserve size for base64 decoding + avoid copy. In a test in WASM, encoding 3MB took 110ms instead of 1400ms previously