| .. |
|
common
|
c77fcdb99b
Fall back to InproxyBrokerSpecs if InproxyAllBrokerSpecs is not set
|
11 months ago |
|
memory_test
|
c34e0c683b
Reduce LimitIntensiveConnectionWorkers in memory_test
|
1 year ago |
|
server
|
c77fcdb99b
Fall back to InproxyBrokerSpecs if InproxyAllBrokerSpecs is not set
|
11 months ago |
|
testdata
|
7b51dbc3ae
Add test for gzipped m3u8
|
8 years ago |
|
transferstats
|
0a0a4b5390
Change target website for another test
|
1 year ago |
|
upstreamproxy
|
7a2f799e1f
go fmt fixes
|
1 year ago |
|
TCPConn.go
|
29080691fe
Fix unsafe slice shuffles
|
1 year ago |
|
UDPConn.go
|
29080691fe
Fix unsafe slice shuffles
|
1 year ago |
|
config.go
|
27c5d5fa68
Add replay cache and prefixes
|
1 year ago |
|
config_test.go
|
dd92f2e9b4
go fmt simplification changes
|
1 year ago |
|
controller.go
|
a5f3343a8e
Add in-proxy WebRTC media stream mode
|
1 year ago |
|
controller_test.go
|
50473bff81
Split controller QUIC test into gQUIC and IETF cases
|
11 months ago |
|
dataStore.go
|
912db91868
Bug fixes
|
1 year ago |
|
dataStoreRecovery_test.go
|
53dab5608a
tunnel-core/inproxy integration: integration and inproxy package changes
|
1 year ago |
|
dataStoreRecovery_windows_test.go
|
8410ace90e
Don't reset locked datastore
|
4 years ago |
|
dataStore_badger.go
|
55e75f4c89
Log datastore metrics
|
4 years ago |
|
dataStore_bolt.go
|
53dab5608a
tunnel-core/inproxy integration: integration and inproxy package changes
|
1 year ago |
|
dataStore_files.go
|
55e75f4c89
Log datastore metrics
|
4 years ago |
|
debug.go
|
02b5e5be07
More inproxy personal pairing enhancements
|
1 year ago |
|
dialParameters.go
|
b0a6fcf2a1
Fix: don't wire up Shadowsocks prefix for other tunnel protocols
|
11 months ago |
|
dialParameters_test.go
|
16701a1f55
Update tests
|
1 year ago |
|
exchange.go
|
88c1b996d2
Handle in-proxy limitations in ExportExchangePayload
|
1 year ago |
|
exchange_test.go
|
8385f32246
Merge remote-tracking branch 'upstream/master' into zero-rtt+utls
|
1 year ago |
|
feedback.go
|
d9b410a4f4
Use common fronting dial parameters
|
1 year ago |
|
feedback_test.go
|
d9b410a4f4
Use common fronting dial parameters
|
1 year ago |
|
frontedHTTP.go
|
47ce9c112b
Additional changes based on feedback
|
1 year ago |
|
frontedHTTP_test.go
|
e6afb935fa
Changes based on feedback
|
1 year ago |
|
frontingDialParameters.go
|
8b03f8e894
Changes based on feedback
|
1 year ago |
|
httpProxy.go
|
d1a3c2ac4c
Broker client memory leak fix and other changes
|
1 year ago |
|
httpProxy_test.go
|
dfc850abda
Fix staticcheck issues
|
6 years ago |
|
inproxy.go
|
a5f3343a8e
Add in-proxy WebRTC media stream mode
|
1 year ago |
|
inproxy_test.go
|
2cb9875445
Added workaround for Go 1.24 printf analyzer (https://tip.golang.org/doc/go1.24#vet)
|
1 year ago |
|
interrupt_dials_test.go
|
0478021bd2
Fix: detect only dial goroutines launched within TestInterruptDials
|
11 months ago |
|
limitProtocols_test.go
|
53dab5608a
tunnel-core/inproxy integration: integration and inproxy package changes
|
1 year ago |
|
meekConn.go
|
8385f32246
Merge remote-tracking branch 'upstream/master' into zero-rtt+utls
|
1 year ago |
|
meekConn_test.go
|
344f73754f
Use Psiphon-Labs/utls
|
1 year ago |
|
net.go
|
a5f3343a8e
Add in-proxy WebRTC media stream mode
|
1 year ago |
|
net_android_linux.go
|
77afea6720
SO_EXCLUSIVEADDRUSE fixes for Windows
|
4 years ago |
|
net_darwin.go
|
a5f3343a8e
Add in-proxy WebRTC media stream mode
|
1 year ago |
|
net_other.go
|
77afea6720
SO_EXCLUSIVEADDRUSE fixes for Windows
|
4 years ago |
|
net_windows.go
|
749d7c6538
Fix: also check for IPv6 wildcard address
|
4 years ago |
|
notice.go
|
2cb9875445
Added workaround for Go 1.24 printf analyzer (https://tip.golang.org/doc/go1.24#vet)
|
1 year ago |
|
packetTunnelTransport.go
|
4ab7f1d5f0
Fix potential sync.WaitGroup race condition
|
4 years ago |
|
pprof.go
|
7a2f799e1f
go fmt fixes
|
1 year ago |
|
pprof_disabled.go
|
7a2f799e1f
go fmt fixes
|
1 year ago |
|
remoteServerList.go
|
912db91868
Bug fixes
|
1 year ago |
|
remoteServerList_test.go
|
ad9a05a63c
Merge branch 'master' into inproxy
|
1 year ago |
|
serverApi.go
|
27c5d5fa68
Add replay cache and prefixes
|
1 year ago |
|
sessionTicket_test.go
|
344f73754f
Use Psiphon-Labs/utls
|
1 year ago |
|
shadowsocksConn.go
|
0ecdff1ab3
Changes based on feedback
|
1 year ago |
|
socksProxy.go
|
d1a3c2ac4c
Broker client memory leak fix and other changes
|
1 year ago |
|
tactics.go
|
912db91868
Bug fixes
|
1 year ago |
|
tactics_test.go
|
bddc482a65
Inproxy personal pairing enhancements
|
1 year ago |
|
tlsDialer.go
|
1490ae0faf
Prioritization of in-proxy proxies by tunnel quality
|
1 year ago |
|
tlsDialer_test.go
|
2cb9875445
Added workaround for Go 1.24 printf analyzer (https://tip.golang.org/doc/go1.24#vet)
|
1 year ago |
|
tlsTunnelConn.go
|
8385f32246
Merge remote-tracking branch 'upstream/master' into zero-rtt+utls
|
1 year ago |
|
tunnel.go
|
a13d795e41
Drop SOCKs dest addr
|
1 year ago |
|
upgradeDownload.go
|
d9b410a4f4
Use common fronting dial parameters
|
1 year ago |
|
userAgent_test.go
|
53dab5608a
tunnel-core/inproxy integration: integration and inproxy package changes
|
1 year ago |
|
utils.go
|
d36db4f344
Add missing network type cases
|
1 year ago |