summaryrefslogtreecommitdiff
path: root/libsoup
Commit message (Expand)AuthorAgeFilesLines
* Handle potential g_uri_unescape_string failuresPatrick Griffis2022-01-282-1/+4
* logger: Don't treat max-body-size of 0 as unlimitedPatrick Griffis2022-01-101-4/+4
* session: Document the context callbacks are invoked onPatrick Griffis2022-01-101-0/+3
* vapi: Expose soup_uri_copyJens Georg2022-01-011-0/+2
* http2: check status of pending messages after a read IO errorCarlos Garcia Campos2021-12-201-1/+5
* Fix the DDL cross-compile build. Missing `extern`.Melroy van den Berg2021-12-061-1/+1
* http2: Fix a memory leak in case of IO errorCarlos Garcia Campos2021-11-221-0/+1
* http2: Close in idle to ensure all pending io is finished firstCarlos Garcia Campos2021-11-221-2/+11
* Detect if libsoup2 is loaded in the same process at initPatrick Griffis2021-11-161-0/+19
* Small doc updatesGünther Wagner2021-11-141-5/+5
* http2: ensure mem_send and mem_recv functions are not called from nghttp2 cal...Carlos Garcia Campos2021-11-111-3/+46
* http2: ensure we always do blocking writes for sync requestsCarlos Garcia Campos2021-11-111-11/+12
* connection: Fix memory leak in new_tls_connectionMart Raudsepp2021-11-111-0/+1
* http2: do not show a warning when RST_STREAM is received on a closed streamCarlos Garcia Campos2021-11-101-1/+1
* websockets: Use more helpful error when payload too largePatrick Griffis2021-11-081-2/+2
* meson: Use gssapi as a proper dependencyNirbheek Chauhan2021-10-091-2/+3
* auth: Add support for multiple authentication challenges at oncePatrick Griffis2021-10-081-44/+70
* cache: Use gint64 to handle timePatrick Griffis2021-10-031-3/+3
* Remove pygobject overridesPatrick Griffis2021-09-262-139/+0
* Fix array-parameter warningPatrick Griffis2021-09-201-1/+1
* Fix possibly uninitialized warningsPatrick Griffis2021-09-201-1/+1
* Replace strncpy with g_strlcpyPatrick Griffis2021-09-202-4/+4
* 3.0.03.0.0Patrick Griffis2021-09-182-8/+9
* docs: Fix build warningPatrick Griffis2021-09-161-2/+2
* build: Remove libxml dependencyPatrick Griffis2021-09-011-1/+0
* vapi: Fix Message.add_*_handler() by unhiding user_data parameterRico Tzschichholz2021-08-081-0/+2
* Add pygobject overridesPatrick Griffis2021-08-082-0/+139
* Update gi annotationsPatrick Griffis2021-08-0810-43/+43
* Clean up GI annotations and VAPI metadataPatrick Griffis2021-08-087-37/+32
* Use G_DECLARE_FINAL_TYPE when applicablePatrick Griffis2021-07-2833-87/+87
* headers: Ensure untrusted header values are UTF-8Patrick Griffis2021-07-244-3/+23
* Improve support for rfc 7230Ignacio Casal Quinteiro2021-07-231-1/+9
* soup-server-io: lower variable scopeIgnacio Casal Quinteiro2021-07-231-2/+3
* headers: Fix parsing of Content-TypePatrick Griffis2021-07-221-1/+2
* headers: Support content-disposition missing disposition-typePatrick Griffis2021-07-151-15/+25
* websocket: fix off-by-one in incoming payload size checkOle André Vadla Ravnås2021-07-091-1/+1
* message: add API to get TLS ciphersuite name and protocol versionCarlos Garcia Campos2021-07-084-0/+206
* http2-io: try to write after receiving a window update frameCarlos Garcia Campos2021-06-231-11/+29
* http2-io: fix a crash when a goaway frame is received while processing pendin...Carlos Garcia Campos2021-06-225-12/+28
* auth: critical if SoupAuth is cancelled after message is unqueuedCarlos Garcia Campos2021-06-161-1/+3
* session: do not emit tls interaction signals for preconnect requestsCarlos Garcia Campos2021-06-163-2/+106
* docs: Clarify server handler path matching is by prefix Patrick Griffis2021-06-151-3/+3
* server: add support for client side certificatesCarlos Garcia Campos2021-06-154-7/+267
* server: remove soup_server_set_ssl_cert_file()Carlos Garcia Campos2021-06-152-42/+41
* logger: do not log preconnect messagesCarlos Garcia Campos2021-06-141-0/+6
* tls-interaction: allow to pass a NULL client side certificateCarlos Garcia Campos2021-06-142-6/+7
* Do not allow to queue the same message twiceCarlos Garcia Campos2021-06-113-8/+60
* message-queue-item: remove signal disconnect for a signal we no longer connec...Carlos Garcia Campos2021-06-111-2/+0
* connection: IO should always be reusable at soup_connection_setup_message_io()Carlos Garcia Campos2021-06-111-4/+2
* Wait until IO finished before re-starting a requestCarlos Garcia Campos2021-06-113-1/+11