aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/test_set_panic.c
Commit message (Collapse)AuthorAge
* Some readability improvementsEvgeny Grin (Karlson2k)2022-09-28
|
* src/microhttpd/test_*: fixed more compiler warningsEvgeny Grin (Karlson2k)2022-06-14
|
* test_set_panic: fixed compiler warningsEvgeny Grin (Karlson2k)2022-06-14
|
* Partial revert of 82abaee62f000d379646ee412af45a1f8a1ddc87Evgeny Grin (Karlson2k)2022-06-07
| | | | | | | | No need to process part of code if some variables length are zeros. Non-NULL pointers can point to zero-length strings, but if pointer is NULL the length is always zero. For example 'req_body' could be not be NULL, but as long as 'req_body_size' is zero, no chunk must be added.
* -minor cleanupsChristian Grothoff2022-06-07
|
* test_set_panic: fixed compiler warningsEvgeny Grin (Karlson2k)2022-05-12
|
* Replaced calls of MHD_get_timeout() in tests and examplesEvgeny Grin (Karlson2k)2022-04-28
| | | | | The calls were replaced with the calls of the new functions. Completely removed the usage of MHD_UNSIGNED_LONG_LONG.
* set_test_panic: added new testEvgeny Grin (Karlson2k)2022-04-25