aboutsummaryrefslogtreecommitdiffstats
path: root/utils/rspamd_http_server.c
Commit message (Collapse)AuthorAgeFilesLines
* [Rework] Further types conversion (no functional changes)Vsevolod Stakhov2024-03-181-17/+17
|
* [Rework] Use clang-format to unify formatting in all sourcesVsevolod Stakhov2023-07-261-120/+114
| | | | No meaningful changes.
* [Minor] Plug some leaks on error pathsVsevolod Stakhov2021-09-181-0/+1
| | | | Found by: coverity scan
* [Minor] Fix exit codes usage to POSIX portable EXIT_FAILUREVsevolod Stakhov2021-08-291-1/+1
|
* [Rework] Further project structure reorganisationVsevolod Stakhov2020-02-111-2/+0
|
* [Project] First refactoring step libevent->libevVsevolod Stakhov2019-06-221-5/+5
|
* [Minor] Fix internal utilsVsevolod Stakhov2017-06-271-1/+1
|
* [Feature] Implement SSL support in http clientVsevolod Stakhov2016-06-131-2/+7
|
* [Rework] Finish rework for the rest of places that use HTTPVsevolod Stakhov2016-06-101-4/+9
|
* [Feature] Add protection against open files limit and accepting socketsVsevolod Stakhov2016-06-091-1/+1
|
* Fix some more issues found by coverityVsevolod Stakhov2016-02-221-2/+2
|
* Fix benchmarksVsevolod Stakhov2016-02-061-13/+6
|
* Switch the rest to apache 2Vsevolod Stakhov2016-02-041-21/+12
|
* Add CSV output for http-benchVsevolod Stakhov2015-10-211-1/+1
|
* Allow static key for a serverVsevolod Stakhov2015-10-211-4/+17
|
* Rework benchmark to processes from threadsVsevolod Stakhov2015-10-201-2/+0
|
* Implement batch accept in server.Vsevolod Stakhov2015-10-201-19/+24
|
* Implement benchmark.Vsevolod Stakhov2015-10-201-1/+3
|
* Fix benchmarking serverVsevolod Stakhov2015-10-201-4/+10
|
* Add a simple http server for benchmarksVsevolod Stakhov2015-10-201-0/+289