1. 56d2ed2 Consider pending streams in ShouldKeepConnectionAlive. by renjietang · 5 years ago
  2. cff885a gfe-relnote: In QUIC, clean up !session_decides_what_to_write code path. by fayang · 5 years ago
  3. 3cb5fad Remove redundant handshake confirmed method. by renjietang · 5 years ago
  4. 686ce58 Support GOAWAY in HTTP/3. by renjietang · 5 years ago
  5. 4f8e0bc Remove virtual keyword for unoverridden QuicSession::IsCryptoHandshakeConfirmed(). by renjietang · 5 years ago
  6. 18cdf13 Support local vs remote flow control with TLS, and fix initial limits by dschinazi · 5 years ago
  7. e6472f6 Implement a QuicSession subclass for QuicTransport client. by vasilvv · 6 years ago
  8. a8b56e4 gfe-relnote: Decouple the QuicSession from the QuicStreamIdManager by introducing a QuicStreamIdManager::DelegateInterface which the session implements. Does not change behavior, merely adds a layer of abstraction which allows unit tests of QuicStreamIdManager to be simplified. by rch · 6 years ago
  9. 1b11b96 gfe-relnote: In QUIC, enable round robin scheduling. Protected by gfe2_reloadable_flag_quic_enable_rr_write_schduler. by fayang · 6 years ago
  10. 244af5a Add OnConnectionCloseFrame, invoked to save ConnectionCloseFrame data by fkastenholz · 6 years ago
  11. 9fa2be3 gfe-relnote: deprecate quic_ignore_tlpr_if_no_pending_stream_data. by zhongyi · 6 years ago
  12. 9e1c734 gfe-relnote: Deprecate gfe2_reloadable_flag_quic_inline_getorcreatedynamicstream. by renjietang · 6 years ago
  13. 5c729f0 Remove QuicSession::RegisterStaticStream() and merge it into by renjietang · 6 years ago
  14. 43652ca gfe-relnote: (n/a) Add a GFE_BUG if QuicFdWrapper.stream_ is silently cleared in QuicFdWrapper::Readv. Logging only, not protected. by wub · 6 years ago
  15. ad7424f Implement QUIC ALPN selection on the server side. by vasilvv · 6 years ago
  16. 4724c9c Support session-specific ALPNs for clients, and specifying multiple ALPNs. by vasilvv · 6 years ago
  17. 216dc01 Remove notion of static stream in QuicStreamIdManager. by renjietang · 6 years ago
  18. 488a462 Save all data from received IETF Connection Close frames by fkastenholz · 6 years ago
  19. 9b4b0ad Add flag to QuicSession indicating that it has been configured by fkastenholz · 6 years ago
  20. ea71d6f Rename ENCRYPTION_REESTABLISHED to ENCRYPTION_ESTABLISHED as ENCRRYPTION_FIRST_ESTABLISHED has been removed. by renjietang · 6 years ago
  21. f643d83 Remove unused ENCRYPTION_FIRST_ESTABLISHED. by renjietang · 6 years ago
  22. 83161e4 gfe-relnote: rename OnConnectivityProbeReceived to OnPacketReceived. by zhongyi · 6 years ago
  23. c258e4f gfe-relnote: Implement sending the MAX_PUSH_ID frame when the client sets a non-zero maximum push id. by QUICHE team · 6 years ago
  24. df0b19f gfe-relnote: Stop registering ephemeral QBONE streams in the blocked by QUICHE team · 6 years ago
  25. 69a8eaf Clean up some headers stream related comments. by renjietang · 6 years ago
  26. 944cfbc gfe-relnote: Let GFE be able to use HTTP2(tree-style) priority write scheduler in QUIC and enable it via a connection option H2PR. Protected by gfe2_reloadable_flag_quic_use_http2_priority_write_scheduler. by fayang · 6 years ago
  27. 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
  28. 8556dc2 Add parameter to OnCanCreateNewStream indicating directionality by fkastenholz · 6 years ago
  29. 880d243 Merge GetOrCreateDynamicStream() into GetOrCreateStream(). by renjietang · 6 years ago
  30. 55d182a Change names of static-related QuicSession methods. by renjietang · 6 years ago
  31. 0e9980b Remove static stream map as it's not used anymore. by renjietang · 6 years ago
  32. b663b86 gfe-relnote: deprecate gfe2_reloadable_flag_quic_eliminate_static_stream_map_3. by renjietang · 6 years ago
  33. 5d880a9 Change parameter list of QuicConnection::OnConnectionClosed upcall by fkastenholz · 6 years ago
  34. 17d4242 Fix QUIC warnings in preparation for enabling them by dschinazi · 6 years ago
  35. 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
  36. 3a1bb80 Add support for HTTP/3 control stream. by renjietang · 6 years ago
  37. 9467db0 gfe-relnote: Pass receive_timestamp to OnMessageAcked(). by QUICHE team · 6 years ago
  38. baea59c Make CreateIncomingStream() to take PendingStream* instead of PendingStream. PendingStream* will be passed to create QuicStream. by renjietang · 6 years ago
  39. bb1c489 Support HTTP/3 style of Server push. by renjietang · 6 years ago
  40. 2c4d712 Refactor GetOrCreateStream() and GetOrCreateDynamicStream() and remove by renjietang · 6 years ago
  41. 7b9278c Rename connection_id to server_connection_id by dschinazi · 6 years ago
  42. da26cdb gfe-relnote: Fix a bug in QuicSpdyClientStreamBase. Protected by --gfe2_reloadable_flag_quic_eliminate_static_stream_map_3 by rch · 6 years ago
  43. d3a1de9 Have separate uni- and bi-directional stream limits for IETF QUIC by fkastenholz · 6 years ago
  44. e76b2da Refactor QuicSession to allow subclasses to do their own thing on pending streams. by renjietang · 6 years ago
  45. 0c55886 Add APIs to allow sessions to read stream types from pending stream. by renjietang · 6 years ago
  46. e3954c2 unbreak TachyonIOS, remove const on bool return value in quick_session.h by QUICHE team · 6 years ago
  47. 615f13b Use a QuicSession member to latch by renjietang · 6 years ago
  48. b834325 Add a new callback for probing retransmissions. by QUICHE team · 6 years ago
  49. 3c4eabf Add QuicStreamsBlockedFrame and QuicMaxStreamsFrame classes by fkastenholz · 6 years ago
  50. fbeb5bf gfe-relnote: Move headers streams out of static stream map. Protected by by renjietang · 6 years ago
  51. 2b5942f Internal QUICHE change by wub · 6 years ago
  52. 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
  53. 0fb4443 Remove direct references to //base from shared QUIC code by vasilvv · 6 years ago
  54. 872e7a3 Remove QuicString wrapper for std::string by vasilvv · 6 years ago
  55. c48c871 Replace QuicString with std::string, pass 1 by vasilvv · 6 years ago
  56. c2653c4 Remove QuicSession::num_active_request() and allow subclasses to account the number of request individually. by QUICHE team · 6 years ago
  57. a6ef0a6 Project import generated by Copybara. by QUICHE team · 6 years ago