]> git.ipfire.org Git - thirdparty/openssl.git/history - apps/lib/http_server.c
str[n]casecmp => OPENSSL_strncasecmp
[thirdparty/openssl.git] / apps / lib / http_server.c
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...