v0.0.1
While looking for an alternative to APT-CACHER-NG, I found this project, but the project is no longer maintained for a long time.
So it took me some time to get the project working again and building with golang 1.18, and fixed some testing issues.
Thanks @lox , @taliesins
Changelog
- 0ee31ff docs: update coverage
- ead4635 test: fix all testcase
- 3de233b chore: fix debugger print
- 6581342 chore: remove debugger log
- 190014c fix: Potential file inclusion via variable
- 6b2fa9a fix: try to fix Potential HTTP request made with variable url
- d368e29 fix: Potential file inclusion via variable
- 15ea929 fix: Potential file inclusion via variable
- 6d78e2d fix: Expect directory permissions to be 0750 or less
- 36d081f Merge branch 'master' of github.com:soulteary/apt-proxy
- 834b67b fix: Deferring unsafe method on type
- ec0517a Create SECURITY.md
- 20c1a16 chore: add ci
- 599e9ab test: improve project coverage
- 7be5c0f test: improve the linux coverage
- 0c36791 test: improve the linux coverage
- 094c3bf chore: consistent test package and program NS to facilitate subsequent coverage improvement
- 4de0a94 test: improve the entrypoint coverage
- d7db5a7 test: optimize the program, improve the coverage
- 8e375ed test: use standalone ns
- 25e7f07 fix: fix tests
- eedcbec chore: split entry to standalone dir for test, mv httpcache to pkg dir
- e69d3d0 docs: upd docs
- 792684f feat: build with golang 1.18 and support both ubuntu and debian
- a873c37 Removed outdated tests
- 11f68e3 Updated to use latest httpcache
- 5fe2a51 Update for httpcache version bump
- f0763ba Add Godeps, ignore _workspace for now
- 26e0273 Updated README for host networking
- ee07004 Release process for building tiny docker images
- 32b3cc0 Initial commit