mihomo/common
moexiami 5eb8958ff2
fix: correct type for vmess.ws-opts.path in ConvertsV2Ray (#1145)
It should be a string for the following reasons:
1. During conversion, it is conditionally assigned with
   `wsOpts["path"] = path.(string)`
2. After conversion, it is decoded into `WSOptions.Path` in
   `adapter/outbound/vmess.go` which requires a string.
2024-05-21 23:31:28 +08:00
..
arc chore: cleanup code 2023-12-22 21:28:54 +08:00
atomic fix: atomic.TypedValue panic 2024-03-29 14:43:42 +08:00
batch Chore: use generics as possible 2022-04-25 13:18:30 +08:00
buf chore: decrease memory copy in quic sniffer 2023-10-19 23:51:37 +08:00
callback chore: add loopback detect for direct outbound 2023-12-20 13:11:00 +08:00
cmd fix: ntp service panic 2023-09-02 12:37:43 +08:00
convert fix: correct type for vmess.ws-opts.path in ConvertsV2Ray (#1145) 2024-05-21 23:31:28 +08:00
lru chore: cleanup code 2023-12-22 21:28:54 +08:00
murmur3 Style: use gofumpt for fmt 2021-10-10 23:44:09 +08:00
net chore: dns outbound support tcp 2024-03-07 13:12:40 +08:00
nnip Chore: IpToAddr 2022-04-20 22:09:16 +08:00
observable chore: hello mihomo 2023-11-03 21:58:21 +08:00
once chore: rebuild sync.Once visit code 2024-03-05 10:57:25 +08:00
picker chore: cleanup codes 2023-08-26 21:20:20 +08:00
pool fix: Pool panic when putting small buffer 2023-12-01 23:13:14 +08:00
queue chore: cleanup codes 2023-08-26 21:20:20 +08:00
singledo chore: hello mihomo 2023-11-03 21:58:21 +08:00
sockopt Migration: go 1.18 2022-03-16 12:10:13 +08:00
structure chore: structure support decode pointer 2023-07-16 11:11:30 +08:00
utils chore: code cleanup 2024-03-12 15:14:56 +08:00