summaryrefslogtreecommitdiff
path: root/tests/context-test.c
Commit message (Expand)AuthorAgeFilesLines
* context-test: use send and read APICarlos Garcia Campos2022-10-121-12/+12
* server: deprecate soup_server_message_pause/unpause methodsCarlos Garcia Campos2022-08-121-4/+2
* Stop using emacs indent-tabs-modeCarlos Garcia Campos2021-03-181-1/+1
* session: remove async-context propertyCarlos Garcia Campos2021-02-251-102/+37
* context-test: Skip flaky test under asanPatrick Griffis2020-12-011-1/+6
* test: Increase timeout for asan which slows it downPatrick Griffis2020-11-261-1/+1
* Replace SoupURI with GUriPatrick Griffis2020-11-141-3/+3
* Change soup_add_timeout() to transfer ownershipPatrick Griffis2020-11-131-1/+0
* Silence build warningPatrick Griffis2020-11-091-9/+6
* Remove type argument from soup_test_session_new()Patrick Griffis2020-11-061-6/+3
* session: add io priority parameter to soup_session_send_async()Carlos Garcia Campos2020-10-261-1/+1
* Split SoupMessage into client and server partscarlosgc/split-ioCarlos Garcia Campos2020-10-191-13/+20
* session: remove soup_session_queue_message and soup_session_send_messagecarlosgc/remove-old-apiCarlos Garcia Campos2020-09-301-2/+8
* tests: stop using soup_session_send_message in testsCarlos Garcia Campos2020-09-301-1/+3
* tests: stop using soup_session_queue_message in testsCarlos Garcia Campos2020-09-301-3/+8
* Remove SoupSessionAsyncPatrick Griffis2020-09-191-2/+0
* tests: More removal of deprecated async sessionPatrick Griffis2020-09-191-39/+19
* Reorganize source treePatrick Griffis2020-09-191-0/+1
* Remove deprecated SoupSession APIsPatrick Griffis2020-09-191-4/+3
* tests: fix a race in context-testMarc-André Lureau2015-02-211-4/+5
* tests: port old tests to new SoupServer APIs, add some new testsDan Winship2014-05-021-4/+6
* tests: remove debug_printf()s that are redundant with test namesDan Winship2014-03-151-14/+0
* tests: initial port to the gtestutils frameworkDan Winship2014-02-081-51/+33
* Clean up includesDan Winship2012-07-131-18/+0
* Require glib 2.31 and update to new thread APIsDan Winship2011-12-011-18/+12
* context-test: fix cleanup code to avoid a crashDan Winship2011-11-121-4/+5
* Add SoupSession:use-thread-contextDan Winship2011-11-081-24/+156
* Allow calling soup_test_server_new() multiple times in test programsDan Winship2010-06-111-0/+1
* Bug 576583 - Tests fail if "localhost" resolves to ::1Dan Winship2009-03-271-1/+1
* store the GSource in priv, don't ref the session. Otherwise the sessionDan Winship2008-09-301-4/+2
* Misc fixes noticed by "sparse" or by running gcc with additionalDan Winship2008-04-051-3/+3
* Merge libsoup-2.4 branch to trunkDan Winship2008-01-151-151/+63
* don't leak the async_contextDan Winship2007-11-211-0/+366