1
0
Fork 0
mirror of https://github.com/XTLS/Xray-core.git synced 2025-07-16 06:54:14 +00:00
Xray-core/transport/internet/splithttp
RPRX 47fad1fbfd Chore: Generate *.pb.go files with protoc v5.28.2
Download https://github.com/protocolbuffers/protobuf/releases/tag/v28.2
go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.35.1
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.5.1
(Xray-core/) go run ./infra/vprotogen
2024-10-16 04:06:21 +00:00
..
browser_client.go Add SplitHTTP Browser Dialer support () 2024-07-11 07:56:20 +00:00
client.go SplitHTTP client: Add xmux (multiplex controller) for H3 & H2 () 2024-09-16 12:42:01 +00:00
config.go SplitHTTP server: Add global CORS headers for browser dialer () 2024-09-20 09:55:54 +02:00
config.pb.go Chore: Generate *.pb.go files with protoc v5.28.2 2024-10-16 04:06:21 +00:00
config.proto SplitHTTP client: Fix xmux config deserialization () 2024-09-19 00:45:39 +00:00
config_test.go SplitHTTP: Replace responseOkPadding with xPaddingBytes () 2024-08-10 21:47:42 +00:00
connection.go SplitHTTP client: Add xmux (multiplex controller) for H3 & H2 () 2024-09-16 12:42:01 +00:00
dialer.go SplitHTTP client: Add xmux (multiplex controller) for H3 & H2 () 2024-09-16 12:42:01 +00:00
h1_conn.go SplitHTTP: Read and validate HTTP/1.1 responses () 2024-09-16 12:33:03 +00:00
hub.go Transport: Add HTTP3 to HTTP () 2024-09-26 01:29:41 +00:00
lazy_reader.go SplitHTTP: Fix connection leaks and crashes () 2024-08-22 17:07:57 +02:00
mux.go SplitHTTP client: Add xmux (multiplex controller) for H3 & H2 () 2024-09-16 12:42:01 +00:00
mux_test.go SplitHTTP client: Add xmux (multiplex controller) for H3 & H2 () 2024-09-16 12:42:01 +00:00
splithttp.go Remove legacy code () 2024-09-23 11:28:19 -04:00
splithttp_test.go SplitHTTP: Fix connection leaks and crashes () 2024-08-22 17:07:57 +02:00
upload_queue.go SplitHTTP: Fix connection leaks and crashes () 2024-08-22 17:07:57 +02:00
upload_queue_test.go splithttp Read() using blocking mode () 2024-06-24 11:09:24 -04:00