Commit graph

289 commits

Author SHA1 Message Date
世界
1933c19064
Add USB/IP service 2026-06-16 18:15:54 +08:00
世界
5de7c678e1
Fix remote control when Clash server is unavailable 2026-06-15 20:07:59 +08:00
世界
0298b2f33b
Fix group status updates broken by API service
The URL test history update hook and the Clash mode update hook were
single-slot: the API service's attached service overwrote the hook set
by the daemon, so clients stopped receiving group updates. Replace both
with multicast hook lists.

Also share a single URL test history storage via context: Clash API
looked it up under a key nobody registered and fell back to its own
empty storage, so dashboards showed no delay once an API service was
configured. Selector changes now notify through the shared storage,
covering selections made from any API surface.
2026-06-13 09:30:11 +08:00
世界
9db1cc53a5
Add sing-box API service 2026-06-12 19:45:37 +08:00
世界
bb3de82525
daemon: Split host operations into ManagedService 2026-06-11 08:11:06 +08:00
世界
992b1bbe21
platform: Add shell support for iOS 2026-06-10 19:36:14 +08:00
世界
dc110f51d2
platform: Add tailscale device name and logout 2026-06-08 08:51:52 +08:00
世界
b2a9c4990c
tailscale: Add tailssh server 2026-06-08 08:51:51 +08:00
世界
5dee6a9e2f
tools: Fix mising cleanup 2026-06-08 08:51:51 +08:00
世界
4db5ea3182
daemon: Add Tailssh 2026-06-08 08:51:51 +08:00
世界
3b23e5a6bd
tailscale: Expose more peer info fields 2026-06-08 08:51:50 +08:00
世界
ae375df1a2
tailscale: Add runtime exit node API 2026-06-08 08:51:50 +08:00
世界
701f165e30
tailscale: Revert dialer deprecation and remove control_http_client 2026-06-08 08:51:50 +08:00
世界
b19d4a92e2
Fix lint errors 2026-06-08 08:51:48 +08:00
世界
fd31d8b2a8
Fix reset network 2026-06-08 08:51:47 +08:00
世界
61c4d2dd12
Allow customizing TUN DNS mode and hijack interface DNS by default 2026-06-08 08:51:47 +08:00
世界
4c9978fc30
Improve oom-killer 2026-06-08 08:51:45 +08:00
世界
6a54220900
Fix stderr deprecated manager 2026-06-08 08:51:44 +08:00
世界
d8420eb305
platform: Improve oom-killer 2026-06-08 08:51:44 +08:00
世界
4a93b47a0a
Fix use-after-free of pooled value buffers in bbolt Batch writes 2026-06-08 08:51:41 +08:00
世界
ab2a90d5e7
Refactor: HTTP clients, unified HTTP2/QUIC options, Apple engines 2026-06-08 08:51:40 +08:00
世界
0525f6cb1c
Add optimistic DNS cache 2026-06-08 08:51:40 +08:00
世界
d16cb4c425
Fix tailscale error 2026-06-08 08:51:39 +08:00
世界
99a28b9ad0
Fix lint errors 2026-06-08 08:51:38 +08:00
世界
9a046001b2
platform: Wrap command RPC error returns with E.Cause 2026-06-08 08:51:38 +08:00
世界
5e02c705ff
Un-deprecate ip_accept_any DNS rule item 2026-06-08 08:51:37 +08:00
世界
863d67bb6f
tools: Tailscale status 2026-06-08 08:51:37 +08:00
世界
953981a9b5
tools: Tailscale status 2026-06-08 08:51:36 +08:00
世界
d0c6a4358d
platform: Fix darwin signal handler 2026-06-08 08:51:36 +08:00
世界
fe83054f6d
tools: Network Quality & STUN 2026-06-08 08:51:35 +08:00
世界
e5a57a35bd
Fix deprecated warning double-formatting on localized clients 2026-06-08 08:51:35 +08:00
世界
ea8bf34db1
platform: Fix set local 2026-06-08 08:51:35 +08:00
nekohasekai
9a3dcca616
Add evaluate DNS rule action and related rule items 2026-06-08 08:51:34 +08:00
世界
d4cd859377
platform: Add OOM Report & Crash Report 2026-06-08 08:51:34 +08:00
nekohasekai
2c01a637a6
Refactor ACME support to certificate provider 2026-06-08 08:51:34 +08:00
世界
85b0c786c7
Add macOS support for MAC and hostname rule items 2026-06-08 08:51:33 +08:00
世界
3da3820f34
Add Android support for MAC and hostname rule items 2026-06-08 08:51:33 +08:00
世界
761b7f4e12
Handle TUN loopback in direct outbound 2026-06-03 12:56:36 +08:00
世界
5e7fd7ad78
Fix lint errors 2026-05-13 23:39:27 +08:00
世界
f102ef1d94
Fix process search skipped for Android again 2026-04-23 05:52:22 +08:00
世界
71f6a2ab4e
Fix process search skipped for TUN 2026-04-21 15:45:05 +08:00
世界
9b155ba467
Fix rdrc cache 2026-04-16 16:45:50 +08:00
世界
e3bcb06c3e
platform: Add HTTPResponse.WriteToWithProgress 2026-03-30 22:42:36 +08:00
世界
0045103d14
Fix package_name shared uid matching 2026-03-23 18:57:35 +08:00
世界
d2a933784c
Optimize Darwin process finder 2026-03-23 18:57:35 +08:00
世界
54468a1a2a
platform: Add f-droid update helpers 2026-03-11 20:41:29 +08:00
世界
e21a72fcd1
Fix websocket connection and goroutine leaks in Clash API
Co-authored-by: traitman <112139837+traitman@users.noreply.github.com>
2026-03-09 20:06:34 +08:00
traitman
1beb4cb002
clash-api: Fix websocket connection not closed after config reload via SIGHUP
Co-authored-by: TraitMan <traitman@maildog.top>
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-03-01 12:30:43 +08:00
世界
8ae93a98e5
Remove overdue deprecated features 2026-03-01 12:30:43 +08:00
世界
cf4791f1ad
platform: Improve iOS OOM killer 2026-02-26 14:13:32 +08:00