aboutsummaryrefslogtreecommitdiff
path: root/src/examples/benchmark.c
Commit message (Collapse)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
| | | | * some minor fixes and improvements.
* Renamed 'con_cls' -> 'req_cls' for access handler callbackEvgeny Grin (Karlson2k)2022-01-18
| | | | | | | | The argument is actually request-specific, not connection specific. The name was confusing. Fixed related documentation and clarified usage. Also fixed code where argument named 'unused' was actually used.
* Cosmetics: fixed formatting for 'examples'Evgeny Grin (Karlson2k)2021-09-17
|
* Use type specifiers for printf() from inttypes.hEvgeny Grin (Karlson2k)2021-09-17
| | | | This should improve compatibility with various C libs.
* 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
| | | | Hopefully last one for now.
* Renamed daemon flags:Evgeny Grin (Karlson2k)2016-11-08
| | | | | | MHD_USE_SELECT_INTERNALLY -> MHD_USE_INTERNAL_POLLING_THREAD MHD_USE_POLL_INTERNALLY -> MHD_USE_POLL_INTERNAL_THREAD MHD_USE_EPOLL_INTERNALLY -> MHD_USE_EPOLL_INTERNAL_THREAD
* 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
| | | | Renamed MHD options and updated documentation.
* 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