summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* cookie-jar: Fix valid Secure cookies being rejectedpgriffis/cookies-loggingPatrick Griffis2023-01-221-34/+60
* Post-release bumpPatrick Griffis2023-01-201-1/+1
* Release 3.3.03.3.0Patrick Griffis2023-01-201-0/+33
* websocket-test: Fix minor warningsPatrick Griffis2023-01-201-3/+1
* 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-193-4/+92
* cookies: Add support for cookie prefixesSiwei Li2023-01-162-0/+80
* CI: Generate coverage reportsPatrick Griffis2023-01-163-3/+7
* docs: Run gtkdoc-rebase to fix relative glib linksPatrick Griffis2023-01-171-0/+1
* ci: Add gtk-doc to imagePatrick Griffis2023-01-173-2/+3
* docker: Workaround wsaccel 0.6.4 not installingPatrick Griffis2023-01-171-1/+2
* docs: Add robots.txtPatrick Griffis2023-01-172-1/+6
* CI: Fix showing test results in gitlabPatrick Griffis2023-01-161-1/+5
* docs: Fix dependency namesCorey Berla2023-01-161-1/+1
* SameSite=None cookies should be rejected unless the Secure attribute is set.Siwei Li2023-01-142-3/+13
* 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-116-16/+90
* soup_uri_copy: Don't retain default ports when copyingPatrick Griffis2023-01-092-1/+36
* Update Belarusian translationVasil Pupkin2023-01-091-91/+105
* 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-143-95/+256
* server-connection: fix dep cycle and connection leakBiagioFesta2022-12-131-0/+1
* cookie: Change default same-site value to LaxAmanda2022-11-284-10/+22
* soupWebsocket: don't add the protocols header if it would be emptyLukáš Tyrychtr2022-11-242-4/+63
* soup-multipart.c: add missing (nullable) annotationsVal Och2022-11-201-2/+2
* cookie: Simplify same-site-policy propertyPatrick Griffis2022-11-181-7/+4
* 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
* 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-104-5/+8
* server: close http/2 connection after io error or goaway receivedCarlos Garcia Campos2022-11-102-14/+43
* server: do not leak idle connections closed by the clientCarlos Garcia Campos2022-11-084-14/+53
* 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-182-19/+38
* 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-132-6/+44
* http2: do not retry a message if connection never completed a requestCarlos Garcia Campos2022-10-131-0/+3
* context-test: use send and read APICarlos Garcia Campos2022-10-121-12/+12