aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/test_upgrade_large.c
Commit message (Collapse)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
| | | | | 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_large: applied fixes and improvements from test_upgradeEvgeny Grin (Karlson2k)2022-01-15
|
* 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.
* test_upgrade_large: do not uncork the socketEvgeny Grin (Karlson2k)2021-04-17
| | | | | | | | Uncorking of the socket is not required as it wasn't corked. Moreover, uncorking always flush network buffers with Linux kernel, while on all other platforms behavior is different. As test should function on all platforms in the same way, we shouldn't use unportable features.
* test_upgrade_large: fixed data raceEvgeny Grin (Karlson2k)2021-04-14
|
* Style and shadowing fixesEvgeny Grin (Karlson2k)2021-04-13
|
* cosmetic fixesEvgeny Grin (Karlson2k)2020-10-08
|
* fix transmission stall issue with upgraded TLS connections reported by ↵Christian Grothoff2020-09-27
| | | | Nguyen Xuan Viet on the mailinglist
* test_upgrade_large: fixed portabilityEvgeny Grin (Karlson2k)2020-09-21
|
* test_upgrade_large: apply formattingEvgeny Grin (Karlson2k)2020-09-21
|
* test_upgrade_large: fixed: don't override errnoEvgeny Grin (Karlson2k)2020-09-21
|
* test_upgrade_large.c: used portable way of inter-thread communicationEvgeny Grin (Karlson2k)2020-09-21
|
* 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
|
* reorder statements so we can look at errno, might theoretically even fix #5826Christian Grothoff2019-10-13
|
* make it explicit we want to ignore return value from write() in testChristian Grothoff2019-10-13
|
* fix test_upgrade_largeChristian Grothoff2019-10-13
|
* Merge remote-tracking branch 'origin/master' into dev/ng0/gsoc2019ng02019-08-07
|\
| * remove log msgChristian Grothoff2019-08-01
| |
* | do it in both testsChristian Grothoff2019-08-01
|/
* ensure event loop keeps going in test, and indentation fixesChristian Grothoff2019-07-29
|
* indentation fixes, adding test_upgrade_large.c test for issue reported by VietChristian Grothoff2019-07-29