Commit Graph

433 Commits

Author SHA1 Message Date
b109087af6
Merge pull request #34 from yunginnanet/dependabot/go_modules/golang.org/x/net-0.3.0 2022-12-06 10:41:01 -08:00
dependabot[bot]
7418ff513c
Bump golang.org/x/net from 0.2.0 to 0.3.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.2.0 to 0.3.0.
- [Release notes](https://github.com/golang/net/releases)
- [Commits](https://github.com/golang/net/compare/v0.2.0...v0.3.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-06 15:07:19 +00:00
f50e7d51f0
Feat: configuration for autoscaler + tests 2022-12-04 17:39:19 -08:00
d92bfcf27d
Fix odd timeout issues 2022-11-30 11:30:59 -08:00
508bd9d5f9
Fix: combat conditional high cpu usage 2022-11-26 06:53:27 -08:00
d9075f2979
small debugging tweak, add email to license 2022-11-22 21:26:11 -08:00
6c46af05f3
Merge pull request #33 from yunginnanet/dependabot/go_modules/golang.org/x/net-0.2.0 2022-11-21 10:32:04 -08:00
dependabot[bot]
4d31a7d1ef
Bump golang.org/x/net from 0.1.0 to 0.2.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.1.0 to 0.2.0.
- [Release notes](https://github.com/golang/net/releases)
- [Commits](https://github.com/golang/net/compare/v0.1.0...v0.2.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-21 15:39:51 +00:00
a62ac4ec9d
Merge pull request #32 from yunginnanet/dependabot/go_modules/github.com/refraction-networking/utls-1.2.0 2022-11-18 08:01:46 -08:00
dependabot[bot]
ca4cedde0d
Bump github.com/refraction-networking/utls from 1.1.5 to 1.2.0
Bumps [github.com/refraction-networking/utls](https://github.com/refraction-networking/utls) from 1.1.5 to 1.2.0.
- [Release notes](https://github.com/refraction-networking/utls/releases)
- [Commits](https://github.com/refraction-networking/utls/compare/v1.1.5...v1.2.0)

---
updated-dependencies:
- dependency-name: github.com/refraction-networking/utls
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-18 15:25:07 +00:00
78c40b6887
Docs: add mullsox and proxygonanza notes 2022-11-13 04:50:34 -08:00
575dd3ea7f
Merge pull request #30 from yunginnanet/dependabot/go_modules/github.com/refraction-networking/utls-1.1.5 2022-10-25 11:49:21 -07:00
dependabot[bot]
88df879d27
Bump github.com/refraction-networking/utls from 1.1.2 to 1.1.5
Bumps [github.com/refraction-networking/utls](https://github.com/refraction-networking/utls) from 1.1.2 to 1.1.5.
- [Release notes](https://github.com/refraction-networking/utls/releases)
- [Commits](https://github.com/refraction-networking/utls/compare/v1.1.2...v1.1.5)

---
updated-dependencies:
- dependency-name: github.com/refraction-networking/utls
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-25 08:47:05 +00:00
36be4bfb08
Bump ants from 2.5.0 -> 2.6.0 2022-10-25 01:45:42 -07:00
dependabot[bot]
cab0be63bc
Bump github.com/panjf2000/ants/v2 from 2.5.0 to 2.6.0
Bumps [github.com/panjf2000/ants/v2](https://github.com/panjf2000/ants) from 2.5.0 to 2.6.0.
- [Release notes](https://github.com/panjf2000/ants/releases)
- [Commits](https://github.com/panjf2000/ants/compare/v2.5.0...v2.6.0)

---
updated-dependencies:
- dependency-name: github.com/panjf2000/ants/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-24 15:46:08 +00:00
37ae2cbf8b
Markdown: fmt 2022-10-22 22:06:54 -07:00
27acd5163b
Oops 2022-10-22 22:04:41 -07:00
15aaa6a17d
Fix: SOCKS5 upstream server 2022-10-19 06:15:16 -07:00
b5d34d4c3d
SOCKS5 upstream server refactor 2022-10-19 05:36:31 -07:00
a1106858cf
Update README.md 2022-10-16 06:53:24 -07:00
22db9d3c1b
Update README.md 2022-10-16 06:51:48 -07:00
9d62b36993
Update README.md 2022-10-16 06:17:47 -07:00
165a69bc81
Update README.md 2022-10-16 06:16:57 -07:00
46f34955f8
Aesthetics 2022-10-16 06:14:52 -07:00
e794e619c4
Feat: Implement AutoScale 2022-10-16 05:56:40 -07:00
2ab507efc9
Feat: add AutoScaler package 2022-10-16 03:53:56 -07:00
2bdec32e33
Chore: rename 2022-10-16 03:53:04 -07:00
55967117bd
Optimize: Update socks package 2022-10-16 02:48:12 -07:00
cec7993c9e
Chore: ignore error of io.Copy for linter 2022-10-16 00:39:11 -07:00
b9158ce1ff
Fix: export Statistics type 2022-10-16 00:38:49 -07:00
80adb0b4c4
Use pool implementation from common package 2022-10-16 00:33:23 -07:00
a6969af053
Use pool implementation from common package 2022-10-16 00:28:26 -07:00
aae6c2ece7
Improve parsing 2022-10-11 17:15:57 -07:00
60484db0c9
Update go modules 2022-10-03 23:02:30 -07:00
bf31cd1db7
Update README.md 2022-10-03 23:01:09 -07:00
79377583c9
Fix and refactor mutexes 2022-10-03 23:01:09 -07:00
7cb5aadc13
Fix and refactor mutexes 2022-09-28 23:20:53 -07:00
8b7db078a2
Fix: status check 2022-09-28 21:26:10 -07:00
65402b5cbd
Increase channel buffer size 2022-09-28 16:52:18 -07:00
b6900a876e
Simplify operation 2022-09-28 16:44:23 -07:00
74c6ab7c9c
Fix: import blunder 2022-09-23 16:00:26 -07:00
700fd69947
Merge branch 'master' into dev 2022-09-23 15:57:51 -07:00
cb4f28f162
Attempt to address CPU load 2022-09-23 15:57:46 -07:00
0cb0637710
Update README.md 2022-09-22 19:40:50 -07:00
c5058bce2c
Docs: fix list items 2022-09-22 18:57:35 -07:00
2461423589
Compatibility 2022-09-22 17:04:14 -07:00
95d4afc82a
Chore: go modules 2022-09-22 16:59:25 -07:00
9c9a42f78b
Deprecate but reimplement DebugChannel 2022-09-22 16:56:28 -07:00
209deae96f
Consistency related adjustments 2022-09-22 16:48:08 -07:00
94a2c381da
Merge branch 'dev' 2022-09-22 16:45:15 -07:00