summaryrefslogtreecommitdiff
path: root/libsoup/soup-connection.c
Commit message (Expand)AuthorAgeFilesLines
* connection: always handle http proxiesCarlos Garcia Campos2022-08-231-7/+8
* connection: do not advertise h2 protocol for proxy connectionsCarlos Garcia Campos2022-06-291-1/+2
* connection: attach the idle timeout source to the session contextCarlos Garcia Campos2022-06-081-18/+29
* http2: make message IO thread safeCarlos Garcia Campos2022-06-081-1/+15
* connection: make state and in_use member atomicsCarlos Garcia Campos2022-06-081-22/+23
* message: make it possible to force http/2 tooCarlos Garcia Campos2022-04-221-16/+29
* docs: Port individual docs to gi-docgenMaximiliano Sandoval R2022-04-131-1/+2
* connection: Fix memory leak in new_tls_connectionMart Raudsepp2021-11-111-0/+1
* Use G_DECLARE_FINAL_TYPE when applicablePatrick Griffis2021-07-281-1/+1
* message: add API to get TLS ciphersuite name and protocol versionCarlos Garcia Campos2021-07-081-0/+63
* http2-io: fix a crash when a goaway frame is received while processing pendin...Carlos Garcia Campos2021-06-221-4/+4
* tls-interaction: allow to pass a NULL client side certificateCarlos Garcia Campos2021-06-141-2/+2
* connection: IO should always be reusable at soup_connection_setup_message_io()Carlos Garcia Campos2021-06-111-4/+2
* message: add API to handle password protected client certificatesCarlos Garcia Campos2021-06-021-0/+42
* message: add API to handle client side certificatesCarlos Garcia Campos2021-06-021-1/+81
* http2: send goaway frame before closing the connectionCarlos Garcia Campos2021-05-271-17/+34
* Revert "http2: send goaway frame before closing the connection"Carlos Garcia Campos2021-05-251-34/+17
* http2: send goaway frame before closing the connectionCarlos Garcia Campos2021-05-251-17/+34
* connection: rename current msg as proxy msgCarlos Garcia Campos2021-05-211-51/+28
* connection: move ever used handling to message io implementationCarlos Garcia Campos2021-05-211-10/+0
* connection: move reusable handling to message io implementationCarlos Garcia Campos2021-05-211-25/+4
* Add initial HTTP2 backendPatrick Griffis2021-05-161-3/+97
* connection: move the code to check if idle connection is open to http1 implem...Carlos Garcia Campos2021-05-161-25/+1
* io-http1: split SoupClientMessageIOHTTP1 in twoCarlos Garcia Campos2021-05-161-13/+12
* connection: rework state changesCarlos Garcia Campos2021-05-111-50/+50
* Use g_object_notify_by_pspec instead of g_object_notifyCarlos Garcia Campos2021-05-041-28/+24
* message: add API to get the remote address of a SoupMessageCarlos Garcia Campos2021-04-301-5/+28
* Rename SoupClientMessageIOData as SoupClientMessageIOHTTP1Carlos Garcia Campos2021-04-301-1/+2
* Turn soup-message-io into an interfaceCarlos Garcia Campos2021-04-301-4/+4
* Remove SoupMessageQueueItem connection memberCarlos Garcia Campos2021-04-271-0/+2
* Move message io data ownership to SoupConnectionCarlos Garcia Campos2021-04-271-16/+29
* connection: remove soup_connection_get_tls_info()Carlos Garcia Campos2021-04-201-23/+0
* Add soup_message_get_connection_id() APIPatrick Griffis2021-04-091-0/+24
* Stop using emacs indent-tabs-modeCarlos Garcia Campos2021-03-181-1/+1
* Replace remote-uri with remote-connectable in SoupConnectionRobert Ancell2021-03-051-40/+13
* Add new api to preconnect to a given uriCarlos Garcia Campos2021-03-051-0/+11
* Remove SoupMessageQueuecarlosgc/session-queueCarlos Garcia Campos2021-02-261-1/+1
* session: Remove ssl-use-system-ca-file propertyCarlos Garcia Campos2021-02-191-6/+10
* Remove soup_uri_get_port_with_default()Patrick Griffis2020-12-131-2/+2
* connection: clear the cancellable before completing the GTaskCarlos Garcia Campos2020-11-151-3/+3
* Replace SoupURI with GUriPatrick Griffis2020-11-141-17/+23
* Change soup_add_timeout() to transfer ownershipPatrick Griffis2020-11-131-1/+1
* message: add SoupMessage::accept-certificate signalCarlos Garcia Campos2020-11-041-10/+85
* Move SoupSocketProperties declarations to its own headerCarlos Garcia Campos2020-11-041-1/+1
* connection: move client side impl from SoupSocket to SoupConnectionCarlos Garcia Campos2020-11-041-200/+460
* Make SoupConnection a final typePatrick Griffis2020-10-281-1/+5
* Make SoupMessage a private and final typePatrick Griffis2020-10-281-4/+4
* Remove property aliasesPatrick Griffis2020-10-281-9/+9
* Split SoupMessage into client and server partscarlosgc/split-ioCarlos Garcia Campos2020-10-191-4/+4
* Remove hostname arg from soup_socket_start_proxy_ssl()Patrick Griffis2020-09-191-4/+3