aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/platform/cloud/curl_http_request.cc
Commit message (Expand)AuthorAge
* Removed redundant std::string -> string conversions.Gravatar A. Unique TensorFlower2018-09-04
* Fix CurlHttpRequest handling unexpectedly large responsesGravatar Nick Felt2018-05-23
* Replaced calls to tensorflow::StringPiece::ToString with std::string conversi...Gravatar Peter Hawkins2018-05-02
* This strengthens several checks of error codes returned by libcurl. In all o...Gravatar A. Unique TensorFlower2018-03-08
* Fix GCS uploads occasionally failing when retrying.Gravatar Jonathan Hseu2018-03-07
* Add instrumentation interfaces to the GCS file system.Gravatar Brennan Saeta2018-03-07
* Remove dead code. We're guaranteed to have CURLE_OK because we return early a...Gravatar Jonathan Hseu2018-03-06
* Don't log an error if we can't set HTTP/2.Gravatar Jonathan Hseu2018-03-05
* Improve CURL error reporting and handling in the GCS filesystem.Gravatar Jonathan Hseu2018-03-01
* Include the response upon any error.Gravatar Jonathan Hseu2018-03-01
* GCS: HTTP error code 308 retries during upload. Previously, it would only per...Gravatar Jonathan Hseu2018-02-28
* Make 403 errors due to GCS more verbose.Gravatar A. Unique TensorFlower2018-01-04
* Automated g4 rollback of changelist 179729641Gravatar Anna R2017-12-20
* Add the capability of verbose logging for HTTP requests to the TensorFlow GCS...Gravatar A. Unique TensorFlower2017-12-20
* Convert Status-based call sequence checks to CHECK-based.Gravatar A. Unique TensorFlower2017-12-20
* Remove a series of allocations and memcpys from the GCS read path (TF infeed ...Gravatar A. Unique TensorFlower2017-12-19
* Automated g4 rollback of changelist 177619402Gravatar Brennan Saeta2017-12-12
* Log curl request state when requests hang.Gravatar Brennan Saeta2017-12-01
* Automated g4 rollback of changelist 177614538Gravatar Gunhan Gulsoy2017-12-01
* Customize request timeouts for GCS filesystem.Gravatar Brennan Saeta2017-12-01
* Store and log request URI when requests hang.Gravatar Brennan Saeta2017-12-01
* Support user-space DNS caching for the GCS filesystem.Gravatar Brennan Saeta2017-11-15
* Report total number of bytes to be transferred when the curl request makes ...Gravatar A. Unique TensorFlower2017-10-27
* Split `HttpRequest` into an abstract interface and concrete `CurlHttpRequest`.Gravatar Derek Murray2017-09-28