summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 3.1.1 (dev)3.1.1Patrick Griffis2022-06-302-1/+21
* http2: handle the case of last stream id being max int32 in goawayCarlos Garcia Campos2022-06-301-0/+3
* connection: do not advertise h2 protocol for proxy connectionsCarlos Garcia Campos2022-06-291-1/+2
* http2: fix runtime warnings when request fails due to IO errorCarlos Garcia Campos2022-06-281-1/+29
* Fix typo in docsMichael Catanzaro2022-06-241-1/+1
* Fix typos in debug messagesMichael Catanzaro2022-06-221-3/+3
* docs: third party session features are no longer possibleCarlos Garcia Campos2022-06-211-3/+0
* docs: fix section about thread safety in migration guideCarlos Garcia Campos2022-06-201-3/+4
* session: remove the asserts to ensure session is disposed in the same thread ...Carlos Garcia Campos2022-06-081-4/+0
* Move http-1-1-required test from http2-test to connection-testCarlos Garcia Campos2022-06-082-39/+40
* docs: add a section about thread safetyCarlos Garcia Campos2022-06-083-0/+44
* connection: attach the idle timeout source to the session contextCarlos Garcia Campos2022-06-084-18/+40
* session: remove the features cacheCarlos Garcia Campos2022-06-081-17/+1
* Use GWeakRef instead of g_object_add_weak_pointer()Carlos Garcia Campos2022-06-089-95/+187
* logger: remove soup_logger_request_body_setup()Carlos Garcia Campos2022-06-083-69/+8
* logger: make SoupLogger thread safeCarlos Garcia Campos2022-06-081-1/+31
* hsts: Make SoupHSTSEnforcer thread safeCarlos Garcia Campos2022-06-081-5/+21
* cookies: make SoupCookieJar thread safeCarlos Garcia Campos2022-06-082-2/+119
* cache: make SoupCache thread safeCarlos Garcia Campos2022-06-082-5/+285
* tests: add test to check requests from multiple threadsCarlos Garcia Campos2022-06-082-0/+552
* http2: make message IO thread safeCarlos Garcia Campos2022-06-086-25/+96
* http2: do not perform sync IO when body stream needs more dataCarlos Garcia Campos2022-06-082-3/+5
* connection-manager: protect connections handling with a mutexCarlos Garcia Campos2022-06-082-46/+125
* connection: make state and in_use member atomicsCarlos Garcia Campos2022-06-081-22/+23
* auth-manager: Add a mutex to protect accessing the auth hostsCarlos Garcia Campos2022-06-081-2/+34
* session: make message queue handling thread safeCarlos Garcia Campos2022-06-085-22/+172
* Move connection handling from SoupSession to new object SoupConnectionManagerCarlos Garcia Campos2022-06-086-519/+570
* session: remove unsused num_messages from SoupSessionHostCarlos Garcia Campos2022-06-081-10/+0
* http2: remove Host and Connection headers from request after a redirect from ...Carlos Garcia Campos2022-06-071-2/+6
* Add Georgian translationZurab Kargareteli2022-06-062-0/+194
* http2: move debug message about request body data read after early returnCarlos Garcia Campos2022-06-021-2/+2
* soup-auth-manager: remove authenticate signalCarlos Garcia Campos2022-06-011-34/+0
* auth-test: add a test to check bad password given for a sync requestCarlos Garcia Campos2022-06-011-0/+37
* soup-auth-manager: SoupAuthNTLM has no 'host' propertyMilan Crha2022-05-241-1/+4
* docs: Update soup_server_listen() to be more clearPatrick Griffis2022-05-231-1/+1
* ssl-test: test the peer certificate existsIgnacio Casal Quinteiro2022-05-171-1/+24
* server-message: proxy the peer-certificate and peer-certificate-errorsIgnacio Casal Quinteiro2022-05-174-0/+201
* negotiate: add link to RFC 4559Michael Catanzaro2022-05-061-1/+2
* negotiate: don't print warnings if response is HTTP 200Michael Catanzaro2022-05-061-3/+14
* negotiate: don't request mutual authenticationMichael Catanzaro2022-05-061-1/+1
* http2: read the request body stream synchronously for sync requestsCarlos Garcia Campos2022-05-061-0/+25
* Make sure we don't reuse a http/1 idle connection when http/2 is forcedCarlos Garcia Campos2022-05-032-1/+56
* http2: handle HTTP_1_1_REQUIRED stream errorCarlos Garcia Campos2022-04-223-1/+52
* message: make it possible to force http/2 tooCarlos Garcia Campos2022-04-224-35/+50
* tests: add support for apache http/2 moduleCarlos Garcia Campos2022-04-223-3/+14
* tests: remove support for apache php moduleCarlos Garcia Campos2022-04-223-17/+2
* soup-auth-ntlm: Fix a memory leakMilan Crha2022-04-221-0/+3
* docs: Add Carlos to authorsPatrick Griffis2022-04-141-1/+1
* docs: Fix extraneous *Patrick Griffis2022-04-141-1/+1
* build: Handle docs being built without introspectionPatrick Griffis2022-04-142-3/+11