aboutsummaryrefslogtreecommitdiff
path: root/src/examples/benchmark_https.c
Commit message (Expand)AuthorAge
* examples: marked non-global variables as 'static'Evgeny Grin (Karlson2k)2022-06-02
* 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
* Updated test TLS certificate in test and examplesEvgeny Grin (Karlson2k)2022-04-21
* 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
* Updated test certificatesEvgeny Grin (Karlson2k)2021-04-11
* 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
* Referenced the gnutls_load_file() function in the HTTPs examples.silvioprog2018-12-06
* Style fixes.silvioprog2018-10-09
* 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
* deprecate USE_SSL for USE_TLS, rename in codeChristian Grothoff2016-10-11
* 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
* -nicer for HTTPSChristian Grothoff2013-07-20
* -fix combining HTTPS and EPOLLChristian Grothoff2013-07-20
* -adding HTTPS version of benchmarkChristian Grothoff2013-07-20