Mercurial > hg > orthanc
comparison TODO @ 4860:3e9a76464e8a openssl-3.x
integration mainline->openssl-3.x
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 24 Dec 2021 16:52:51 +0100 |
parents | 70d2a97ca8cb 060b9a789202 |
children | 6eff25f70121 |
comparison
equal
deleted
inserted
replaced
4832:2e71a08eea15 | 4860:3e9a76464e8a |
---|---|
18 * Support partial file retrieval in Orthanc::HttpClient | 18 * Support partial file retrieval in Orthanc::HttpClient |
19 * Support retry counter in Orthanc::HttpClient | 19 * Support retry counter in Orthanc::HttpClient |
20 * Option to enable DNS lookups in DICOM: | 20 * Option to enable DNS lookups in DICOM: |
21 https://hg.orthanc-server.com/orthanc/file/Orthanc-1.9.3/OrthancFramework/Sources/OrthancFramework.cpp#l88 | 21 https://hg.orthanc-server.com/orthanc/file/Orthanc-1.9.3/OrthancFramework/Sources/OrthancFramework.cpp#l88 |
22 * Toolbox::ComputeMD5() fails on files larger than 4GB | 22 * Toolbox::ComputeMD5() fails on files larger than 4GB |
23 | 23 * Add an option to run Orthanc in read-only mode both for DICOM and for Rest API. |
24 | 24 |
25 ============================ | 25 ============================ |
26 Documentation (Orthanc Book) | 26 Documentation (Orthanc Book) |
27 ============================ | 27 ============================ |
28 | 28 |
165 * Provide a C++ callback similar to "ReceivedInstanceFilter()" in Lua | 165 * Provide a C++ callback similar to "ReceivedInstanceFilter()" in Lua |
166 https://book.orthanc-server.com/users/lua.html#filtering-incoming-dicom-instances | 166 https://book.orthanc-server.com/users/lua.html#filtering-incoming-dicom-instances |
167 https://groups.google.com/d/msg/orthanc-users/BtvLTE5Ni8A/vIMhmMgfBAAJ | 167 https://groups.google.com/d/msg/orthanc-users/BtvLTE5Ni8A/vIMhmMgfBAAJ |
168 * In "OrthancPluginLog[Error|Warning|Info]()", prefix the log line with | 168 * In "OrthancPluginLog[Error|Warning|Info]()", prefix the log line with |
169 the name of the plugin, as retrieved by "OrthancPluginGetName()" | 169 the name of the plugin, as retrieved by "OrthancPluginGetName()" |
170 * update the SDK to handle buffer sizes > 4GB (all sizes are currently coded in uint32_t) | |
170 | 171 |
171 ---------------- | 172 ---------------- |
172 Ideas of plugins | 173 Ideas of plugins |
173 ---------------- | 174 ---------------- |
174 | 175 |