-
Notifications
You must be signed in to change notification settings - Fork 216
Comparing changes
Open a pull request
base repository: alexcrichton/tar-rs
base: 0.4.38
head repository: alexcrichton/tar-rs
compare: 0.4.40
- 8 commits
- 9 files changed
- 7 contributors
Commits on Jan 12, 2022
-
archive: allow preserving ownerships when unpacking (#276)
* archive: allow preserving ownerships when unpacking * entry: also handle ownerships for directories * entry: extract permissions & ownership preserving code into a function * tests: address comments * entry: use try_into instead of as to avoid value truncation ... ... also deleted ownership.tar in the tests
Configuration menu - View commit details
-
Copy full SHA for c3e2cb8 - Browse repository at this point
Copy the full SHA c3e2cb8View commit details
Commits on Apr 4, 2022
-
Configuration menu - View commit details
-
Copy full SHA for f4f439c - Browse repository at this point
Copy the full SHA f4f439cView commit details
Commits on Jul 5, 2023
-
test: temporary fix for UNC path parsing issue (#331)
Prepend `c:` so that it won't be treated as UNC path. See rust-lang/rust#100833 for more.
Configuration menu - View commit details
-
Copy full SHA for 7025986 - Browse repository at this point
Copy the full SHA 7025986View commit details -
feat: setting permission mask in
Entry
andArchive
(#330)This is convenience when you want to disable some permission bits during unpacking. Currently only support Unix.
Configuration menu - View commit details
-
Copy full SHA for 1fd8b4e - Browse repository at this point
Copy the full SHA 1fd8b4eView commit details
Commits on Jul 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c77f47c - Browse repository at this point
Copy the full SHA c77f47cView commit details
Commits on Aug 7, 2023
-
Update xattr requirement from 0.2 to 1.0 (#334)
Updates the requirements on [xattr](https://github.com/Stebalien/xattr) to permit the latest version. - [Release notes](https://github.com/Stebalien/xattr/releases) - [Commits](Stebalien/xattr@v0.2.0...v1.0.0) --- updated-dependencies: - dependency-name: xattr dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 826907c - Browse repository at this point
Copy the full SHA 826907cView commit details -
feat: support handle very large uid/gid in PAX style tar (#333)
* refactor pax_extensions_size() to pax_extensions_value() Signed-off-by: Qinqi Qu <quqinqi@linux.alibaba.com> * make the handling of pax extensions more generic Signed-off-by: Qinqi Qu <quqinqi@linux.alibaba.com> * feat: support handle very large uid/gid in PAX style tar This commit add process to read large uid/gid from PAX extensions to fix very large UIDs/GIDs (>=2097151, limit of USTAR tar) lost in PAX style tar during unpack. Fix: #332 Signed-off-by: Qinqi Qu <quqinqi@linux.alibaba.com> --------- Signed-off-by: Qinqi Qu <quqinqi@linux.alibaba.com>
Configuration menu - View commit details
-
Copy full SHA for 1d37489 - Browse repository at this point
Copy the full SHA 1d37489View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3474445 - Browse repository at this point
Copy the full SHA 3474445View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 0.4.38...0.4.40