Skip to content

Commit

Permalink
v4 rewrite: All new design, core types, and stream-oriented interfaces (
Browse files Browse the repository at this point in the history
#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
  • Loading branch information
mholt committed Jan 4, 2022
1 parent a802ddf commit 10c5080
Show file tree
Hide file tree
Showing 55 changed files with 1,811 additions and 5,092 deletions.
14 changes: 14 additions & 0 deletions .github/SECURITY.md
@@ -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>
2 changes: 1 addition & 1 deletion .github/workflows/macos-latest.yml
Expand Up @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
go-version: [1.13, 1.17]
go-version: [1.17]
runs-on: macos-latest
steps:
- name: Install Go
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu-latest.yml
Expand Up @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
go-version: [1.13, 1.17]
go-version: [1.17]
runs-on: ubuntu-latest
steps:
- name: Install Go
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows-latest.yml
Expand Up @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
go-version: [1.13, 1.17]
go-version: [1.17]
runs-on: windows-latest
steps:
- name: Install Go
Expand Down
9 changes: 0 additions & 9 deletions .gitignore
@@ -1,10 +1 @@
/arc
/cmd/arc/arc
/dist/
/vendor/

.DS_Store
_gitignore
builds/
*.test
.*.sw*
4 changes: 0 additions & 4 deletions .prettierrc

This file was deleted.

0 comments on commit 10c5080

Please sign in to comment.