1. 9d3032d Validate that received GOAWAY last-stream-ID fields are non-increasing in oghttp2. by diannahu · 2 years, 3 months ago
  2. ed01f7a Migrates HpackHeaderTable from std::deque to quiche::QuicheCircularDeque. by birenroy · 2 years, 3 months ago
  3. 8864d08 Fix the receipt of GOAWAYs as the server in oghttp2. by diannahu · 2 years, 3 months ago
  4. 8760571 Automated g4 rollback of changelist 437128224. by danzh · 2 years, 3 months ago
  5. d2746c0 Platformize enforcing header policy in Balsa. by bnc · 2 years, 3 months ago
  6. daa2fda Use relative include paths for OpenSSL and zlib in QUICHE. by vasilvv · 2 years, 3 months ago
  7. 91f7c25 Handle new/pending streams on receipt of a GOAWAY in oghttp2. by diannahu · 2 years, 3 months ago
  8. e5642f3 Fix header guards in QUICHE. by bnc · 2 years, 3 months ago
  9. 6487e88 Deprecate --gfe2_reloadable_flag_quic_tls_no_select_cert_if_disconnected. by wub · 2 years, 3 months ago
  10. e8a0225 Internal change by fayang · 2 years, 3 months ago
  11. 7f718d0 Make QUICHE pragmas which disable warnings google3-specific. by rch · 2 years, 3 months ago
  12. 30045be Remove connection_option RVCM such that IETF QUIC connection migration is default on. by haoyuewang · 2 years, 3 months ago
  13. d0152ca Change QuicPathChallengeFrame and QuicPathResponseFrame to be inlined quic frame. by wub · 2 years, 3 months ago
  14. 9af10d5 Update oghttp2 to close streams above a received GOAWAY's last_stream_id. by diannahu · 2 years, 3 months ago
  15. 077951a Change default path degrading delay to 4PTOs when PTO is enabled. by renjietang · 2 years, 3 months ago
  16. 77084d5 Minor cleanup of the QUIC-LB library. Take review comments from late in the process and apply them to earlier classes. by martinduke · 2 years, 3 months ago
  17. aac648c Internal change by QUICHE team · 2 years, 3 months ago
  18. bac0405 Relocate QUICHE files into quiche/ directory within the quiche repo, and change the relative include paths accordingly. by Bence Béky · 2 years, 3 months ago
  19. 5e7b6a1 Set the chrome_value to true for quic_allow_client_enabled_bbr_v2 to allow the flag to be deprecated. by ianswett · 2 years, 3 months ago
  20. 0b368e4 Rollback --gfe2_reloadable_flag_quic_set_burst_token as the GWS experiment completes. by haoyuewang · 2 years, 3 months ago
  21. fdb832e Disable test violating stringview [preconditions](https://timsong-cpp.github.io/cppwp/string.view.cons). by QUICHE team · 2 years, 3 months ago
  22. a7c9d07 Add SendAlgorithmInterface::HasGoodBandwidthEstimateForResumption() to be used to gauge if there is a good enough bandwidth estimate for bandwidth resumption. by haoyuewang · 2 years, 3 months ago
  23. b0a9bcc Simply SetRetransmissionAlarm by consolidating more of the changes from cl/381566145 and cl/314387174 into SetRetransmissionAlarm to ensure the logic is applied consistently. by fayang · 2 years, 3 months ago
  24. f9c571c QUIC-LB Decoder Class. Used by load balancers to manage configs and extract server IDs from connection IDs. by martinduke · 2 years, 3 months ago
  25. 7044891 Replace quiche_error_code_wrapper platform API with a virtual method on the writer. by vasilvv · 2 years, 3 months ago
  26. b454d36 Convert quiche_lower_case_string_impl.h over to the new-style #include path. by rch · 2 years, 3 months ago
  27. c4bdb00 In oghttp2, do not deliver OnWindowUpdate() for non-existent streams. by diannahu · 2 years, 3 months ago
  28. 011bd69 Replaces std::deque with quiche::QuicheCircularDeque in http2::PriorityWriteScheduler. by birenroy · 2 years, 3 months ago
  29. 8964fa8 Convert epoll_server platform impls over to the new-style #include path. by rch · 2 years, 3 months ago
  30. 606c5d9 Add oghttp2 and nghttp2 adapter tests for receiving a GOAWAY with active streams. by diannahu · 2 years, 3 months ago
  31. d5b9d62 Convert quiche_test.h and quiche_test_helpers.h over to the new-style #include path. by rch · 2 years, 3 months ago
  32. 29abf76 Adds a return value to Http2VisitorInterface::OnCloseStream(). by birenroy · 2 years, 3 months ago
  33. 7494b10 Convert quiche_command_line_flags_impl.h over to the new-style #include path. by rch · 2 years, 3 months ago
  34. 8277f61 New error code for QUIC packet/connection version mismatch by ericorth · 2 years, 3 months ago
  35. f3338a9 Limit HPACK encoder dynamic table size when using gQUIC. by bnc · 2 years, 3 months ago
  36. 925d64d Change QuicStopSendingFrame to an inlined quic frame. by wub · 2 years, 3 months ago
  37. c0b20c9 Remove unused |crypto_config_| variable by QUICHE team · 2 years, 3 months ago
  38. 8b71546 Address an out of bounds read/write in promised_streams_. This was identified by UBSAN while fuzzing by QUICHE team · 2 years, 3 months ago
  39. 458a7c3 QUIC-LB Encoder Class. After rethinking the design of this, ServerId and Config no longer have const elements. by martinduke · 2 years, 3 months ago
  40. e6efdf6 Remove redundant inline in a number of functions defined in classes. According to go/totw/125: by rch · 2 years, 3 months ago
  41. d1b253a Remove redundant inline in LoadBalancerServerId::data(). by rch · 2 years, 3 months ago
  42. 1c6d5f3 Change QuicBlockedFrame to an inlined quic frame. by wub · 2 years, 3 months ago
  43. 1c13759 Deprecate gfe2_reloadable_flag_quic_tls_use_token_in_session_cache. by fayang · 2 years, 3 months ago
  44. 0d4e448 Provide default implementation of quiche_iovec.h by vasilvv · 2 years, 3 months ago
  45. f8004ae Change QuicWindowUpdateFrame to an inlined quic frame. by wub · 2 years, 3 months ago
  46. 842266d Move QuicheHostnameUtils implementation out of the platform. by vasilvv · 2 years, 3 months ago
  47. e4703ec Provide a default implementation for quiche_server_stats.h. by vasilvv · 2 years, 3 months ago
  48. 17b130b Deprecate --gfe2_reloadable_flag_quic_add_cached_network_parameters_to_address_token2. by wub · 2 years, 3 months ago
  49. 6483803 Deprecate --quic_delay_sequencer_buffer_allocation_until_new_data by haoyuewang · 2 years, 3 months ago
  50. b4bd5ed Fix -Wunused-but-set-variable clang warning to unblock an upcoming crosstool release. by QUICHE team · 2 years, 3 months ago
  51. fdf95d7 Explicitly adds "host" to the set of accepted request headers, and allows "host" in place of ":authority". by birenroy · 2 years, 3 months ago
  52. d61b592 Allow NgHttp2Adapter to remove `sources_` map entries via CallbackVisitor. by diannahu · 2 years, 3 months ago
  53. 662bd8e Send connection close packet for QUIC_INVALID_VERSION, behind client_connection_option INVC. by fayang · 2 years, 3 months ago
  54. 8e518da Changed one assertion to use matchers instead of size and index check. by ramosalex · 2 years, 3 months ago
  55. 75f394c Make oghttp2 reject connection-specific headers during header validation. by diannahu · 2 years, 3 months ago
  56. dc5b8c0 Internal change by haoyuewang · 2 years, 3 months ago
  57. a7d8822 Automated g4 rollback of changelist 436769765. by fayang · 2 years, 3 months ago
  58. 3fcf300 Log QUIC_BUG if connection sends multiple connection closes. by fayang · 2 years, 3 months ago
  59. 8c9750c Fix oghttp2 to reject 204 responses with a body, even with no content-length header. by diannahu · 2 years, 3 months ago
  60. 3372475 Flush creator after MaybeCoalescePacketOfHigherSpace. This would allow connection to coalesce HANDSHAKE + 1-RTT packets while there is an INITIAL in the coalescer. by fayang · 2 years, 3 months ago
  61. 4353fe2 Deprecate --gfe2_reloadable_flag_quic_pass_path_response_to_validator. by danzh · 2 years, 3 months ago
  62. fb7065b Reporting ACK delay based on packet receipt time (rather than packet process time). by fayang · 2 years, 3 months ago
  63. 6a578ae On the server side, drop packets with changed server address silently. by fayang · 2 years, 3 months ago
  64. b030612 Automated g4 rollback of changelist 435790851. by rch · 2 years, 3 months ago
  65. 2a96c71 Deprecate --gfe2_reloadable_flag_quic_bbr_use_send_rate_in_max_ack_height_tracker. by wub · 2 years, 3 months ago
  66. 89f9f53 Downgrade a QUIC_LOG(ERROR) to QUIC_DLOG(ERROR) in TlsServerHandshaker. by wub · 2 years, 3 months ago
  67. 47453de Internal change by wub · 2 years, 3 months ago
  68. 2b0e9e8 Do not add extra padding when reserializing INITIAL packets. by wub · 2 years, 3 months ago
  69. 2ba3b68 Remove not-actually-a-platform-api quic_port_utils.h and use '0' instead of calling QuicPickServerPortForTestsOrDie() to return 0. by rch · 2 years, 3 months ago
  70. 4e4a71d Move quiche_iovec.h out of platform. by vasilvv · 2 years, 3 months ago
  71. 55c4afe Internal change by haoyuewang · 2 years, 3 months ago
  72. cd9d638 Replace "Http/2" with "HTTP" in the QUICHE README.md by rch · 2 years, 3 months ago
  73. 8247ae6 Provide default implementation for QuicheStreamBufferAllocator. by vasilvv · 2 years, 3 months ago
  74. e1e95c3 Move QUICHE_EXPORT_PRIVATE after the struct keyword. by vasilvv · 2 years, 3 months ago
  75. ee6897f Move (almost) all of quic/platform/impl to net/quic/platform_overrides. by bnc · 2 years, 3 months ago
  76. 644063f Avoid invoking ExtensionVisitorInterface::OnSetting() for known SETTINGS parameters. by diannahu · 2 years, 3 months ago
  77. 5f86c8c Internal change by birenroy · 2 years, 3 months ago
  78. dcae636 Add more debug logging for b/112480134. by fayang · 2 years, 3 months ago
  79. 8abef16 QUIC-LB Server Pool: used by load balancers to map server IDs to routing records. by martinduke · 2 years, 3 months ago
  80. a167717 Internal change by haoyuewang · 2 years, 3 months ago
  81. 63a99de Remove unnecessary "inline" by martinduke · 2 years, 3 months ago
  82. 0504fe4 Move structured headers to third_party so that the library can be used server side as well by QUICHE team · 2 years, 3 months ago
  83. 191a78a Makes Http2FrameDecoder a direct member of Http2DecoderAdapter, to avoid an unnecessary pointer dereference. by birenroy · 2 years, 3 months ago
  84. be5fdf8 Add test to verify RTT sample does not include queuing delay if ACK processing is postponed (because corresponding key is not available). by fayang · 2 years, 3 months ago
  85. 41a1bde Move QuicFakeEpollServer to platform_overrides. by bnc · 2 years, 3 months ago
  86. d11f364 Move quic_system_event_loop to quiche/common/platform/default. by bnc · 2 years, 3 months ago
  87. 91da990 Move quic_client_stats to quiche/common/platform/default. by bnc · 2 years, 3 months ago
  88. 98f41e6 Class that contains QUIC-LB configuration common to both servers and load balancers. by martinduke · 2 years, 3 months ago
  89. 826ba07 quic: update comment and initial capacity within HkdfExpandLabel() by QUICHE team · 2 years, 3 months ago
  90. d0d4d29 Swap QUIC_LOG to QUIC_DLOG. by QUICHE team · 2 years, 3 months ago
  91. 1b6abe0 Handle outbound SETTINGS_MAX_FRAME_SIZE in oghttp2. by diannahu · 2 years, 3 months ago
  92. 10f13fc Move QuicEpollClock to quic/core. by bnc · 2 years, 3 months ago
  93. 6da9537 Close QUIC connection if it fails to serialize a coalesced packet. by wub · 2 years, 3 months ago
  94. eb3f3df Deprecate quic_version_information flag by dschinazi · 2 years, 3 months ago
  95. ff6436c Remove Http2DecoderAdapter::Reset() and ResetInternal(). by diannahu · 2 years, 3 months ago
  96. dc412f3 Server ID object for QUIC-LB. Wraps an array of uint8_t with validation to make sure the length is correct. This will be used by other classes. by martinduke · 2 years, 3 months ago
  97. 17d79a6 Internal change by bnc · 2 years, 3 months ago
  98. 19f2590 Add Http2DecoderAdapter::SetMaxFrameSize(), currently unused. by QUICHE team · 2 years, 4 months ago
  99. 3120f8f Move mutex and testvalue from quic/platform/impl to quiche/common/platform/impl. by bnc · 2 years, 4 months ago
  100. 9386be8 Make http2/platform/api/http2_test_helpers.h depend on quiche platform api instead of impl. by bnc · 2 years, 4 months ago