aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/test_start_stop.c
Commit message (Collapse)AuthorAge
* test_start_stop: fixed compiler warningsEvgeny Grin (Karlson2k)2022-06-13
|
* Fixed many macrosEvgeny Grin (Karlson2k)2022-04-23
| | | | 'defined()' should be used without space before bracket
* 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.
* Fixed conflict with system CPU_COUNT macroEvgeny Grin (Karlson2k)2020-10-25
|
* fix transmission stall issue with upgraded TLS connections reported by ↵Christian Grothoff2020-09-27
| | | | Nguyen Xuan Viet on the mailinglist
* fix warningsChristian Grothoff2020-04-29
|
* tighten formatting rulesChristian Grothoff2019-10-31
|
* applying uncrustify to ensure uniform indentationChristian Grothoff2019-10-17
|
* add build option to compile MHD without threadsChristian Grothoff2018-12-07
|
* test_start_stop: silent compiler warningsEvgeny Grin (Karlson2k)2017-10-01
|
* test_start_stop: moved to src/microhttpd, removed inclusion of libcurl headerEvgeny Grin (Karlson2k)2017-10-01