Sign in
quiche
/
quiche
/
402103c13366ac8644a294d6701d7545c9d88979
/
quic
/
quic_transport
ec038f1
Notify QuicTransportClientSession users when creating new streams is possible.
by vasilvv
· 5 years ago
54deda7
Return false in QuicTransportStream::CanWrite() if the write side of the stream has been closed.
by vasilvv
· 5 years ago
4e6ab33
Use WriteMemSlices() instead of WriteOrBufferData() in QuicTransportStream.
by vasilvv
· 5 years ago
2b0ab24
Support datagrams in QuicTransport.
by vasilvv
· 5 years ago
23d4074
gfe-relnote: Return QuicCryptoServerStreamBase from CreateCryptoServerStream. Refactor only - no behavior change, not flag protected
by nharper
· 5 years ago
e5e28f9
gfe-relnote: Replace QuicCryptoServerStream constructor with CreateCryptoServerStream. Refactor only - no behavior change, not flag protected
by nharper
· 5 years ago
4e9283d
Remove QUIC_ARRAYSIZE; use QUICHE_ARRAYSIZE instead.
by bnc
· 5 years ago
1ec1119
Use quiche string libraries in third_party/quic/quic_transport
by dmcardle
· 5 years ago
467b422
Add a callback that notifies the QuicTransportClientSession visitor when the session is ready.
by vasilvv
· 5 years ago
76881f0
Refactor quic_enable_version flags
by dschinazi
· 5 years ago
d7692cd
Use client-supplied path instead of external configuration to switch between ECHO and DISCARD mode in QuicTransportSimpleServer
by vasilvv
· 5 years ago
7857189
Parse the path component of the indication on the server.
by vasilvv
· 5 years ago
e58d0f1
Send the path and query parameters of QuicTransport URL in the client indication.
by vasilvv
· 5 years ago
d58736d
gfe-relnote: Use HandshakerDelegateInterface in QUIC handshakers. Abstract keys installation, keys discarding, default encryption level change and mark handshake complete to HandshakerDelegateInterface. Protected by gfe2_reloadable_flag_quic_use_handshaker_delegate.
by fayang
· 5 years ago
a6cd688
Use IsStreamError() and friends gMock matchers in a few tests.
by bnc
· 5 years ago
256b2d6
gfe-relnote: For server side QUIC connection, mark version_negotiated_ earlier. Protected by --gfe2_reloadable_flag_quic_version_negotiated_by_default_at_server.
by wub
· 5 years ago
83f29bd
Change CryptoServerConfigForTesting to return a unique_ptr
by rch
· 5 years ago
df7a77b
gfe-relnote: Add SessionCache to TlsClientHandshaker, protected by reloadable flag quic_supports_tls_handshake
by nharper
· 5 years ago
d88f162
Add a simple QuicTransport server for testing and demo purposes.
by vasilvv
· 5 years ago
dfbd3df
Create an interface to queue up incoming streams in the client.
by vasilvv
· 5 years ago
097f372
Add a simple integration test for QuicTransport.
by vasilvv
· 5 years ago
f25169a
Add QUIC_EXPORT_PRIVATE to prepare for presubmit
by dschinazi
· 5 years ago
4cc508c
Fix build error in chromium by adding QUIC_EXPORT.
by fayang
· 5 years ago
312e3a5
Implement QuicTransportStream, a stream that can be only accessed after client indication is received.
by vasilvv
· 5 years ago
59dc4b6
Create a shared interface to access QuicTransport*Session::IsSessionReady().
by vasilvv
· 5 years ago
efc6af8
Implement the QuicTransport server session subclass.
by vasilvv
· 5 years ago
463f235
Remove usages of QuicMakeUnique, Http2MakeUnique, SpdyMakeUnique.
by bnc
· 5 years ago
eba61c4
Refactor common QuicTransport constants into their own file.
by vasilvv
· 5 years ago
ddf5247
Change the QuicTransport code to use client indication mechanism instead of allowed origin list.
by vasilvv
· 5 years ago
e6472f6
Implement a QuicSession subclass for QuicTransport client.
by vasilvv
· 5 years ago