http_server.c: allow clients to connect with IPv6
[openssl.git] / apps / lib / http_server.c
2023-08-15 Dr. David von Oheimbhttp_server.c: allow clients to connect with IPv6
2023-03-25 Dr. David von Oheimbapps/lib/http_server.c: improve diagnostics, e.g.,...
2023-01-24 FdaSilvaYYFix windows builds
2022-10-06 Richard LevitteRename ossl_sleep calls to OSSL_sleep everywhere
2022-09-07 Dr. David von Oheimbapps/lib/http_server.{c,h}: clean up logging and move...
2022-09-07 Dr. David von Oheimbapps/ocsp.c etc.: rename 'multi' to 'n_responders'...
2022-09-07 Dr. David von OheimbAPPS HTTP server: trace requests and responses when...
2022-05-03 Matt CaswellUpdate copyright year
2022-04-22 Dmitry Belyavskiystr[n]casecmp => OPENSSL_strncasecmp
2021-11-22 Dr. David von OheimbFix HTTP server port output and allow dynamic verbosity...
2021-11-17 Dr. David von OheimbAdd and use HAS_PREFIX() and CHECK_AND_SKIP_PREFIX...
2021-06-09 Dr. David von Oheimb80-test_cmp_http.t: Improve the way the test server...
2021-06-02 Pauliapps: remove TODOs
2021-05-20 Matt CaswellUpdate copyright year
2021-05-18 Dr. David von OheimbMove ossl_sleep() to e_os.h and use it in apps
2021-05-18 Pauliapps: use else if when checking for headers in the...
2021-05-18 Pauliapps: clean up the http server code
2021-05-16 Richard LevitteAPPS: Make the cmp Mock server output the accept addres...
2021-05-14 Dr. David von OheimbHTTP: Implement persistent connections (keep-alive)
2021-05-14 Dr. David von OheimbHTTP test server: Improve connection management and...
2020-11-26 Matt CaswellFix no-posix-io
2020-09-12 Randall S. BeckerNonStop port updates for 3.0.0.
2020-06-17 Paulicoverity 1464213: API usage errors (PRINTF_ARGS)
2020-06-13 Dr. David von OheimbAdd request URL path checking and status responses...
2020-05-13 Benjamin KadukFix FreeBSD build with --strict-warnings
2020-05-09 Dr. David von OheimbExtract HTTP server code from apps/ocsp.c to apps/lib...