Commit Graph

82 Commits (b1757e99459481d39a72867516b30ba8aa1d1c8c)

Author SHA1 Message Date
kun b1757e9945 update go.mod 2019-12-04 09:29:53 +08:00
kun 02f5e37219 fix non-unix OS use Join 2019-11-28 17:34:03 +08:00
kun 970dde4fb9 update go.mod to v2 2019-11-16 10:31:43 +08:00
kun 5b72060f37 auto enable go module 2019-11-07 09:29:45 +08:00
Qingshan Luo c32cef2d02 Update README.md
Fix typo.
2019-10-16 15:24:39 +08:00
Michael Melnyk ebbcb6b928 Fix issue with excluded @latest 2019-10-11 17:13:55 +08:00
formych ae73e81ba0 修复CI死锁 2019-09-22 21:03:16 +08:00
kun 64117b2669
Update README.md 2019-09-22 19:59:06 +08:00
kun 9a7bb4c0c9 update CI golang to 1.13 2019-09-20 16:24:37 +08:00
kun 2b89997884 renameio.WriteFile writes files atomically by renaming temporary files 2019-09-20 16:24:37 +08:00
formych 389bbbec05 修复缓存目录无用 2019-09-20 16:16:28 +08:00
formych 5a68b8fe9c fix file mode
add MkdirAll err info

fix
2019-09-16 13:22:27 +08:00
formych ec6941ab0c remove repeated signal
remove repeated sigterm signal
2019-09-09 09:32:24 +08:00
jsign 68e7126a9d graceful shutdown & refactor improvement 2019-09-06 17:07:35 +08:00
Sebastian Widmer c0bf100266 proxy/router: respect http proxy environment variables 2019-09-05 01:27:50 +08:00
jsign 5aa10edcd3 proxy/router: fix panic & gofmt 2019-08-30 08:26:00 +08:00
fancyrabbit a7bbe9e74f cache files fetched from upstream proxy in -CacheDir under router mode 2019-08-21 15:24:30 +08:00
fancyrabbit d976bbfa43 remove duplicate "goproxy" in docker-compose.yaml 2019-08-15 14:24:03 +08:00
Ryan Luo 1b9ed15045 Update README.md
we can describe make with more detail
2019-08-13 20:02:15 +08:00
Baokun Lee 917f4e7037 set GOPRIVATE env 2019-08-10 23:36:19 +08:00
ianwoolf 9946403fec fix empty exclude/nil proxy 2019-08-07 11:03:34 +08:00
ianwoolf 55a9e0a0c5 replace fmt.Fprintf(os.Stderr, ...) with log.Printf() 2019-08-07 10:03:42 +08:00
ianwoolf 6141bae547 use path.Match instead of regexp 2019-08-07 09:53:50 +08:00
kun 4c04e3c06b add tests for router mode 2019-08-06 10:12:35 +08:00
kun f4b9da88f3 print less log 2019-08-06 10:10:14 +08:00
Baokun Lee 49360a363a custom proxy director 2019-08-04 13:33:15 +08:00
imneov 769cffd5df add router mode 2019-08-02 14:59:09 +08:00
kun 434ee94b61 update dockerfile add dep 2019-08-01 16:59:52 +08:00
Baokun Lee 12fb2b3845 make dir before create cache file 2019-07-25 22:43:19 +08:00
Baokun Lee fac88abd58 print error into http 2019-07-25 21:03:07 +08:00
kun b259869435 refactor handlers 2019-07-25 16:20:01 +08:00
kun 3d49ac1020 fix go get faild in go1.13beta1 2019-07-15 15:19:52 +08:00
kun fa6fae8849 add more tests 2019-07-11 10:53:55 +08:00
kun 1494d56fdf use make build bin 2019-07-09 14:39:37 +08:00
kun ff73edf020 enable GO111MODULE in CI 2019-07-05 16:14:51 +08:00
kun d801eee16f fix cache issue 2019-07-05 16:14:51 +08:00
Denis Subbotin 2c027c90d6 fix #63 2019-04-13 10:38:39 +08:00
edwardpro add79fbe31 compatible for go 1.11 and go 1.12 2019-03-20 22:28:35 +08:00
kun c8a38458f3 always provide file serve 2019-02-01 10:54:24 +08:00
hxzhao527 cc1208f526 fix(subpath) & test:
1. resolve package-path contains subdir path
2. add test
3. adjust build
2019-01-22 16:11:40 +08:00
hxzhao527 ffdf9f23eb fix(#28):
`go get -u github.com/prologic/autodock@master` should work as original
2019-01-21 11:29:44 +08:00
James Mills dca1b629da Added a contrib/goproxy.yml Stackfile for Docker Swarm deployment using Traefik 2019-01-14 11:32:10 +08:00
James Mills 5053e78599 Fixed Dockerfile build and runtime 2019-01-10 16:10:57 +08:00
Baokun Lee 26d189ed77 make readme cleaner 2019-01-09 10:28:12 +08:00
hxzhao527 63c4829b60 mix(scm&structure):
1. add Fossil scm fix #35
2. move golang/go source to internal dir
2019-01-09 10:27:51 +08:00
hxzhao527 b0865d643c fix(test): 1. solve testdata error 2. update shell to run test 2018-12-29 16:02:33 +08:00
hxzhao527 4cc5c7e7b7 test(com):
complete
2018-12-29 12:29:11 +08:00
hxzhao527 dcd3a5b230 test(com):
add test
2018-12-29 12:29:11 +08:00
hxzhao527 c874dd607d refactor(shutdown):
graceful shutdown
2018-12-29 12:29:11 +08:00
hxzhao527 4e4281e131 fix(capitalize package):
deal with special package name
fix #29
2018-12-27 21:27:00 +08:00