log OrthancFramework/Sources/HttpClient.cpp @ 5746:afd421225eb4 find-refactoring-clean tip

age author description
Thu, 30 May 2024 21:19:57 +0200 Sebastien Jodogne updated copyright, as Orthanc Team now replaces Osimis
Thu, 04 Jan 2024 15:10:42 +0100 Sebastien Jodogne upgrade to year 2024
Sat, 25 Mar 2023 12:27:21 +0100 Sebastien Jodogne upgrade to year 2023
Wed, 25 Jan 2023 17:56:09 +0100 Alain Mazy avoid double '/' in HttpClient uri
Wed, 19 Oct 2022 12:40:14 +0200 Alain Mazy more verbose HTTPClient errors + avoid duplicate logging of same error
Wed, 12 Oct 2022 09:22:08 +0200 Alain Mazy more logs in HttpClient
Wed, 15 Jun 2022 15:40:07 +0200 Alain Mazy Improved HttpClient error logging (add method + url)
Tue, 11 Jan 2022 11:15:42 +0100 Sebastien Jodogne upgrade to year 2022
Thu, 25 Nov 2021 19:01:11 +0100 Sebastien Jodogne added copyright UCLouvain
Fri, 07 May 2021 06:35:13 +0200 Sebastien Jodogne cppcheck
Tue, 04 May 2021 10:57:42 +0200 Sebastien Jodogne Reduced memory consumption of HTTP/REST plugins calls on POST/PUT if chunked transfer is disabled
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)
Wed, 06 Jan 2021 17:27:28 +0100 Sebastien Jodogne upgrade to year 2021
Mon, 21 Dec 2020 18:09:47 +0100 Sebastien Jodogne confining Json::Reader and Json::*Writer into Toolbox