summaryrefslogtreecommitdiff
path: root/tests/server-test.c
Commit message (Expand)AuthorAgeFilesLines
* server: close http/2 connection after io error or goaway receivedCarlos Garcia Campos2022-11-101-0/+13
* server: do not leak idle connections closed by the clientCarlos Garcia Campos2022-11-081-0/+29
* server-test: ensure we unpause the message from the server threadCarlos Garcia Campos2022-08-121-1/+3
* server: deprecate soup_server_message_pause/unpause methodsCarlos Garcia Campos2022-08-121-7/+5
* test: add test about invalid percent encoding pathsIgnacio Casal Quinteiro2022-01-311-0/+24
* message: rename options-ping property as is-options-pingCarlos Garcia Campos2021-03-291-10/+6
* Make soup_message_set_http_version() privatePatrick Griffis2021-03-251-0/+1
* Stop using emacs indent-tabs-modeCarlos Garcia Campos2021-03-181-1/+1
* Use g_memory_output_stream_new_resizable()Patrick Griffis2021-03-051-1/+1
* session: add soup_session_send_and_read APIscarlosgc/send_and_readCarlos Garcia Campos2021-03-031-3/+3
* Remove http and https aliases supportCarlos Garcia Campos2021-02-111-104/+0
* tests: Use TAP format for all outputPatrick Griffis2020-12-181-2/+2
* Update soup.h removing private headersPatrick Griffis2020-12-011-0/+1
* Support running tests without ipv6Patrick Griffis2020-11-261-23/+6
* tests: Add convenient soup_test_assert_handled_by()Philip Chimento2020-11-211-10/+3
* Stop using soup_session_cancel_message() in testsCarlos Garcia Campos2020-11-151-8/+8
* Remove non-HTTP SoupStatus valuesCarlos Garcia Campos2020-11-151-8/+8
* Restore ability to send/recv `OPTIONS *` messagesPatrick Griffis2020-11-141-8/+10
* Replace SoupURI with GUriPatrick Griffis2020-11-141-64/+66
* Remove type argument from soup_test_session_new()Patrick Griffis2020-11-061-13/+12
* Make SoupMessage a private and final typePatrick Griffis2020-10-281-5/+5
* Remove property aliasesPatrick Griffis2020-10-281-3/+3
* Split SoupMessage into client and server partscarlosgc/split-ioCarlos Garcia Campos2020-10-191-82/+106
* server-test: Fix crash on cleanupPatrick Griffis2020-10-081-1/+0
* server-test: Handle do_fd_import_test() being flakyPatrick Griffis2020-10-081-4/+2
* Stop using soup_message_set_requestCarlos Garcia Campos2020-10-081-1/+2
* tests: stop using soup_session_send_message in testsCarlos Garcia Campos2020-09-301-21/+26
* tests: stop using soup_session_queue_message in testsCarlos Garcia Campos2020-09-301-10/+24
* Replace SoupBuffer with GBytesPatrick Griffis2020-09-191-7/+5
* Rename soup_client_context_get_gsocket to soup_client_context_get_socketPatrick Griffis2020-09-191-1/+1
* Delete SoupSocket::fd and all fd exposing APIsPatrick Griffis2020-09-191-1/+1
* tests: More removal of deprecated async sessionPatrick Griffis2020-09-191-14/+14
* Remove deprecated SoupSessionAsync usagePatrick Griffis2020-09-191-5/+5
* Remove deprecated proxy APIsPatrick Griffis2020-09-191-3/+9
* SoupServer: fix to not allow smuggling ".." into pathIgnacio Casal Quinteiro2019-09-111-0/+66
* 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