Mxmilu Mxmilu666
  • Moon
  • Joined on 2025-10-08
Mxmilu666 synced and deleted reference refs/tags/1772932330705424344/tmp_refs/heads/dev at Mxmilu666/frp from mirror 2026-03-08 10:59:11 +08:00
Mxmilu666 synced and deleted reference refs/tags/1772932357331185892/dev at Mxmilu666/frp from mirror 2026-03-08 10:59:11 +08:00
Mxmilu666 synced and deleted reference refs/tags/1772932377948824481/tmp_refs/heads/dev at Mxmilu666/frp from mirror 2026-03-08 10:59:11 +08:00
Mxmilu666 synced and deleted reference refs/tags/1772932421591622053/dev at Mxmilu666/frp from mirror 2026-03-08 10:59:11 +08:00
Mxmilu666 synced and deleted reference refs/tags/1772932430530735327/tmp_refs/heads/dev at Mxmilu666/frp from mirror 2026-03-08 10:59:11 +08:00
Mxmilu666 synced commits to dev at Mxmilu666/frp from mirror 2026-03-08 02:49:10 +08:00
605f3bdece client/visitor: deduplicate visitor connection handshake and wrapping (#5219)
764a626b6e server/control: deduplicate close-proxy logic and UserInfo construction (#5218)
c2454e7114 refactor: fix modernize lint issues (#5215)
017d71717f server: introduce SessionContext to encapsulate NewControl parameters (#5217)
bd200b1a3b fix: typos in comments, tests, functions (#5216)
Compare 5 commits »
Mxmilu666 synced commits to new at Mxmilu666/frp from mirror 2026-03-08 02:49:10 +08:00
f948c595f4 client/visitor: deduplicate visitor connection handshake and wrapping
764a626b6e server/control: deduplicate close-proxy logic and UserInfo construction (#5218)
c2454e7114 refactor: fix modernize lint issues (#5215)
017d71717f server: introduce SessionContext to encapsulate NewControl parameters (#5217)
bd200b1a3b fix: typos in comments, tests, functions (#5216)
Compare 5 commits »
Mxmilu666 synced commits to dev at Mxmilu666/frp from mirror 2026-03-07 18:39:10 +08:00
c70ceff370 fix: three high-severity bugs across nathole, proxy, and udp modules (#5214)
bb3d0e7140 deduplicate common logic across proxy, visitor, and metrics modules (#5213)
Compare 2 commits »
Mxmilu666 synced commits to new at Mxmilu666/frp from mirror 2026-03-07 18:39:10 +08:00
443b9bca66 server: introduce SessionContext to encapsulate NewControl parameters
c70ceff370 fix: three high-severity bugs across nathole, proxy, and udp modules (#5214)
bb3d0e7140 deduplicate common logic across proxy, visitor, and metrics modules (#5213)
cf396563f8 client/proxy: unify work conn wrapping across all proxy types (#5212)
Compare 4 commits »
Mxmilu666 synced commits to dev at Mxmilu666/frp from mirror 2026-03-07 02:19:12 +08:00
cf396563f8 client/proxy: unify work conn wrapping across all proxy types (#5212)
0b4f83cd04 pkg/config: use modern Go stdlib for sorting and string operations (#5210)
e9f7a1a9f2 pkg: use modern Go stdlib functions to simplify code (#5209)
d644593342 server/proxy: simplify HTTPS and TCPMux proxy domain registration (#5208)
427c4ca3ae server/proxy: simplify HTTP proxy domain registration by removing duplicate loop (#5207)
Compare 6 commits »
Mxmilu666 synced commits to new at Mxmilu666/frp from mirror 2026-03-07 02:19:12 +08:00
Mxmilu666 synced new reference new to Mxmilu666/frp from mirror 2026-03-07 02:19:12 +08:00
Mxmilu666 synced and deleted reference refs/tags/new at Mxmilu666/frp from mirror 2026-03-06 18:09:10 +08:00
Mxmilu666 synced commits to dev at Mxmilu666/frp from mirror 2026-03-06 18:09:10 +08:00
c23894f156 fix: validate CA cert parsing and add missing ReadHeaderTimeout (#5205)
cb459b02b6 fix: WebsocketListener nil panic and OIDC auth data race (#5204)
8f633fe363 fix: return buffers to pool on error paths to reduce GC pressure (#5203)
c62a1da161 fix: close connections on error paths to prevent resource leaks (#5202)
Compare 4 commits »
Mxmilu666 synced commits to dev at Mxmilu666/frp from mirror 2026-03-06 09:59:11 +08:00
f22f7d539c server/group: fix port leak and incorrect Listen port in TCPGroup (#5200)
Mxmilu666 synced commits to new at Mxmilu666/frp from mirror 2026-03-06 09:59:11 +08:00
Mxmilu666 synced new reference new to Mxmilu666/frp from mirror 2026-03-06 09:59:11 +08:00
Mxmilu666 synced commits to copilot/review-pull-request-5198 at Mxmilu666/frp from mirror 2026-03-06 01:49:11 +08:00
Mxmilu666 synced new reference copilot/review-pull-request-5198 to Mxmilu666/frp from mirror 2026-03-06 01:49:11 +08:00
Mxmilu666 synced commits to dev at Mxmilu666/frp from mirror 2026-03-06 01:49:11 +08:00
462c987f6d pkg/msg: change UDPPacket.Content from string to []byte to avoid redundant base64 encode/decode (#5198)