yusing
c3fa7c66a7
feat(entrypoint): added CatchAll and NotFound rules and handler
2025-10-09 01:03:16 +08:00
yusing
cab68807ee
refactor(config): restructured with better concurrency and error handling, reduced cross referencing
2025-10-09 01:02:24 +08:00
yusing
d08be872a0
refactor(errors): simplify gperr.Builder usage
2025-10-09 00:28:22 +08:00
yusing
bb5f0cdf09
chore(go): upgrade to go1.25.2
2025-10-08 23:38:33 +08:00
yusing
a150f1a628
refactor(config): reduce references to config.GetInstance()
2025-10-07 21:49:00 +08:00
yusing
584db2efce
refactor(docker): use atomic.Int instead of plain integer
2025-10-07 21:30:12 +08:00
yusing
c27bc0e129
refactor(docker): simplify docker client initialization in api
2025-10-07 21:26:52 +08:00
yusing
b46b464e65
refactor: add goutils as submodule, remove go.mod from internal/utils
2025-10-07 20:43:41 +08:00
yusing
52ec309f6b
chore: go mod tidy
2025-10-05 20:41:37 +08:00
yusing
6051f75145
refactor(favicon): improve cache and error handling
2025-10-05 20:37:27 +08:00
yusing
f4f104d206
refactor: add go-oidc as submodule
2025-10-05 12:38:40 +08:00
yusing
448a2fbd6f
chore: update gopsutil
2025-10-05 12:21:05 +08:00
yusing
74224c8e87
refactor(metrics): optimize and simplify system info; add gopsutil as submodule
2025-10-05 12:05:58 +08:00
yusing
ae57edfcb0
refactor(routes): remove unnecessary indirection
2025-10-03 23:28:03 +08:00
yusing
fc23e262d7
chore: update dependencies
2025-10-03 23:26:27 +08:00
yusing
11a3935e0c
refactor(serialization): streamline custom validation logic in ValidateWithCustomValidator function
2025-10-03 23:20:14 +08:00
yusing
42e7adbf86
refactor(serialization): small optimization
2025-10-03 23:19:13 +08:00
yusing
1e0c7a15d8
refactor(metrics): optimize memory allocation in period entries
...
- Replace heap allocation with stack-allocated array in Entries.Get() method.
- Also refactor uptime module to use value types instead of pointer types.
2025-10-03 23:19:12 +08:00
yusing
ba8edb160f
refactor(metrics): replace hardcoded time with contants, merge three tickers into one
2025-10-03 23:19:12 +08:00
Yuzerion
4852efcf9c
feat: faster serialization ( #157 )
...
* refactor: improve deserialization performance
* refactor(serialization): simplify string conversion logic in Convert function
* fix(serialization): default value lookup
* refactor: add comment about concurrency in RegisterDefaultValueFactory
---------
Co-authored-by: yusing <yusing@6uo.me >
2025-10-02 20:30:31 +08:00
yusing
80862bcd2e
chore(go.mod): mod tidy and exclude problematic v0.4.2 of goutils
2025-09-29 17:58:44 +08:00
yusing
45b16abd68
refactor(health): improve health status JSON unmarshalling
2025-09-29 17:52:03 +08:00
yusing
f411e17d80
feat(json): improve JSON performance with bytedance/sonic
2025-09-29 17:43:34 +08:00
yusing
9d508c5950
feat(health): add random delay to health monitor to prevent thundering herd problem
2025-09-28 02:35:44 +08:00
yusing
2ff5e5c0b6
chore(deps): upgrade dependencies
2025-09-27 14:19:30 +08:00
yusing
2a05c6a630
refactor: move websocket package and some http utils to seperate repo
2025-09-27 14:16:42 +08:00
yusing
6776f20332
refactor: move task, error and testing utils to separte repo; apply gofumpt
2025-09-27 13:41:50 +08:00
yusing
5043ef778f
refactor: remove gphttp.ServerError method
2025-09-27 12:47:51 +08:00
yusing
22bcf1201b
refactor: move some io, http and string utils to separate repo
2025-09-27 12:46:41 +08:00
yusing
acecd827d6
refactor(synk): consolidate pool statistics tracking and replace GC tracking with dropped tracking
2025-09-27 11:35:38 +08:00
yusing
b2713a4b83
refactor(health): optimize health checking
2025-09-27 11:32:18 +08:00
yusing
e2aeef3a86
refactor(synk): replace runtime weak pointer functions with weak package and simplify buffer handling
2025-09-27 11:24:50 +08:00
yusing
d406b940d9
style: fix some golangci-lint warnings
2025-09-26 23:45:59 +08:00
yusing
dc1175ad69
refactor(http): remove and replace error helpers with standard http.Error
2025-09-26 23:39:00 +08:00
yusing
55c1c918ba
refactor: remove / throttle some debug logging
2025-09-26 21:00:35 +08:00
yusing
14e243d245
chore(deps): upgrade dependencies
2025-09-26 20:47:21 +08:00
yusing
f7149453d6
refactor(env): move env parsing to separate repo
2025-09-26 20:41:10 +08:00
yusing
00d137d05c
refactor: remove obsolete args.go
2025-09-22 17:18:53 +08:00
yusing
f9affba9fc
refactor(modules): replace github.com/yusing/go-proxy with github.com/yusing/godoxy
2025-09-22 16:44:59 +08:00
yusing
6b3bf84148
fix(stream): nil panic when logging error
2025-09-22 10:27:09 +08:00
yusing
74a215b894
feat(agentproxy): simplify configuration handling and related header management
2025-09-21 11:52:42 +08:00
yusing
de1f4da126
feat(ReverseProxy): add SSL/TLS configuration options and build TLS config method
2025-09-21 10:47:37 +08:00
yusing
a48ccb4423
refactor(server): improve proxy protocol handling
2025-09-19 11:59:34 +08:00
yusing
5fa1417add
fix(server): set default logger in server start options if not provided
2025-09-19 10:31:00 +08:00
yusing
b763c92645
refactor(stream): update TCP and UDP stream listeners to support proxy protocol and ACL wrapping
2025-09-19 10:23:47 +08:00
yusing
09b14a47e9
refactor(config): add SupportProxyProtocol to Entrypoint config
2025-09-18 17:36:19 +08:00
yusing
83a69322fa
refactor(server): enhance server start options and support for proxy protocol
2025-09-18 17:34:02 +08:00
yusing
3aba5a1911
refactor(agent): simplify ReverseProxy method by directly modifying request URL
2025-09-17 14:07:06 +08:00
yusing
7205bf47de
feat(autocert): add DNS resolver options to Config and update provider initialization
2025-09-16 15:43:49 +08:00
yusing
8b8969f033
fix(auth): change userpass to redirect to login and update documentation
2025-09-14 21:11:20 +08:00