summaryrefslogtreecommitdiff
path: root/tests/server-test.c
Commit message (Expand)AuthorAgeFilesLines
* Don't use C++ comments as libsoup uses C89Tomas Popela2017-11-161-1/+1
* tests: fix when building without glib-networking availableDan Winship2015-03-031-1/+3
* tests: plug leaks, update libsoup.suppDan Winship2015-03-021-2/+7
* soup-server: add soup_client_context_steal_connection()Dan Winship2015-03-011-0/+249
* soup-server: add "early" handlersDan Winship2015-03-011-0/+205
* tests: rewrite server-test a bitDan Winship2015-03-011-100/+117
* soup-server: fix return status on server errorDan Winship2015-03-011-0/+97
* tests: add /server/accept/iostreamMarc-André Lureau2015-02-211-0/+139
* tests: fix small leaks in server-testMarc-André Lureau2015-02-211-0/+2
* tests: port old tests to new SoupServer APIs, add some new testsDan Winship2014-05-021-26/+334
* tests: use g_test_bug() to annotate test casesDan Winship2014-03-151-0/+8
* tests: remove debug_printf()s that are redundant with test namesDan Winship2014-03-151-8/+0
* tests: initial port to the gtestutils frameworkDan Winship2014-02-081-78/+30
* SoupServer: add :http-aliases and :https-aliases propertiesDan Winship2013-08-261-2/+128
* server-test: split SoupServer-specific tests out of misc-testDan Winship2013-08-261-0/+251