Chris Hennick
|
ea2907fb9b
|
ci: Clean up old release PR before creating a new one
|
2024-05-10 08:40:05 -07:00 |
|
Chris Hennick
|
c8a68fa727
|
doc: More concise re trust
Signed-off-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com>
|
2024-05-10 08:31:06 -07:00 |
|
Chris Hennick
|
95018175fd
|
Merge pull request #107 from zip-rs/Pr0methean-patch-2
doc: Rewrite pull_request_template.md
|
2024-05-10 09:15:25 +00:00 |
|
Chris Hennick
|
1579f7a148
|
Merge pull request #106 from hidez8891/dev/ziped
fix: UTF-8 flag could be set for non-UTF8 filenames
|
2024-05-10 05:11:14 +00:00 |
|
Chris Hennick
|
6b0c934e09
|
doc: nit: punctuation
Signed-off-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com>
|
2024-05-09 20:17:10 -07:00 |
|
Chris Hennick
|
73e44dbedb
|
Rephrase (we->I; relation to Amazon LPs)
Signed-off-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com>
|
2024-05-09 20:15:53 -07:00 |
|
Chris Hennick
|
aea27a7642
|
Rephrase "trust" sentence and mention Amazon LP
Signed-off-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com>
|
2024-05-09 20:06:54 -07:00 |
|
Chris Hennick
|
8a734f9dac
|
Rephrase
Signed-off-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com>
|
2024-05-09 20:01:40 -07:00 |
|
Chris Hennick
|
431b4cdf2b
|
Clarify purpose and checks
Signed-off-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com>
|
2024-05-09 19:59:51 -07:00 |
|
Chris Hennick
|
a29d125ee7
|
Update pull_request_template.md
Signed-off-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com>
|
2024-05-09 19:50:38 -07:00 |
|
Chris Hennick
|
3168c1cf91
|
Make CONTRIBUTING.md link to pull_request_template.md
Signed-off-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com>
|
2024-05-09 19:41:26 -07:00 |
|
Chris Hennick
|
72e2d95321
|
Update pull_request_template.md
Signed-off-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com>
|
2024-05-09 19:39:52 -07:00 |
|
Chris Hennick
|
8fa0d590d9
|
Create pull_request_template.md
Signed-off-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com>
|
2024-05-09 19:34:24 -07:00 |
|
Chris Hennick
|
186c89deea
|
chore: String has into_bytes but not into_boxed_bytes
|
2024-05-09 19:11:16 -07:00 |
|
Chris Hennick
|
f7ea2764a2
|
chore: &str doesn't have into_boxed_bytes, so call to_string first
|
2024-05-09 19:08:55 -07:00 |
|
Chris Hennick
|
35b3a8f257
|
chore: fix type mismatch in shallow_copy_file caused by last fix
|
2024-05-09 19:06:44 -07:00 |
|
Chris Hennick
|
34b99956c9
|
chore: shallow_copy_file needs to update file_name_raw
|
2024-05-09 19:04:08 -07:00 |
|
Chris Hennick
|
650dd9a71f
|
chore: More patches to binary file
|
2024-05-09 18:57:15 -07:00 |
|
Chris Hennick
|
3454f84e85
|
chore: Patch out-of-date binary file
|
2024-05-09 18:50:49 -07:00 |
|
Chris Hennick
|
7ba16ae622
|
chore: Update generic type bounds
|
2024-05-09 18:41:48 -07:00 |
|
Chris Hennick
|
e1eae16e12
|
style: Fix cargo fmt re trailing comma in type-constraint list
|
2024-05-09 18:35:28 -07:00 |
|
Chris Hennick
|
113d18c6a0
|
chore: fix typo
|
2024-05-09 18:34:03 -07:00 |
|
Chris Hennick
|
df8479ac4f
|
chore: Bug fix: ToOwned requires an explicit type bound
|
2024-05-09 18:33:41 -07:00 |
|
Chris Hennick
|
8e74a9da07
|
chore: Fix type bound so that to_owned() is available
|
2024-05-09 18:31:07 -07:00 |
|
Chris Hennick
|
dcc6850c51
|
style: Fix cargo fmt error re trailing comma
|
2024-05-09 18:27:54 -07:00 |
|
Chris Hennick
|
955d1eddcd
|
chore: Add missing to_owned
Needed so that `name` can be used to populate both `file_name` (for `insert_file_data`) and `file_name_raw` (for saving)
|
2024-05-09 18:26:39 -07:00 |
|
Chris Hennick
|
95c8b07bc2
|
chore: Update misleading comment
|
2024-05-09 18:25:23 -07:00 |
|
Chris Hennick
|
48de16ca0d
|
Chore: fix bug: file_name is needed for insert_file_data
|
2024-05-09 18:24:21 -07:00 |
|
Chris Hennick
|
7fb1ec752d
|
chore: Fix build error: write_non_utf8 was missing zopfli_buffer_size
|
2024-05-09 18:10:50 -07:00 |
|
Chris Hennick
|
124ed1bac3
|
chore: Box<str>'s & doesn't auto-deref
|
2024-05-09 18:08:39 -07:00 |
|
Chris Hennick
|
0b896a9071
|
chore: Fix build errors in test write_non_utf8()
|
2024-05-09 18:06:23 -07:00 |
|
Chris Hennick
|
e334f15f12
|
Fix bad merge: revert deletion of zip64 extra field
|
2024-05-09 18:00:40 -07:00 |
|
Chris Hennick
|
00537ae34e
|
Fix bad merge: revert extra_field_length change
|
2024-05-09 17:58:45 -07:00 |
|
Chris Hennick
|
0482a1329a
|
Fix bad mergee: write_local_file_header is now part of start_entry
|
2024-05-09 17:48:24 -07:00 |
|
Chris Hennick
|
c23bcc55fb
|
chore: Add a borrow to fix a build error
Why didn't the compiler raise this last time?!
|
2024-05-09 17:15:07 -07:00 |
|
Chris Hennick
|
e9e5e01e3d
|
chore: Remove turbofish to fix a build error
|
2024-05-09 17:12:52 -07:00 |
|
Chris Hennick
|
b0a2cbbe52
|
Fix build errors again
|
2024-05-09 14:17:05 -07:00 |
|
Chris Hennick
|
20e4c18280
|
Fix type mismatch for extra_field_length
|
2024-05-09 13:36:37 -07:00 |
|
Chris Hennick
|
0f086dcc75
|
Fix remaining build errors
|
2024-05-09 13:17:34 -07:00 |
|
Chris Hennick
|
169b802136
|
Fix build errors
|
2024-05-09 12:59:33 -07:00 |
|
Chris Hennick
|
b9bf6f4ce2
|
Fix deleted closing curly
Signed-off-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com>
|
2024-05-09 12:24:18 -07:00 |
|
Chris Hennick
|
d9a2cb1f71
|
Update to work without byteorder
|
2024-05-09 12:22:28 -07:00 |
|
Chris Hennick
|
2676366199
|
Update to use write_u16_le
Signed-off-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com>
|
2024-05-09 12:20:40 -07:00 |
|
Chris Hennick
|
5d3c73a5d5
|
Merge branch 'master' into dev/ziped
Signed-off-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com>
|
2024-05-09 12:19:48 -07:00 |
|
Chris Hennick
|
af776797f0
|
Merge pull request #104 from zip-rs/release-plz-2024-05-08T04-49-16Z
chore: release v1.2.2
|
2024-05-09 11:05:52 -07:00 |
|
Chris
|
972d6be583
|
chore: release
Signed-off-by: Chris <4961925+Pr0methean@users.noreply.github.com>
|
2024-05-09 05:28:19 +00:00 |
|
Chris Hennick
|
769fff2035
|
Merge pull request #101 from Jake-Shadle/master
Remove `num_enum`
|
2024-05-09 00:22:21 +00:00 |
|
Chris Hennick
|
c39f5e8f9e
|
ci(fuzz): Update fuzz_write corpus to account for shift from Vec<_> to Box<[_]>
|
2024-05-08 19:28:23 -07:00 |
|
Chris Hennick
|
13a964317d
|
ci(fuzz): Update fuzz_write corpus to account for shift from Vec<_> to Box<[_]>
|
2024-05-08 19:14:19 -07:00 |
|
Chris Hennick
|
bd473ef75b
|
perf: Use boxed slice for archive comment, since it can't be concatenated
|
2024-05-08 15:36:12 -07:00 |
|