- f9c571c QUIC-LB Decoder Class. Used by load balancers to manage configs and extract server IDs from connection IDs. by martinduke · 3 years, 3 months ago
- 7044891 Replace quiche_error_code_wrapper platform API with a virtual method on the writer. by vasilvv · 3 years, 3 months ago
- b454d36 Convert quiche_lower_case_string_impl.h over to the new-style #include path. by rch · 3 years, 3 months ago
- c4bdb00 In oghttp2, do not deliver OnWindowUpdate() for non-existent streams. by diannahu · 3 years, 3 months ago
- 011bd69 Replaces std::deque with quiche::QuicheCircularDeque in http2::PriorityWriteScheduler. by birenroy · 3 years, 3 months ago
- 8964fa8 Convert epoll_server platform impls over to the new-style #include path. by rch · 3 years, 3 months ago
- 606c5d9 Add oghttp2 and nghttp2 adapter tests for receiving a GOAWAY with active streams. by diannahu · 3 years, 3 months ago
- d5b9d62 Convert quiche_test.h and quiche_test_helpers.h over to the new-style #include path. by rch · 3 years, 3 months ago
- 29abf76 Adds a return value to Http2VisitorInterface::OnCloseStream(). by birenroy · 3 years, 3 months ago
- 7494b10 Convert quiche_command_line_flags_impl.h over to the new-style #include path. by rch · 3 years, 3 months ago
- 8277f61 New error code for QUIC packet/connection version mismatch by ericorth · 3 years, 3 months ago
- f3338a9 Limit HPACK encoder dynamic table size when using gQUIC. by bnc · 3 years, 3 months ago
- 925d64d Change QuicStopSendingFrame to an inlined quic frame. by wub · 3 years, 3 months ago
- c0b20c9 Remove unused |crypto_config_| variable by QUICHE team · 3 years, 3 months ago
- 8b71546 Address an out of bounds read/write in promised_streams_. This was identified by UBSAN while fuzzing by QUICHE team · 3 years, 4 months ago
- 458a7c3 QUIC-LB Encoder Class. After rethinking the design of this, ServerId and Config no longer have const elements. by martinduke · 3 years, 4 months ago
- e6efdf6 Remove redundant inline in a number of functions defined in classes. According to go/totw/125: by rch · 3 years, 4 months ago
- d1b253a Remove redundant inline in LoadBalancerServerId::data(). by rch · 3 years, 4 months ago
- 1c6d5f3 Change QuicBlockedFrame to an inlined quic frame. by wub · 3 years, 4 months ago
- 1c13759 Deprecate gfe2_reloadable_flag_quic_tls_use_token_in_session_cache. by fayang · 3 years, 4 months ago
- 0d4e448 Provide default implementation of quiche_iovec.h by vasilvv · 3 years, 4 months ago
- f8004ae Change QuicWindowUpdateFrame to an inlined quic frame. by wub · 3 years, 4 months ago
- 842266d Move QuicheHostnameUtils implementation out of the platform. by vasilvv · 3 years, 4 months ago
- e4703ec Provide a default implementation for quiche_server_stats.h. by vasilvv · 3 years, 4 months ago
- 17b130b Deprecate --gfe2_reloadable_flag_quic_add_cached_network_parameters_to_address_token2. by wub · 3 years, 4 months ago
- 6483803 Deprecate --quic_delay_sequencer_buffer_allocation_until_new_data by haoyuewang · 3 years, 4 months ago
- b4bd5ed Fix -Wunused-but-set-variable clang warning to unblock an upcoming crosstool release. by QUICHE team · 3 years, 4 months ago
- fdf95d7 Explicitly adds "host" to the set of accepted request headers, and allows "host" in place of ":authority". by birenroy · 3 years, 4 months ago
- d61b592 Allow NgHttp2Adapter to remove `sources_` map entries via CallbackVisitor. by diannahu · 3 years, 4 months ago
- 662bd8e Send connection close packet for QUIC_INVALID_VERSION, behind client_connection_option INVC. by fayang · 3 years, 4 months ago
- 8e518da Changed one assertion to use matchers instead of size and index check. by ramosalex · 3 years, 4 months ago
- 75f394c Make oghttp2 reject connection-specific headers during header validation. by diannahu · 3 years, 4 months ago
- dc5b8c0 Internal change by haoyuewang · 3 years, 4 months ago
- a7d8822 Automated g4 rollback of changelist 436769765. by fayang · 3 years, 4 months ago
- 3fcf300 Log QUIC_BUG if connection sends multiple connection closes. by fayang · 3 years, 4 months ago
- 8c9750c Fix oghttp2 to reject 204 responses with a body, even with no content-length header. by diannahu · 3 years, 4 months ago
- 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 · 3 years, 4 months ago
- 4353fe2 Deprecate --gfe2_reloadable_flag_quic_pass_path_response_to_validator. by danzh · 3 years, 4 months ago
- fb7065b Reporting ACK delay based on packet receipt time (rather than packet process time). by fayang · 3 years, 4 months ago
- 6a578ae On the server side, drop packets with changed server address silently. by fayang · 3 years, 4 months ago
- b030612 Automated g4 rollback of changelist 435790851. by rch · 3 years, 4 months ago
- 2a96c71 Deprecate --gfe2_reloadable_flag_quic_bbr_use_send_rate_in_max_ack_height_tracker. by wub · 3 years, 4 months ago
- 89f9f53 Downgrade a QUIC_LOG(ERROR) to QUIC_DLOG(ERROR) in TlsServerHandshaker. by wub · 3 years, 4 months ago
- 47453de Internal change by wub · 3 years, 4 months ago
- 2b0e9e8 Do not add extra padding when reserializing INITIAL packets. by wub · 3 years, 4 months ago
- 2ba3b68 Remove not-actually-a-platform-api quic_port_utils.h and use '0' instead of calling QuicPickServerPortForTestsOrDie() to return 0. by rch · 3 years, 4 months ago
- 4e4a71d Move quiche_iovec.h out of platform. by vasilvv · 3 years, 4 months ago
- 55c4afe Internal change by haoyuewang · 3 years, 4 months ago
- cd9d638 Replace "Http/2" with "HTTP" in the QUICHE README.md by rch · 3 years, 4 months ago
- 8247ae6 Provide default implementation for QuicheStreamBufferAllocator. by vasilvv · 3 years, 4 months ago
- e1e95c3 Move QUICHE_EXPORT_PRIVATE after the struct keyword. by vasilvv · 3 years, 4 months ago
- ee6897f Move (almost) all of quic/platform/impl to net/quic/platform_overrides. by bnc · 3 years, 4 months ago
- 644063f Avoid invoking ExtensionVisitorInterface::OnSetting() for known SETTINGS parameters. by diannahu · 3 years, 4 months ago
- 5f86c8c Internal change by birenroy · 3 years, 4 months ago
- dcae636 Add more debug logging for b/112480134. by fayang · 3 years, 4 months ago
- 8abef16 QUIC-LB Server Pool: used by load balancers to map server IDs to routing records. by martinduke · 3 years, 4 months ago
- a167717 Internal change by haoyuewang · 3 years, 4 months ago
- 63a99de Remove unnecessary "inline" by martinduke · 3 years, 4 months ago
- 0504fe4 Move structured headers to third_party so that the library can be used server side as well by QUICHE team · 3 years, 4 months ago
- 191a78a Makes Http2FrameDecoder a direct member of Http2DecoderAdapter, to avoid an unnecessary pointer dereference. by birenroy · 3 years, 4 months ago
- 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 · 3 years, 4 months ago
- 41a1bde Move QuicFakeEpollServer to platform_overrides. by bnc · 3 years, 4 months ago
- d11f364 Move quic_system_event_loop to quiche/common/platform/default. by bnc · 3 years, 4 months ago
- 91da990 Move quic_client_stats to quiche/common/platform/default. by bnc · 3 years, 4 months ago
- 98f41e6 Class that contains QUIC-LB configuration common to both servers and load balancers. by martinduke · 3 years, 4 months ago
- 826ba07 quic: update comment and initial capacity within HkdfExpandLabel() by QUICHE team · 3 years, 4 months ago
- d0d4d29 Swap QUIC_LOG to QUIC_DLOG. by QUICHE team · 3 years, 4 months ago
- 1b6abe0 Handle outbound SETTINGS_MAX_FRAME_SIZE in oghttp2. by diannahu · 3 years, 4 months ago
- 10f13fc Move QuicEpollClock to quic/core. by bnc · 3 years, 4 months ago
- 6da9537 Close QUIC connection if it fails to serialize a coalesced packet. by wub · 3 years, 4 months ago
- eb3f3df Deprecate quic_version_information flag by dschinazi · 3 years, 4 months ago
- ff6436c Remove Http2DecoderAdapter::Reset() and ResetInternal(). by diannahu · 3 years, 4 months ago
- 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 · 3 years, 4 months ago
- 17d79a6 Internal change by bnc · 3 years, 4 months ago
- 19f2590 Add Http2DecoderAdapter::SetMaxFrameSize(), currently unused. by QUICHE team · 3 years, 4 months ago
- 3120f8f Move mutex and testvalue from quic/platform/impl to quiche/common/platform/impl. by bnc · 3 years, 4 months ago
- 9386be8 Make http2/platform/api/http2_test_helpers.h depend on quiche platform api instead of impl. by bnc · 3 years, 4 months ago
- 7eb7855 Ensures proper queuing of requests when too many are in flight. by QUICHE team · 3 years, 4 months ago
- fdbf7de Remove QuicSleep from platform. by bnc · 3 years, 4 months ago
- 81736f0 Add a missing case in SerializedPacketFateToString for DISCARD. by wub · 3 years, 4 months ago
- 3f80676 Add some missing includes. by bnc · 3 years, 4 months ago
- 78ebb81 Move quic_iovec.h into QUICHE platform. by vasilvv · 3 years, 4 months ago
- 2410a81 Add testing for connection window flow control violations. by QUICHE team · 3 years, 4 months ago
- 40fb718 Migrates a QUICHE_BUG to a QUICHE_LOG(ERROR). by QUICHE team · 3 years, 4 months ago
- 93dc718 Unit tests for QuicBufferedPacketStore::IngestPacketForTlsChloExtraction by QUICHE team · 3 years, 4 months ago
- c97a4d2 Provide default implementation of QuicheReferenceCounted. by vasilvv · 3 years, 4 months ago
- 0037905 Internal change by fayang · 3 years, 4 months ago
- 63db51d Merge http2/platform/impl/http2_test_helpers_impl.h into quiche/common/platform/impl/quiche_test_helpers_impl.h. by bnc · 3 years, 4 months ago
- c697d46 Merge quic_test_impl into quiche_test_impl. by bnc · 3 years, 4 months ago
- c3189a0 Move QuicReferenceCounted into QUICHE and rename it into QuicheReferenceCounted. by vasilvv · 3 years, 4 months ago
- 47549e0 Pass span by value to QuicConnectionId() by martinduke · 3 years, 4 months ago
- 7e41d5c Automated g4 rollback of changelist 433064452. by fayang · 3 years, 4 months ago
- 3cfa582 Delete redundant brackets. by renjietang · 3 years, 4 months ago
- 26bf140 Deprecate gfe2_reloadable_flag_quic_donot_check_amplification_limit_with_pending_timer_credit. by fayang · 3 years, 4 months ago
- 205da32 Deprecate gfe2_reloadable_flag_quic_reset_per_packet_state_for_undecryptable_packets. by fayang · 3 years, 4 months ago
- 01858f9 Deprecate --gfe2_reloadable_flag_quic_limit_encoder_stream_buffering. by bnc · 3 years, 4 months ago
- a0bc368 Deprecate gfe2_reloadable_flag_quic_accept_empty_crypto_frame. by fayang · 3 years, 4 months ago
- 0770879 Internal change by bnc · 3 years, 4 months ago
- f61d2bf Add a convenient contstructor to QuicConnectionId that accepts a Span. QUIC-LB has many tests that write specific connection IDs, and a constructor that accepts array literals is way less cumbersome. by martinduke · 3 years, 4 months ago
- f689f77 Add a configuration option for a custom WINDOW_UPDATE strategy in OgHttp2Session. by QUICHE team · 3 years, 4 months ago