- 2efac86 Remove Permission whitespace workaround by thobrla@google.com · 12 years ago master
- dd06cbe Fixed two version-specific URI bugs: by mfschwartz@google.com · 12 years ago
- 69a6dc2 Release 3.24 by mfschwartz@google.com · 12 years ago
- e6bacad Fix bug that caused attempt to dupe-encode a unicode filename by mfschwartz@google.com · 12 years ago
- 2db7e38 Fix flaky tests. by jterrace@google.com · 12 years ago
- 6749cc0 - Refactored retry logic from setmeta and chacl to use @Retry decorator. by zwilt@google.com · 12 years ago
- 9c54515 Release 3.22 by mfschwartz@google.com · 12 years ago
- 3d797a6 Updated copyright notice on code files by mfschwartz@google.com · 12 years ago
- 8ae3603 Implement support for gsutil cp file - by mfschwartz@google.com · 12 years ago
- ab24a7d Clean up/clarify/deepen various parts of gsutil built-in documentation by mfschwartz@google.com · 12 years ago
- ff2898e Fixes chacl help text to be consistent with actual syntax by bensonk@google.com · 12 years ago
- 8566f85 Updated testing infrastructure. by jterrace@google.com · 12 years ago
- 6fb8c52 Reworked gsutil commands to work with version-specific URIs that embed only generation, not meta-generation by mfschwartz@google.com · 12 years ago
- 13cd514 Added chacl command module and relevant tests. by bensonk@google.com · 12 years ago
- 0ed7572 dded retry logic to setmeta's optimistic concurrency approach. by zwilt@google.com · 12 years ago
- 310aff3 Remove XML parsing from setacl by thobrla@google.com · 12 years ago
- 55810de Implemented gsutil cp -v option for printing the version-specific URI that was just created by mfschwartz@google.com · 12 years ago
- 7190a9c Reworked versioned StorageUri and version handling in gsutil: by mfschwartz@google.com · 12 years ago
- 9337187 Pass headers with API version & project ID to create_bucket(). by yovadia@google.com · 12 years ago
- de245d3 Fixed bug in copying subdirs to subdirs. by jterrace@google.com · 12 years ago
- 2a08fe7 Use GCS V2 API and project_id from boto config if necessary in integration_testcase#CreateBucket(). by yovadia@google.com · 12 years ago
- 1e7d939 Added timestamp of test measurement in perfdiag command. by jterrace@google.com · 12 years ago
- 81b6bdc implemented test for gsutil cp -D by mfschwartz@google.com · 12 years ago
- 0d50b73 Implemented gsutil option for copying between locations and storage classes by mfschwartz@google.com · 12 years ago
- b7e70f7 Test var renaming to match typing by mfschwartz@google.com · 12 years ago
- 275be6c Fix ascii codec decode error when constructing tracker filename from non-7bit ASCII intput filename by mfschwartz@google.com · 12 years ago
- d886ccc Added error detail for attempt to delete non-empty versioned bucket. Also added versioning state to ls -L -b gs://bucket output by mfschwartz@google.com · 12 years ago
- 4f94172 Added gsutil help text for common 403 AccountProblem error by mfschwartz@google.com · 12 years ago
- 5a0d953 Refactored gsutil tests. by jterrace@google.com · 12 years ago
- 51c9a3e Fixed unit tests by using a GS-specific mocking class to override the S3 by jterrace@google.com · 12 years ago
- 72d8738 Changed cross-provider copies to use resumable or one-shot uploads instead by mfschwartz@google.com · 12 years ago
- e805a50 Define IsLatest() for bucket_listing_refs representing local files. by yovadia@google.com · 12 years ago
- f97addd Versioning bug fixes, performance improvements. by yovadia@google.com · 12 years ago
- ad1b652 Change Command.Apply method to be resilient to name expansion exceptions. by jterrace@google.com · 12 years ago
- 45add28 Moved gslib/test_*.py unit tests to gslib/tests module. by jterrace@google.com · 12 years ago
- 35fe4ef Change gsutil mv to allow moving local files/dirs to the cloud by mfschwartz@google.com · 12 years ago
- 05ad5f2 Remove gsutil cp -N option; minor cp doc fixes by mfschwartz@google.com · 12 years ago
- c27f49a Added friendlier error message if test path munging fails. by jterrace@google.com · 12 years ago
- 6480c71 Added tests for reading and seeking past end of file. by jterrace@google.com · 12 years ago
- 8c5ffc8 Added seek support to KeyFile and tests for it in new tests module. by jterrace@google.com · 12 years ago
- 458790d Fixed reporting bits/s when it was really bytes/s. by jterrace@google.com · 12 years ago
- c49a8d8 Added text to 'gsutil help dev' about legal agreement needed with code submissions by mfschwartz@google.com · 12 years ago
- adeefc9 remove TooManyAuthHandlerReadyToAuthenticate catch from gsutil, now that by mfschwartz@google.com · 12 years ago
- 3f726f1 Added SIGQUIT handler, to allow breakpointing a running gsutil by mfschwartz@google.com · 12 years ago
- 300967d Fix gsutil rm bug that caused exit status 1 when encountered non-existent URI by mfschwartz@google.com · 12 years ago
- 776b2a3 Fix for cp test; update to 'help dev' doc; typo fix in setmeta doc by mfschwartz@google.com · 12 years ago
- 26d15b1 Updated doc for cp command regarding metadata not being preserved when copying between providers by mfschwartz@google.com · 12 years ago
- 605fe53 Added gsutil cp -N option to override streaming uploads by mfschwartz@google.com · 12 years ago
- 639a633 Fixed gsutil ls command documentation typo for the -L option. by mfschwartz@google.com · 12 years ago
- 6da2e08 Made gsutil rm -r gs://bucket/folder remove xyz_$folder$ object (which is created by various GUI tools). by mfschwartz@google.com · 12 years ago
- 59eaff1 Remove leftover cloudauth and cloudreader dirs. by mfschwartz@google.com · 12 years ago
- bec8eb2 Remove cloudreader and cloudauth sample code from gsutil. Sample code now lives at https://github.com/GoogleCloudPlatform by mfschwartz@google.com · 12 years ago
- a4505c0 Changed gsutil update command to insist on is_secure and https_validate_certificates by mfschwartz@google.com · 12 years ago
- ed0dcb2 Added HTTP scheme to doc/examples for gsutil setcors command by mfschwartz@google.com · 12 years ago
- 5129d56 Fixed help command handling when terminal does not have the number of rows set by mfschwartz@google.com · 12 years ago
- 4c9e9b0 Change cp tests that don't specify a Content-Type to check for new by jterrace@google.com · 12 years ago
- 03e595f Change minimum version in documentation from 2.5 to 2.6 since gsutil no longer works in Python 2.5. by jterrace@google.com · 12 years ago
- 080c853 Adds perfdiag command and fixes Windows compatibility. by jterrace@google.com · 12 years ago
- ae80a88 Changed resumable upload threshold from 1 MB to 2 MB by mfschwartz@google.com · 12 years ago
- c94e22b Fixed bug where gsutil test only cleans up first few test files by mfschwartz@google.com · 12 years ago
- 8ed2a02 Release 3.21 by mfschwartz@google.com · 12 years ago
- 99f1d75 Mods so we send generation subresource only when user requested version parsing by yovadia@google.com · 12 years ago
- a31a7d7 Added support for specifying src args for gsutil cp on stdin. by mfschwartz@google.com · 12 years ago
- d1340dd Fixed gsutil test cp, which assumed it was run from gsutil install dir by mfschwartz@google.com · 12 years ago
- 15e587c Added the ability for the cp command to continue even if there is an error. by rein@google.com · 12 years ago
- ec464b2 Updated docs about using setmeta with versioning enabled by mfschwartz@google.com · 13 years ago
- 8f052f2 v3.20 release. by rein@google.com · 13 years ago
- efd96eb Improved versioning support for remove command. by yovadia@google.com · 13 years ago
- f0f1176 Improved test runner. by jterrace@google.com · 13 years ago
- cb43361 Added noclobber (-n) support to the cp command. by rein@google.com · 13 years ago
- 0ff4924 Fixed off-by-one error when reporting bytes transferred by jterrace@google.com · 13 years ago
- a33775c v3.19 release. by mfschwartz@google.com · 13 years ago
- b4865f6 Implement support for durable reduced availability storage. by pstemari@google.com · 13 years ago
- 30e2452 Add support for object versions. by yovadia@google.com · 13 years ago
- 571bb94 Made the tests more robust by running them through minidom.parseString by rein@google.com · 13 years ago
- 2521981 Fix expected output for setwebcfg tests. by yovadia@google.com · 13 years ago
- 798d019 Bumping the version of the source code to 3.18 to match the binary. by rein@google.com · 13 years ago
- a17e8c4 1. Uploads would not resume in -q mode. by rein@google.com · 13 years ago
- 7774af4 Incorporated vapier@ mods to make version command not fail if CHECKSUM file missing. by mfschwartz@google.com · 13 years ago
- 2aa4b44 Updated gsutil help dev instructions for how to check out source by mfschwartz@google.com · 13 years ago
- ca25ac2 Removed svn propset that had linked to boto via github gateway, because that by mfschwartz@google.com · 13 years ago
- db0c3bd Refactor gsutil such that most functionality exists in boto. by yovadia@google.com · 13 years ago
- 5cba434 Updated help text for "gsutil help setmeta" and "gsutil help metadata", by mfschwartz@google.com · 13 years ago
- 2d1d6ba Fixed one more place that outputted progress info when gsutil cp -q specified (during streaming uploads) by mfschwartz@google.com · 13 years ago
- b41305d Release 3.17. by mfschwartz@google.com · 13 years ago
- 95b0e62 Implemented simplified syntax for setmeta command. The old syntax still works but is now deprecated. by mfschwartz@google.com · 13 years ago
- 93046a7 Clarified a detail in temp file change doc added in previous commit. by mfschwartz@google.com · 13 years ago
- 9a54199 Added help to gsutil cp -z option, to describe how to change where temp files are written. by mfschwartz@google.com · 13 years ago
- e93c114 Fixed race condition when multiple threads attempt to get an OAuth2 refresh token concurrently. by mfschwartz@google.com · 13 years ago
- e0c7134 Release 3.16 by mfschwartz@google.com · 13 years ago
- 4881501 Release 3.15. by mfschwartz@google.com · 13 years ago
- 430f675 Fixed copy/paste error in config file documentation for https_validate_certificates option. by mfschwartz@google.com · 13 years ago
- bc0e642 Changed gsutil to unset http_proxy environment variable if it's set, because it confuses boto. (Proxies should instead be configured via the boto config file.) by mfschwartz@google.com · 13 years ago
- aa1442c Made gsutil understand bucket subdir conventions used by various tools (like by mfschwartz@google.com · 13 years ago
- 62f48fd Fixed naming bug when performing gsutil mv from a bucket subdir to and existing bucket subdir. by mfschwartz@google.com · 13 years ago
- 5af0297 Hotfix to fix bug that stopped cross-provider copies into gs:// from working. by mfschwartz@google.com · 13 years ago
- 58d7692 Implemented gsutil setmeta command by mfschwartz@google.com · 13 years ago
- 790fcd1 Minor typo fixes. by mfschwartz@google.com · 13 years ago
- 7518ef7 Fixed performance bug when downloading a large object with Content-Encoding:gzip, where decompression attempted to load entire object in memory. Also added "Uncompressing" log output if file is larger than 50M, to make it clear the download hasn't stalled. by mfschwartz@google.com · 13 years ago
- e3e3a8a Added change needed to make resumable transfer progress messages not print when running gsutil cp -q by mfschwartz@google.com · 13 years ago