aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/test_upgrade.c
Commit message (Expand)AuthorAge
* test_upgrade{,_large}: fixed HTTP/1.1 compatibilityEvgeny Grin (Karlson2k)2022-11-24
* microhttpd/tests: muted compiler warningsEvgeny Grin (Karlson2k)2022-09-30
* Some readability improvementsEvgeny Grin (Karlson2k)2022-09-28
* src/microhttpd/test_*: fixed more compiler warningsEvgeny Grin (Karlson2k)2022-06-14
* test_upgrade{,_large}: fixed compiler warningsEvgeny Grin (Karlson2k)2022-06-14
* Use '#ifdef PARAM' instead of '#if PARAM' for configuration optionsEvgeny Grin (Karlson2k)2022-05-16
* Replaced calls of MHD_get_timeout() in tests and examplesEvgeny Grin (Karlson2k)2022-04-28
* Removed unneeded anymore alignment workarounds.Evgeny Grin (Karlson2k)2022-04-25
* MHD_get_daemon_info(): fixed unaligned memory accessEvgeny Grin (Karlson2k)2022-04-25
* test: fixed processing '--quiet' parameterEvgeny Grin (Karlson2k)2022-01-30
* Renamed 'con_cls' -> 'req_cls' for access handler callbackEvgeny Grin (Karlson2k)2022-01-18
* test_upgrade{,_large}: used the same port for all checks.Evgeny Grin (Karlson2k)2022-01-15
* test_upgrade{,_large}: simplified stdout,stderr flushingEvgeny Grin (Karlson2k)2022-01-15
* test_upgrade: added missing fflush()Evgeny Grin (Karlson2k)2022-01-15
* test_upgrade: minor code refactoringEvgeny Grin (Karlson2k)2022-01-15
* test_upgrade: use 'volatile' for variable with multithread accessEvgeny Grin (Karlson2k)2022-01-15
* test_upgrade: fail if connection is closed when it shouldn'tEvgeny Grin (Karlson2k)2022-01-15
* test_upgrade: don't fail with particular sockets errorsEvgeny Grin (Karlson2k)2022-01-15
* test_upgrade: replaced a few left abort() with meaningful descriptionsEvgeny Grin (Karlson2k)2022-01-15
* test_upgrade: added detailed error reporting and add some check for return va...Evgeny Grin (Karlson2k)2022-01-13
* test_upgrade{,_large}: fixed use of uninitialized valueEvgeny Grin (Karlson2k)2022-01-13
* GnuTLS: correctly pass sockets on W32 x64Evgeny Grin (Karlson2k)2021-12-12
* tests and examples: fixed copy-paste errors in doxyEvgeny Grin (Karlson2k)2021-11-21
* Tests: code style fixesEvgeny Grin (Karlson2k)2021-11-21
* test and examples: check socket control functions resultsEvgeny Grin (Karlson2k)2021-11-21
* tests: fixed blocking sockets on W32Evgeny Grin (Karlson2k)2021-11-21
* test_upgrade{,_large}.c: fixed portabilityEvgeny Grin (Karlson2k)2021-10-06
* Muted sanitizer errors on W32 platform.Evgeny Grin (Karlson2k)2021-10-06
* test_upgrade{,_large}: removed use on unportable functionEvgeny Grin (Karlson2k)2021-04-22
* Style and shadowing fixesEvgeny Grin (Karlson2k)2021-04-13
* cosmetic fixesEvgeny Grin (Karlson2k)2020-10-08
* define and use 'enum MHD_Result' (merge)Christian Grothoff2020-04-08
|\
| * Applied several spelling fixes. (#6142)silvioprog2020-03-31
* | define and use 'enum MHD_Result'Christian Grothoff2020-04-08
|/
* tighten formatting rulesChristian Grothoff2019-10-31
* indentationChristian Grothoff2019-10-13
* add ways for application to control corking for upgraded socketsChristian Grothoff2019-08-01
* style fixesChristian Grothoff2018-08-18
* make asan happierChristian Grothoff2018-03-02
* asan fix for flagsChristian Grothoff2018-03-02
* work around silly address sanitizer alignment warningChristian Grothoff2018-03-02
* fix test_upgrade transient failures (#5189)Christian Grothoff2018-03-02
* minimal logic simplificationsChristian Grothoff2018-03-02
* fix a few memory leaks in test_upgrade logicChristian Grothoff2018-02-27
* make test_upgrade logging more verbose by default for #5189Christian Grothoff2018-01-29
* Stick to C89 standard for a whileEvgeny Grin (Karlson2k)2017-10-31
* fix indentation, use 'true' instead of not 0Christian Grothoff2017-10-05
* Fixed compiler warnings for tests in src/microhttpdEvgeny Grin (Karlson2k)2017-09-29
* Make testsuite parallel build compatible (part 1)Evgeny Grin (Karlson2k)2017-06-16
* Used "127.0.0.1" instead of "localhost" in all tests to avoid accidental try ...Evgeny Grin (Karlson2k)2017-04-06