aboutsummaryrefslogtreecommitdiffstats
path: root/utils/rspamd_http_bench.c
Commit message (Collapse)AuthorAgeFilesLines
* [Rework] Further types conversion (no functional changes)Vsevolod Stakhov2024-03-181-27/+27
|
* [Rework] Remove some of the GLib types in lieu of standard onesVsevolod Stakhov2024-03-181-9/+9
| | | | This types have constant conflicts with the system ones especially on OSX.
* [Rework] Use clang-format to unify formatting in all sourcesVsevolod Stakhov2023-07-261-172/+168
| | | | No meaningful changes.
* [Minor] Fix exit codes usage to POSIX portable EXIT_FAILUREVsevolod Stakhov2021-08-291-1/+1
|
* [Project] First refactoring step libevent->libevVsevolod Stakhov2019-06-221-4/+4
|
* [Feature] Implement SSL support in http clientVsevolod Stakhov2016-06-131-3/+7
|
* [Rework] Finish rework for the rest of places that use HTTPVsevolod Stakhov2016-06-101-1/+2
|
* Fix some more issues found by coverityVsevolod Stakhov2016-02-221-3/+3
|
* Fix benchmarksVsevolod Stakhov2016-02-061-10/+10
|
* Switch the rest to apache 2Vsevolod Stakhov2016-02-041-21/+12
|
* Fix csv issues.Vsevolod Stakhov2015-10-211-7/+8
|
* Add CSV output for http-benchVsevolod Stakhov2015-10-211-11/+30
|
* Fix multiple sigchld processingVsevolod Stakhov2015-10-201-4/+4
|
* Rework test framework to use timeout instead of tests numberVsevolod Stakhov2015-10-201-48/+81
|
* Allow writing latencies to a separate fileVsevolod Stakhov2015-10-201-0/+18
|
* Fix variable in command line optionsVsevolod Stakhov2015-10-201-1/+1
|
* Rework benchmark to processes from threadsVsevolod Stakhov2015-10-201-54/+109
|
* Implement batch accept in server.Vsevolod Stakhov2015-10-201-1/+4
|
* Implement benchmark.Vsevolod Stakhov2015-10-201-1/+249
|
* Add a simple http server for benchmarksVsevolod Stakhov2015-10-201-0/+42