Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support long names in tarfs #1933

Merged
merged 1 commit into from
Apr 2, 2024
Merged

Support long names in tarfs #1933

merged 1 commit into from
Apr 2, 2024

Conversation

garrettgu10
Copy link
Collaborator

@garrettgu10 garrettgu10 commented Apr 2, 2024

Previously file names (which are actually file paths + names) could not exceed 100 bytes. This supports the gnu style of long names, which is the default behavior of tar on my debian system. We will probably need to support this eventually since some file names are already up to 97 bytes.

@garrettgu10 garrettgu10 requested review from a team as code owners April 2, 2024 15:51
@garrettgu10 garrettgu10 requested a review from jasnell April 2, 2024 15:51
@hoodmane
Copy link
Contributor

hoodmane commented Apr 2, 2024

Too bad we don't have unit tests for this file... I wonder how hard it would be to add some. Maybe not worth blocking this change for it though.

@garrettgu10 garrettgu10 merged commit 5831d44 into main Apr 2, 2024
10 checks passed
@hoodmane
Copy link
Contributor

hoodmane commented Apr 3, 2024

Thanks @garrettgu10!

garrettgu10 added a commit that referenced this pull request May 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants