log OrthancServer/OrthancRestApi/OrthancRestApi.cpp @ 3848:44bfcfdf42e8 transcoding

age author description
Mon, 20 Apr 2020 14:04:14 +0200 Sebastien Jodogne integration mainline->transcoding transcoding
Thu, 16 Apr 2020 16:58:37 +0200 Sebastien Jodogne avoid one memcpy of the DICOM buffer on "POST /instances"
Tue, 07 Apr 2020 17:35:44 +0200 Sebastien Jodogne new enum: StoreInstanceMode transcoding
Mon, 02 Mar 2020 15:32:45 +0100 Sebastien Jodogne replacing std::auto_ptr by std::unique_ptr
Tue, 25 Feb 2020 11:07:56 +0100 Sebastien Jodogne "/instances": Support "Content-Encoding: gzip" to upload gzip-compressed DICOM files
Fri, 31 Jan 2020 17:14:59 +0100 Sebastien Jodogne upgrade to year 2020
Fri, 16 Aug 2019 14:38:15 +0200 Sebastien Jodogne Log an explicit error if uploading an empty DICOM file using REST API
Fri, 07 Jun 2019 14:58:27 +0200 Sebastien Jodogne cont
Fri, 15 Feb 2019 17:26:45 +0100 Sebastien Jodogne Fix issue #134 (/patient/modify gives 500, should really be 400)
Tue, 29 Jan 2019 18:07:41 +0100 Sebastien Jodogne new metrics: orthanc_rest_api_active_requests
Tue, 29 Jan 2019 17:34:09 +0100 Sebastien Jodogne new metrics: orthanc_store_dicom_duration_ms, orthanc_storage_[create|read|remove]_duration_ms
Mon, 24 Dec 2018 11:39:11 +0100 Sebastien Jodogne preparing for 2019
Thu, 06 Dec 2018 12:23:46 +0100 Sebastien Jodogne Asynchronous generation of ZIP archives and DICOM medias
Thu, 06 Dec 2018 10:10:58 +0100 Sebastien Jodogne remove redundancies
Wed, 05 Dec 2018 15:27:01 +0100 Sebastien Jodogne refactoring