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 |
|
dependabot[bot]
|
58912ce169
|
chore(deps): bump github.com/spf13/cobra from 1.6.0 to 1.6.1
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.6.0 to 1.6.1.
- [Release notes](https://github.com/spf13/cobra/releases)
- [Commits](https://github.com/spf13/cobra/compare/v1.6.0...v1.6.1)
---
updated-dependencies:
- dependency-name: github.com/spf13/cobra
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-10-25 06:17:34 +00:00 |
|
Toby
|
8b0a157e0b
|
chore: hy client should not force UDP addr for quic Dial
|
2022-10-24 22:47:12 -07:00 |
|
Toby
|
3d54cb43af
|
chore: update CHANGELOG for 1.2.2
|
2022-10-23 16:54:45 -07:00 |
|
Toby
|
f92c2cdda7
|
fix: nil TLSConfig for DoTClientOptions
|
2022-10-23 16:50:39 -07:00 |
|
Toby
|
919fbb7152
|
chore: rename wrappedQUICStream -> qStream
|
2022-10-23 16:31:30 -07:00 |
|
Toby
|
b247919a03
|
chore: renames (HyTCPConn, HyUDPConn)
|
2022-10-23 16:19:57 -07:00 |
|
Toby
|
d9d80ecbb1
|
chore: move auth funcs to a separate file
|
2022-10-23 16:00:45 -07:00 |
|
Toby
|
9e521a7615
|
chore: use just smoothed RTT in brutal CC
|
2022-10-23 15:32:20 -07:00 |
|
Toby
|
cf970f09e4
|
chore: various renames, server packet conn adjustment
|
2022-10-23 11:07:54 -07:00 |
|
Toby
|
83764ba9de
|
chore: renames
|
2022-10-23 10:10:04 -07:00 |
|
Toby
|
ce86fd918a
|
feat: update quic-go to v0.30.0
|
2022-10-22 23:12:51 -07:00 |
|
Toby
|
c98c7eca4e
|
chore: better quic close error codes
|
2022-10-22 12:17:10 -07:00 |
|
Toby
|
b1d9ab6c6a
|
chore: rename "cs" to "cc" (client session -> client connection)
|
2022-10-22 12:02:41 -07:00 |
|
Toby
|
223a9a4203
|
cleanup: drop legacy v2 protocol support
|
2022-10-22 11:59:15 -07:00 |
|
Toby
|
e3c3088596
|
wip: core client & server rework
|
2022-10-22 11:45:46 -07:00 |
|
Toby
|
ca3de154ba
|
chore: remove congestion factory
|
2022-10-21 15:48:00 -07:00 |
|
Toby
|
7126425499
|
feat: disable keep alive on server (should be client's responsibility only) & use a default idle timeout of 60 seconds
|
2022-10-20 17:05:17 -07:00 |
|
Toby
|
c018eb11a9
|
feat: rework config options added in f9f6686
|
2022-10-19 20:49:20 -07:00 |
|
Toby
|
342a9be127
|
Merge pull request #465 from HyNetwork/dependabot/github_actions/docker/build-push-action-3.2.0
chore(deps): bump docker/build-push-action from 3.1.1 to 3.2.0
|
2022-10-19 10:58:02 -07:00 |
|
Toby
|
7754ed0371
|
Merge pull request #464 from HyNetwork/dependabot/github_actions/docker/login-action-2.1.0
chore(deps): bump docker/login-action from 2.0.0 to 2.1.0
|
2022-10-19 10:57:52 -07:00 |
|
Toby
|
a681283921
|
Merge pull request #463 from HyNetwork/dependabot/go_modules/github.com/fsnotify/fsnotify-1.6.0
chore(deps): bump github.com/fsnotify/fsnotify from 1.5.4 to 1.6.0
|
2022-10-19 10:57:29 -07:00 |
|
Toby
|
b2b47022b5
|
Merge pull request #461 from HyNetwork/dependabot/go_modules/github.com/spf13/cobra-1.6.0
chore(deps): bump github.com/spf13/cobra from 1.5.0 to 1.6.0
|
2022-10-19 10:56:54 -07:00 |
|
Toby
|
8b93cf5f08
|
Update en_newbie.yml
|
2022-10-19 10:50:54 -07:00 |
|
Toby
|
2bef487bbb
|
Update en_feature_request.yaml
|
2022-10-19 10:35:42 -07:00 |
|
Toby
|
9ad19fdc9f
|
chore: retry / retry interval are optional too
|
2022-10-18 21:22:26 -07:00 |
|
dependabot[bot]
|
bda076694a
|
chore(deps): bump docker/build-push-action from 3.1.1 to 3.2.0
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3.1.1 to 3.2.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v3.1.1...v3.2.0)
---
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-10-13 06:09:53 +00:00 |
|