summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)Author
2024-09-24examples: convert tlsclient-mioJoe Birr-Pixton
2024-09-24examples: convert server_acceptor to clapJoe Birr-Pixton
2024-09-24examples: convert ech-client to clapJoe Birr-Pixton
2024-09-21misc: small refactors (#2130)liujustin604
2024-09-20examples: clarify types in server exampleDirkjan Ochtman
2024-09-20examples: convert tlsserver-mio from docopt to clapDirkjan Ochtman
2024-09-11examples: add simple_0rtt_servertahmid-23
2024-09-11examples/simple_0rtt_client: allow connection with arbitrary endpoints/catahmid-23
2024-09-11examples/tlsserver-mio: process received early data if it is presenttahmid-23
2024-08-26chore: remove trailing spaces@brodycj - C. Jonathan Brody
2024-07-30Additional CLI argument for early dataLeonie Theobald
2024-07-30Offer CLI argument to disable session resumptionLeonie Theobald
2024-06-27examples Fix minor typo (ciper -> cipher)Bheesham Persaud
2024-06-24unbuffered*-client: attempt to fix flickerynessJoe Birr-Pixton
2024-06-24unbuffered*-client: address windows stack exhaustion?Joe Birr-Pixton
2024-06-19Use port-prefix naming to lookup the correct ECHConfigRaghu Saxena
2024-06-18docs: add ech-client.rs to examples/README.mdDaniel McCarney
2024-06-18Use normal brackets to avoid docopt literal defaultRaghu Saxena
2024-06-16deps: use hickory-resolver alpha releaseDaniel McCarney
2024-06-16Revert "deps: use patched trust-dns 0.22"Daniel McCarney
2024-06-13examples: add ech-client usage example to --helpDaniel McCarney
2024-06-13examples: fix ech-client example invocationDaniel McCarney
2024-06-13examples: avoid ech-client bare printlnDaniel McCarney
2024-06-12deps: use patched trust-dns 0.22Daniel McCarney
2024-06-12examples: enhance ech-clientDaniel McCarney
2024-06-12ech: support client GREASE ECHDaniel McCarney
2024-06-12ech: initial client side support (minus GREASE)Daniel McCarney
2024-06-03unbuffered examples: avoid clippy lintJoseph Birr-Pixton
2024-04-09deps: rcgen 0.12 -> 0.13Daniel McCarney
2024-03-22examples: fix server acceptor alert write behaviourDaniel McCarney
2024-03-13Add example clientJoseph Birr-Pixton
2024-03-01Format imports with `cargo +nightly fmt-unstable`v/0.23.1Joseph Birr-Pixton
2024-02-27tlsserver-mio: fix new nightly warningJoseph Birr-Pixton
2024-02-27examples: have server_acceptor write accept alertsDaniel McCarney
2024-02-15examples: ignore interrupted syscalls for mio pollDaniel McCarney
2024-02-12Change crate default provider to aws-lc-rsJoseph Birr-Pixton
2024-02-12examples: take provider references through aliasJoseph Birr-Pixton
2024-01-23Add note about env_logger 0.11 upgradeDirkjan Ochtman
2024-01-18examples: minor optimization for mio client NoCertificateVerificationDaniel McCarney
2024-01-08examples: unbuffered-server: skip argv[0]Benjamin Jurk
2024-01-08examples: simpleserver: skip argv[0] & update doc commentBenjamin Jurk
2024-01-04examples: use CLI args vs env vars in simpleserverDaniel McCarney
2024-01-04examples: use CLI args vs env vars in unbuff-serverDaniel McCarney
2024-01-04examples: move consts to bottom in unbuff-serverDaniel McCarney
2024-01-04examples: move consts to bottom in unbuff-clientDaniel McCarney
2024-01-04examples: move consts to bottom in unbuff-async-clientDaniel McCarney
2024-01-04examples: top-level doc comment for unbuffered-async-clientDaniel McCarney
2024-01-04examples: top-level doc comment for unbuffered-serverDaniel McCarney
2024-01-03docs: add README for examplesDaniel McCarney
2024-01-03examples: add a simple server exampleDaniel McCarney