log Core/HttpServer/HttpOutput.cpp @ 4001:5d5662ff4d5c

age author description
Fri, 31 Jan 2020 17:14:59 +0100 Sebastien Jodogne upgrade to year 2020
Thu, 23 Jan 2020 12:58:08 +0100 Sebastien Jodogne Fix issue #165
Thu, 26 Sep 2019 13:40:49 +0200 Sebastien Jodogne don't open a multipart stream if plugin only sends one part
Fri, 14 Jun 2019 15:21:19 +0200 Sebastien Jodogne fix
Tue, 11 Jun 2019 21:38:34 +0200 Sebastien Jodogne reorganization
Thu, 23 May 2019 12:06:26 +0200 Sebastien Jodogne HTTP header "Accept-Encoding" is honored for streams without built-in support for compression
Wed, 30 Jan 2019 12:41:20 +0100 Sebastien Jodogne Fix build with unpatched versions of Civetweb (missing "mg_disable_keep_alive()")
Sun, 27 Jan 2019 15:59:36 +0100 Sebastien Jodogne always add HTTP header "Connection: close" if keep-alive is disabled
Mon, 21 Jan 2019 12:09:04 +0100 Sebastien Jodogne Fix compatibility with DICOMweb plugin (allow multipart answers over HTTP Keep-Alive)
Mon, 24 Dec 2018 11:39:11 +0100 Sebastien Jodogne preparing for 2019
Mon, 03 Dec 2018 14:35:34 +0100 Sebastien Jodogne taking advantage of details in OrthancException
Tue, 30 Oct 2018 16:16:07 +0100 Sebastien Jodogne new enumeration: MimeType
Tue, 30 Oct 2018 11:55:23 +0100 Sebastien Jodogne refactoring mime types
Tue, 04 Sep 2018 10:10:22 +0200 Sebastien Jodogne Fix issue #54 (quoting multipart answers)
Wed, 28 Mar 2018 15:20:50 +0200 Sebastien Jodogne SystemToolbox::GenerateUuid moved to Toolbox::GenerateUuid