summaryrefslogtreecommitdiffstats
path: root/src/libserver/http/http_connection.c
Commit message (Expand)AuthorAgeFilesLines
* [Rework] Allow more flexible keypair encodingvstakhov-keypair-encodingVsevolod Stakhov2024-09-211-2/+4
* [Project] Remove NIST mode from everywhereVsevolod Stakhov2024-08-091-173/+158
* [Rework] Further types conversion (no functional changes)Vsevolod Stakhov2024-03-181-79/+79
* [Rework] Use clang-format to unify formatting in all sourcesVsevolod Stakhov2023-07-261-1017/+1009
* [Minor] Add port to the `Host` header if using non-standard portsVsevolod Stakhov2022-11-191-3/+54
* [Minor] Get rid of some compiler warningsVsevolod Stakhov2022-11-041-4/+0
* Spelling (#4086)Josh Soref2022-02-221-1/+1
* [Fix] Fix HTTP(s) client timeoutVsevolod Stakhov2022-01-051-41/+47
* [Minor] Fix ssl connection reuseVsevolod Stakhov2021-12-091-7/+7
* [Rework] Allow to restore SSL handlers after keepalive poolingVsevolod Stakhov2021-12-081-0/+11
* [Rework] Rework SSL flag operationsVsevolod Stakhov2021-12-081-14/+32
* [Rework] Include SSL flag into keepalive hashVsevolod Stakhov2021-12-081-2/+2
* [Minor] Try to fix keepalive for SSL connectionsVsevolod Stakhov2021-12-071-21/+18
* [Fix] Do not double call error handler on ssl errors in the timeout pathVsevolod Stakhov2021-11-181-5/+7
* [Minor] Fix formattingVsevolod Stakhov2021-08-121-1/+1
* [Fix] Fix brain-damaged behaviour when http request has a custom Host headerVsevolod Stakhov2021-08-111-23/+50
* [Minor] Make HTTP reply codes more consistent with the standardVsevolod Stakhov2021-03-081-12/+19
* [Minor] Allow to pass socket's ownership to http connection objectVsevolod Stakhov2020-05-071-0/+8
* [Feature] Add multiple base32 alphabets for decodingVsevolod Stakhov2020-04-091-1/+1
* [Rework] Further project structure reorganisationVsevolod Stakhov2020-02-111-0/+2534