Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rework example C test code #497

Merged
merged 23 commits into from
Dec 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
9394d47
tests: use typedef consistently
cpu Nov 29, 2024
a6eadba
tests: fix handling of socket errors
cpu Nov 29, 2024
6ff168f
tests: remove unused bzero win32 macro
cpu Nov 29, 2024
0a492a9
tests: prefer C99 empty struct initialization
cpu Nov 29, 2024
cbdb72a
tests: clearly separate rustls_result from demo_result
cpu Nov 29, 2024
e5dd690
tests: use LOG, LOG_SIMPLE, and print_error more
cpu Nov 29, 2024
340e60a
tests: misc tidying/constifying of common
cpu Nov 29, 2024
534d5e2
tests: misc tidying/constifying of client
cpu Nov 29, 2024
203af19
tests: simplify EWOULDBLOCK check
cpu Nov 29, 2024
4eff70e
tests: misc tidying/constifying of server
cpu Nov 29, 2024
29fe32a
tests: fixup server rustls_results/demo_result
cpu Nov 29, 2024
c18c776
tests: fix cast for ALPN data print
cpu Nov 29, 2024
2e61e2f
tests: share do_read() between client/server
cpu Nov 29, 2024
945668b
tests: lift up helper for logging conn info
cpu Nov 29, 2024
d744662
tests: collapse peer_addr_size decl/init
cpu Nov 29, 2024
9bc64db
tests: tidy arg handling, let client make n reqs
cpu Nov 29, 2024
7084c06
tests: no log for copy_plaintext_to_buffer ret. 0
cpu Nov 29, 2024
49e989e
tests: uses rustls_io_result for write_tls return
cpu Nov 29, 2024
270aee6
tests: adjust logging for tls writes
cpu Nov 29, 2024
d0af1a6
tests: client/server rewrites
cpu Nov 29, 2024
414acde
tests: remove unused get_first_header_value
cpu Dec 9, 2024
a3279bc
tests: remove unused write_all header def
cpu Dec 9, 2024
d3c8797
tests: move server specific code out of common
cpu Dec 9, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Loading