summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* session: handle request cancellation earlierHEADmastercarlosgc/early-cancellationCarlos Garcia Campos2023-05-082-0/+80
* Revert "session: handle request cancellation earlier"Patrick Griffis2023-04-291-24/+0
* tests: Fix warnings about unused results from g_string_free()Philip Withnall2023-04-131-4/+10
* session: handle request cancellation earlierCarlos Garcia Campos2023-04-081-0/+24
* http1: fix crash when skipping respone stream with chunked encondingCarlos Garcia Campos2023-02-081-0/+69
* Do not wait for the next loop iteration to unqueue async itemsCarlos Garcia Campos2023-02-037-88/+8
* cookie-jar: Fix valid Secure cookies being rejectedPatrick Griffis2023-01-231-2/+9
* websocket-test: Fix minor warningsPatrick Griffis2023-01-201-3/+1
* cookie-jar: Reject cookies with control characters in name or valueSiwei Li2023-01-191-0/+49
* cookies: Add support for cookie prefixesSiwei Li2023-01-161-0/+60
* SameSite=None cookies should be rejected unless the Secure attribute is set.Siwei Li2023-01-141-3/+7
* message: add SoupMessage::got-body-data signalCarlos Garcia Campos2023-01-112-0/+32
* soup_uri_copy: Don't retain default ports when copyingPatrick Griffis2023-01-091-0/+10
* cookie: Change default same-site value to LaxAmanda2022-11-282-4/+8
* soupWebsocket: don't add the protocols header if it would be emptyLukáš Tyrychtr2022-11-241-0/+58
* tests: Explicitly test NULL path comparisionPatrick Griffis2022-11-151-2/+2
* cookie: Test for: Fix soup_cookie_equal() with NULL pathAmanda2022-11-151-0/+15
* server: handle the case of connection being disconnected while message is pausedCarlos Garcia Campos2022-11-103-3/+6
* 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
* http2: content-sniffed should be emitted even for resources with no contentCarlos Garcia Campos2022-10-181-16/+32
* http2: ensure connection is alive on IO finishedCarlos Garcia Campos2022-10-131-0/+38
* context-test: use send and read APICarlos Garcia Campos2022-10-121-12/+12
* server: ensure message socket is still available on websocket handlerCarlos Garcia Campos2022-10-111-0/+2
* Handle io errors on connect message while tunnelingCarlos Garcia Campos2022-10-111-1/+36
* http2: disable RFC 9113 header value validationCarlos Garcia Campos2022-10-091-0/+45
* Fix issues found by scan-buildPatrick Griffis2022-10-061-6/+7
* websocket: handle more invalid close codesCarlos Garcia Campos2022-09-281-4/+26
* tests: add new test to check new request on got-body reuses the connectionCarlos Garcia Campos2022-09-271-1/+156
* http2-test: add invalid header received testCarlos Garcia Campos2022-09-011-0/+41
* http2: retry messages that failed due to IO errorsCarlos Garcia Campos2022-08-311-13/+26
* http2: finish the message IO when request is cancelledCarlos Garcia Campos2022-08-301-6/+2
* server-test: ensure we unpause the message from the server threadCarlos Garcia Campos2022-08-121-1/+3
* tests: use SoupServer instead of quart for HTTP/2 testsCarlos Garcia Campos2022-08-125-315/+309
* server: deprecate soup_server_message_pause/unpause methodsCarlos Garcia Campos2022-08-124-21/+11
* server: make server clients be the connections and not the messagesCarlos Garcia Campos2022-08-121-6/+6
* server: split SoupSocket into SoupListener and SoupServerConnectionCarlos Garcia Campos2022-08-123-296/+22
* multithread-test: skip proxy tests if apache is not availableCarlos Garcia Campos2022-07-061-2/+11
* multithread-test: show error information in case of request failureCarlos Garcia Campos2022-07-061-2/+6
* Move http-1-1-required test from http2-test to connection-testCarlos Garcia Campos2022-06-082-39/+40
* cookies: make SoupCookieJar thread safeCarlos Garcia Campos2022-06-081-0/+87
* cache: make SoupCache thread safeCarlos Garcia Campos2022-06-081-0/+235
* tests: add test to check requests from multiple threadsCarlos Garcia Campos2022-06-082-0/+552
* Move connection handling from SoupSession to new object SoupConnectionManagerCarlos Garcia Campos2022-06-081-2/+2
* auth-test: add a test to check bad password given for a sync requestCarlos Garcia Campos2022-06-011-0/+37
* ssl-test: test the peer certificate existsIgnacio Casal Quinteiro2022-05-171-1/+24
* Make sure we don't reuse a http/1 idle connection when http/2 is forcedCarlos Garcia Campos2022-05-031-0/+55
* http2: handle HTTP_1_1_REQUIRED stream errorCarlos Garcia Campos2022-04-222-0/+43
* tests: add support for apache http/2 moduleCarlos Garcia Campos2022-04-221-1/+5
* tests: remove support for apache php moduleCarlos Garcia Campos2022-04-221-1/+0