• Home
  • Raw
  • Download

Lines Matching refs:Fixed

5 - Fixed an OverflowError in apitools that caused download
9 - Fixed a bug that caused perfdiag to report extremely high throughput
12 - Fixed a ValueError that occurred on Python 2.6 with sliced object downloads.
51 - Fixed an IOError that could occur in apitools when acquiring credentials
53 - Fixed a bug where rm -r would attempt to delete a nonexistent bucket.
54 - Fixed a bug where a default object ACL could not be set or changed to empty.
55 - Fixed a bug where cached credentials corresponding to an old account could
58 - Fixed a bug in apitools for retrieving byte ranges of size 1 (for example,
60 - Fixed a bug that caused the main gsutil process to perform all work leaving
62 - Fixed a bug that caused multiple threads not to be used when
64 - Fixed a bug that caused rsync to skip files that start with "." when the
66 - Fixed a bug that caused rsync -C to bail out when it failed to read
68 - Fixed a bug where gsutil stat printed unwanted output to stderr.
69 - Fixed a bug where a parallel composite upload could return a nonzero exit
73 - Fixed a bug where gsutil would exit with code 0 when both running in
75 - Fixed a bug where gsutil would suggest using parallel composite uploads
114 - Fixed an index out of range error that could occur with an empty
117 - Fixed two possible sources of ResumableUploadStartOverException from
119 - Fixed a bug in the compose command where a missing source object resulted
146 - Fixed a bug that could cause downloads to have a hash mismatch (and deletion
163 - Fixed a bug for streaming uploads that could occasionally cause a HTTP 410
165 - Fixed an OverflowError that occurred when uploading files > 4GiB on a 32-bit
178 - Fixed a bug that could cause undetected data corruption (preserving incorrect
181 - Fixed a bug that caused downloads to be truncated if the connection broke,
184 - Fixed a format string arguments error that occurred if a download exhausted
203 - Fixed a bug that caused daisy-chain copies (including cross-provider
205 - Fixed a bug that caused streaming uploads than ran for longer than
207 - Fixed a bug where perfdiag would not properly clean up its test files.
208 - Fixed a bug where using ls with the XML API could mistakenly report bucket
231 - Fixed a bug where perfdiag would fail if netstat was not available.
232 - Fixed a bug where temporary ca_certs files were not being cleaned up.
233 - Fixed a bug in rsync to unnecessarily remove or write objects, in some
236 - Fixed a bug where rsync temporary listing files were not being
238 - Fixed a bug where rsync would remove destination URLs if listing the
241 - Fixed a bug where mv would fail for some Unicode filenames.
242 - Fixed a bug where mv would remove the source URL after skipping the
244 - Fixed a bug that caused daisy chain uploads to hang if the download thread
246 - Fixed a bug where acl ch would return a zero exit code even if it failed.
247 - Fixed a bug that sometimes caused the progress display to render multiple
283 - Fixed an apitools bug that impacted upload performance and caused
285 - Fixed _$folder$ placeholder object detection on versioned buckets.
293 - Fixed a bug that caused "defacl ch" on a bucket with a private ACL to fail.
295 - Fixed a bug that caused large streaming uploads to fail with the message
297 - Fixed a bug that caused JSON lifecycle configurations with createdBefore
325 - Fixed a TypeError bug that occurred in perfdiag write throughput tests.
326 - Fixed an rsync bug that caused invalid symlinks to abort the transfer
328 - Fixed a perfdiag assumption that ipaddrlist was populated.
329 - Fixed an AttributeError when setting an invalid canned ACL with defacl set.
330 - Fixed a bug where non-resumable uploads would include payload in debug output
355 - Fixed a bug that caused resumable uploads to restart if gsutil was
357 - Fixed a bug in defacl ch command that caused a failure when updating
359 - Fixed an invalid literal bug during rsync file listing.
364 - Fixed a bug where acl ch -g AllAuthenticatedUsers would instead add
366 - Fixed a bug that caused object custom metadata not to be preserved when
368 - Fixed a bug where du -s did not properly elide subdirectories.
393 - Fixed "File changed during upload: EOF..." errors on XML resumable uploads.
394 - Fixed rsync command to read and write index files in binary mode.
396 - Fixed possible data corruption when using JSON API uploads for
399 - Fixed gsutil cp to skip directory placeholders when downloading, avoiding
401 - Fixed daisy chain cp/rsync for files >= 100MB.
402 - Fixed a bug in JSON proxy support where the proxy info was sometimes unused.
403 - Fixed a bug where an acl get on a private default object ACL returned an
405 - Fixed a JSON API issue with large HTTP responses on 32-bit systems.
470 - Fixed a bug in parallel composite uploads where uploads with
549 - Fixed potential bug with update command on CentOS.
576 - Fixed cases where parallel composite uploads could leave orphaned components.
578 - Fixed bug breaking defacl's -d option.
584 - Fixed gsutil config doc.
585 - Fixed references to old command names; fix defacl ch example.
603 - Fixed import statement of unittest2 which caused installations using Python
610 - Fixed tests so they pass on Windows and package installs.
650 - Fixed cat bug that caused version to be ignored in URIs.
709 - Fixed a bug where the no-op authentication handler was being loaded after
741 - Fixed a bug when using ls -R on objects with trailing slashes. Closes #93.
742 - Fixed so won't crash in perfdiag when nslookup is missing or gethostbyname
747 - Fixed incorrectly-generated password editing comment in service account
770 - Fixed confusing gsutil rm "Omitting" message.
805 - Fixed bug where gsutil cp -D -n caused precondition failure.
806 - Fixed gsutil daisy-chain copy to allow preserving ACLs when copying within
809 - Fixed bugs where gsutil -q cp and gsutil cp -q sometimes weren't quiet.
810 - Fixed unicode error when constructing tracker filename from non-ASCII
812 - Fixed that noclobber would not resume partial resumable downloads.
813 - Fixed bug when running gsutil cp -Dp by user other than object owner.
849 - Fixed incorrect package installation detection that resulted in not being
875 - Fixed problem where gsutil update command didn’t take default action.
876 - Fixed a problem with the update command sometimes triggering an additional
917 - Fixed case where chacl command incorrectly recognized an email address as a
920 - Fixed bug where wildcarded dest URI attempted string op on Key object.
921 - Fixed case where gsutil -q outputted progress output when doing a streaming
976 - Fixed ISO 639.1 ref in config command help text
981 - Fixed bug where gsutil cp -D didn't preserve metadata
982 - Fixed problem where gsutil -m is hard to interrupt (partial fix for issue
984 - Fixed broken reference to boto_lib_dir in update command.
986 - Fixed name expansion bug for case where uri_strs is itself an iterator
988 - Fixed flaky gsutil rm test
989 - Fixed a bug in the chacl command that made it so you couldn't delete the
1011 - Fixed two version-specific URI bugs:
1029 - Fixed bug that caused attempt to dupe-encode a unicode filename.
1036 - Fixed flaky tests.
1074 - Fixed bug where gsutil setwebcfg signature didn't match with
1076 - Fixed ASCII codec decode error when constructing tracker filename
1088 - Fixed various bugs for gsutil running on Windows:
1089 - Fixed various places from a hard-coded '/' to os.sep.
1090 - Fixed a bug in the cp command where it was using the destination
1092 - Fixed a bug in the cp command's _SrcDstSame function by
1094 - Fixed windows bug in tests/util.py _NormalizeURI function.
1095 - Fixed ZeroDivisionError sometimes happening during unit tests
1098 - Fixed gsutil rm bug that caused exit status 1 when encountered
1100 - Fixed support for gsutil cp file -.
1103 - Fixed bug in copying subdirs to subdirs.
1104 - Fixed cases where boto debug_level caused too much or too little
1117 - Fixed reporting bits/s when it was really bytes/s.
1122 - Fixed bug where gsutil binary was shipped with protection 750
1145 - Fixed help command handling when terminal does not have the
1151 - Fixed various other typos.
1154 - Fixed gsutil ls command documentation typo for the -L option.
1176 - Fixed unit tests by using a GS-specific mocking class to
1179 - Fixed bug where gsutil test only cleaned up first few test files.
1199 - Fixed release no longer to include extraneous boto dirs in
1220 - Fixed gsutil test cp, which assumed it was run from gsutil install dir.
1243 - Fixed off-by-one error when reporting bytes transferred.
1263 - Fixed problem where cp -q prevented resumable uploads from being performed.
1281 - Fixed resumable upload boundary condition when handling POST request
1284 - Fixed one more place that outputted progress info when gsutil cp -q
1300 - Fixed race condition when multiple threads attempt to get an OAuth2 refresh
1338 - Fixed performance bug when downloading a large object with Content-
1342 - Fixed naming bug when performing gsutil mv from a bucket subdir to
1344 - Fixed bug that caused cross-provider copies into Google Cloud Storage to
1348 - Fixed copy/paste error in config file documentation for
1373 - Fixed bug where gsutil cp -R from a source directory didn't generate
1375 - Fixed file handle leak in gsutil cp -z
1376 - Fixed bug that caused cp -a option not to work when copying in the cloud.
1377 - Fixed bug that caused '/-' to be appended to object name for streaming
1411 - Fixed bug that caused simultaneous resumable downloads of the same source
1428 - Fixed bug that caused getacl/setacl commands to get a character encoding
1431 - Fixed gsutil update not to fail under Windows exclusive file locking.
1432 - Fixed gsutil ls -L to continue past 403 errors.
1444 - Fixed bug that caused extra "file:/" to be included in pathnames with
1454 - Fixed problem with non-ASCII filename characters not setting encoding before
1464 - Fixed handling of HTTPS tunneling through a proxy.
1473 - Fixed bug that caused wildcards spanning directories not to work.
1474 - Fixed bug that gsutil cp -z not to find available tmp space correctly
1491 - Fixed bug where uploading and moving multiple files to a bucket subdirectory
1494 - Fixed bug where gsutil cp -r sourcedir didn't copy to specified subdir
1496 - Fixed bug where tracker file included a timestamp that caused it not to
1498 - Fixed bug where gs://bucket/*/dir wildcard matches too many objects.
1499 - Fixed documentation errors in help associated with ACLs and projects.
1511 - Fixed problem where resumable uploads/downloads of objects with very long
1518 - Fixed minor bug in output from 'gsutil help dev' which advised executing
1528 - Fixed problem where gsutil ver and debug flags crashed when used
1530 - Fixed gsutil bug in windows path handling, and make checksumming work
1532 - Fixed enablelogging to translate -b URI param to plain bucket name in REST
1542 - Fixed problem where gsutil didn't convert between OS-specific directory
1544 - Fixed problem where gsutil ls -R didn't work right if there was a key
1559 - Fixed handling of gsutil help for Windows (previous code depended on
1634 - Fixed bug that caused multi-threaded mv command not to percolate failures
1637 - Fixed bug that caused gsutil to use GET for ls -L requests. It now uses HEAD
1639 - Fixed bug that caused gsutil not to preserve metadata during
1641 - Fixed bug that prevented setacl command from allowing DisplayName's in ACLs.
1642 - Fixed bug that caused gsutil/boto to suppress consecutive slashes in path
1644 - Fixed spec-non-compliant URI construction for resumable uploads.
1645 - Fixed bug that caused rm -f not to work.
1646 - Fixed UnicodeEncodeError that happened when redirecting gsutil ls output