summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
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
2012-05-15Test caseSergio Villar Senin1-1/+95
2012-05-15soup-message-io: keep cancellable alive for duration of io_run_untilDan Winship1-1/+17
2012-05-03Fix a few recent request API bugs, add some more testsDan Winship1-3/+359
2012-05-02requester-test: add an early-cancellation testDan Winship1-44/+144
2012-04-28tests/get: use GProxyResolverDefaultDan Winship1-15/+2
2012-04-17tests: add some more SoupRequester-based testsDan Winship2-25/+303
2012-04-17soup-message-io: use gio streams rather than SoupSocketDan Winship2-14/+13
2012-04-17Add gettext supportDan Winship1-0/+2
2012-04-11soup-session: unpause messages when cancelling themDan Winship1-0/+25
2012-04-10soup-session: fix up TLS/SSL property interactionsDan Winship1-1/+160
2012-03-04Use G_GNUC_BEGIN_IGNORE_DEPRECATIONS (where available)Dan Winship3-0/+14
2012-03-04connection-test, requester-test: test non-persistent connectionsDan Winship2-11/+143
2012-03-04tests: split connection-test out of misc-testDan Winship3-482/+523
2012-02-27requester-test: add some more testsDan Winship1-23/+124
2012-02-25SoupURI: fix fallback handling of soup_uri_set_path(uri, NULL)Dan Winship1-1/+51
2012-02-24SoupAuthManagerNTLM: fix don't-fallback-to-Basic codeDan Winship1-42/+90
2012-02-13SoupSessionAsync: don't queue idles from dispose()Dan Winship1-0/+33