世界
8e9c61afa3
platform: Fix missing api version check for usb/ip
2026-06-25 17:39:16 +08:00
世界
64a0e0ce6b
certificate: Replace platform bridge with CGO JNI
2026-06-25 17:39:16 +08:00
世界
9ac1399094
Add USB/IP support for macOS
2026-06-25 17:39:07 +08:00
世界
36e92fc7a9
Add USB/IP service
2026-06-25 17:39:02 +08:00
世界
f4061770bb
Fix remote control when Clash server is unavailable
2026-06-25 17:38:56 +08:00
世界
7e96370229
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-25 17:38:54 +08:00
世界
95c37c138a
Add sing-box API service
2026-06-25 17:38:53 +08:00
世界
65aeb3c8f4
daemon: Split host operations into ManagedService
2026-06-25 17:38:52 +08:00
世界
c2da94f252
platform: Add shell support for iOS
2026-06-25 17:38:52 +08:00
世界
dcbb8271f8
platform: Add tailscale device name and logout
2026-06-25 17:38:52 +08:00
世界
f18b01b7fe
tailscale: Add tailssh server
2026-06-25 17:38:51 +08:00
世界
775a05162c
tools: Fix mising cleanup
2026-06-25 17:38:51 +08:00
世界
6a8071d1ce
daemon: Add Tailssh
2026-06-25 17:38:50 +08:00
世界
e97a1bec41
tailscale: Expose more peer info fields
2026-06-25 17:38:27 +08:00
世界
03499260df
tailscale: Add runtime exit node API
2026-06-25 17:38:27 +08:00
世界
23a676ac8a
tailscale: Revert dialer deprecation and remove control_http_client
2026-06-25 17:38:25 +08:00
世界
2c2e08e608
Fix lint errors
2026-06-25 17:38:13 +08:00
世界
89d83aa6d2
Fix reset network
2026-06-25 17:38:11 +08:00
世界
e8643485d2
Allow customizing TUN DNS mode and hijack interface DNS by default
2026-06-25 17:38:10 +08:00
世界
0426c17121
Improve oom-killer
2026-06-25 17:38:08 +08:00
世界
686b9b08df
Fix stderr deprecated manager
2026-06-25 17:38:06 +08:00
世界
8bce66d952
platform: Improve oom-killer
2026-06-25 17:38:06 +08:00
世界
043fdfad1d
Fix use-after-free of pooled value buffers in bbolt Batch writes
2026-06-25 17:38:02 +08:00
世界
cfe83a5dcc
Refactor: HTTP clients, unified HTTP2/QUIC options, Apple engines
2026-06-25 17:37:59 +08:00
世界
ecd07e2f85
Add optimistic DNS cache
2026-06-25 17:37:59 +08:00
世界
ce9502122b
Fix tailscale error
2026-06-25 17:37:59 +08:00
世界
cfe5fdcb79
Fix lint errors
2026-06-25 17:35:31 +08:00
世界
df27819403
platform: Wrap command RPC error returns with E.Cause
2026-06-25 17:35:31 +08:00
世界
d8b7e92cc2
Un-deprecate ip_accept_any DNS rule item
2026-06-25 17:35:29 +08:00
世界
6792fd18e1
tools: Tailscale status
2026-06-25 17:35:29 +08:00
世界
83d681b7fd
tools: Tailscale status
2026-06-25 17:35:27 +08:00
世界
d991b1533b
platform: Fix darwin signal handler
2026-06-25 17:35:27 +08:00
世界
7bac8dc815
tools: Network Quality & STUN
2026-06-25 17:35:27 +08:00
世界
38bb6e9b11
Fix deprecated warning double-formatting on localized clients
2026-06-25 17:35:26 +08:00
世界
3bdae735bc
platform: Fix set local
2026-06-25 17:35:26 +08:00
nekohasekai
92118b594c
Add evaluate DNS rule action and related rule items
2026-06-25 17:35:25 +08:00
世界
666bfdbe4e
platform: Add OOM Report & Crash Report
2026-06-25 17:35:25 +08:00
nekohasekai
1d523907cb
Refactor ACME support to certificate provider
2026-06-25 17:35:24 +08:00
世界
49349e2e5c
Add macOS support for MAC and hostname rule items
2026-06-25 17:35:23 +08:00
世界
22f683e5a3
Add Android support for MAC and hostname rule items
2026-06-25 17:35:23 +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