forked from mholt/archiver
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v4 rewrite: All new design, core types, and stream-oriented interfaces (
mholt#302) * Initial commit of v4 rewrite; core types, methods * Correct file permissions * Use xz lib with standard license (close mholt#259) * zip: Decode non-UTF-8 encoded filenames (by @zxdvd) Closes mholt#147 Supersedes mholt#149 * Improve ArchiveFS; fix directory traversal * Add placeholder command for now Not sure when I'll get around to reimplementing this for v4. * ci: Require Go 1.17 * Swap params for Inserter interface More aesthetically pleasing when enumerating files * Add readme
- Loading branch information
Showing
55 changed files
with
1,811 additions
and
5,092 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Security Policy | ||
|
||
## Supported Versions | ||
|
||
| Version | Supported | | ||
| ------- | ------------------ | | ||
| >= 4.x | :white_check_mark: | | ||
| < 4.0 | :x: | | ||
|
||
## Reporting a Vulnerability | ||
|
||
Please send the details to: | ||
|
||
- Matthew Holt <matt at dyanim dot com> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1 @@ | ||
/arc | ||
/cmd/arc/arc | ||
/dist/ | ||
/vendor/ | ||
|
||
.DS_Store | ||
_gitignore | ||
builds/ | ||
*.test | ||
.*.sw* |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.