aboutsummaryrefslogtreecommitdiff
path: root/src/testcurl/test_parse_cookies.c
Commit message (Collapse)AuthorAge
* test_parse_cookie: split into two testsEvgeny Grin (Karlson2k)2022-05-15
| | | | One test with valid cookie, second test with invalid/empty cookies
* test_parse_cookies: updated to better match RFC 6265Evgeny Grin (Karlson2k)2022-05-15
| | | | The equal sign ('=') is allowed in cookie value.
* test_parse_cookies: added more checksEvgeny Grin (Karlson2k)2022-05-05
|
* 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.
* Tests: explicitly enforced zero or one exit codesEvgeny Grin (Karlson2k)2021-11-23
|
* 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
|
* 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
|
* curl tests: fixed detection of "11" marker on w32Evgeny Grin (Karlson2k)2019-05-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
|
* 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.
* fix more clang warnignsChristian Grothoff2016-10-17
|
* more select() return value checks in testcasesChristian Grothoff2016-09-23
|
* Fixed test compilation warnings for native W32 x64Evgeny Grin (Karlson2k)2016-02-05
|
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
|
* fix #3753Christian Grothoff2015-04-15
|
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* Implement MHD_socket, MHD_INVALID_SOCKETEvgeny Grin (Karlson2k)2014-02-18
|
* add another standard headerChristian Grothoff2013-09-18
|
* -renaming for consistencyChristian Grothoff2013-03-29