Sign in
quiche
/
quiche.git
/
4dc4ba3939363a5f8b16aba53201d935db04f21a
/
quic
/
core
/
quic_session.cc
476683a
gfe-relnote: In QUIC, replaces QuicStream::priority_ with QuicStream::precedence_ and pluming it to write_blocked_list. No functional change expected. Not protected.
by fayang
· 6 years ago
de12d3d
Add directionality check for OnCanCreateNewOutgoingStream().
by renjietang
· 6 years ago
8556dc2
Add parameter to OnCanCreateNewStream indicating directionality
by fkastenholz
· 6 years ago
ec6b2c4
Remove stream counting for pending streams.
by renjietang
· 6 years ago
880d243
Merge GetOrCreateDynamicStream() into GetOrCreateStream().
by renjietang
· 6 years ago
55d182a
Change names of static-related QuicSession methods.
by renjietang
· 6 years ago
0e9980b
Remove static stream map as it's not used anymore.
by renjietang
· 6 years ago
9ffbb60
Move Qbone control streams out of static_stream_map.
by renjietang
· 6 years ago
b663b86
gfe-relnote: deprecate gfe2_reloadable_flag_quic_eliminate_static_stream_map_3.
by renjietang
· 6 years ago
28c04b7
Redirect WindowUpdate frame to pending streams if they are present, and closes connection when a WindowUpdate frame is received on a READ_UNIDIRECTIONAL stream.
by renjietang
· 6 years ago
44fa92f
gfe-relnote: Deprecate gfe2_reloadable_flag_quic_fix_has_pending_crypto_data.
by fayang
· 6 years ago
a553da0
Avoid performing pending stream actions after the connection is closed.
by renjietang
· 6 years ago
5d880a9
Change parameter list of QuicConnection::OnConnectionClosed upcall
by fkastenholz
· 6 years ago
36c4728
Refine QuicSpdyStream::UsesPendingStreams() behavior.
by bnc
· 6 years ago
1d574c1
Prohibit google3 includes in QUIC
by dschinazi
· 6 years ago
17d4242
Fix QUIC warnings in preparation for enabling them
by dschinazi
· 6 years ago
a4b37b2
Remove ack bundling mode.
by fayang
· 6 years ago
305e173
Change IETF Frame/QUIC_VERSION_99 tests to be symbolic.
by fkastenholz
· 6 years ago
71e9d9e
gfe-relnote: fix a type cast in QuicSession.
by zhongyi
· 6 years ago
1b2f783
gfe-relnote: only respect TLPR when there is pending non-crypto stream data. Flag protected by quic_ignore_tlpr_if_no_pending_stream_data and session_decides_what_to_write.
by zhongyi
· 6 years ago
3a1bb80
Add support for HTTP/3 control stream.
by renjietang
· 6 years ago
9467db0
gfe-relnote: Pass receive_timestamp to OnMessageAcked().
by QUICHE team
· 6 years ago
bb1c489
Support HTTP/3 style of Server push.
by renjietang
· 6 years ago
2c4d712
Refactor GetOrCreateStream() and GetOrCreateDynamicStream() and remove
by renjietang
· 6 years ago
da26cdb
gfe-relnote: Fix a bug in QuicSpdyClientStreamBase. Protected by --gfe2_reloadable_flag_quic_eliminate_static_stream_map_3
by rch
· 6 years ago
cd820e0
Renumber QUIC streams when there is no crypto stream
by nharper
· 6 years ago
46833c3
Add QUIC_BUG_IF to QuicUtils::GetCryptoStreamId
by nharper
· 6 years ago
d3a1de9
Have separate uni- and bi-directional stream limits for IETF QUIC
by fkastenholz
· 6 years ago
e76b2da
Refactor QuicSession to allow subclasses to do their own thing on pending streams.
by renjietang
· 6 years ago
d5c4a93
Don't use a flow controller for QuicCryptoStream when it uses CRYPTO frames
by nharper
· 6 years ago
615f13b
Use a QuicSession member to latch
by renjietang
· 6 years ago
c703612
Allow peers to pick low flow control limits in T099
by dschinazi
· 6 years ago
b834325
Add a new callback for probing retransmissions.
by QUICHE team
· 6 years ago
08a9cf7
Move Crypto stream out of static stream map.
by renjietang
· 6 years ago
3c4eabf
Add QuicStreamsBlockedFrame and QuicMaxStreamsFrame classes
by fkastenholz
· 6 years ago
fbeb5bf
gfe-relnote: Move headers streams out of static stream map. Protected by
by renjietang
· 6 years ago
e433f53
Fix "recevied" typo in //third_party/quic/core.
by bnc
· 6 years ago
2b5942f
Internal QUICHE change
by wub
· 6 years ago
b239f86
Add GetLargestGuaranteedMessagePayload to QuicSession/Connection/Generator/Creator to expose the largest message payload that's guaranteed to fit in any packet containing application data.
by ianswett
· 6 years ago
eb101f8
Print the QUIC version when QuicSession fails to write data because the stream doesn't exist.
by ianswett
· 6 years ago
1243d14
Fix a warning in the QUIC build
by QUICHE team
· 6 years ago
aa1d6a8
gfe-relnote: (n/a) Deprecate --gfe2_reloadable_flag_quic_connection_do_not_add_to_write_blocked_list_if_disconnected.
by QUICHE team
· 6 years ago
872e7a3
Remove QuicString wrapper for std::string
by vasilvv
· 6 years ago
ea74008
Use QuicVersionUsesCryptoFrames instead of checking against QUIC_VERSION_47
by QUICHE team
· 6 years ago
c48c871
Replace QuicString with std::string, pass 1
by vasilvv
· 6 years ago
a6ef0a6
Project import generated by Copybara.
by QUICHE team
· 6 years ago