rubyzip/lib/zip
Robert Haines 03a9ee6b8a Rename `GPFBit3Error` to `StreamingError`.
`GPFBit3Error` doesn't really mean anything to the general user, and
it's not descriptive of the issue at hand. This error is raised when a
zip file cannot be streamed via `InputStream`, so `StreamingError` makes
more sense.

Also standardize the error message while we're about it.
2022-08-14 22:23:51 +01:00
..
crypto Fix Style/FrozenStringLiteralComment cop. 2021-05-25 21:24:50 +01:00
extra_field Fix reading unknown extra fields. 2021-11-19 19:53:38 +00:00
filesystem Use the new `Entry` time methods in `Filesystem::File`. 2022-06-20 17:18:20 +01:00
ioextras Adjust Layout/LineLength cop to 100 characters. 2021-06-25 22:31:34 +01:00
central_directory.rb Add `Entry#zip64?` as a better way detect Zip64 entries. 2022-06-20 17:18:20 +01:00
compressor.rb Fix Style/FrozenStringLiteralComment cop. 2021-05-25 21:24:50 +01:00
constants.rb Move the split signature to the constants file. 2021-06-12 16:29:25 +01:00
decompressor.rb Fix/configure Style/AccessorGrouping cop. 2021-05-25 21:24:50 +01:00
deflater.rb Fix Style/FrozenStringLiteralComment cop. 2021-05-25 21:24:50 +01:00
dirtyable.rb Abstract marking as dirty into `Dirtyable` for reuse. 2022-06-20 17:18:20 +01:00
dos_time.rb Fix Style/RedundantBegin cop. 2021-05-25 21:24:50 +01:00
entry.rb Ensure that `Entry.ftype` is correct via `InputStream`. 2022-08-13 22:09:55 +01:00
entry_set.rb Tidy up `EntrySet` accessors. 2022-01-18 20:09:34 +00:00
errors.rb Rename `GPFBit3Error` to `StreamingError`. 2022-08-14 22:23:51 +01:00
extra_field.rb Fix reading unknown extra fields. 2021-11-19 19:53:38 +00:00
file.rb Re-initialize CDir after a `commit`. 2022-06-25 08:51:32 +01:00
file_split.rb Use named parameters for `File::split`. 2021-06-27 10:20:11 +01:00
filesystem.rb Use named parameters for `File::new`. 2021-06-27 10:20:11 +01:00
inflater.rb Improve documentation and error messages for `InputStream`. 2021-06-25 16:58:01 +01:00
input_stream.rb Rename `GPFBit3Error` to `StreamingError`. 2022-08-14 22:23:51 +01:00
ioextras.rb Fix (most) Style/MutableConstant cop errors. 2021-05-25 21:50:06 +01:00
null_compressor.rb Fix Style/FrozenStringLiteralComment cop. 2021-05-25 21:24:50 +01:00
null_decompressor.rb Fix Style/FrozenStringLiteralComment cop. 2021-05-25 21:24:50 +01:00
null_input_stream.rb Fix Style/FrozenStringLiteralComment cop. 2021-05-25 21:24:50 +01:00
output_stream.rb Improve the message for CompressionMethodError. 2022-08-14 22:23:51 +01:00
pass_thru_compressor.rb Fix Style/FrozenStringLiteralComment cop. 2021-05-25 21:24:50 +01:00
pass_thru_decompressor.rb Fix Style/FrozenStringLiteralComment cop. 2021-05-25 21:24:50 +01:00
streamable_directory.rb Fix Style/FrozenStringLiteralComment cop. 2021-05-25 21:24:50 +01:00
streamable_stream.rb Switch how the `Entry::dirty` flag is used. 2022-06-20 17:18:19 +01:00
version.rb Fix Style/FrozenStringLiteralComment cop. 2021-05-25 21:24:50 +01:00