summaryrefslogtreecommitdiff
path: root/tests/test-utils.c
Commit message (Expand)AuthorAgeFilesLines
* Do not wait for the next loop iteration to unqueue async itemsCarlos Garcia Campos2023-02-031-10/+0
* tests: use SoupServer instead of quart for HTTP/2 testsCarlos Garcia Campos2022-08-121-71/+3
* test-utils: Save Apache server root during initializationSimon McVittie2022-01-011-3/+10
* test-utils: Log Apache argumentsSimon McVittie2022-01-011-0/+15
* Do not allow to queue the same message twiceCarlos Garcia Campos2021-06-111-7/+9
* Do not use the send operation cancellable after send completesCarlos Garcia Campos2021-06-011-1/+5
* tests: allow to run the http2 tests from the test executableCarlos Garcia Campos2021-05-161-1/+1
* Add initial HTTP2 backendPatrick Griffis2021-05-161-0/+71
* tests: add soup_test_build_filename_abs()Carlos Garcia Campos2021-05-121-8/+37
* Stop using emacs indent-tabs-modeCarlos Garcia Campos2021-03-181-1/+1
* tests: add a test to check soup_session_get_async_result_message() with soup_...Carlos Garcia Campos2021-03-181-1/+3
* logger: re-add support for logging request/response bodiesDaniel Kolesa2021-03-091-1/+1
* Add a method to override the remote connection.Robert Ancell2021-03-051-1/+53
* session: add soup_session_get_async_result_messagecarlosgc/async-result-messageCarlos Garcia Campos2021-03-041-0/+2
* session: add soup_session_send_and_read APIscarlosgc/send_and_readCarlos Garcia Campos2021-03-031-49/+6
* session: add public getters and setters for the SoupSession propertiesCarlos Garcia Campos2021-02-231-3/+1
* tests: Use TAP format for all outputPatrick Griffis2020-12-181-0/+7
* Support running tests without ipv6Patrick Griffis2020-11-261-2/+7
* 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