aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/platform/cloud
Commit message (Expand)AuthorAge
* Make GCS filesystem/metadata lookup retries configurableGravatar Russell Power2018-10-01
* Added ABSL_DEPRECATED annotations to various deprecated TensorFlow functions.Gravatar A. Unique TensorFlower2018-09-19
* Modify signature of WritableFile::Append to accept StringPiece data by value.Gravatar Eugene Brevdo2018-09-12
* Removed redundant std::string -> string conversions.Gravatar A. Unique TensorFlower2018-09-04
* Replaced calls to tensorflow::StringPiece::ToString with std::string conversi...Gravatar A. Unique TensorFlower2018-08-27
* fix C++ header guards.Gravatar A. Unique TensorFlower2018-08-21
* Make allowed bucket locations case insensitive.Gravatar Michael Banfield2018-08-09
* Add a optional bucket location check to the GCS Filesystem.Gravatar Michael Banfield2018-08-02
* Add ZoneProvider interface and GoogleZoneProvider class to detect which Googl...Gravatar Michael Banfield2018-07-31
* Adding `NowNanos()` to `tensorflow::Env`.Gravatar Jiri Simsa2018-07-31
* Permit filesystem registration to be declared outside of namespace declaration.Gravatar A. Unique TensorFlower2018-07-09
* Log final GCS cache attributes immediately prior to cache creation.Gravatar A. Unique TensorFlower2018-07-03
* Merge changes from github.Gravatar Mingxing Tan2018-06-28
* Correctly build and link in the GCS control opsGravatar Brennan Saeta2018-06-14
* Add GCS_READ_CACHE_DISABLED explicit env var to GcsFileSystemGravatar Nick Felt2018-05-30
* Remove code returning bad status when the input pointer is nullptr in internalGravatar Ruoxin Sang2018-05-30
* Regard a path as a directory if it ends with "/" in GCS. This implies the ass...Gravatar Ruoxin Sang2018-05-30
* Add GCS configure ops.Gravatar Brennan Saeta2018-05-30
* Internal changeGravatar A. Unique TensorFlower2018-05-30
* Merge changes from github.Gravatar Yifei Feng2018-05-24
* Fix CurlHttpRequest handling unexpectedly large responsesGravatar Nick Felt2018-05-23
* Always append the trailing slash when look up or insert a directory path in t...Gravatar Ruoxin Sang2018-05-22
* Validate the file signatures before issusing a content read in GCS. Remove theGravatar Ruoxin Sang2018-05-18
* ClangTidy - Readability cleanup:/code-findings-fixes.Gravatar A. Unique TensorFlower2018-05-14
* Export GCS object statting streamz metrics. Fix the wrong #define Guard name ...Gravatar Ruoxin Sang2018-05-10
* Clear the stat cache of the target when renaming the file.Gravatar Ruoxin Sang2018-05-04
* Change all std::bind usages in GCS to lambdas. Fix the wrong #define Guard na...Gravatar Ruoxin Sang2018-05-03
* Replaced calls to tensorflow::StringPiece::ToString with std::string conversi...Gravatar Peter Hawkins2018-05-02
* Make RetryingFileSystem a template.Gravatar Brennan Saeta2018-04-27
* Invalidate the StatCache as well as the FileBlockCache, as once the file isGravatar Ruoxin Sang2018-04-24
* Fix a bug in GcsFileSystem that inconsistent read error may not be revealed ifGravatar A. Unique TensorFlower2018-04-18
* Switch to WaitForNotification to fix the flaky test.Gravatar Jonathan Hseu2018-04-11
* GCS Filesystem should not cache checkpoint file as we need to read the update...Gravatar Sourabh Bajaj2018-04-11
* Replaced calls to deprecated tensorflow::StringPiece methods with theirGravatar A. Unique TensorFlower2018-04-04
* Remove all_opensource_files. It's not needed any more.Gravatar Martin Wicke2018-03-28
* Rollback of GCS change.Gravatar Jonathan Hseu2018-03-22
* Tensorflow/GCS: Check whether we are running under GCE before trying to obtai...Gravatar A. Unique TensorFlower2018-03-21
* 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
* GCS: Extract block cache interface from implementation.Gravatar Brennan Saeta2018-03-02
* GCS: Update throttle state even if disabled.Gravatar Brennan Saeta2018-03-02
* 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
* Fix testsGravatar Brennan Saeta2018-02-01
* GCS Throttle: 1 token == 1 KbGravatar Brennan Saeta2018-02-01
* RetryingFileSystem::FlushCaches() calls the base FileSystem's FlushCaches().Gravatar A. Unique TensorFlower2018-01-30