aboutsummaryrefslogtreecommitdiff
path: root/src/testcurl/test_quiesce.c
Commit message (Expand)AuthorAge
* Added MHD_OPTION_APP_FD_SETSIZE and MHD_FEATURE_FLEXIBLE_FD_SETSIZEEvgeny Grin (Karlson2k)2023-11-07
* tests: fixed compiler warningsEvgeny Grin (Karlson2k)2023-09-27
* Fixed missing <errno.h> includesEvgeny Grin (Karlson2k)2023-09-17
* test_quiesce: fixed possible uninitialised varEvgeny Grin (Karlson2k)2023-06-01
* testcurl: fixed used types and related warningsEvgeny Grin (Karlson2k)2022-10-01
* testcurl: Muted some compiler warnings, minor refactoringEvgeny Grin (Karlson2k)2022-10-01
* test: fixed processing '--quiet' parameterEvgeny Grin (Karlson2k)2022-01-30
* test_{digestauth,quiesce}: added report for libcurl errorEvgeny Grin (Karlson2k)2022-01-30
* test_quiesce: minor code unificationEvgeny Grin (Karlson2k)2022-01-27
* Renamed 'con_cls' -> 'req_cls' for access handler callbackEvgeny Grin (Karlson2k)2022-01-18
* test_quiesce: added more checking and error reportingEvgeny Grin (Karlson2k)2022-01-10
* Tests: fixed code styleEvgeny Grin (Karlson2k)2021-11-23
* Tests: explicitly enforced zero or one exit codesEvgeny Grin (Karlson2k)2021-11-23
* test_quiesce: fixed dead assignmentEvgeny Grin (Karlson2k)2021-08-25
* curl tests: updated select() error handling, file doxyEvgeny Grin (Karlson2k)2021-08-18
* tests: improved handling of curl multi_*Evgeny Grin (Karlson2k)2021-08-16
* Style and shadowing fixesEvgeny Grin (Karlson2k)2021-04-13
* Fixed conflict with system CPU_COUNT macroEvgeny Grin (Karlson2k)2020-10-25
* define and use 'enum MHD_Result'Christian Grothoff2020-04-08
* tighten formatting rulesChristian Grothoff2019-10-31
* applying uncrustify to ensure uniform indentationChristian Grothoff2019-10-17
* tests: properly setup CURL optionsEvgeny Grin (Karlson2k)2019-05-26
* add build option to compile MHD without threadsChristian Grothoff2018-12-07
* Silenced compiler warnings in src/testcurl.Evgeny Grin (Karlson2k)2017-10-30
* Make testsuite compatible with W32 againEvgeny Grin (Karlson2k)2017-10-29
* Make testsuite parallel build compatible (part 1)Evgeny Grin (Karlson2k)2017-06-16
* Added MHD_USE_ERROR_LOG flag with same value as MHD_USE_DEBUG.Evgeny Grin (Karlson2k)2016-11-08
* Specify that flag MHD_USE_INTERNAL_POLLING_THREAD is mandatory if MHD_USE_THR...Evgeny Grin (Karlson2k)2016-11-08
* Renamed daemon flags:Evgeny Grin (Karlson2k)2016-11-08
* Rename 'MHD_USE_PIPE_FOR_SHUTDOWN' -> 'MHD_USE_ITC' to reflect real meaning o...Evgeny Grin (Karlson2k)2016-10-11
* Refactored mhd_locks.h and mhd_sockets.h: allow usage of macros withoutEvgeny Grin (Karlson2k)2016-10-11
* add return value checks for a few more system calls in testcases and examplesChristian Grothoff2016-09-23
* simplify error handling by baking it into the macrosChristian Grothoff2016-09-22
* epoll is now supported on non-Linux platforms (namely illumos).Evgeny Grin (Karlson2k)2016-08-24
* Moved generic emulated functions to mhd_compat.h/.c, removed "platform" dir,Evgeny Grin (Karlson2k)2016-08-23
* Moved sockets abstraction to specialized mhd_socket.h/.c filesEvgeny Grin (Karlson2k)2016-08-23
* test_quiesce: do not violate our APIEvgeny Grin (Karlson2k)2016-04-23
* test_quiesce: added more checks and more error reportsEvgeny Grin (Karlson2k)2016-04-23
* Fixed test compilation warnings for native W32 x64Evgeny Grin (Karlson2k)2016-02-05
* -check rvalChristian Grothoff2016-01-23
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
* tests: replace '#ifdefs' with 'MHD_is_feature_supported()'Evgeny Grin (Karlson2k)2015-05-07
* fix #3753Christian Grothoff2015-04-15
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
* Added ability to use native W32 threads, added --with-threads=LIB configure p...Evgeny Grin (Karlson2k)2014-04-08
* Use number of CPUs in tests and examplesEvgeny Grin (Karlson2k)2014-03-06
* -fix compiler warningChristian Grothoff2014-02-18
* testcurl/test_quiesce.c - port to W32Evgeny Grin (Karlson2k)2014-02-18
* Implement MHD_socket, MHD_INVALID_SOCKETEvgeny Grin (Karlson2k)2014-02-18
* -nitpicks in testsChristian Grothoff2013-09-06