log OrthancServer/OrthancRestApi/OrthancRestApi.cpp @ 3912:7610af1532c3 transcoding

age author description
Fri, 08 May 2020 13:43:50 +0200 Sebastien Jodogne prototyping automated transcoding of incoming DICOM files transcoding
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