26 Commits
Author SHA1 Message Date
cozis 7f0c638b62 Don't assert that requests have a host header 2025-12-18 10:37:28 +01:00
cozis 1f9411119a Add request timeouts 2025-12-12 22:36:27 +01:00
cozis 04deae62d6 Replace http_/HTTP_ prefixes with chttp_/CHTTP_ 2025-12-09 12:12:21 +01:00
cozis db030b3834 Add missing OpenSSL include 2025-12-09 08:57:39 +01:00
cozis 954bcb7e3e Add option for HTTPS clients to not verify the peer's certificate 2025-11-29 19:56:09 +01:00
cozis b87a78a023 Add proxy example (draft) 2025-11-27 00:32:12 +01:00
cozis c4c41653f4 Add error codes 2025-11-26 22:38:37 +01:00
cozis aa158980f5 Set expected certificate hostname when connecting to an HTTPS server 2025-11-23 23:54:10 +01:00
cozis 54c02827be Bug fixes 2025-11-21 21:10:54 +01:00
cozis aab1b8e7b8 Fix more compilation errors 2025-11-21 15:12:32 +01:00
cozis 879dc74e34 First version of the refactor 2025-11-21 12:53:03 +01:00
cozis 17ad7ad383 Add http_match_host and update 060_virtual_hosts_over_https.c 2025-10-17 12:10:35 +02:00
cozis e26042e2e7 Allowing switching HTTPS builds on/off using the HTTPS Makefile parameter 2025-10-17 11:36:23 +02:00
cozis 13c578d347 Remove router 2025-10-17 10:50:49 +02:00
cozis b985a5faae Add HTTP_NOINCLUDE option 2025-09-23 09:36:40 +02:00
cozis a63e68f969 Add support for Transfer-Encoding 2025-07-28 16:32:31 +02:00
cozis 038df69372 Update README 2025-07-22 11:45:24 +02:00
cozis ecf5bedc43 Update README and move files to misc/ 2025-07-22 11:30:47 +02:00
cozis acf4746611 Simplify amalgamation script 2025-07-21 02:21:33 +02:00
cozis c3bfb86707 Fix compiler errors 2025-07-20 23:53:23 +02:00
cozis 3201eac013 Fix compiler errors 2025-07-20 21:19:58 +02:00
cozis dba15c946e Rename http.c/.h to chttp.c/.h and improve amalgamation formatting 2025-07-20 18:33:51 +02:00
cozis 51cae898f8 Rewrite 2025-07-20 16:46:08 +02:00
cozis 24736bc780 Full rewrite 2025-05-07 23:57:07 +02:00
cozis 82ef7ee170 Improve testing program 2025-04-24 22:00:30 +02:00
cozis a4aafb1ee8 Improved documentation and fixed bugs 2025-04-19 16:32:45 +02:00