summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
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
2012-07-13Clean up includesDan Winship32-418/+132
2012-07-13Remove an unnecessary old demo program that doesn't work any moreDan Winship2-155/+0
2012-07-13requester-test: fix some debug printfsDan Winship1-2/+2
2012-07-10SoupCookie: ignore values on httponly and secure attributesDan Winship1-2/+110
2012-07-10Fix cookies-test.c indentationDan Winship1-52/+52
2012-06-14soup-tld: added soup_tld_* utilsSergio Villar Senin2-0/+134
2012-06-06tests/date: Fix compiler warningColin Walters1-2/+2
2012-05-27proxy-test: unskip accidentally skipped testsDan Winship1-1/+0
2012-05-24Fix the handling of trailing junk with Content-EncodingDan Winship1-32/+271
2012-05-15Correctly handle unsuccessful CONNECTs via request APIDan Winship1-59/+76