summaryrefslogtreecommitdiffstats
path: root/demos/guide (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix warnings found by clang in CINeil Horman2024-04-122-2/+2
* fix all the warnings in our demos and make them enableableNeil Horman2024-04-121-2/+2
* Convert demos to primary build systemNeil Horman2024-04-121-0/+31
* augment quic demos to support ipv4/6 connectionsNeil Horman2023-11-215-35/+87
* demos: tidy up makefiles, fix warningsJames Muir2023-11-151-21/+23
* Update the README with information about how to run the QUIC demosMatt Caswell2023-11-021-0/+28
* Update the QUIC demos to accept hostname/port on the command lineMatt Caswell2023-11-023-51/+90
* Extend the README to describe how to run the TLS demosMatt Caswell2023-11-025-1/+128
* Amend the TLS demos to accept hostname/port as an argumentMatt Caswell2023-11-022-32/+54
* Add a separate README for the guide demosMatt Caswell2023-10-301-0/+15
* quic: documentation and demo nitsJames Muir2023-10-253-7/+9
* Return NULL if we fail to create a BIO in the demos/quicserverMatt Caswell2023-09-085-10/+19
* Add a missing call to BIO_closesocket()Matt Caswell2023-09-083-0/+3
* Expand the explanation of how to go and do useful work in non-blockingMatt Caswell2023-09-083-6/+31
* Add a new guide page on writing a non-blocking QUIC clientMatt Caswell2023-09-081-8/+12
* Add a QUIC non-blocking demoMatt Caswell2023-09-083-3/+394
* Add a TLS non-blocking demoMatt Caswell2023-09-082-2/+344
* Fix a bad merge in quic-multi-stream.c demoMatt Caswell2023-08-281-1/+1
* Update demos/tutorial to distinguish between stream and connection errorsMatt Caswell2023-08-252-12/+81
* Add some additional comments to the demosMatt Caswell2023-08-252-0/+4
* Add a QUIC multi-stream client demoMatt Caswell2023-08-254-4/+373
* Update the desciption of shutdown in the QUIC client blocking tutorialMatt Caswell2023-08-251-1/+3
* QUIC: Rename SSL_set_initial_peer_addr to SSL_set1_initial_peer_addrHugo Landau2023-08-241-1/+1
* Fix new typo found by codespell in demoDimitri Papadopoulos2023-06-301-2/+2
* Add a non-blocking QUIC client demoMatt Caswell2023-06-283-8/+308
* Fix new typos found by codespellDimitri Papadopoulos2023-06-181-2/+2
* Fix minor issues in the demo/man pages for TLS client/blockingMatt Caswell2023-06-141-3/+1
* Add a very simple blocking TLS client demoMatt Caswell2023-06-142-0/+289