Commit Graph
2419 Commits
Author SHA1 Message Date
世界 f24691cd60 platform: Fix darwin signal handler 2026-08-30 17:41:39 +08:00
世界 07cdca0a2b tools: Network Quality & STUN 2026-08-30 17:41:39 +08:00
世界 7f86dffa06 oom-killer: Free memory on pressure notification and use gradual interval backoff 2026-08-30 17:41:39 +08:00
世界 1735da6c17 Fix deprecated warning double-formatting on localized clients 2026-08-30 17:41:39 +08:00
世界 37ac4d6b16 platform: Fix set local 2026-08-30 17:41:39 +08:00
nekohasekai cd77e78f0a Add evaluate DNS rule action and related rule items 2026-08-30 17:41:39 +08:00
世界 86170406af Also enable certificate store by default on Apple platforms
`SecTrustEvaluateWithError` is serial
2026-08-30 17:41:38 +08:00
世界 03412b12d0 platform: Add OOM Report & Crash Report 2026-08-30 17:41:38 +08:00
世界 da18cb70fa Add BBR profile and hop interval randomization for Hysteria2 2026-08-30 17:41:38 +08:00
nekohasekai 01b3d19d6d Refactor ACME support to certificate provider 2026-08-30 17:41:38 +08:00
世界 564cb451ac documentation: Update descriptions for neighbor rules 2026-08-30 17:41:38 +08:00
世界 1cde511d6d Add macOS support for MAC and hostname rule items 2026-08-30 17:41:38 +08:00
世界 39592518b0 Add Android support for MAC and hostname rule items 2026-08-30 17:41:38 +08:00
世界 57c62b5330 Add MAC and hostname rule items 2026-08-30 17:41:38 +08:00
世界 0c7b333743 Use sing-tun v0.8.15 tag 2026-08-30 17:41:22 +08:00
世界 6766b17131 Fix panic on TCP packets of an unconfigured address family in system stack 2026-08-30 17:32:28 +08:00
世界 bd602b6d11 Fix panic on websocket handshake failure 2026-08-30 17:23:03 +08:00
世界 56f91dfeab Bump version 2026-08-29 18:25:15 +08:00
世界 849ac908c8 Use sing-quic v0.6.5 tag 2026-08-29 17:06:50 +08:00
世界 0b5391447e Fix websocket early data with smux and yamux multiplex 2026-08-29 15:59:41 +08:00
世界 d34fbe99e8 Fix tailscale build with Go 1.27 2026-08-29 14:43:16 +08:00
世界 0aefee74c6 Fix TCP NAT port reuse across address families in system stack 2026-08-29 11:33:11 +08:00
世界 1c99c4ceac Use legacy Apple credentials 2026-08-27 18:48:04 +08:00
世界 4f15700db3 direct: Fix TUN loopback protection 2026-08-27 12:45:59 +08:00
世界 1389e2fd8e documentation: Fix matching logic note for DNS rules
The address filter fields ip_cidr, ip_is_private and ip_accept_any share
the destination address group with the domain fields, matching with OR
semantics like in route rules.
2026-08-22 16:14:54 +08:00
世界 4444f297c2 Fix address filter matching for inverted DNS rules
Inverted rules whose address filter conditions come from rule sets or
logical rules were rejected during pre-lookup matching, so the lookup was
never sent and the rules never matched; for plain ip rule sets this was a
regression from the rule-set invert fix in 1.12.22. Pre-lookup matching
now tracks whether the result depends on deferred address filter
conditions and defers such rules to the response phase, while results
already determined by evaluated conditions are still decided during
pre-lookup.
2026-08-22 16:14:54 +08:00
世界 c375fb0b7f Fix su lookup for auto_redirect on Android 2026-08-21 23:09:45 +08:00
世界 f7634d5846 Fix excessive TCP keepalive traffic in gVisor stack 2026-08-21 19:53:51 +08:00
世界 e4a4e8c790 Fix URLTest group hang on unresponsive outbound 2026-08-21 18:21:51 +08:00
世界 9d8d4b8796 Fix log output before service started 2026-08-21 17:42:42 +08:00
世界 b5ebaa1fc0 Bump version 2026-08-17 17:07:24 +08:00
世界 bf41bb4ced Install Apple provisioning profiles from a variable number of secrets 2026-08-17 17:07:23 +08:00
世界 cdb88a33ac Fix version quoting in Apple project update script 2026-08-17 16:03:58 +08:00
世界 077a4a0b54 Fix DHCP DNS server search domain handling 2026-08-12 13:29:01 +08:00
世界 b0491faeee Fix default interface monitor stuck on system boot 2026-08-10 23:25:56 +08:00
世界 9fa673d105 Fix oomkiller service stub build 2026-08-10 23:16:04 +08:00
Gavin LuoandGitHub 7ac8e5c0ab Fix reset network 2026-08-10 23:10:24 +08:00
NagaseMinatoandGitHub 65380457b8 Fix tailscale preferred MagicDNS domain matching 2026-08-10 19:11:10 +08:00
efbd84276c Fix FakeIP metadata async save
Co-authored-by: Sway-Chan <nz8r488bbc@privaterelay.appleid.com>
2026-08-10 18:42:27 +08:00
世界 f260e771ea Fix unbounded allocations when reading untrusted binary data 2026-08-10 13:26:42 +08:00
世界 45ca32dcb9 Bump version 2026-08-09 14:57:01 +08:00
世界 93df3ef612 Fix slow open connection declaring lazy headroom 2026-08-09 13:13:24 +08:00
世界 7afc0aa2ba Update naiveproxy to v150.0.7871.63-1 2026-08-08 11:27:55 +08:00
Ofek LevandGitHub 4c02326989 Fix route_address_set duplicated IP sets causing route creation failure 2026-08-05 14:13:43 +08:00
世界 af40956e58 Update sing 2026-08-04 22:50:40 +08:00
世界 3b22615aec tailscale: Match bare hostnames in preferred_by when search domains exist
MagicDNS resolves single-label names via tailnet search domains, so
route preferred_by should treat them as tailscale domains, matching
official client behavior.
2026-08-04 22:29:14 +08:00
世界 cc1c891400 tailscale: Fix preferred_by matching all addresses with exit node
Exit node peers carry default routes (0.0.0.0/0, ::/0) in their allowed
IPs, so including them in routePrefixes made PreferredAddress report
every address as preferred.
2026-08-04 22:17:04 +08:00
世界 3d85cbd7f0 tailscale: Fix handle peer DNS query 2026-08-04 21:08:00 +08:00
世界 17ec3c71af Bump version 2026-08-03 19:19:51 +08:00
世界 6849e26ee7 tailscale: Fix system interface network category on Windows 2026-08-03 18:59:23 +08:00