summaryrefslogtreecommitdiff
path: root/tests/test-utils.c
Commit message (Expand)AuthorAgeFilesLines
* test-utils: fix some bugs with SOUP_TEST_SERVER_NO_DEFAULT_LISTENERDan Winship2014-06-081-13/+8
* 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
* Add gettext supportDan Winship2012-04-171-0/+2
* Require glib 2.31 and update to new thread APIsDan Winship2011-12-011-2/+1
* remove unnecessary libgthread referencesDan Winship2011-10-261-1/+0
* tests: update the test ssl keyDan Winship2011-09-191-1/+0
* Add glib-networking to the MISSING_REGRESSION_TEST_PACKAGES checksDan Winship2010-12-101-1/+5
* Allow calling soup_test_server_new() multiple times in test programsDan Winship2010-06-111-33/+30
* plug a small leak in test-utilsDan Winship2010-05-161-0/+1
* Don't bind to public interfaces for tests.Dan Winship2010-03-131-1/+6
* Add SOUP_SESSION_SSL_STRICT, to control whether SSL cert errors are fatalDan Winship2010-02-211-0/+5
* Add an "expect_warning" variable to the test frameworkDan Winship2009-04-191-2/+9
* Add a regression test for SOUP_SESSION_TIMEOUTDan Winship2009-04-181-2/+27
* add some more warning CFLAGS, inspired by Benjamin Otte's blog post,Dan Winship2008-12-231-3/+3
* don't remove the item from the queue here; it should already have happenedDan Winship2008-11-031-0/+11
* store the GSource in priv, don't ref the session. Otherwise the sessionDan Winship2008-09-301-10/+33
* Add this to schedule a callback in a GMainContext "right away", as opposedDan Winship2008-07-261-2/+2
* New interface type representing a feature that can be added to aDan Winship2008-04-081-4/+2
* Misc fixes noticed by "sparse" or by running gcc with additionalDan Winship2008-04-051-2/+3
* g_thread_init should be called before any other glib function.Xan Lopez2008-03-131-1/+1
* Merge libsoup-2.4 branch to trunkDan Winship2008-01-151-0/+284