Commit Graph

688 Commits

Author SHA1 Message Date
Shtorm
9bb1b847be Update sing-box core 2026-04-06 20:54:24 +03:00
世界
6c430555aa sing: Fix vectorised readv iovec length calculation
This does not seem to affect any actual paths in the sing-box.
2026-04-01 16:16:58 +08:00
世界
c5fa529f27 sing: Minor fixes 2026-03-30 22:58:11 +08:00
世界
4a8ef9d5cb quic: Fix protocol client close & Sync hysteria bbr fix 2026-03-30 22:42:36 +08:00
世界
38e0832cf4 tun: Fix system stack rewriting TUN subnet destinations to loopback 2026-03-23 19:38:55 +08:00
世界
f3a79dda87 Fix package_name shared uid matching 2026-03-23 18:57:35 +08:00
世界
572b4d3477 tailscale: Only set ProcessLocalIPs/ProcessSubnets for fake TUN 2026-03-23 14:16:40 +08:00
Andrew Novikov
952cce0d8e tun: Fix nfqueue not working in prerouting 2026-03-17 11:05:40 +08:00
世界
6da6aff8b4 Deprecate Socksaddr.IsFqdn: do not reject potentially valid domain names 2026-03-16 09:37:59 +08:00
世界
6eff43b36d tun: Fix nftables single include_uid not working 2026-03-15 16:58:34 +08:00
世界
5764a92e59 tun: Fix "Fix auto_redirect dropping SO_BINDTODEVICE traffic" 2026-03-14 21:38:38 +08:00
世界
2e1cb43042 tun:Fix auto_redirect dropping SO_BINDTODEVICE traffic 2026-03-14 21:38:38 +08:00
世界
e7a770c977 tailscale: Fix system interface rules 2026-03-14 21:38:38 +08:00
Shtorm
3e546b916a Update dependencies 2026-03-11 17:32:12 +03:00
Shtorm
dec3f7847e Update dependencies 2026-03-11 06:45:24 +03:00
世界
b68394bbe2 Fix tailscale connections 2026-03-11 00:27:15 +08:00
世界
7388824759 ocm: Add Responses WebSocket API proxy and fix client config docs
Support the OpenAI Responses WebSocket API (`wss://.../v1/responses`)
for bidirectional frame proxying with usage tracking.
Fix Codex CLI client config examples to use profiles and correct flags.

Update openai-go v3.24.0 → v3.26.0.
2026-03-10 22:04:11 +08:00
世界
bbedd5383a tailscaile: Fix using TUN auto redirect with tailscale system interface 2026-03-10 22:04:11 +08:00
世界
45353fbe2c tailscale: Use system dialer for system interface
* Revert "Fix netstack TCP connections with system interface
2026-03-10 19:50:16 +08:00
Shtorm
c8be4417a6 Resolve conflicts 2026-03-10 08:43:01 +03:00
Shtorm
78057bc9c8 Update dependencies 2026-03-10 08:37:04 +03:00
Shtorm
7c141d4afc Update sing-box core 2026-03-10 04:50:32 +03:00
Shtorm
494fa5a9da Update sing-box core 2026-03-10 04:25:01 +03:00
世界
c4bb80d2f0 cronet-go: Fix library search path 2026-03-09 20:06:34 +08:00
世界
d28a7ffba1 sing: Revert "Relax domain name validation to support non-standard characters" 2026-03-07 15:44:40 +08:00
世界
88db068ea3 tun: Fix darwin batch loop not exit on EBADF 2026-03-05 20:38:19 +08:00
世界
7bcb2df6be tailscale: Fix netstack TCP connections with system interface 2026-03-03 22:06:54 +08:00
世界
14ca4b9607 Fix naive client close 2026-03-03 21:21:09 +08:00
世界
b5aaac8518 sing: reject IP literals in IsDomainName 2026-03-03 21:21:09 +08:00
Shtorm
efa88fac6d Update AmneziaWG 2026-03-02 19:33:07 +03:00
世界
19d9c17d5a Update external dependencies 2026-03-02 06:53:10 +08:00
世界
8a050baf37 Update dependencies 2026-03-02 06:52:35 +08:00
Shtorm
50b28e1edd Update AmneziaWG 2026-03-01 16:42:21 +03:00
世界
52737fadd1 Update tfo-go 2026-02-27 19:55:32 +08:00
世界
5cc0eab30e Fixes in cronet-go 2026-02-27 19:39:52 +08:00
世界
8c4f7ce5a4 platform: Fix gorelease build 2026-02-27 15:07:16 +08:00
世界
acc3d774cb platform: Improve OOM killer for iOS 2026-02-27 14:58:06 +08:00
Shtorm
a7f1d0b835 Resolve conflicts 2026-02-26 22:58:45 +03:00
Shtorm
48546f7777 Resolve conflicts 2026-02-26 22:57:25 +03:00
Shtorm
ded1eb9635 Add admin panel, manager, node_manager, bandwidth limiter, connection limiter, bonding, failover, vless encryption, mkcp transport 2026-02-26 22:44:31 +03:00
Shtorm
a865f67b59 Add vless encryption 2026-02-26 18:03:59 +03:00
世界
8436c06718 platform: Improve iOS OOM killer 2026-02-26 14:13:32 +08:00
世界
847cbcdae8 service/ccm,ocm: Fixes and improvements 2026-02-26 13:36:46 +08:00
世界
f734a055e4 Fix wireguard reserved 2026-02-24 15:49:52 +08:00
世界
a50fba62dc tun: Fix nftablesCreateLocalAddressSets 2026-02-23 18:17:47 +08:00
Shtorm
9e4eb52a82 Update sing-box core 2026-02-22 14:46:42 +03:00
世界
701248d820 More linux builds for naive 2026-02-21 13:55:31 +08:00
世界
ac873fd537 Treat H3 RequestCanceled as closed 2026-02-21 09:31:11 +08:00
世界
ca253a2892 Minor fixes for naive 2026-02-18 01:26:29 +08:00
世界
28e19d2292 quic-go: Minor fixes 2026-02-16 12:46:29 +08:00