Commit Graph

1007 Commits (0c72d72f460204b0d73119178a040118a7d52459)

Author SHA1 Message Date
Darien Raymond 3de50a6412
move init func to separate files
6 years ago
Darien Raymond 28189197b3
remove dependency of assert lib
6 years ago
Darien Raymond c9958681f7
remove dependency on assert lib
6 years ago
SAPikachu 033d2264ff Fix SO_MARK setting for UDP outbound connections
6 years ago
Darien Raymond 6a0b3af4c6
remove multi buffer reading in quic
6 years ago
Darien Raymond aa4ab7fa03
return error on listening domain address
6 years ago
Darien Raymond f66b127c0a
fix pipe test
6 years ago
Darien Raymond 8e131bcd1f
remove dependency on assert lib
6 years ago
Darien Raymond 0b1496bb7a
update dependencies in websocket
6 years ago
Darien Raymond f1934a4ff2
move vendor to external
6 years ago
Darien Raymond 86f8fe4eb4
warning message for global trasnport config
6 years ago
Darien Raymond ee13f7a562
fix bind addr check
6 years ago
Darien Raymond ef739c2127
listen system only when bind addr not specified
6 years ago
Darien Raymond 6146366a4a
enforce timeout for http header processing
6 years ago
Darien Raymond 163776b182
remove dependency on assert lib
6 years ago
Darien Raymond d26700a2fe
remove common/compare package
6 years ago
Darien Raymond 4468c60b95
remove usage on assert lib
6 years ago
Darien Raymond a1b33c3bd6
remove unused functions
6 years ago
Darien Raymond a1b552f948
use ListenPacket in Dial UDP connection
6 years ago
Darien Raymond b52725cf65
DialUDP function
6 years ago
Darien Raymond 21f8bfe476
move udp packet to protocol
6 years ago
Darien Raymond d20f87da4b
comments
6 years ago
Darien Raymond 3de8389361
rename CloseError() to Interrupt()
6 years ago
Darien Raymond 41b1ac192e
use compact in tls writer
6 years ago
Darien Raymond 88e757e33f
merge duplicated code
6 years ago
Darien Raymond fc92b6295a
compact buffers
6 years ago
Darien Raymond 012a2d6f57
fix #1477
6 years ago
Darien Raymond 4055c467a1
tweak quic server parameters
6 years ago
Darien Raymond f49f85b5bd
fix #1462
6 years ago
Darien Raymond 50e77cbb19
fix broken test
6 years ago
Darien Raymond a6d81cc56d
api doc
6 years ago
Darien Raymond 28fa84ce69
API doc
6 years ago
Darien Raymond 05f8de1b8f
allow custom controller function
6 years ago
Darien Raymond 0f63be6340
open ReadBuffer for quic connections
6 years ago
Darien Raymond c5a384195a
fix #1451
6 years ago
Darien Raymond 057e271588
update proto lib
6 years ago
Darien Raymond 9379b2f934
fix srtp header
6 years ago
Darien Raymond 7244dc928e
max buffers in one read
6 years ago
Darien Raymond 61ad81c326
implement ReadMultiBuffer in quic conn
6 years ago
Darien Raymond fd060a0880
temp fix deadlock in quic lib
6 years ago
Darien Raymond 3b1aaa9a3d
update quic parameters
6 years ago
Darien Raymond 1d54fd7433
update timeout and window size in quic
6 years ago
Darien Raymond 90ab42b1cb
close connection without error
6 years ago
Darien Raymond f70712a1a3
remove warning messages in quic
6 years ago
Darien Raymond 45fbf6f059
update quic connection handling
6 years ago
Darien Raymond 5ecec6afd8
reduce concurrency
6 years ago
Darien Raymond 4ff26a36ad
update quic connection handling
6 years ago
Darien Raymond a1801b5d6f
update quic config
6 years ago
Darien Raymond 275ab2ae8c
fix inactive session removal
6 years ago
Darien Raymond 19926b8e4f
update quic
6 years ago
Darien Raymond 9d17221266
fix test last time
6 years ago
Darien Raymond 39c84c8dcd
fix broken test again
6 years ago
Darien Raymond 4b6e12815d
fix sockopt test
6 years ago
Darien Raymond fa7ce36aa8
update WriteMultiBuffer
6 years ago
Darien Raymond 3a1cf06dc1
add WriteMultiBuffer for interConn
6 years ago
Darien Raymond 010964f272
tweak quic parameters
6 years ago
Darien Raymond 3335f77c70
implement header and auth for quic
6 years ago
Darien Raymond 92a6699706
fix broken test again
6 years ago
Darien Raymond cfa7ee88ce
fix broken test
6 years ago
Darien Raymond 096bbd2c51
prototype of quic transport
6 years ago
Darien Raymond 5279296f03
remove use of context.WithValue in transport
6 years ago
Darien Raymond d2d0c69f17
benchmark certificate issuing
6 years ago
Darien Raymond 120058310a
only yield goroutine after second write
6 years ago
Darien Raymond 8a82a3664c
pick IP family by local address in freedom
6 years ago
Darien Raymond 8d8eb0f35a
update pipe test
6 years ago
Darien Raymond 91227581e5
noescape on asm functions
6 years ago
Darien Raymond cb7646f682
remove unnecessary err object from SplitBytes
6 years ago
Darien Raymond 842a089dad
refactor multibuffer
6 years ago
Darien Raymond 0f324a613e
remove MultiBuffer.Release
6 years ago
Darien Raymond b41513f644
benchmark pipe
6 years ago
Darien Raymond 27772a75a7
refactor MultiBuffer append
6 years ago
Darien Raymond 248099eca5
switch to bytes.Equal
6 years ago
Darien Raymond 48cac1733f
remove NewMultiBufferCap
6 years ago
Darien Raymond 2364f5f280
remove AddressFamily.Either()
6 years ago
Darien Raymond a01fdc29a6
remove NewMultiBufferValue
6 years ago
Darien Raymond a20262ef20
allocate buffer on stack
6 years ago
Darien Raymond 6c7dcc35ab
remove buffer.WriteBytes
6 years ago
Darien Raymond e8faa7d4e3
move pipe option into dedicated struct
6 years ago
Darien Raymond 956868ef78
yield goroutine on pipe write
6 years ago
Darien Raymond 874fc87498
test long header
6 years ago
Darien Raymond 128a90b98b
move link to transport
6 years ago
Darien Raymond f7b96507f9
simplify buffer extension
6 years ago
Darien Raymond 35ccc3a49c
cleanup unnecessary method in serial.
6 years ago
Darien Raymond 815c7f09ba
migrate to std lib
6 years ago
Darien Raymond 58e2ed3381
remove closure on ReadFullFrom
6 years ago
Darien Raymond 17e51b277b
move proxy.Dialer to internet.Dialer
6 years ago
Darien Raymond e35e3e6e53
comment
6 years ago
Darien Raymond 99d661882a
remove unused constants
6 years ago
Darien Raymond cb8e7dc9a0
comments
6 years ago
Darien Raymond 98e330513d
remove unnecessary interface
6 years ago
Darien Raymond 351316490d
fix typos
6 years ago
Darien Raymond d730637239
Require Type() for Feature
6 years ago
Darien Raymond b4821c5ed5
move policy and dnsClient
6 years ago
Darien Raymond b6dc31d3fe
first part to move feature interfaces into dedicated directory
6 years ago
Iskander Sharipov 0cf3599db2 s/len/length/ s/cap/capacity/ to avoid builtin shadowing
6 years ago
Darien Raymond 091fa6ad23
use new errorgen
6 years ago
Lonnie Liu e43b4cc169 fix build breakage
6 years ago
Darien Raymond 07aa486d43
fix bind address in linux
6 years ago
Darien Raymond d55fbd7f8d
simplify error creation
6 years ago
Darien Raymond 00ea6e3cb2
update protobuf generated files
6 years ago