aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/test_client_put_stop.c
Commit message (Expand)AuthorAge
* Updated copyright yearsEvgeny Grin (Karlson2k)2024-01-31
* Muted extra compiler warningsEvgeny Grin (Karlson2k)2024-01-30
* Tests: added use of MHD_USE_NO_THREAD_SAFETY flagEvgeny Grin (Karlson2k)2023-11-23
* Added MHD_OPTION_APP_FD_SETSIZE and MHD_FEATURE_FLEXIBLE_FD_SETSIZEEvgeny Grin (Karlson2k)2023-11-07
* Fixed missing <errno.h> includesEvgeny Grin (Karlson2k)2023-09-17
* test_client_put_stop: fixed typo in diag messageEvgeny Grin (Karlson2k)2023-06-01
* Detect sysctl() symbols in configureEvgeny Grin (Karlson2k)2023-06-01
* test_client_put_stop: muted compiler warningsEvgeny Grin (Karlson2k)2023-06-01
* Added specific headers inclusion and detectionEvgeny Grin (Karlson2k)2023-06-01
* test_client_put_stop: avoid stress-testing the OSEvgeny Grin (Karlson2k)2023-06-01
* test_client_put_stop: fixed typo in commentEvgeny Grin (Karlson2k)2023-06-01
* test_client_put_stop: fixed test on DarwinEvgeny Grin (Karlson2k)2023-06-01
* 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_client_put_stop: minor refactoring, fixed compiler warningsEvgeny Grin (Karlson2k)2022-06-13
* Replaced calls of MHD_get_timeout() in tests and examplesEvgeny Grin (Karlson2k)2022-04-28
* 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_client_put_stop: ensure that some data will be received by MHD before cl...Evgeny Grin (Karlson2k)2021-12-26
* test_client_put_stop: added detection of unexpected connection shut downEvgeny Grin (Karlson2k)2021-12-26
* test_client_put_stop: check 'net.inet.tcp.blackhole' valueEvgeny Grin (Karlson2k)2021-12-06
* test_client_put_stop: support rate limiting of RSTEvgeny Grin (Karlson2k)2021-12-06
* test_client_put_stop: use correct 'sleep' amount on W32Evgeny Grin (Karlson2k)2021-12-04
* test_client_put_stop: abort test if it is taking too longEvgeny Grin (Karlson2k)2021-12-02
* test_client_put_stop: don't use fd_sets if select() failsEvgeny Grin (Karlson2k)2021-12-01
* test_client_put_stop: cosmeticsEvgeny Grin (Karlson2k)2021-11-29
* test_client_put_stop: limit total test timeEvgeny Grin (Karlson2k)2021-11-29
* test_client_put_stop: improved readability of the test resultsEvgeny Grin (Karlson2k)2021-11-29
* Partial revert of 8f9567bb48387cd9d95e5d30914f945b106d2ee4Evgeny Grin (Karlson2k)2021-11-29
* test_client_put_stop: Use longer timeout periods for select()Evgeny Grin (Karlson2k)2021-11-28
* test_client_put_stop: suppress SIGPIPE on the client sideEvgeny Grin (Karlson2k)2021-11-28
* test_client_put_stop: check for right reasonEvgeny Grin (Karlson2k)2021-11-28
* test_client_put_stop: handle correctly close phase on the client sideEvgeny Grin (Karlson2k)2021-11-25
* test_client_put_stop: removed unused assignmentEvgeny Grin (Karlson2k)2021-11-24
* test_client_put_stop: fixed assertsEvgeny Grin (Karlson2k)2021-11-24
* test_client_put_stop: removed libcurl leftoverEvgeny Grin (Karlson2k)2021-11-24
* test_client_put_stop: use TCP_NODELAY for clientEvgeny Grin (Karlson2k)2021-11-24
* test_client_put_stop: use content longer than 15 bytesEvgeny Grin (Karlson2k)2021-11-23
* test_client_put_*: new testsEvgeny Grin (Karlson2k)2021-11-21