summaryrefslogtreecommitdiffstats
path: root/apps/lib/http_server.c
AgeCommit message (Expand)Author
2024-04-24Remove all references to FLOSS for NonStop Builds.Randall S. Becker
2024-04-04Diverse small VMS build fixupsRichard Levitte
2023-09-08BIO_set_accept_name(): To accept from any interface, use *Richard Levitte
2023-09-07Copyright year updatesMatt Caswell
2023-08-15http_server.c: allow clients to connect with IPv6Dr. David von Oheimb
2023-03-25apps/lib/http_server.c: improve diagnostics, e.g., on port number already in useDr. David von Oheimb
2023-01-24Fix windows buildsFdaSilvaYY
2022-10-06Rename ossl_sleep calls to OSSL_sleep everywhereRichard Levitte
2022-09-07apps/lib/http_server.{c,h}: clean up logging and move it to log.{c,h}Dr. David von Oheimb
2022-09-07apps/ocsp.c etc.: rename 'multi' to 'n_responders' for clarityDr. David von Oheimb
2022-09-07APPS HTTP server: trace requests and responses when enabledDr. David von Oheimb
2022-05-03Update copyright yearMatt Caswell
2022-04-22str[n]casecmp => OPENSSL_strncasecmpDmitry Belyavskiy
2021-11-22Fix HTTP server port output and allow dynamic verbosity settingDr. David von Oheimb
2021-11-17Add and use HAS_PREFIX() and CHECK_AND_SKIP_PREFIX() for checking if string h...Dr. David von Oheimb
2021-06-0980-test_cmp_http.t: Improve the way the test server is launched and killedDr. David von Oheimb
2021-06-02apps: remove TODOsPauli
2021-05-20Update copyright yearMatt Caswell
2021-05-18Move ossl_sleep() to e_os.h and use it in appsDr. David von Oheimb
2021-05-18apps: use else if when checking for headers in the http server codePauli
2021-05-18apps: clean up the http server codePauli
2021-05-16APPS: Make the cmp Mock server output the accept address and portRichard Levitte
2021-05-14HTTP: Implement persistent connections (keep-alive)Dr. David von Oheimb
2021-05-14HTTP test server: Improve connection management and loggingDr. David von Oheimb
2020-11-26Fix no-posix-ioMatt Caswell
2020-09-12NonStop port updates for 3.0.0.Randall S. Becker
2020-06-17coverity 1464213: API usage errors (PRINTF_ARGS)Pauli
2020-06-13Add request URL path checking and status responses to HTTP serverDr. David von Oheimb
2020-05-13Fix FreeBSD build with --strict-warningsBenjamin Kaduk
2020-05-09Extract HTTP server code from apps/ocsp.c to apps/lib/http_server.cDr. David von Oheimb