summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2021-01-29Imported Upstream version 2.72.0upstream/2.72.0upstreamSeonah Moon11-58/+227
2020-02-28Imported Upstream version 2.69.90upstream/2.69.90upstream/2.69.0Seonah Moon31-2266/+3013
2019-12-09Imported Upstream version 2.62.2upstream/2.62.2Seonah Moon46-1211/+6111
2014-11-04Imported Upstream version 2.46.0upstream/2.46.0Zhang zhengguang53-5148/+7503
2013-04-19Fix build on Windows, deprecate soup-portability.hDan Winship2-4/+4
2013-04-18misc-test: skip the IPv6 server test if there's no IPv6 supportDan Winship1-0/+5
2013-04-17tests: fix to pass when glib-networking TLS isn't availableDan Winship3-20/+43
2013-04-17soup-message-queue: add a priority system to the message queueSergio Villar Senin1-0/+57
2013-04-10tests: fix ntlm-test when built without ntlm_auth supportDan Winship1-1/+3
2013-03-20requester-test: fix a printf format compiler warningKalev Lember1-1/+2
2013-03-11data: URL requests should serve the whole decoded URLZan Dobersek1-0/+86
2013-03-06SoupAuthManager: deal with "disappearing" auth headersDan Winship1-1/+77
2013-03-06SoupSession: break infinite loopsDan Winship1-0/+51
2013-03-05soup-cache: update cached headers on revalidationsSergio Villar Senin1-31/+130
2013-02-23examples: move examples from tests/ to examples/Dan Winship5-727/+1
2013-02-23build: remove some cruftDan Winship1-3/+0
2013-02-19tests: do skipped tests properlyDan Winship9-34/+128
2013-02-19tests: [CENSORED] [CENSORED] automake [CENSORED]Dan Winship2-8/+24
2013-02-18cache-test: added a new cancellation testSergio Villar Senin3-1/+73
2013-02-18test-utils: Added SOUP_TEST_REQUEST_CANCEL_IMMEDIATE flagSergio Villar Senin4-7/+14
2013-02-16tests: simplify and improve "make check"Dan Winship1-89/+31
2013-02-12cache-test: added cancellation testsSergio Villar Senin1-0/+125
2013-02-12test-utils: add cancellation support to soup_test_request_sendSergio Villar Senin10-46/+120
2013-02-07SoupAuthNTLM: fix to do a "retrying" authenticateDan Winship1-0/+88
2013-01-21Revert "SoupURI: replace NULL password with "" on http"Dan Winship1-6/+6
2013-01-12SoupURI: replace NULL password with "" on httpDan Winship1-6/+6
2013-01-07soup_message_get_https_status: provide info for failed attempts tooDan Winship1-0/+4
2013-01-02soup-auth-manager: add soup_auth_manager_use_auth()Dan Winship1-4/+12
2013-01-02ntlm-test: kill some dead codeDan Winship1-5/+0
2013-01-02ntlm-test-helper: fixDan Winship2-2/+2
2012-12-29Reorganize NTLM authentication, fix ntlm_auth supportDan Winship3-8/+157
2012-12-28tests: add session-testDan Winship2-0/+237
2012-12-28Revert the mirroring of SoupMessage API onto SoupRequestHTTP.Dan Winship6-31/+59
2012-12-28Add back LIBSOUP_DISABLE_DEPRECATEDDan Winship1-1/+0
2012-12-26tests: add cache-testDan Winship2-0/+444
2012-12-26test-utils: remove unnecessary #includesDan Winship1-3/+0
2012-12-17soup-message: deprecate soup_message_set_chunk_allocator()Dan Winship1-0/+2
2012-12-11tests: fix memory leaksDan Winship4-5/+37
2012-12-10soup-uri: don't decode %00 in URIsDan Winship1-0/+3
2012-12-10tests: fix SoupRequester deprecation warningsDan Winship3-28/+20
2012-12-10SoupSession: add soup_session_request_http() and _request_http_uri()Dan Winship2-77/+55
2012-12-10SoupRequest: add soup_request_disable_feature()Dan Winship1-51/+75
2012-12-10SoupRequestHTTP: mirror SoupMessage fields/APIDan Winship3-27/+21
2012-12-10Move SoupRequester API into SoupSession, declare SoupRequest stableDan Winship7-96/+71
2012-12-10SoupSession: allow creating a "plain" SoupSession for use with new APIsDan Winship1-19/+44
2012-12-09tests/uri-parsing: check empty username/passwordDan Winship1-0/+5
2012-12-04Better handle the failure of URI embedded credentialsMartin Robinson1-1/+4
2012-12-04tests: fix a few bugsDan Winship2-6/+8
2012-12-04tests/simple-httpd: use GMappedFile rather than mmapDan Winship1-45/+12
2012-11-17SoupLogger: fix printing of Host header with IPv6 literalDan Winship1-1/+29