summaryrefslogtreecommitdiff
path: root/tests/misc-test.c
Commit message (Expand)AuthorAgeFilesLines
* Do not wait for the next loop iteration to unqueue async itemsCarlos Garcia Campos2023-02-031-22/+0
* server: handle the case of connection being disconnected while message is pausedCarlos Garcia Campos2022-11-101-1/+2
* tests: add new test to check new request on got-body reuses the connectionCarlos Garcia Campos2022-09-271-1/+156
* server: deprecate soup_server_message_pause/unpause methodsCarlos Garcia Campos2022-08-121-5/+2
* Move connection handling from SoupSession to new object SoupConnectionManagerCarlos Garcia Campos2022-06-081-2/+2
* headers: Ensure untrusted header values are UTF-8Patrick Griffis2021-07-241-0/+39
* Improve support for rfc 7230Ignacio Casal Quinteiro2021-07-231-0/+73
* Do not allow to queue the same message twiceCarlos Garcia Campos2021-06-111-0/+53
* tests: fix memory leaks in several testsCarlos Garcia Campos2021-06-111-4/+13
* Wait until IO finished before re-starting a requestCarlos Garcia Campos2021-06-111-0/+40
* Do not use the send operation cancellable after send completesCarlos Garcia Campos2021-06-011-0/+67
* message: add API to get the remote address of a SoupMessageCarlos Garcia Campos2021-04-301-0/+40
* Add soup_message_get_connection_id() APIPatrick Griffis2021-04-091-0/+35
* Stop using emacs indent-tabs-modeCarlos Garcia Campos2021-03-181-1/+1
* session: add soup_session_send_and_read APIscarlosgc/send_and_readCarlos Garcia Campos2021-03-031-2/+2
* Remove http and https aliases supportCarlos Garcia Campos2021-02-111-96/+3
* Stop using soup_session_cancel_message() in testsCarlos Garcia Campos2020-11-151-23/+26
* Remove non-HTTP SoupStatus valuesCarlos Garcia Campos2020-11-151-40/+28
* Replace SoupURI with GUriPatrick Griffis2020-11-141-35/+31
* Change soup_add_timeout() to transfer ownershipPatrick Griffis2020-11-131-2/+4
* message: add convenient API to add, remove and query flagsCarlos Garcia Campos2020-11-071-0/+58
* Remove type argument from soup_test_session_new()Patrick Griffis2020-11-061-20/+14
* Remove properties that behave as functionspgriffis/remove-property-functionsPatrick Griffis2020-11-051-1/+1
* Make SoupMessage a private and final typePatrick Griffis2020-10-281-5/+5
* tests: stop using soup_session_pause/unpause_message in testsCarlos Garcia Campos2020-10-281-104/+0
* Move authenticate signal from SoupSession to SoupMessageCarlos Garcia Campos2020-10-281-6/+12
* Remove property aliasesPatrick Griffis2020-10-281-5/+5
* tests: stop using SoupRequest API in testsCarlos Garcia Campos2020-10-261-206/+4
* session: add io priority parameter to soup_session_send_async()Carlos Garcia Campos2020-10-261-6/+6
* tests: stop using SoupSession::connection-created in testsCarlos Garcia Campos2020-10-231-21/+17
* Split SoupMessage into client and server partscarlosgc/split-ioCarlos Garcia Campos2020-10-191-17/+25
* session: make soup_session_steal_connection staticCarlos Garcia Campos2020-10-051-184/+0
* session: remove soup_session_queue_message and soup_session_send_messagecarlosgc/remove-old-apiCarlos Garcia Campos2020-09-301-4/+0
* tests: stop using soup_session_send_message in testsCarlos Garcia Campos2020-09-301-14/+19
* tests: stop using soup_session_queue_message in testsCarlos Garcia Campos2020-09-301-24/+55
* Remove legacy "*" alias supportPatrick Griffis2020-09-191-8/+0
* Make soup_session_steal_connection() privatePatrick Griffis2020-09-191-0/+1
* Remove SoupSessionAsyncPatrick Griffis2020-09-191-7/+0
* tests: More removal of deprecated async sessionPatrick Griffis2020-09-191-69/+24
* Remove deprecated SoupSessionAsync usagePatrick Griffis2020-09-191-34/+7
* Make more APIs privatePatrick Griffis2020-09-191-0/+1
* add limit on maximum header size to avoid DOS (bug #792173)Michele Dionisio2018-02-091-0/+33
* tests: plug leaks, update libsoup.suppDan Winship2015-03-021-9/+24
* Add SoupMessage::starting signalCarlos Garcia Campos2015-03-021-7/+15
* soup-session: add soup_session_steal_connection()Dan Winship2015-03-011-0/+168
* tests/misc-tests: add a test for previous fixDan Winship2015-02-271-0/+69
* tests: port old tests to new SoupServer APIs, add some new testsDan Winship2014-05-021-35/+19
* tests: use g_test_bug() to annotate test casesDan Winship2014-03-151-4/+26
* tests: remove debug_printf()s that are redundant with test namesDan Winship2014-03-151-25/+0
* tests: split up some test programs into more testsDan Winship2014-03-151-2/+18