index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
demos
/
guide
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix warnings found by clang in CI
Neil Horman
2024-04-12
2
-2
/
+2
*
fix all the warnings in our demos and make them enableable
Neil Horman
2024-04-12
1
-2
/
+2
*
Convert demos to primary build system
Neil Horman
2024-04-12
1
-0
/
+31
*
augment quic demos to support ipv4/6 connections
Neil Horman
2023-11-21
5
-35
/
+87
*
demos: tidy up makefiles, fix warnings
James Muir
2023-11-15
1
-21
/
+23
*
Update the README with information about how to run the QUIC demos
Matt Caswell
2023-11-02
1
-0
/
+28
*
Update the QUIC demos to accept hostname/port on the command line
Matt Caswell
2023-11-02
3
-51
/
+90
*
Extend the README to describe how to run the TLS demos
Matt Caswell
2023-11-02
5
-1
/
+128
*
Amend the TLS demos to accept hostname/port as an argument
Matt Caswell
2023-11-02
2
-32
/
+54
*
Add a separate README for the guide demos
Matt Caswell
2023-10-30
1
-0
/
+15
*
quic: documentation and demo nits
James Muir
2023-10-25
3
-7
/
+9
*
Return NULL if we fail to create a BIO in the demos/quicserver
Matt Caswell
2023-09-08
5
-10
/
+19
*
Add a missing call to BIO_closesocket()
Matt Caswell
2023-09-08
3
-0
/
+3
*
Expand the explanation of how to go and do useful work in non-blocking
Matt Caswell
2023-09-08
3
-6
/
+31
*
Add a new guide page on writing a non-blocking QUIC client
Matt Caswell
2023-09-08
1
-8
/
+12
*
Add a QUIC non-blocking demo
Matt Caswell
2023-09-08
3
-3
/
+394
*
Add a TLS non-blocking demo
Matt Caswell
2023-09-08
2
-2
/
+344
*
Fix a bad merge in quic-multi-stream.c demo
Matt Caswell
2023-08-28
1
-1
/
+1
*
Update demos/tutorial to distinguish between stream and connection errors
Matt Caswell
2023-08-25
2
-12
/
+81
*
Add some additional comments to the demos
Matt Caswell
2023-08-25
2
-0
/
+4
*
Add a QUIC multi-stream client demo
Matt Caswell
2023-08-25
4
-4
/
+373
*
Update the desciption of shutdown in the QUIC client blocking tutorial
Matt Caswell
2023-08-25
1
-1
/
+3
*
QUIC: Rename SSL_set_initial_peer_addr to SSL_set1_initial_peer_addr
Hugo Landau
2023-08-24
1
-1
/
+1
*
Fix new typo found by codespell in demo
Dimitri Papadopoulos
2023-06-30
1
-2
/
+2
*
Add a non-blocking QUIC client demo
Matt Caswell
2023-06-28
3
-8
/
+308
*
Fix new typos found by codespell
Dimitri Papadopoulos
2023-06-18
1
-2
/
+2
*
Fix minor issues in the demo/man pages for TLS client/blocking
Matt Caswell
2023-06-14
1
-3
/
+1
*
Add a very simple blocking TLS client demo
Matt Caswell
2023-06-14
2
-0
/
+289