Benjamin Richner
2730ca7e76
Turned clumsy if statements into matcher clause
2020-06-23 21:44:26 +02:00
Benjamin Richner
9e2b14f368
Create meaningful panic messages in ZipCrypto test
2020-06-23 21:35:59 +02:00
Benjamin Richner
4737f145ff
Use b
prefix instead of as_bytes()
2020-06-23 21:28:34 +02:00
Benjamin Richner
d4100190e5
run cargo fmt
2020-06-23 21:23:36 +02:00
Benjamin Richner
76777350da
Add space between comment and //
2020-06-23 21:22:47 +02:00
Benjamin Richner
4f36a27c32
Use matcher clause instead of clumsy if expressions
2020-06-23 21:20:30 +02:00
Benjamin Richner
fb4f3c5c21
Rename by_name_internal
to by_name_with_optional_password
and by_index_internal
to by_index_with_optional_password
2020-06-23 21:17:52 +02:00
Benjamin Richner
07caeca6ea
Use let .. = &mut
instead of let ref mut .. =
2020-06-23 21:12:36 +02:00
Benjamin Richner
d50dcaced7
run cargo fmt
2020-06-23 20:46:41 +02:00
Benjamin Richner
dbae003aca
Merge improvements from master
2020-06-23 20:44:18 +02:00
Plecra
8a6ca63728
Merge pull request #149 from piotrmaks/any-flate2-backend
...
Enable deflated compression method for any flate2 backend
2020-06-23 18:52:52 +01:00
Plecra
a43661c197
chore: apply formatting
2020-06-23 17:41:27 +01:00
Plecra
e123567862
Merge branch 'master' into any-flate2-backend
2020-06-23 16:51:15 +01:00
Plecra
f5d7b6c895
Merge pull request #159 from mvdnes/define-msrv
...
Define the crate's MSRV
2020-06-23 16:34:30 +01:00
Marli Frost
2f0e14574e
refactor: make crate 1.34.0 compatible
2020-06-23 16:21:10 +01:00
Marli Frost
6e652446dd
feat: define the crate's MSRV
2020-06-23 15:48:50 +01:00
Plecra
7f3b39f76f
Merge pull request #155 from JeremyAube/remove-default-comment
...
Removed the default zip comment
2020-06-21 22:58:26 +01:00
Jeremy Aube
d382f04e5a
Change default comment to String::new() and fixed tests
2020-06-21 12:38:36 -04:00
Benjamin Richner
493afdbee1
run cargo fmt
2020-06-21 17:47:08 +02:00
Benjamin Richner
bd3ed222ac
Merge improvements from master
2020-06-21 17:43:40 +02:00
Jeremy Aube
061a58cf7d
Removed the default zip comment for ZipWriter to an empty string
2020-06-21 11:38:39 -04:00
Ryan Levick
a2ba5fb280
Merge pull request #150 from mvdnes/deprecation
...
Add deprecation warnings to potentially narrow the API
2020-06-20 11:50:48 +02:00
Marli Frost
e8f576e179
chore: allow internal use of deprecated items
2020-06-17 18:20:40 +01:00
Marli Frost
548db12b07
docs: deprecate unnecessary API
2020-06-17 17:36:34 +01:00
Ryan Levick
3756142e29
Merge pull request #148 from mvdnes/byteorder-port
...
Use the byteorder crate for Endianness handling
2020-06-17 18:35:44 +02:00
Marli Frost
7ff565aacb
feat: loosen byteorder version requirement
2020-06-17 17:11:36 +01:00
Piotr Maks
d1bdd552e9
Enable deflated compression method for any flate2 backend
...
Allow using other than default flate2 backend for deflated compression
method. The motivation for this change was to allow using different
backends in dependent crates.
2020-06-17 07:23:32 +02:00
Marli Frost
9ed6904383
refactor: replace the podio crate with byteorder
2020-06-16 18:59:13 +01:00
Plecra
b36340e779
Merge pull request #141 from mvdnes/more-cleanup
...
More cleanup
2020-06-16 18:54:42 +01:00
Ryan Levick
5e76689f49
Don't run doc test since it will panic
2020-06-16 18:54:42 +02:00
Zac Pullar-Strecker
c074a3090c
run rustfmt
2020-06-16 14:45:36 +12:00
Zac Pullar-Strecker
f04e4f4a04
Changes from review
2020-06-16 14:38:35 +12:00
Zac Pullar-Strecker
178699d2d5
Add function to extract a all files in an archive to a directory
2020-06-16 14:38:35 +12:00
Ryan Levick
96354ffa09
More cleanup
2020-06-15 18:09:10 +02:00
Ryan Levick
4e4bbef51b
Merge pull request #109 from JDepooter/add_header_start
...
Add ZipFile::header_start
2020-06-15 14:49:08 +02:00
Ryan Levick
039fc96078
Merge pull request #140 from mvdnes/github-actions
...
Move to GitHub Actions
2020-06-15 14:47:54 +02:00
Ryan Levick
44b67ff95d
Run cargo fmt
2020-06-15 14:44:28 +02:00
Ryan Levick
f78e651aa6
Move to GitHub Actions
2020-06-15 14:41:48 +02:00
Ryan Levick
7236347d8d
Merge pull request #139 from mvdnes/cleanup
...
Cleanup
2020-06-15 14:40:51 +02:00
Ryan Levick
0b6caba281
Merge branch 'master' into cleanup
2020-06-15 14:30:22 +02:00
Ryan Levick
cefa8cd2f2
Merge pull request #135 from stchris/use-thiserror
...
Use thiserror's Derive macro
2020-06-15 14:22:58 +02:00
Ryan Levick
82f5e2fbbe
Remove status warning in README
2020-06-15 11:12:53 +02:00
Ryan Levick
31b4b5c842
Address clippy issues
2020-06-15 11:11:17 +02:00
Ryan Levick
ebb07348ee
Run cargo fmt
2020-06-15 10:44:39 +02:00
Christian Stefanescu
18bece201c
Use thiserror's Derive macro
2020-06-15 10:16:36 +02:00
Mathijs van de Nes
a973913ebd
Bump version
2020-06-13 17:26:28 +02:00
Mathijs van de Nes
922b4926c3
Remove unused import
2020-06-13 17:26:13 +02:00
Mathijs van de Nes
3e5a8e6f98
Merge branch 'Dr-Emann-crc_zero_sized_read'
2020-05-29 21:16:14 +02:00
Benjamin Richner
402ecb1e34
Add ZipCrypto unit test
2020-05-21 23:54:12 +02:00
Benjamin Richner
f9116fc9c8
Clean up whitespaces
2020-05-21 22:14:53 +02:00