log Core/HttpServer/HttpOutput.cpp @ 3498:957e06cbe76a

age author description
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
Tue, 02 Jan 2018 09:35:07 +0100 Sebastien Jodogne upgrade to year 2018
Thu, 02 Feb 2017 15:08:33 +0100 Sebastien Jodogne revert commit #69b0f4e, as quoting is only OPTIONAL, so we preserve backward compatibility
Mon, 16 Jan 2017 13:07:11 +0100 Thibault NĂ©lis Escape multipart type parameter value in Content-Type header