aboutsummaryrefslogtreecommitdiff
path: root/doh
AgeCommit message (Expand)Author
2024-05-09Update source for Rust 1.78.0Chris Wailes
2024-01-31[DON'T BLOCK] Test ownership migration rulesAditya Choudhary
2024-01-29Remove use of deprecated function with_min_levelJeff Vander Stoep
2023-07-24Add safety comments.Andrew Walbran
2023-07-05Revert "Revert "Injecting handshake relevant statistics into statsd.""Wayne Ma
2023-06-06DoH: Send pending data out right after handle a buffered DNS requestMike Yu
2023-06-02Change request for Rust v1.70.0Charisee
2023-04-26Use quiche 0.17.1Mike Yu
2023-02-21Test: Some comments and small fixes for PrivateDnsDohTestMike Yu
2023-02-21Make h3::Event::Reset log visible on userdebug buildsMike Yu
2023-02-21Test: Add a DoH test for RESET_STREAMMike Yu
2023-02-20Use base64 0.21.0Mike Yu
2023-02-03Merge "Revert "Injecting handshake relevant statistics into statsd.""Wayne Ma
2023-02-01Revert "Injecting handshake relevant statistics into statsd."Wayne Ma
2023-01-07Merge "Injecting handshake relevant statistics into statsd."Wayne Ma
2022-12-27Injecting handshake relevant statistics into statsd.Wayne Ma
2022-12-19Test: Make doh_unit_test boot_time::timeout_drift less flakyMike Yu
2022-12-07Use quiche 0.14.0Mike Yu
2022-09-15Change request for Rust v1.64.0Charisee
2022-08-26Move rust files together to create the library for fuzzer.kfcchen
2022-08-11Update source for Rust 1.63.0Chris Wailes
2022-06-27DoH: Support Early DataMike Yu
2022-05-18Upgrade some DoH logs from DEBUG to INFOMike Yu
2022-04-19Fix lints from Rust 1.60Chris Wailes
2022-03-09Make boot_time::timeout() timeout immediately when passing zero durationMike Yu
2022-02-23DoH: Don't call handle_draining() more than onceMike Yu
2022-02-23DoH: Use trace_id() in logging to differentiate between connectionsMike Yu
2022-02-23DoH: Handle connection draining stateMike Yu
2022-02-16DoH: Make session resumption as a flagMike Yu
2022-02-15Wrap up some DoH flagsMike Yu
2022-01-24DoH: Enable session resumptionMike Yu
2022-01-11DoH: Reduce DOH_THREADS from 2 to 1Mike Yu
2022-01-06DoH: Change to use runtime with current thread scheduler in doh_query()Mike Yu
2021-12-03DoH: Increase the size of Network mpsc channelMike Yu
2021-12-03DoH: Change Network to use try_sendMike Yu
2021-12-01Make max_idle_timeout configurableMike Yu
2021-11-11Add more debugging logs for DoHMike Yu
2021-11-11Merge "Shorten the value of max_idle_timeout"Mike Yu
2021-11-11Shorten the value of max_idle_timeoutMike Yu
2021-11-09DoH: Automatically reconnect closed connectionsMatthew Maurer
2021-11-09DoH: Modularize main event loopMatthew Maurer
2021-10-07DoH: Migrate C callback logic to ffi moduleMatthew Maurer
2021-10-07DoH: Factor out message encodingMatthew Maurer
2021-10-07DoH: Factor out Quiche Config CacheMatthew Maurer
2021-10-07DoH: Factor out BootTimeMatthew Maurer
2021-10-05DoH: Refactor FFIMatthew Maurer
2021-10-05DoH: Remove unneeded runtime trackingMatthew Maurer
2021-10-04DoH: Lock access to DohDispatcherMatthew Maurer
2021-10-04DoH: Split out FFI logic to separate moduleMatthew Maurer