Commit Graph

759 Commits (845606d86c30ad512ea32bdc0de7178f21f7189b)

Author SHA1 Message Date
Darien Raymond 845606d86c
fix data race in pipe
7 years ago
Darien Raymond 10d7ed2e83
fix expired cert check
7 years ago
Darien Raymond a657ec49a0
comments
7 years ago
Darien Raymond b4ff4c7e75
signal when read
7 years ago
Darien Raymond 5d23604713
rewrite ray -> pipe
7 years ago
Darien Raymond 64ebba3cff
implement transport.pipe
7 years ago
Darien Raymond d6dc88860b
simplify done api
7 years ago
Darien Raymond 9d8922f523
close http2 server immediately. fixes #1051
7 years ago
Darien Raymond da0568d8d0
refine cert generation
7 years ago
Darien Raymond abee8bddf3
only try issuing new certificate when user provide custom CA
7 years ago
Darien Raymond ccafce3c9b
disable system roots for windows
7 years ago
Darien Raymond 2f74a5d048
disable domain socket for windows
7 years ago
Darien Raymond c76d492c0f
stats counter for inbound traffic
7 years ago
Darien Raymond 044c641d7b
test case for tls certs
7 years ago
Darien Raymond 318a36fe58
automatic issuing certificates from provided CA
7 years ago
Darien Raymond b7fc1f0bd6
scenario test for domain socket
7 years ago
Darien Raymond 38de82a5d3
don't release locker in abstract mode
7 years ago
Darien Raymond a320196b77
refine domain socket transport
7 years ago
Xiaokang Wang 00016e0517
Add comment
7 years ago
Shelikhoo 8e1507ae3a
Prevent unuseful test failure
7 years ago
Shelikhoo c542c043f3
Merge branch 'master' of github.com:v2ray/v2ray-core into domainsocket
7 years ago
Shelikhoo 4e609c9758
Added Test for dial
7 years ago
Shelikhoo d08929a687
finish up dial
7 years ago
Darien Raymond 9f198d7e3d
fix lint errors
7 years ago
DarienRaymond 8bc20c8656
Merge pull request #1013 from wuxiangzhou2010/master
7 years ago
wuxiang 3f19d09878 update some comments
7 years ago
Darien Raymond 4c2edeb18a
fix test break
7 years ago
Darien Raymond 009d58dd6c
remove static bytes array
7 years ago
Darien Raymond 81a147e540
Merge branch 'master' of https://github.com/v2ray/v2ray-core
7 years ago
Darien Raymond 08dab81eb2
migrate int to int32
7 years ago
wuxiangzhou2010 f0862df9a7 fix typo
7 years ago
wuxiangzhou2010 5a08411ee2 fix typo
7 years ago
Darien Raymond 50c4e3389c
remove unnecessary test
7 years ago
Darien Raymond 6d98bc4607
split uplink and downlink traffic
7 years ago
Darien Raymond f7dd7e6279
support stats counter in ray stream
7 years ago
Shelikhoo b67cd22b78
Test and bug fix
7 years ago
Darien Raymond 3ff570a050
write listen error to log
7 years ago
Darien Raymond 169b901c2d
lazy init of dialer map
7 years ago
Darien Raymond e647292b9a
protect against writing to closed body
7 years ago
Shelikhoo 09bf78a089
notify progressTraffic to quit
7 years ago
Shelikhoo 3b1f0ae300
finish transport listener
7 years ago
Shelikhoo 8e5063dedf
(Sync Commit)
7 years ago
Darien Raymond d1898b995f
remove unnecessary NewSize
7 years ago
Darien Raymond 994aecd13c
rename NewLocal to NewSize
7 years ago
Jinqiu Yu 87dd1ed877 Fix receivced, InboundBound, tranport, Enpoint typo
7 years ago
Shelikhoo 43abfc9463
Unix listeners(sync commit)
7 years ago
Darien Raymond f17b865982
gofmt
7 years ago
DarienRaymond ff1e386a04
Merge pull request #931 from wuxiangzhou2010/master
7 years ago
Jinqiu Yu 794dfd5bf3 Dedup protocol registration
7 years ago
Ubuntu 7b28be596d fix typo
7 years ago