Chris Hennick
|
98d37c8b77
|
Fix more formatting issues (sort imports)
|
2023-04-23 15:26:00 -07:00 |
|
Chris Hennick
|
06b5ceaef9
|
Fix another formatting issue
|
2023-04-23 15:19:19 -07:00 |
|
Chris Hennick
|
911d67a795
|
Fix another formatting issue
|
2023-04-23 15:15:45 -07:00 |
|
Chris Hennick
|
3b3b63cef5
|
Fix a flaky test
|
2023-04-23 15:14:44 -07:00 |
|
Chris Hennick
|
6dc099d128
|
Fix more formatting issues
|
2023-04-23 15:12:56 -07:00 |
|
Chris Hennick
|
9330bdb7b7
|
Don't need Read for shallow copy
|
2023-04-23 15:09:22 -07:00 |
|
Chris Hennick
|
85689cd2e6
|
Remove unused #![feature(read_buf)]
|
2023-04-23 15:05:53 -07:00 |
|
Chris Hennick
|
14c61e0b97
|
Revert "Create rust-clippy.yml"
This reverts commit 2aa4665f42 .
|
2023-04-23 15:04:08 -07:00 |
|
Chris Hennick
|
2f1d73851c
|
Fix fuzz dependency
|
2023-04-23 15:03:17 -07:00 |
|
Chris Hennick
|
d3400509bc
|
Fix formatting issues from cargo fmt
|
2023-04-23 14:58:10 -07:00 |
|
Chris Hennick
|
5e5f5ebe54
|
Bump minimum version to 1.66.0
|
2023-04-23 14:54:44 -07:00 |
|
Chris Hennick
|
7e7483ef5c
|
Remove unnecessary package qualifiers
|
2023-04-23 14:52:14 -07:00 |
|
Chris Hennick
|
360a7de003
|
Fix clippy warning: use write_all instead of write
|
2023-04-23 14:51:17 -07:00 |
|
Chris Hennick
|
de638786f1
|
Create dependabot_automation.yml
|
2023-04-23 14:48:06 -07:00 |
|
Chris Hennick
|
2aa4665f42
|
Create rust-clippy.yml
|
2023-04-23 14:46:39 -07:00 |
|
Chris Hennick
|
a8c61e1e71
|
Merge pull request #1 from Pr0methean/whitesource/configure
Configure Mend Bolt for GitHub
|
2023-04-23 14:43:29 -07:00 |
|
Chris Hennick
|
d1740afc4e
|
Update links and Cargo instructions in README
|
2023-04-23 14:43:17 -07:00 |
|
mend-bolt-for-github[bot]
|
3af27ad353
|
Add .whitesource configuration file
|
2023-04-23 21:33:22 +00:00 |
|
Chris Hennick
|
cde5d5ed11
|
Implement shallow copy from within the file being written
|
2023-04-23 14:33:10 -07:00 |
|
Plecra
|
e32db515a2
|
Merge pull request #316 from NobodyXu/streaming
Implement a high-level, easy-to-use streaming decoder that recover all information from a zip
|
2023-02-01 18:15:29 +00:00 |
|
Marli Frost
|
c4c6ec9e7c
|
fix: clippy
|
2023-02-01 18:03:03 +00:00 |
|
Marli Frost
|
d06d4b295f
|
refactor: move the new ZipStreamReader API to the unstable module
|
2023-02-01 17:55:07 +00:00 |
|
Marli Frost
|
1eb491e96e
|
fix: clippy lint
|
2023-02-01 17:39:10 +00:00 |
|
Jiahao XU
|
e322842bfd
|
Fix clippy warning in stream.rs:85
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
|
2023-02-01 17:33:35 +00:00 |
|
Jiahao XU
|
f97f017d99
|
Rm read::stream::test::zip_contents
As streaming mode cannot calculate central_header_start.
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
|
2023-02-01 17:33:35 +00:00 |
|
Jiahao XU
|
89ff32d93b
|
Rm infesible guarantee in ZipStreamVisitor::visit_additional_metadata
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
|
2023-02-01 17:33:35 +00:00 |
|
Jiahao XU
|
ef1846e121
|
Rm stream::tests::zip64_with_leading_junk
As in streaming mode, there is no way to ignore the leading junk.
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
|
2023-02-01 17:33:35 +00:00 |
|
Jiahao XU
|
b944bee72d
|
Add unit tests for mod read::streams
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
|
2023-02-01 17:33:35 +00:00 |
|
Jiahao XU
|
c6fe396b56
|
Impl ZipStreamFileMetadata::is_{dir, file}
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
|
2023-02-01 17:33:35 +00:00 |
|
Jiahao XU
|
d858994e1e
|
Add guarantee for ZipStreamVisitor::visit_additional_metadata
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
|
2023-02-01 17:33:35 +00:00 |
|
Jiahao XU
|
8f7c43c227
|
Rm unnecessary p.exist() check in ZipStreamReader::extract
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
|
2023-02-01 17:33:35 +00:00 |
|
Jiahao XU
|
5b6d9557c6
|
Impl ZipStreamReader::extract
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
|
2023-02-01 17:33:35 +00:00 |
|
Jiahao XU
|
42e2865ccb
|
derive(Debug) for ZipStreamFileMetadata
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
|
2023-02-01 17:33:35 +00:00 |
|
Jiahao XU
|
02c3699be2
|
Impl new mod read::stream
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
|
2023-02-01 17:33:35 +00:00 |
|
Jiahao XU
|
16753209af
|
Refactor: Extract ZipFileData::unix_mode
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
|
2023-02-01 17:33:35 +00:00 |
|
Jiahao XU
|
a614d1f226
|
Refactor: Extract ZipFileData::enclosed_name
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
|
2023-02-01 17:33:35 +00:00 |
|
Jiahao XU
|
08c2e76705
|
Fix param order in central_header_to_zip_file_inner
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
|
2023-02-01 17:31:12 +00:00 |
|
Jiahao XU
|
e99c15471c
|
Mv central header parsing to central_header_to_zip_file
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
|
2023-02-01 17:31:12 +00:00 |
|
Jiahao XU
|
57440efa16
|
Refactor: Extract new fn central_header_to_zip_file_inner
that does not require `reader` to implement `io::Seek`.
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
|
2023-02-01 17:31:12 +00:00 |
|
Marli Frost
|
0a09253896
|
docs: clarify how to use the add_directory API
closes #323
|
2023-02-01 17:23:53 +00:00 |
|
Marli Frost
|
e4503a312a
|
docs: remove maintenance warning from the README. (im baaack)
|
2023-02-01 14:15:02 +00:00 |
|
Marli Frost
|
f7dcc666b7
|
release: 0.6.4
|
2023-02-01 14:10:33 +00:00 |
|
Plecra
|
d8cefbe72f
|
Merge pull request #330 from aquacash5/try-from-datetime
Implement TryFrom<OffsetDateTime> for DateTime
|
2023-02-01 14:07:15 +00:00 |
|
Marli Frost
|
42eabc9e33
|
fix: update references to old from_time API
|
2023-02-01 14:01:53 +00:00 |
|
Kyle Bloom
|
ccd20c118e
|
fix: Unused import with time feature
|
2023-02-01 13:58:15 +00:00 |
|
Kyle Bloom
|
ab2800b4d8
|
chore: Move use for TryInto to top
|
2023-02-01 13:58:15 +00:00 |
|
Kyle Bloom
|
c2adaf7ee0
|
fix: Use try into implementation for from_time
|
2023-02-01 13:58:15 +00:00 |
|
Kyle Bloom
|
3f770178ec
|
fix: Change error type to unit-like struct
|
2023-02-01 13:58:15 +00:00 |
|
Kyle Bloom
|
5726a07a76
|
feat: Move from_time to try_from
Moves from_time function to TryFrom<OffsetDateTime>
|
2023-02-01 13:58:15 +00:00 |
|
Plecra
|
ac3576c888
|
Merge pull request #338 from aquacash5/fix-clippy-issues
Fix clippy issues
|
2023-02-01 13:55:25 +00:00 |
|