Commit Graph

278 Commits

Author SHA1 Message Date
gVisor bot
a918cd66d8 chore: hello mihomo 2023-11-03 21:58:21 +08:00
gVisor bot
86840e3bf5 feat(sniffer): add quic sniffer 2023-10-19 18:30:20 +08:00
gVisor bot
7f1769d162 fix: sing listener panic 2023-10-11 10:55:12 +08:00
gVisor bot
fbce316b14 chore: better atomic using 2023-10-10 21:28:46 +08:00
gVisor bot
d960e63dda chore: decrease goroutine used in core tunnel 2023-09-28 18:59:31 +08:00
gVisor bot
92b88136f4 feat: recovering preHandleMetadata failure from sniffing (#769) 2023-09-24 19:27:55 +08:00
gVisor bot
5cae2e157b chore: handle provider proxies in proxies api 2023-09-24 15:39:14 +08:00
gVisor bot
d0d576bdee chore: using xsync.MapOf replace sync.Map 2023-09-02 16:54:48 +08:00
gVisor bot
fd9aca5f39 chore: using uint16 for ports in Metadata 2023-08-09 13:51:02 +08:00
gVisor bot
1c23f81bbc fix: tunnel's handleUDPToLocal panic 2023-07-16 10:35:10 +08:00
gVisor bot
ea6e63e94c chore: better close single connection in restful api 2023-06-26 18:25:36 +08:00
gVisor bot
27325ccfab chore: statistic's Snapshot only contains TrackerInfo 2023-06-26 18:13:17 +08:00
gVisor bot
679348d994 chore: avoid unneeded map copy when close connection in restful api 2023-06-26 17:46:14 +08:00
gVisor bot
c413e58932 chore: reduce process lookup attempts when process not exist #613 2023-06-08 18:07:56 +08:00
gVisor bot
35ead7d20b chore: update proxy's udpConn when received a new packet 2023-06-03 21:40:09 +08:00
gVisor bot
50968b9667 fix: udp panic when server return a domain name 2023-05-27 13:43:41 +08:00
gVisor bot
d70a424a78 fix: UDP packet should not return io.EOF 2023-05-15 19:06:58 +08:00
gVisor bot
4c38b2f0bf fix: sing-based listener panic 2023-05-12 09:14:27 +08:00
gVisor bot
5070a21626 fix: tuic server return error udp address 2023-05-11 22:45:27 +08:00
gVisor bot
82be6a68ad chore: decrease direct udp read memory used for no-windows platform 2023-05-11 13:47:51 +08:00
gVisor bot
d063d43aaa chore: better memory fetching time 2023-04-27 06:55:53 +00:00
gVisor bot
3cd2cd4795 chore: better parse remote dst 2023-04-27 02:32:25 +00:00
gVisor bot
d19543b259 fix: tracker remote addr check 2023-04-27 01:39:29 +00:00
gVisor bot
2bc88b1741 chore: support splice for direct outbound 2023-04-25 23:01:05 +08:00
gVisor bot
190014aa1d chore: using sync/atomic replace uber/atomic 2023-04-22 15:37:57 +08:00
gVisor bot
443583a116 chore: close all connections after proxySet initial 2023-04-12 18:50:51 +08:00
gVisor bot
f371813210 chore: proxyDialer don't push flow to manager in statistic 2023-04-11 23:58:56 +08:00
gVisor bot
c4580858fb chore: Update dependencies 2023-04-09 15:40:17 +08:00
gVisor bot
8877cb432b chore: init gopsutil's Process direct from struct 2023-04-08 09:56:02 +08:00
gVisor bot
868497ac6b feat: core support memory chat 2023-04-08 00:55:25 +08:00
gVisor bot
6c5b8e7d75 feat: add memory status for snapshot 2023-04-07 23:53:46 +08:00
gVisor bot
f820889a89 Alpha (#490)
* feat: add memory status for snapshot

* feat: add memory status for snapshot
2023-04-07 22:55:01 +08:00
gVisor bot
193fa1b7c5 Fix: should always drop packet when handle UDP packet (#2659) 2023-04-06 09:38:59 +08:00
gVisor bot
ae5fafa885 chore: make all net.Conn wrapper can pass through N.ExtendedConn 2023-04-02 22:24:46 +08:00
gVisor bot
3001df622f chore: better uuid using 2023-03-15 10:10:03 +08:00
gVisor bot
b641024d1f chore: keep existing connections 2023-03-15 09:18:03 +08:00
gVisor bot
ab245c0476 chore: better TunnelStatus define 2023-03-15 00:11:31 +08:00
gVisor bot
931dd615e3 chore: disconnect when suspended 2023-03-14 22:57:43 +08:00
gVisor bot
ce14c86e4c chore: Chore: adjust the loading order, and then load the resource at last 2023-03-14 22:37:07 +08:00
gVisor bot
6a2ac83da1 fix: SA4001 for net.UDPAddr copy 2023-03-12 23:37:45 +08:00
gVisor bot
e5eab112d0 feta: add hosts support domain and mulitple ip (#439)
* feat: host support domain and multiple ips

* chore: append local address via `clash`

* chore: update hosts demo

* chore: unified parse mixed string and array

* fix: flatten cname

* chore: adjust logic

* chore: reuse code

* chore: use cname in tunnel

* chore: try use domain mapping when normal dns

* chore: format code
2023-03-12 15:00:59 +08:00
gVisor bot
c6ec5c683b chore: Generate UUID from fastrand 2023-03-05 11:00:14 +08:00
gVisor bot
b7c2ad2f74 chore: better REJECT process 2023-02-27 09:46:16 +08:00
gVisor bot
e45b8dc404 chore: add early conn interface to decrease unneeded write 2023-02-27 00:26:49 +08:00
gVisor bot
f6911e21ea fix: ensure peekMutex is locked before handleSocket 2023-02-26 11:18:01 +08:00
gVisor bot
5e4dd2ab01 fix: reject's dial warning 2023-02-26 11:11:54 +08:00
gVisor bot
6c6910b273 fix: peek not work with some inbound 2023-02-25 19:41:14 +08:00
gVisor bot
a132fe585b chore: use early conn to support real ws 0-rtt 2023-02-24 09:54:54 +08:00
gVisor bot
aa9da5dcb0 chore: cleanup natTable's api 2023-02-18 13:16:07 +08:00
gVisor bot
e23763c71a feat: introduce a new robust approach to handle tproxy udp. (#389) 2023-02-17 16:31:15 +08:00