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