Commit Graph
32 Commits
Author SHA1 Message Date
Evgeny Grin (Karlson2k) 3389c7fbba .gitignore: force include all *.{c,h} files 2023-06-01 11:29:25 +03:00
Evgeny Grin (Karlson2k) 2699d27820 .gitignore: added universal patter to ignore test binaries 2022-09-04 14:43:03 +03:00
Evgeny Grin (Karlson2k) e4092f1d54 test_digestauth2: added testing of nonce bind options 2022-08-15 21:37:49 +03:00
Evgeny Grin (Karlson2k) f708f54c03 test_digestauth2: added testing of RFC2069 mode 2022-07-30 22:28:44 +03:00
Evgeny Grin (Karlson2k) 7727073aab test_digestauth2: added testing of Auth v2 API 2022-07-30 22:28:44 +03:00
Evgeny Grin (Karlson2k) 3d75094b41 test_digestauth2: added testing of 'userdigest' 2022-07-30 22:28:43 +03:00
Evgeny Grin (Karlson2k) 2fd1a01fe0 test_digestauth2: added new group of tests for Digest Auth checking 2022-07-28 07:21:36 +03:00
Evgeny Grin (Karlson2k) 2279673589 Added test for Digest Auth with username in extended notation
As libcurl does not support extended notation, it is not completely
real test. Pregenerated fake nonce, cnonce and response are used so
only parsing of request header and checking request header are tested.
No real authorisation.
2022-07-21 15:07:08 +03:00
Evgeny Grin (Karlson2k) c8b7b8fed9 test_basicauth: added two additional tests for the new API 2022-06-08 16:52:50 +03:00
Evgeny Grin (Karlson2k) 56b131d9ec Added one more test for Basic Auth
By default libcurl sends Basic Authentication header without checking
whether authentication is required. New test forces libcrul to try
without authentication at first to test MHD's "auth fail response"
function.
2022-06-07 19:32:57 +03:00
Evgeny Grin (Karlson2k) 3a97a11f7b .gitignore: Updated 2022-05-29 21:35:11 +03:00
Evgeny Grin (Karlson2k) 968bb8f87c Updated .gitignore 2022-05-04 18:34:30 +03:00
Evgeny Grin (Karlson2k) ec89305a37 Added two tests with non-standard symbols in requests 2021-10-17 11:53:21 +03:00
Evgeny Grin (Karlson2k) 22aff9e263 .gitignore: ignore new tests files 2021-10-03 21:28:18 +03:00
Evgeny Grin (Karlson2k) 0e85520a9b Updated .gitignore 2021-08-26 17:24:45 +03:00
Evgeny Grin (Karlson2k) 21b807ae1c Added two tests for correct choice of "Keep-Alive" or "Close" 2021-08-17 20:57:08 +03:00
Evgeny Grin (Karlson2k) 4595a443ed Added more chunked response tests 2021-08-15 18:23:33 +03:00
Evgeny Grin (Karlson2k) 3e1c67a792 test_get_chunked: added tests with know size 2021-07-30 10:47:12 +03:00
Evgeny Grin (Karlson2k) 922bf0e5c4 Added more tests for chunked reply encoding 2021-07-28 14:59:09 +03:00
Evgeny Grin (Karlson2k) 9b9b413a1e Updated .gitignore 2021-05-16 21:26:31 +03:00
Evgeny Grin (Karlson2k) bf25ee3a32 Implemented new API function MHD_run_wait(). 2021-04-01 17:52:08 +03:00
Evgeny Grin (Karlson2k) d50159bf99 Implemented new function MHD_create_response_from_iovec()
Implemented the new function, related framework, and tests for iovec-based
responses.
The implementation is based on the patch provided by Lawrence Sebald and
Damon N. Earp from NASA.
2021-02-24 19:46:31 +03:00
Evgeny Grin (Karlson2k) fa330be735 Added tests for cleanup of unprocessed externally added connections 2020-10-25 17:19:01 +03:00
Evgeny Grin (Karlson2k) 890434efce testcurl: added two tests for for MHD_add_connection() 2020-10-21 11:50:03 +03:00
Christian Grothoff 2d4289dca7 add test for PATCH method 2020-02-04 20:14:02 +01:00
Christian Grothoff 5e5dbf980d add tests for empty reply in HTTPS 2019-10-26 18:52:53 +02:00
Christian Grothoff c530ee3be4 update .gitignore files 2019-06-08 17:10:25 +02:00
Christian Grothoff 29cd7b735d update ignore file 2018-12-13 22:54:50 +01:00
Christian Grothoff 2897bd23e5 add test for RFC 7616 and document new API 2018-12-08 22:54:33 +01:00
Evgeny Grin (Karlson2k) aca29a774b Updated .gitignore files 2017-11-22 14:45:50 +03:00
Christian Grothoff 3edd4bfa7f update gitignore files 2017-02-26 21:23:43 +01:00
Evgeny Grin (Karlson2k) 0d1e59bc6e Added .gitignore 2016-07-28 15:15:52 +00:00