summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 3.0.83.0.8libsoup-3-0Patrick Griffis2022-09-022-2/+7
* http2: always try to write before every readCarlos Garcia Campos2022-09-021-0/+6
* http2: Handle all http2 errors on stream closeCarlos Garcia Campos2022-09-021-6/+24
* http2: retry messages that failed due to IO errorsCarlos Garcia Campos2022-09-021-4/+22
* http2: mark IO as shutting down before processing async pending messagesCarlos Garcia Campos2022-09-021-2/+2
* http2: set the IO error for sync requests tooCarlos Garcia Campos2022-09-021-3/+5
* http2: finish the async close task in case of IO errorCarlos Garcia Campos2022-09-021-0/+5
* http2: handle connection terminated unexpectedly error when readingCarlos Garcia Campos2022-09-021-1/+8
* http2: check error/progress before session want read/writeCarlos Garcia Campos2022-09-021-3/+3
* http2: do not send RST_STREAM for already closed sreamsCarlos Garcia Campos2022-09-021-1/+3
* http2: finish the message IO when request is cancelledCarlos Garcia Campos2022-09-022-6/+3
* connection: always handle http proxiesCarlos Garcia Campos2022-09-021-7/+8
* 3.0.73.0.7Patrick Griffis2022-06-302-1/+14
* 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-301-1/+2
* http2: do not perform sync IO when body stream needs more dataCarlos Garcia Campos2022-06-302-3/+5
* session: remove unsused num_messages from SoupSessionHostCarlos Garcia Campos2022-06-301-10/+0
* http2: remove Host and Connection headers from request after a redirect from ...Carlos Garcia Campos2022-06-301-2/+6
* http2: move debug message about request body data read after early returnCarlos Garcia Campos2022-06-301-2/+2
* auth-test: add a test to check bad password given for a sync requestCarlos Garcia Campos2022-06-301-0/+37
* soup-auth-manager: SoupAuthNTLM has no 'host' propertyMilan Crha2022-06-301-1/+4
* negotiate: don't print warnings if response is HTTP 200Michael Catanzaro2022-06-301-3/+14
* negotiate: don't request mutual authenticationMichael Catanzaro2022-06-301-1/+1
* http2: read the request body stream synchronously for sync requestsCarlos Garcia Campos2022-06-301-0/+25
* Make sure we don't reuse a http/1 idle connection when http/2 is forcedCarlos Garcia Campos2022-06-302-1/+56
* http2: handle HTTP_1_1_REQUIRED stream errorCarlos Garcia Campos2022-06-303-1/+52
* message: make it possible to force http/2 tooCarlos Garcia Campos2022-06-304-35/+50
* tests: add support for apache http/2 moduleCarlos Garcia Campos2022-06-303-3/+14
* tests: remove support for apache php moduleCarlos Garcia Campos2022-06-303-17/+2
* docs: Document return of soup_auth_negotiate_supported()Patrick Griffis2022-06-301-0/+1
* Make soup_auth_domain_try_generic_auth_callback privatePatrick Griffis2022-06-305-7/+15
* cache: Make SoupCacheResponse privateMaximiliano Sandoval R2022-06-302-6/+6
* gir: Mark returns as nullableMaximiliano Sandoval R2022-06-302-2/+2
* soup-auth-ntlm: Fix a memory leakMilan Crha2022-04-221-0/+3
* Update Slovak translationDuĊĦan Kazik2022-04-011-111/+134
* 3.0.63.0.6Patrick Griffis2022-03-312-1/+9
* http2: do not try a write after the last data frameCarlos Garcia Campos2022-03-291-8/+11
* meson: Override dep for use by the provide wrap sectionNirbheek Chauhan2022-03-252-1/+3
* meson: Add missing native: kwarg to add_languages()Nirbheek Chauhan2022-03-251-1/+1
* meson: Add explicit check argument to run_command()Nirbheek Chauhan2022-03-251-7/+7
* http2: convert asserts for nghttp2 IO API called from callbacks into warningsCarlos Garcia Campos2022-03-241-2/+2
* http2: fix handling of 100 continue responsesCarlos Garcia Campos2022-03-221-18/+68
* get: add support for PUT and POST methodsCarlos Garcia Campos2022-03-221-4/+71
* http2: stay in read headers state after receiving an informational responseCarlos Garcia Campos2022-03-222-1/+1
* get: add --user-agent command line optionCarlos Garcia Campos2022-03-221-0/+7
* http2-test.c: Fix build on Visual StudioChun-wei Fan2022-03-211-1/+1
* CI: Allow Autobahn to fail without blockingPatrick Griffis2022-03-211-0/+1
* 3.0.53.0.5Patrick Griffis2022-03-182-2/+10
* Update Bulgarian translationAlexander Shopov2022-03-121-104/+128
* http2: try to write after every data frame readCarlos Garcia Campos2022-03-111-0/+2