Toby
|
c7a87b2c43
|
perf: adjust default receive window sizes
|
2022-11-18 19:59:19 -08:00 |
|
Toby
|
589f4a8256
|
chore: use nowpayments donation link
|
2022-11-18 18:04:24 -08:00 |
|
Toby
|
7ce4bf7dbe
|
chore: update module name
|
2022-11-16 22:57:35 -08:00 |
|
Toby
|
4a0b66e9b3
|
chore: add AperNet logo to README
|
2022-11-16 17:22:33 -08:00 |
|
Toby
|
fa7b90b041
|
Merge pull request #492 from HyNetwork/dependabot/go_modules/github.com/prometheus/client_golang-1.14.0
chore(deps): bump github.com/prometheus/client_golang from 1.13.1 to 1.14.0
|
2022-11-16 10:34:20 -08:00 |
|
Toby
|
466cc35d90
|
fix: accidental removal of golang-lru from go.mod
|
2022-11-15 21:19:39 +00:00 |
|
Toby
|
18b46566ca
|
Merge pull request #495 from HyNetwork/dependabot/go_modules/github.com/hashicorp/golang-lru-1.0.0
chore(deps): bump github.com/hashicorp/golang-lru from 0.5.4 to 1.0.0
|
2022-11-14 23:51:47 -08:00 |
|
dependabot[bot]
|
4a272ba704
|
chore(deps): bump github.com/hashicorp/golang-lru from 0.5.4 to 1.0.0
Bumps [github.com/hashicorp/golang-lru](https://github.com/hashicorp/golang-lru) from 0.5.4 to 1.0.0.
- [Release notes](https://github.com/hashicorp/golang-lru/releases)
- [Commits](https://github.com/hashicorp/golang-lru/compare/v0.5.4...v1.0.0)
---
updated-dependencies:
- dependency-name: github.com/hashicorp/golang-lru
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-11-15 06:02:44 +00:00 |
|
dependabot[bot]
|
099750df05
|
chore(deps): bump github.com/prometheus/client_golang
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.13.1 to 1.14.0.
- [Release notes](https://github.com/prometheus/client_golang/releases)
- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prometheus/client_golang/compare/v1.13.1...v1.14.0)
---
updated-dependencies:
- dependency-name: github.com/prometheus/client_golang
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-11-09 06:02:18 +00:00 |
|
Toby
|
55cdd20345
|
Merge pull request #489 from HyNetwork/dependabot/go_modules/github.com/spf13/viper-1.14.0
chore(deps): bump github.com/spf13/viper from 1.13.0 to 1.14.0
|
2022-11-08 15:55:19 -08:00 |
|
dependabot[bot]
|
c2bc6a224d
|
chore(deps): bump github.com/spf13/viper from 1.13.0 to 1.14.0
Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.13.0 to 1.14.0.
- [Release notes](https://github.com/spf13/viper/releases)
- [Commits](https://github.com/spf13/viper/compare/v1.13.0...v1.14.0)
---
updated-dependencies:
- dependency-name: github.com/spf13/viper
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-11-08 06:04:43 +00:00 |
|
Toby
|
385c2d6845
|
docs: 1.3.0 changelog
|
2022-11-07 20:54:23 -08:00 |
|
Toby
|
9ece6c89e9
|
Merge branch 'wip-udp-hop'
|
2022-11-07 20:41:12 -08:00 |
|
Toby
|
31a569cd66
|
Merge branch 'master' of https://github.com/HyNetwork/hysteria
|
2022-11-06 22:01:53 -08:00 |
|
Toby
|
052380d65a
|
ci: disable cgo in build scripts
|
2022-11-06 22:01:44 -08:00 |
|
Toby
|
a5bca3bf38
|
Merge pull request #488 from mritd/master
chore(ci): fix docker build failed
|
2022-11-06 21:47:15 -08:00 |
|
kovacs
|
00d1520e44
|
chore(ci): fix docker build failed
fix docker build failed
Signed-off-by: kovacs <mritd@linux.com>
|
2022-11-07 13:42:25 +08:00 |
|
Toby
|
20de0ca335
|
fix: quic-go ipv6 server name handling
|
2022-11-05 11:11:25 -07:00 |
|
Toby
|
fbe0cf4156
|
chore: larger text for doc links
|
2022-11-04 16:15:44 -07:00 |
|
Toby
|
0cf7d90f7b
|
Create FUNDING.yml
|
2022-11-04 16:08:16 -07:00 |
|
Toby
|
ff399e98fe
|
docs: update doc URLs
|
2022-11-04 15:51:45 -07:00 |
|
Toby
|
d72866d61e
|
chore: remove logging in udp hop, remove WriteTo addr check
|
2022-11-04 13:37:08 -07:00 |
|
Toby
|
325869bdb5
|
feat: add hop interval to client config, default 10s
|
2022-11-04 13:27:49 -07:00 |
|
Toby
|
2e80334841
|
feat: rework multiport address format to support ranges, drop server support (use iptables DNAT instead)
|
2022-11-04 11:47:24 -07:00 |
|
Toby
|
263ac8d313
|
Merge branch 'master' into wip-udp-hop
|
2022-11-04 10:38:19 -07:00 |
|
Toby
|
508ff69ea9
|
feat: better version handling for update check
|
2022-11-03 19:50:42 +00:00 |
|
Toby
|
a7675b2f5b
|
Merge pull request #482 from HyNetwork/dependabot/go_modules/github.com/prometheus/client_golang-1.13.1
chore(deps): bump github.com/prometheus/client_golang from 1.13.0 to 1.13.1
|
2022-11-03 10:36:20 -07:00 |
|
Toby
|
e329e8a2e9
|
feat: remove separate udp-hop protocol, auto detect by address format
|
2022-11-02 23:55:07 -07:00 |
|
dependabot[bot]
|
0ea0978906
|
chore(deps): bump github.com/prometheus/client_golang
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.13.0 to 1.13.1.
- [Release notes](https://github.com/prometheus/client_golang/releases)
- [Changelog](https://github.com/prometheus/client_golang/blob/v1.13.1/CHANGELOG.md)
- [Commits](https://github.com/prometheus/client_golang/compare/v1.13.0...v1.13.1)
---
updated-dependencies:
- dependency-name: github.com/prometheus/client_golang
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-11-03 06:02:25 +00:00 |
|
Toby
|
a5985c5b6f
|
chore: reduce udp buffer sizes to 4k & pipe buffer size to 32k
|
2022-11-02 22:47:38 -07:00 |
|
Toby
|
0119024392
|
chore: move common stuff to common.go
|
2022-11-02 21:23:16 -07:00 |
|
Toby
|
6ac5e0e455
|
Merge branch 'master' into wip-udp-hop
|
2022-11-02 19:40:14 -07:00 |
|
Toby
|
1c7880e2f6
|
Merge pull request #481 from HyNetwork/wip-config-rework
refactor: fill default values directly to configs
|
2022-11-02 18:20:32 -07:00 |
|
Toby
|
10282e0ffd
|
ci: use our own build script
|
2022-11-02 18:00:37 -07:00 |
|
Toby
|
4a08e5226b
|
feat: build scripts auto get app version & commit from git
|
2022-11-02 23:45:01 +00:00 |
|
Toby
|
904a197af9
|
feat: improve build scripts
|
2022-11-02 23:33:30 +00:00 |
|
Toby
|
7cc5e9e41a
|
chore: windows build script
|
2022-11-02 20:08:04 +00:00 |
|
Toby
|
17ba89ea03
|
chore: linux build script
|
2022-11-02 19:29:50 +00:00 |
|
Toby
|
4f14601896
|
fix: prevent client double close
|
2022-11-02 19:10:03 +00:00 |
|
Toby
|
555c71e61a
|
chore: fix error msg inconsistency
|
2022-11-02 18:44:38 +00:00 |
|
Toby
|
2e84ca6ebe
|
refactor: fill default values directly to configs
|
2022-11-02 18:23:54 +00:00 |
|
Toby
|
a3f53e9761
|
fix: update addrMap even when queue is full
|
2022-11-01 22:00:52 -07:00 |
|
Toby
|
f0f900c2dc
|
chore: minor code adjustments
|
2022-11-01 16:42:45 -07:00 |
|
Toby
|
a4da230517
|
wip feat: experimental udp port hopping support
|
2022-11-01 16:09:38 -07:00 |
|
Toby
|
21b2830289
|
feat: dynamic client IP for server logs (connection migration)
|
2022-10-31 17:03:14 -07:00 |
|
Toby
|
72b9ddcfa4
|
feat: update quic-go (connection migration)
|
2022-10-30 23:28:14 -07:00 |
|
Toby
|
fbcfc7dfc2
|
Update README.md
|
2022-10-27 20:50:35 -07:00 |
|
Toby
|
e187be50de
|
Update README.md
|
2022-10-27 20:48:09 -07:00 |
|
Toby
|
ee1fd45030
|
Merge pull request #473 from HyNetwork/dependabot/go_modules/github.com/spf13/cobra-1.6.1
chore(deps): bump github.com/spf13/cobra from 1.6.0 to 1.6.1
|
2022-10-25 10:47:53 -07:00 |
|
Haruue Icymoon (usamimi-wsl)
|
0e55506002
|
chore(deps): bump go-tproxy
fix initialize failed on non-IPv6 kernel
close: #472
|
2022-10-26 00:41:41 +09:00 |
|