aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/test_upgrade.c
Commit message (Collapse)AuthorAge
* 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
| | | | | The calls were replaced with the calls of the new functions. Completely removed the usage of MHD_UNSIGNED_LONG_LONG.
* 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
| | | | Added support for '--silent' and '-s' parameters.
* 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.
* test_upgrade{,_large}: used the same port for all checks.Evgeny Grin (Karlson2k)2022-01-15
| | | | Fixed port conflict for platforms with broken detection of autobind port
* 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 ↵Evgeny Grin (Karlson2k)2022-01-13
| | | | values
* 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
| | | | Sockets on W32 were non-blocking due to copy-paste errors.
* test_upgrade{,_large}.c: fixed portabilityEvgeny Grin (Karlson2k)2021-10-06
|
* Muted sanitizer errors on W32 platform.Evgeny Grin (Karlson2k)2021-10-06
| | | | Actually MinGW headers need to be fixed.
* test_upgrade{,_large}: removed use on unportable functionEvgeny Grin (Karlson2k)2021-04-22
| | | | | | Usage of CORK is not required for upgraded connection, CORK is not portable. To make test behavior unified for all supported platforms, CORK usage is removed from tests.
* 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
| | | | by IPv6
* do not fail if MHD_OPTION_THREAD_POOL_SIZE is specified as 0 or 1 in ↵Christian Grothoff2017-03-25
| | | | combination with internal polling, that's OK (as a pool size of 0/1 means no pool)
* Fixed compiler warnings, updated ChangeLog.Evgeny Grin (Karlson2k)2017-03-16
|
* test_upgrade: fixed test with 'auto' flagsEvgeny Grin (Karlson2k)2017-03-16
|