Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 10c5080

Browse files
authored
v4 rewrite: All new design, core types, and stream-oriented interfaces (#302)
* Initial commit of v4 rewrite; core types, methods * Correct file permissions * Use xz lib with standard license (close #259) * zip: Decode non-UTF-8 encoded filenames (by @zxdvd) Closes #147 Supersedes #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
1 parent a802ddf commit 10c5080

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+1811
-5092
lines changed

.github/SECURITY.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Security Policy
2+
3+
## Supported Versions
4+
5+
| Version | Supported |
6+
| ------- | ------------------ |
7+
| >= 4.x | :white_check_mark: |
8+
| < 4.0 | :x: |
9+
10+
## Reporting a Vulnerability
11+
12+
Please send the details to:
13+
14+
- Matthew Holt <matt at dyanim dot com>

.github/workflows/macos-latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88

99
strategy:
1010
matrix:
11-
go-version: [1.13, 1.17]
11+
go-version: [1.17]
1212
runs-on: macos-latest
1313
steps:
1414
- name: Install Go

.github/workflows/ubuntu-latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88

99
strategy:
1010
matrix:
11-
go-version: [1.13, 1.17]
11+
go-version: [1.17]
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Install Go

.github/workflows/windows-latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88

99
strategy:
1010
matrix:
11-
go-version: [1.13, 1.17]
11+
go-version: [1.17]
1212
runs-on: windows-latest
1313
steps:
1414
- name: Install Go

.gitignore

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1 @@
1-
/arc
2-
/cmd/arc/arc
3-
/dist/
4-
/vendor/
5-
6-
.DS_Store
71
_gitignore
8-
builds/
9-
*.test
10-
.*.sw*

.prettierrc

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)