aboutsummaryrefslogtreecommitdiff
path: root/src/examples/benchmark.c
Commit message (Expand)AuthorAge
* src/examples/benchmark{,_https}: simplified time calculationEvgeny Grin (Karlson2k)2022-06-01
* src/examples: muted compiler warningsEvgeny Grin (Karlson2k)2022-06-01
* src/examples: fixed printf format specifiersEvgeny Grin (Karlson2k)2022-04-23
* src/examples: Fixed drop of 'const' qualifiers and minor fixes.Evgeny Grin (Karlson2k)2022-04-19
* Renamed 'con_cls' -> 'req_cls' for access handler callbackEvgeny Grin (Karlson2k)2022-01-18
* Cosmetics: fixed formatting for 'examples'Evgeny Grin (Karlson2k)2021-09-17
* Use type specifiers for printf() from inttypes.hEvgeny Grin (Karlson2k)2021-09-17
* Fixed conflict with system CPU_COUNT macroEvgeny Grin (Karlson2k)2020-10-25
* define and use 'enum MHD_Result'Christian Grothoff2020-04-08
* tighten formatting rulesChristian Grothoff2019-10-31
* applying uncrustify to ensure uniform indentationChristian Grothoff2019-10-17
* Muted compiler warnings in examples.Evgeny Grin (Karlson2k)2017-09-29
* One more flag renamed: MHD_USE_EPOLL_TURBO -> MHD_USE_TURBO.Evgeny Grin (Karlson2k)2016-11-10
* Renamed daemon flags:Evgeny Grin (Karlson2k)2016-11-08
* Renamed MHD flags. Now all flags are in forms MHD_USE_* or MHD_ALLOW_*.Evgeny Grin (Karlson2k)2016-11-07
* epoll is now supported on non-Linux platforms (namely illumos).Evgeny Grin (Karlson2k)2016-08-24
* Refactoring: do not define EPOLL_SUPPORT if epoll is disabled or not supported.Evgeny Grin (Karlson2k)2016-08-24
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
* Use number of CPUs in tests and examplesEvgeny Grin (Karlson2k)2014-03-06
* -allow benchmark to be run without connection closeChristian Grothoff2013-08-08
* adding experimental turbo modeChristian Grothoff2013-07-19
* -benchmark for latency measurements and epoll demonstrationChristian Grothoff2013-06-23