Chris Hennick
|
91dcf305d7
|
chore: More bug fixes for Windows-specific symlink code
|
2024-05-15 16:11:37 -07:00 |
|
Chris Hennick
|
ce818e4df1
|
chore: More bug fixes for Windows-specific symlink code
|
2024-05-15 16:08:39 -07:00 |
|
Chris Hennick
|
aca750d616
|
chore: Bug fix: variable name change
|
2024-05-15 15:57:54 -07:00 |
|
Chris Hennick
|
9d11f4cf68
|
chore: Bug fix: need both internal and output path to determine whether to symlink_dir
|
2024-05-15 15:53:26 -07:00 |
|
Chris Hennick
|
2a67534fcb
|
chore: Another bug fix
|
2024-05-15 15:37:31 -07:00 |
|
Chris Hennick
|
47a07fb964
|
chore: Fix another error-type conversion error
|
2024-05-15 15:32:08 -07:00 |
|
Chris Hennick
|
23068ad7c2
|
chore: Fix error-type conversion on Windows
|
2024-05-15 15:22:49 -07:00 |
|
Chris Hennick
|
8435561093
|
chore: Fix continued issues, and factor out the Vec<u8>-to-OsString conversion (cc: #125)
|
2024-05-15 15:08:41 -07:00 |
|
Chris Hennick
|
c52ec50306
|
chore: Fix CI failure involving conversion to OsString for symlinks (see my comments on #125)
|
2024-05-15 14:47:52 -07:00 |
|
Chris Hennick
|
f275acf1d2
|
chore: Move path join into platform-independent code
|
2024-05-14 13:25:15 -07:00 |
|
Chris Hennick
|
0ec043d6be
|
style: Remove an unused import on Windows
|
2024-05-14 13:11:57 -07:00 |
|
Chris Hennick
|
d96ba59197
|
doc: Document symlink extraction behavior
|
2024-05-13 20:56:03 -07:00 |
|
Chris Hennick
|
8715d936cb
|
fix: Extract symlinks into symlinks on Unix and Windows, and fix a bug that affected making directories writable on MacOS
|
2024-05-13 20:50:40 -07:00 |
|
Chris Hennick
|
be8cb432f6
|
style: cargo fmt --all
|
2024-05-13 20:22:11 -07:00 |
|
Chris Hennick
|
3bf0301e39
|
feat: Add is_symlink method
|
2024-05-13 19:52:14 -07:00 |
|
Chris Hennick
|
a385aaf854
|
doc: Important correction: consuming package has to *target* Unix, e.g. this lib doesn't protect you when running on Wine or Mono
|
2024-05-10 16:40:41 -07:00 |
|
Chris Hennick
|
4a5d28ed30
|
doc: Important correction: contents might not have been extracted at all
|
2024-05-10 16:39:12 -07:00 |
|
Chris Hennick
|
ba4c6936d5
|
doc: Important clarification: "any user" -> "any non-root user"
|
2024-05-10 16:37:02 -07:00 |
|
Chris Hennick
|
c28614a0b2
|
doc: Document the guarantee provided by 137672cb29
|
2024-05-10 16:35:35 -07:00 |
|
Chris Hennick
|
137672cb29
|
fix: Remove a window when an extracted directory might be unexpectedly listable and/or cd able by non-owners
|
2024-05-10 16:26:47 -07:00 |
|
Chris Hennick
|
46c022ea03
|
chore: More conditionally-unused imports
|
2024-05-10 15:14:08 -07:00 |
|
Chris Hennick
|
2ea4e5059f
|
fix: Extract directory contents on Unix even if the directory doesn't have write permission (https://github.com/zip-rs/zip-old/issues/423)
|
2024-05-10 14:27:25 -07:00 |
|
Chris Hennick
|
8eb5a75a87
|
style: Merge patches from code into non_utf8.zip
|
2024-05-10 09:01:17 -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 |
|