aboutsummaryrefslogtreecommitdiff
path: root/src/examples/benchmark.c
Commit message (Collapse)AuthorAge
* 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