summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
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
2012-11-02connection-test: make it not require access to private SoupConnection symbolsDan Winship1-6/+3
2012-11-02soup-multipart-input-stream: belatedly add .h file to soup.hDan Winship1-6/+0
2012-10-31tests: fix some race conditionsDan Winship2-4/+12
2012-10-29soup_header_parse_param_list: return empty GHashTable instead of NULLDan Winship1-6/+1
2012-10-22tests: add support for Apache 2.4Dan Winship4-7/+310
2012-10-22Remove now-unnecessary g_type_init() callsDan Winship5-7/+0
2012-10-20soup-request: Add support to handle gresource URI requestsCarlos Garcia Campos3-9/+322
2012-10-16soup-auth-manager-ntlm.c: don't include the default domain in the responseDan Winship1-1/+1
2012-08-25SoupConnection: fix up ::event signal emissionsDan Winship1-0/+116
2012-08-25SoupConnection: fix up states during connectionDan Winship1-0/+133
2012-08-20Add missing file for last commitGustavo Noronha Silva1-0/+617
2012-08-20Add SoupMultipartInputStream for handling multipart responsesGustavo Noronha Silva1-0/+3
2012-08-11valgrindageDan Winship7-4/+90
2012-08-10tests: parallelize proxy-test to make it fasterDan Winship3-7/+67
2012-08-07SoupTLD: fix a regression in soup_tld_is_public_suffix()Sergio Villar Senin1-32/+53
2012-08-06soup-xmlrpc: fix parsing of <methodCall> without <params>Dan Winship3-19/+104
2012-08-06Add a simple regression test for unbound socketsSimon McVittie2-0/+116
2012-08-06tld-test: update for changes to TLD dataDan Winship1-7/+7
2012-07-26Fix building with MinGW compilerPaweł Forysiuk3-0/+12
2012-07-25test-utils: simplify the SoupRequest test utils a bitDan Winship8-83/+58
2012-07-24SoupSessionAsync: fix handling of timed-out SoupRequestsDan Winship1-21/+186
2012-07-17SoupConverterWrapper: handle empty "compressed" responsesDan Winship1-2/+47
2012-07-17soup_uri_normalize: more fixesDan Winship1-0/+48
2012-07-16soup-tld: do not consider non suffixed domains as publicDan Winship1-11/+14
2012-07-13Fix the retry-on-broken-connection codepath for SoupRequestDan Winship1-3/+119
2012-07-13Add some test-utils helpers for async SoupRequest usageDan Winship6-119/+115