Thu, 23 May 2019 12:06:26 +0200 |
Sebastien Jodogne |
HTTP header "Accept-Encoding" is honored for streams without built-in support for compression
|
Fri, 17 May 2019 08:42:24 +0200 |
Benjamin Golinvaux |
Removed extern "C" qualifier around function that is internally linked
|
Fri, 17 May 2019 08:36:18 +0200 |
Benjamin Golinvaux |
Fixed a couple of truncation warnings
|
Thu, 16 May 2019 12:31:47 +0200 |
Sebastien Jodogne |
Allow the serialization of signed 16bpp images in PAM format
|
Wed, 15 May 2019 16:30:24 +0200 |
Sebastien Jodogne |
new error code for Stone: BadGeometry
|
Tue, 14 May 2019 16:38:20 +0200 |
Sebastien Jodogne |
merge
|
Tue, 14 May 2019 16:38:02 +0200 |
Sebastien Jodogne |
Reporting of "ParentResources" in "DicomModalityStore" and "DicomModalityStore" jobs
|
Tue, 14 May 2019 13:47:35 +0200 |
Benjamin Golinvaux |
Fixed CRLF to LF in various files (found through grepping the source tree)
|
Tue, 14 May 2019 12:06:25 +0200 |
amazy |
added ImagePoint::ClipTo
|
Tue, 14 May 2019 11:01:17 +0200 |
Sebastien Jodogne |
typo
|
Tue, 14 May 2019 10:30:43 +0200 |
Sebastien Jodogne |
"/modalities/{id}/query": New argument "Normalize"
|
Tue, 14 May 2019 10:03:11 +0200 |
Sebastien Jodogne |
refactoring
|
Tue, 14 May 2019 09:30:09 +0200 |
Sebastien Jodogne |
allow creating ParsedDicomFile with empty DICOM elements
|
Mon, 13 May 2019 16:15:02 +0200 |
Benjamin Golinvaux |
Fixed leak in RestoreLoggingMemento
|
Mon, 13 May 2019 16:04:45 +0200 |
Sebastien Jodogne |
fix
|
Mon, 13 May 2019 14:50:24 +0200 |
Alain Mazy |
check limits in fillpolygon
|
Tue, 07 May 2019 13:21:41 +0200 |
Benjamin Golinvaux |
Added workaround for lack of support of __cplusplus in Visual Studio
|
Tue, 07 May 2019 11:12:29 +0000 |
Benjamin Golinvaux |
Merged in emscripten-logging (pull request #10)
|
Tue, 07 May 2019 11:12:29 +0000 |
Benjamin Golinvaux |
Close branch emscripten-logging
emscripten-logging
|
Tue, 07 May 2019 13:10:48 +0200 |
Benjamin Golinvaux |
Merge fro default
emscripten-logging
|
Tue, 07 May 2019 12:28:11 +0200 |
Sebastien Jodogne |
fix
|
Tue, 07 May 2019 11:23:11 +0200 |
Benjamin Golinvaux |
Enable custom logging functions to redirect to emscripten specific logging calls
emscripten-logging
|
Thu, 02 May 2019 13:23:29 +0200 |
Sebastien Jodogne |
fix missing symbol
|
Thu, 02 May 2019 09:22:36 +0200 |
Sebastien Jodogne |
new class: FileBuffer
|
Mon, 29 Apr 2019 17:24:30 +0200 |
Sebastien Jodogne |
Orthanc now accepts chunked transfer encoding
|
Wed, 24 Apr 2019 07:51:48 +0200 |
Benjamin Golinvaux |
Fixed typo
emscripten-logging
|
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
|
Wed, 20 Mar 2019 12:39:04 +0100 |
Sebastien Jodogne |
fix
|
Tue, 19 Mar 2019 09:00:34 +0100 |
Benjamin Golinvaux |
Added image clipping to <T> FillPolygon_ to prevent out-of-memory access
|
Fri, 15 Mar 2019 17:37:51 +0100 |
Sebastien Jodogne |
Toolbox::Utf8ToUnicodeCharacter()
|
Wed, 06 Mar 2019 12:23:14 +0100 |
Sebastien Jodogne |
removed useless line in Orthanc Explorer
|
Mon, 04 Mar 2019 13:37:21 +0100 |
Sebastien Jodogne |
fix
|
Mon, 04 Mar 2019 13:10:46 +0100 |
Sebastien Jodogne |
fix
|
Fri, 01 Mar 2019 16:39:14 +0100 |
Sebastien Jodogne |
back to mainline
|
Fri, 01 Mar 2019 14:53:10 +0100 |
Sebastien Jodogne |
Orthanc-1.5.6
Orthanc-1.5.6
|
Thu, 28 Feb 2019 18:21:28 +0100 |
Sebastien Jodogne |
Fix performance issue in DICOM protocol by disabling Nagle's algorithm
|
Thu, 28 Feb 2019 18:09:36 +0100 |
Sebastien Jodogne |
Fix missing DB transactions in some write operations
|
Thu, 28 Feb 2019 09:29:48 +0100 |
Sebastien Jodogne |
Enlarge the support of JSON-to-XML conversion in the REST API
|
Wed, 27 Feb 2019 08:14:40 +0100 |
Sebastien Jodogne |
added chrono library in Boost for Stone
|
Tue, 26 Feb 2019 16:42:21 +0100 |
Sebastien Jodogne |
fix
|
Tue, 26 Feb 2019 13:10:40 +0100 |
Sebastien Jodogne |
compatibility with pugixml <= 1.4.0
|
Mon, 25 Feb 2019 19:57:33 +0100 |
bgo-osimis |
Fixed the previous commit newlines
|
Mon, 25 Feb 2019 15:04:38 +0100 |
bgo-osimis |
Added NEWS entry for the previous Orthanc Explorer change (query-retrieve.js)
|
Mon, 25 Feb 2019 14:57:27 +0100 |
bgo-osimis |
Changed field default values from '*' to '' (empty string) in the Query/Retrieve query construction
|
Mon, 25 Feb 2019 12:40:43 +0100 |
Sebastien Jodogne |
back to mainline
|
Mon, 25 Feb 2019 11:44:20 +0100 |
Sebastien Jodogne |
Orthanc-1.5.5
Orthanc-1.5.5
|
Mon, 25 Feb 2019 09:31:12 +0100 |
Sebastien Jodogne |
changed API version to number 2
|
Sun, 24 Feb 2019 10:05:08 +0100 |
Sebastien Jodogne |
touch ORTHANC_API_VERSION
|
Sun, 24 Feb 2019 10:03:02 +0100 |
Sebastien Jodogne |
"DicomMoveScu" jobs provide the associated C-FIND answer in their "Query" public field
|
Sun, 24 Feb 2019 09:30:13 +0100 |
Sebastien Jodogne |
Fix issue #126 (Orthanc and DCMDICTPATH)
|
Sun, 24 Feb 2019 08:51:15 +0100 |
Sebastien Jodogne |
Fix issue #131 (C-MOVE failure due to duplicate StudyInstanceUID in the database)
|
Sat, 23 Feb 2019 15:58:59 +0100 |
Sebastien Jodogne |
note
|
Fri, 22 Feb 2019 18:08:09 +0100 |
Sebastien Jodogne |
Fixed possible use of uninitialized value in Boost 1.69.0
|
Fri, 22 Feb 2019 16:59:08 +0100 |
Sebastien Jodogne |
fix deprecated call
|
Fri, 22 Feb 2019 15:07:30 +0100 |
Sebastien Jodogne |
trying a patch for postgresql
|
Fri, 22 Feb 2019 13:59:33 +0100 |
Sebastien Jodogne |
travis
|
Fri, 22 Feb 2019 12:51:18 +0100 |
Sebastien Jodogne |
fix windows build
|
Thu, 21 Feb 2019 21:58:33 +0100 |
Sebastien Jodogne |
BOOST_LOCALE_BACKEND is not advanced
|
Thu, 21 Feb 2019 21:52:06 +0100 |
Sebastien Jodogne |
fix travis
|
Thu, 21 Feb 2019 21:18:32 +0100 |
Sebastien Jodogne |
fixing travis
|
Thu, 21 Feb 2019 20:53:48 +0100 |
Sebastien Jodogne |
upgrade to sqlite amalgamation 3.27.1
|
Thu, 21 Feb 2019 20:40:37 +0100 |
Sebastien Jodogne |
upgrade to curl 1.64.0
|
Thu, 21 Feb 2019 20:32:33 +0100 |
Sebastien Jodogne |
upgrade to e2fsprogs 1.44.5
|
Thu, 21 Feb 2019 19:17:03 +0100 |
Sebastien Jodogne |
upgrade to pugixml 1.9
|
Thu, 21 Feb 2019 18:51:36 +0100 |
Sebastien Jodogne |
upgrade to openssl 1.0.2p
|
Thu, 21 Feb 2019 18:19:56 +0100 |
Sebastien Jodogne |
upgrade to libjpeg 9c
|
Thu, 21 Feb 2019 18:15:05 +0100 |
Sebastien Jodogne |
upgrade to libpng 1.6.36
|
Thu, 21 Feb 2019 18:04:10 +0100 |
Sebastien Jodogne |
upgraded minizip
|
Thu, 21 Feb 2019 17:44:11 +0100 |
Sebastien Jodogne |
fix
|
Thu, 21 Feb 2019 16:51:06 +0100 |
Sebastien Jodogne |
upgrade to Boost 1.69.0
|
Thu, 21 Feb 2019 16:30:23 +0100 |
Sebastien Jodogne |
upgrade to GoogleTest 1.8.1
|
Thu, 21 Feb 2019 15:46:13 +0100 |
Sebastien Jodogne |
fixing lsb and msvc builds
|
Thu, 21 Feb 2019 15:13:49 +0100 |
Sebastien Jodogne |
use of DCMTK 3.6.4 in static builds
|
Thu, 21 Feb 2019 12:05:48 +0100 |
Sebastien Jodogne |
New CMake option: "-DMSVC_MULTIPLE_PROCESSES=ON" for parallel build with Visual Studio
|
Thu, 21 Feb 2019 10:24:59 +0100 |
Sebastien Jodogne |
typo
|
Thu, 21 Feb 2019 10:21:12 +0100 |
Sebastien Jodogne |
More tolerance wrt. invalid DICOM files that must be returned by Orthanc C-FIND SCP
|
Wed, 20 Feb 2019 17:21:39 +0100 |
Sebastien Jodogne |
cont
|
Wed, 20 Feb 2019 17:19:27 +0100 |
Sebastien Jodogne |
preparing for dcmtk 3.6.4
|
Wed, 20 Feb 2019 16:41:05 +0100 |
Sebastien Jodogne |
typo
|
Wed, 20 Feb 2019 15:45:19 +0100 |
Sebastien Jodogne |
news
|
Wed, 20 Feb 2019 15:05:12 +0100 |
Sebastien Jodogne |
cont
|
Wed, 20 Feb 2019 14:59:52 +0100 |
Sebastien Jodogne |
cont
|
Wed, 20 Feb 2019 14:56:59 +0100 |
Sebastien Jodogne |
cont
|