aboutsummaryrefslogtreecommitdiff
path: root/src/testcurl/test_digestauth.c
Commit message (Collapse)AuthorAge
* avoid sprintfChristian Grothoff2018-11-18
|
* fix format string, prefer snprintfChristian Grothoff2018-11-18
|
* From: Christian Hesse <mail@eworm.de>Christian Grothoff2018-11-12
| | | | | | | | | | | | | | | | | | | | | Date: Thu, 8 Nov 2018 00:15:29 +0100 Subject: [PATCH 1/1] fix tests with curl Starting with curl 7.62.0 some tests fail. The commit in question is 46e16406 [0] ("url: use the URL API internally as well"). Analyzing the changed behavior reveals that the url given to curl_easy_setopt() with CURLOPT_URL is no longer encoded. Looking at the documentation [1] this behavior is correct, the "parameter should be a char * to a zero terminated string which must be URL-encoded [...]". So let's just give a valid url... [0] https://github.com/curl/curl/commit/46e164069d1a5230e4e64cbd2ff46c46cce056bb [1] https://curl.haxx.se/libcurl/c/CURLOPT_URL.html Signed-off-by: Christian Hesse <mail@eworm.de> Signed-off: CG
* Additional compiler warnings fixes.Evgeny Grin (Karlson2k)2017-10-31
|
* Silenced compiler warnings in src/testcurl.Evgeny Grin (Karlson2k)2017-10-30
|
* Dropped dependency on libgcrypt with new GnuTLS (>2.12.20) versionsEvgeny Grin (Karlson2k)2017-06-20
|
* 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.
* 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
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
|
* fix digest authentication with escaped urls, as reported on mailinglistChristian Grothoff2015-05-29
|
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* Karlson2k: Fix win32 cURL testsChristian Grothoff2014-02-04
|
* -rename OPAQUE to MY_OPAQUE to avoid symbol conflict on W32Christian Grothoff2013-09-23
|
* fully initialze modern gcrypt in MHD_init, only use thread initialization ↵Christian Grothoff2013-09-23
| | | | with legacy libgcrypt, update tests accordingly
* -need to initialize gcrypt for libcurlChristian Grothoff2013-09-23
|
* -renaming for consistencyChristian Grothoff2013-03-29