comparison TODO @ 2372:39600af9fec3

merge
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 22 Aug 2017 23:33:42 +0200
parents 2208e0230b08
children 32bea64e070b
comparison
equal deleted inserted replaced
2371:8ab3310dd4f7 2372:39600af9fec3
16 * Improve handling of errors in the command queue: 16 * Improve handling of errors in the command queue:
17 https://groups.google.com/d/msg/orthanc-users/--njEbqcDDI/rBu8XL-Mm-cJ 17 https://groups.google.com/d/msg/orthanc-users/--njEbqcDDI/rBu8XL-Mm-cJ
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: https://goo.gl/woa35Z 20 * Option to enable DNS lookups in DICOM: https://goo.gl/woa35Z
21
22
23 ============
24 Dependencies
25 ============
26
27 * Switch to CivetWeb because of licensing issues with recent
28 versions of Mongoose (versions > 3.8 are GPLv2 and not GPLv2+):
29 https://www.mail-archive.com/mongoose-users@googlegroups.com/msg00625.html
30 * Switch from libiconv to libICU (http://site.icu-project.org/download),
31 as recommended by Boost:
32 http://www.boost.org/doc/libs/1_64_0/libs/locale/doc/html/building_boost_locale.html
21 33
22 34
23 ======== 35 ========
24 REST API 36 REST API
25 ======== 37 ========