aboutsummaryrefslogtreecommitdiff
path: root/src/testcurl/test_get.c
Commit message (Collapse)AuthorAge
* 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
| | | | | | This should provide better compatibility with platforms with ability to override FD_SETSIZE. The new option is used examples and tests.
* Fixed missing <errno.h> includesEvgeny Grin (Karlson2k)2023-09-17
| | | | | While 'errno' can be defined in various headers, by standard it must be defined in <errno.h> header.
* testcurl: updated copyright year in updated filesEvgeny Grin (Karlson2k)2022-10-01
|
* testcurl: fixed used types and related warningsEvgeny Grin (Karlson2k)2022-10-01
|
* testcurl: fixed functions declarationsEvgeny Grin (Karlson2k)2022-10-01
|
* testcurl: Muted some compiler warnings, minor refactoringEvgeny Grin (Karlson2k)2022-10-01
| | | | Used new API for creating of responses to avoid 'const' drops
* Replaced MHD_RESPMEM_PERSISTENT usage in examples and codeEvgeny Grin (Karlson2k)2022-05-14
| | | | New functions do not produce compiler warnings.
* 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.
* testcurl tests: updated to use test helpers in local headersEvgeny Grin (Karlson2k)2022-01-12
|
* Tests: explicitly enforced zero or one exit codesEvgeny Grin (Karlson2k)2021-11-23
|
* tests: fixed case-insensitive match for method nameEvgeny Grin (Karlson2k)2021-09-22
|
* curl tests: updated select() error handling, file doxyEvgeny Grin (Karlson2k)2021-08-18
| | | | | | | | Tests reports now about unexpected errors from select() and source code line number to simplify problematic position locating. Used much smaller timeout on W32 if system is doing some sockets data processing in other threads.
* tests: improved handling of curl multi_*Evgeny Grin (Karlson2k)2021-08-16
|
* Fixed conflict with system CPU_COUNT macroEvgeny Grin (Karlson2k)2020-10-25
|
* fix transmission stall issue with upgraded TLS connections reported by ↵Christian Grothoff2020-09-27
| | | | Nguyen Xuan Viet on the mailinglist
* define and use 'enum MHD_Result'Christian Grothoff2020-04-08
|
* tighten formatting rulesChristian Grothoff2019-10-31
|
* add tests for empty reply in HTTPSChristian Grothoff2019-10-26
|
* applying uncrustify to ensure uniform indentationChristian Grothoff2019-10-17
|
* test_get: implemented more detailed reportsEvgeny Grin (Karlson2k)2019-05-26
|
* tests: fixed compiler warnings on W32Evgeny Grin (Karlson2k)2019-05-26
|
* tests: properly setup CURL optionsEvgeny Grin (Karlson2k)2019-05-26
|
* curl tests: fixed detection of "11" marker on w32Evgeny Grin (Karlson2k)2019-05-26
|
* eliminate compiler warningsChristian Grothoff2019-05-20
|
* Use new MHD_lookup_connection_value_n() functionEvgeny Grin (Karlson2k)2019-05-03
|
* add test for &-URI parsing and URI loggingChristian Grothoff2019-02-09
|
* add build option to compile MHD without threadsChristian Grothoff2018-12-07
|
* clean up use of GNUTLS linker options in various places, re-add SAVE_LIBS ↵Christian Grothoff2018-09-11
| | | | restoration to configure.ac to avoid linking indiscriminately against GnuTLS
* Improve readability of previous commit d951b950ec1af5e6ba582a8a964dff2d9192ba41Evgeny Grin (Karlson2k)2017-11-26
|
* tests: check whether MHD use SO_REUSEADDR by defaultEvgeny Grin (Karlson2k)2017-11-26
|
* 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
|
* test_get: really test ability to stop raceEvgeny Grin (Karlson2k)2017-02-25
|
* Added MHD_USE_ERROR_LOG flag with same value as MHD_USE_DEBUG.Evgeny Grin (Karlson2k)2016-11-08
| | | | New name better explains flag actions.
* Specify that flag MHD_USE_INTERNAL_POLLING_THREAD is mandatory if ↵Evgeny Grin (Karlson2k)2016-11-08
| | | | MHD_USE_THREAD_PER_CONNECTION is used
* Renamed daemon flags:Evgeny Grin (Karlson2k)2016-11-08
| | | | | | MHD_USE_SELECT_INTERNALLY -> MHD_USE_INTERNAL_POLLING_THREAD MHD_USE_POLL_INTERNALLY -> MHD_USE_POLL_INTERNAL_THREAD MHD_USE_EPOLL_INTERNALLY -> MHD_USE_EPOLL_INTERNAL_THREAD
* Refactored mhd_locks.h and mhd_sockets.h: allow usage of macros withoutEvgeny Grin (Karlson2k)2016-10-11
| | | | aborting of execution.
* test case fo #4667Christian Grothoff2016-09-26
|
* more select() return value checks in testcasesChristian 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
| | | | Renamed MHD options and updated documentation.
* Moved generic emulated functions to mhd_compat.h/.c, removed "platform" dir,Evgeny Grin (Karlson2k)2016-08-23
| | | | removed "w32functions.h/.c"
* Moved sockets abstraction to specialized mhd_socket.h/.c filesEvgeny Grin (Karlson2k)2016-08-23
|
* Fixed test compilation warnings for native W32 x64Evgeny Grin (Karlson2k)2016-02-05
|
* 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
|