summaryrefslogtreecommitdiff
path: root/libsoup
Commit message (Expand)AuthorAgeFilesLines
* connection: always handle http proxiesCarlos Garcia Campos2022-08-231-7/+8
* soup-version: Fix duplicate externPatrick Griffis2022-08-151-1/+1
* build: Bump and document soversionPatrick Griffis2022-08-151-1/+0
* Use the project deprecation macrosEmmanuele Bassi2022-08-151-5/+5
* Add own wrappers for deprecation macrosEmmanuele Bassi2022-08-151-0/+46
* server: do not try to use server io after soup_server_message_finish()Carlos Garcia Campos2022-08-121-6/+8
* server: add http/2 debug messagesCarlos Garcia Campos2022-08-122-1/+52
* http2: add HTTP/2 utils with common functions and enumsCarlos Garcia Campos2022-08-125-221/+186
* server: add initial support for HTTP/2Carlos Garcia Campos2022-08-128-9/+902
* server: deprecate soup_server_message_pause/unpause methodsCarlos Garcia Campos2022-08-125-12/+42
* server: replace soup_server_connection_setup_async with soup_server_connectio...Carlos Garcia Campos2022-08-123-73/+20
* server: make server clients be the connections and not the messagesCarlos Garcia Campos2022-08-125-94/+174
* soup-server-message: add connected signalCarlos Garcia Campos2022-08-122-2/+40
* server: add SoupServerMessageIO interfaceCarlos Garcia Campos2022-08-1210-123/+265
* server: move io data ownership from SoupServerMessage to SoupServerConnectionCarlos Garcia Campos2022-08-126-17/+64
* server: move server io to http1 directory and split the structCarlos Garcia Campos2022-08-123-81/+113
* server-message: remove socket, local_addr and remote_addr membersCarlos Garcia Campos2022-08-122-35/+10
* server: split SoupSocket into SoupListener and SoupServerConnectionCarlos Garcia Campos2022-08-1211-1048/+1252
* soup-session: Mark soup_session_new() as "transfer full"Chris Talbot2022-08-101-1/+1
* 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
* session: remove the asserts to ensure session is disposed in the same thread ...Carlos Garcia Campos2022-06-081-4/+0
* 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-081-2/+32
* cache: make SoupCache thread safeCarlos Garcia Campos2022-06-081-5/+50
* 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-085-517/+568
* 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
* 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
* 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
* 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