summaryrefslogtreecommitdiffstats
path: root/demos/guide
AgeCommit message (Expand)Author
2024-04-12Fix warnings found by clang in CINeil Horman
2024-04-12fix all the warnings in our demos and make them enableableNeil Horman
2024-04-12Convert demos to primary build systemNeil Horman
2023-11-21augment quic demos to support ipv4/6 connectionsNeil Horman
2023-11-15demos: tidy up makefiles, fix warningsJames Muir
2023-11-02Update the README with information about how to run the QUIC demosMatt Caswell
2023-11-02Update the QUIC demos to accept hostname/port on the command lineMatt Caswell
2023-11-02Extend the README to describe how to run the TLS demosMatt Caswell
2023-11-02Amend the TLS demos to accept hostname/port as an argumentMatt Caswell
2023-10-30Add a separate README for the guide demosMatt Caswell
2023-10-25quic: documentation and demo nitsJames Muir
2023-09-08Return NULL if we fail to create a BIO in the demos/quicserverMatt Caswell
2023-09-08Add a missing call to BIO_closesocket()Matt Caswell
2023-09-08Expand the explanation of how to go and do useful work in non-blockingMatt Caswell
2023-09-08Add a new guide page on writing a non-blocking QUIC clientMatt Caswell
2023-09-08Add a QUIC non-blocking demoMatt Caswell
2023-09-08Add a TLS non-blocking demoMatt Caswell
2023-08-28Fix a bad merge in quic-multi-stream.c demoMatt Caswell
2023-08-25Update demos/tutorial to distinguish between stream and connection errorsMatt Caswell
2023-08-25Add some additional comments to the demosMatt Caswell
2023-08-25Add a QUIC multi-stream client demoMatt Caswell
2023-08-25Update the desciption of shutdown in the QUIC client blocking tutorialMatt Caswell
2023-08-24QUIC: Rename SSL_set_initial_peer_addr to SSL_set1_initial_peer_addrHugo Landau
2023-07-01Fix new typo found by codespell in demoDimitri Papadopoulos
2023-06-28Add a non-blocking QUIC client demoMatt Caswell
2023-06-18Fix new typos found by codespellDimitri Papadopoulos
2023-06-14Fix minor issues in the demo/man pages for TLS client/blockingMatt Caswell
2023-06-14Add a very simple blocking TLS client demoMatt Caswell