summaryrefslogtreecommitdiff
path: root/tests/test-utils.c
Commit message (Expand)AuthorAgeFilesLines
* tests: Separate out soup_test_server_run_in_thread()Philip Chimento2020-11-211-11/+17
* logger: Remove SOUP_LOGGER_LOG_BODYCarlos Garcia Campos2020-11-201-2/+2
* uri-utils: add soup_uri_copy()Carlos Garcia Campos2020-11-201-18/+0
* Stop using soup_session_cancel_message() in testsCarlos Garcia Campos2020-11-151-57/+16
* Remove non-HTTP SoupStatus valuesCarlos Garcia Campos2020-11-151-16/+28
* Replace SoupURI with GUriPatrick Griffis2020-11-141-11/+29
* Remove type argument from soup_test_session_new()Patrick Griffis2020-11-061-5/+3
* Make SoupMessage a private and final typePatrick Griffis2020-10-281-1/+1
* Remove property aliasesPatrick Griffis2020-10-281-2/+2
* tests: stop using SoupRequest API in testsCarlos Garcia Campos2020-10-261-19/+21
* session: add io priority parameter to soup_session_send_async()Carlos Garcia Campos2020-10-261-1/+2
* session: remove soup_session_queue_message and soup_session_send_messagecarlosgc/remove-old-apiCarlos Garcia Campos2020-09-301-26/+0
* tests: stop using soup_session_send_message in testsCarlos Garcia Campos2020-09-301-0/+40
* tests: stop using soup_session_queue_message in testsCarlos Garcia Campos2020-09-301-7/+62
* Replace SoupBuffer with GBytesPatrick Griffis2020-09-191-12/+6
* tests: More removal of deprecated async sessionPatrick Griffis2020-09-191-0/+23
* Delete SoupSessionSyncPatrick Griffis2020-09-191-40/+8
* Reorganize source treePatrick Griffis2020-09-191-0/+1
* tests: ensure we use an absolute path for apache server root parameterCarlos Garcia Campos2020-09-161-0/+7
* tests: check for curl at runtimeRoss Burton2020-05-061-0/+13
* test-utils: Clarify meaning of an environment variableSimon McVittie2020-03-111-1/+3
* test-utils: ensure we always provide an absolute path to g_tls_file_database_newCarlos Garcia Campos2019-06-171-1/+5
* test-utils: Fix uninitialized value issue found by Coverity Scan and clangMilan Crha2018-06-251-2/+4
* libsoup: Fix some old-style function declarationsPhilip Withnall2015-04-271-1/+1
* tests: fix when building without glib-networking availableDan Winship2015-03-031-13/+15
* tests: plug leaks, update libsoup.suppDan Winship2015-03-021-8/+38
* test-utils: fix some bugs with SOUP_TEST_SERVER_NO_DEFAULT_LISTENERDan Winship2015-03-011-13/+8
* tests: update to handle G_PARAM_DEPRECATED warnings in new glibDan Winship2014-07-221-2/+13
* tests: fix a mutex-handling bug exposed by new glibDan Winship2014-07-221-0/+1
* tests: port old tests to new SoupServer APIs, add some new testsDan Winship2014-05-021-46/+188
* tests: use g_test_bug() to annotate test casesDan Winship2014-03-151-0/+1
* test-utils: change http_debug command-line flagDan Winship2014-03-091-1/+1
* tests: use TAP, and install the testsDan Winship2014-02-081-25/+55
* tests: Add resources/* to soup-test.gresource, add utility functionsDan Winship2014-02-081-0/+67
* tests: initial port to the gtestutils frameworkDan Winship2014-02-081-49/+28
* tests: ignore proxy settingsDan Winship2014-01-071-0/+1
* test-utils: bump up debug_level when running under "make check"Dan Winship2013-11-101-0/+3
* Fix soup_client_input_stream_close to not blockDan Winship2013-09-291-0/+33
* test-utils: set GSETTINGS_BACKEND=memoryDan Winship2013-09-291-0/+1
* misc-test: add a test that preemptively cancelling a SoupRequest worksDan Winship2013-07-131-0/+2
* tests: fix a memory leakDan Winship2013-05-151-2/+3
* tests: [CENSORED] [CENSORED] automake [CENSORED]Dan Winship2013-02-191-0/+3
* cache-test: added a new cancellation testSergio Villar Senin2013-02-181-0/+10
* test-utils: Added SOUP_TEST_REQUEST_CANCEL_IMMEDIATE flagSergio Villar Senin2013-02-181-1/+2
* test-utils: add cancellation support to soup_test_request_sendSergio Villar Senin2013-02-121-3/+77
* Remove now-unnecessary g_type_init() callsDan Winship2012-10-221-1/+0
* tests: parallelize proxy-test to make it fasterDan Winship2012-08-101-0/+7
* test-utils: simplify the SoupRequest test utils a bitDan Winship2012-07-251-30/+37
* Add some test-utils helpers for async SoupRequest usageDan Winship2012-07-131-0/+59
* Clean up includesDan Winship2012-07-131-19/+14