summaryrefslogtreecommitdiff
path: root/libsoup
Commit message (Expand)AuthorAgeFilesLines
* soup-message: Publicize API to force HTTP/1 version for sendingMilan Crha2023-01-202-0/+44
* soup-connection-manager: Read 'SOUP_FORCE_HTTP1' environment variable only onceMilan Crha2023-01-201-1/+5
* connection-manager: free unused hosts always in the session contextCarlos Garcia Campos2023-01-201-12/+35
* cookies: Only consider space and tab as whitespaceSiwei Li2023-01-191-9/+7
* cookie-jar: Reject cookies with control characters in name or valueSiwei Li2023-01-192-4/+43
* cookies: Add support for cookie prefixesSiwei Li2023-01-161-0/+20
* SameSite=None cookies should be rejected unless the Secure attribute is set.Siwei Li2023-01-141-0/+6
* message: fix critical when trying to create a message from invalid URIGuillaume Desmottes2023-01-121-1/+1
* message: add SoupMessage::got-body-data signalCarlos Garcia Campos2023-01-114-16/+58
* soup_uri_copy: Don't retain default ports when copyingPatrick Griffis2023-01-091-1/+26
* soup-connection-auth: Add thread safety around 'conns' hash tableMilan Crha2023-01-021-3/+13
* session: add soup_session_send_and_splice() and soup_session_send_and_splice_...Carlos Garcia Campos2022-12-142-57/+224
* server-connection: fix dep cycle and connection leakBiagioFesta2022-12-131-0/+1
* cookie: Change default same-site value to LaxAmanda2022-11-282-6/+14
* soupWebsocket: don't add the protocols header if it would be emptyLukáš Tyrychtr2022-11-241-4/+5
* soup-multipart.c: add missing (nullable) annotationsVal Och2022-11-201-2/+2
* cookie: Simplify same-site-policy propertyPatrick Griffis2022-11-181-7/+4
* cookie: Fix soup_cookie_equal() with NULL pathPatrick Griffis2022-11-141-1/+1
* Fix typo in soup-message-metrics.cwi24rd2022-11-111-1/+1
* server: handle the case of connection being disconnected while message is pausedCarlos Garcia Campos2022-11-101-2/+2
* server: close http/2 connection after io error or goaway receivedCarlos Garcia Campos2022-11-101-14/+30
* server: do not leak idle connections closed by the clientCarlos Garcia Campos2022-11-083-14/+24
* server: return early from io_run if server io doesn't match after io_run_until()Carlos Garcia Campos2022-10-211-0/+8
* server: SoupServerConnection is leaked after being stolenCarlos Garcia Campos2022-10-212-1/+2
* server-connection: Ensure we clean up the socketJan Alexander Steffens (heftig)2022-10-211-3/+5
* http2: content-sniffed should be emitted even for resources with no contentCarlos Garcia Campos2022-10-181-3/+6
* http2: return early from data source callack if data is NULLCarlos Garcia Campos2022-10-171-0/+9
* server-connection: attach a ref of the socket to io stream on stealCarlos Garcia Campos2022-10-141-2/+3
* session: do not kick the queue if there isn't any async itemCarlos Garcia Campos2022-10-141-0/+10
* session: create the queue sources when the first async item is queuedCarlos Garcia Campos2022-10-141-8/+8
* session: do not add queue sources for sync itemsCarlos Garcia Campos2022-10-141-0/+6
* session: use a weak ref of session in SoupMessageQueueSourceCarlos Garcia Campos2022-10-141-8/+19
* session: remove unused disposed memberCarlos Garcia Campos2022-10-141-3/+0
* http2: ensure connection is alive on IO finishedCarlos Garcia Campos2022-10-131-6/+6
* http2: do not retry a message if connection never completed a requestCarlos Garcia Campos2022-10-131-0/+3
* server: ensure message socket is still available on websocket handlerCarlos Garcia Campos2022-10-113-14/+13
* Handle io errors on connect message while tunnelingCarlos Garcia Campos2022-10-112-5/+9
* soup-session: Fix memory free of reversed GListMilan Crha2022-10-101-1/+3
* http2: disable RFC 9113 header value validationCarlos Garcia Campos2022-10-091-0/+27
* websocket: handle more invalid close codesCarlos Garcia Campos2022-09-281-1/+13
* doc: fix SoupMessage::got-body documentationCarlos Garcia Campos2022-09-281-5/+1
* http2: return early from several callbacks after cancellationCarlos Garcia Campos2022-09-261-20/+31
* http2: always try to write before every readCarlos Garcia Campos2022-08-311-0/+6
* http2: Handle all http2 errors on stream closeCarlos Garcia Campos2022-08-311-6/+24
* http2: retry messages that failed due to IO errorsCarlos Garcia Campos2022-08-311-4/+22
* server: make sure we don't call nghttp2 IO functions from callbacksCarlos Garcia Campos2022-08-311-2/+38
* http2: mark IO as shutting down before processing async pending messagesCarlos Garcia Campos2022-08-311-2/+2
* http2: set the IO error for sync requests tooCarlos Garcia Campos2022-08-311-4/+6
* http2: finish the async close task in case of IO errorCarlos Garcia Campos2022-08-311-0/+5
* http2: handle connection terminated unexpectedly error when readingCarlos Garcia Campos2022-08-312-2/+23