summaryrefslogtreecommitdiff
path: root/libsoup/soup-session.c
Commit message (Expand)AuthorAgeFilesLines
...
* session: use g_queue_foreach in async_run_queueCarlos Garcia Campos2021-05-121-16/+15
* connection: rework state changesCarlos Garcia Campos2021-05-111-19/+7
* message: add soup_message_force_keep_alive_if_needed()Carlos Garcia Campos2021-05-091-11/+1
* message: add private helper functions to set and replace the Host headerCarlos Garcia Campos2021-05-091-29/+2
* Use g_object_notify_by_pspec instead of g_object_notifyCarlos Garcia Campos2021-05-041-47/+39
* Remove SoupMessageQueueItem connection memberCarlos Garcia Campos2021-04-271-41/+39
* Move message io data ownership to SoupConnectionCarlos Garcia Campos2021-04-271-5/+2
* session: remove SoupSessionCallbackCarlos Garcia Campos2021-04-261-41/+22
* preconnect: preconnect should never steal a connectionCarlos Garcia Campos2021-04-231-0/+3
* No need to remove collect metrics flag on newly created messageCarlos Garcia Campos2021-04-151-1/+0
* metrics: update metrics before emitting SoupMessage::restartedCarlos Garcia Campos2021-04-151-1/+1
* Add support for collecting metricsCarlos Garcia Campos2021-04-141-0/+11
* Add soup_message_get_connection_id() APIPatrick Griffis2021-04-091-0/+2
* Stop using emacs indent-tabs-modeCarlos Garcia Campos2021-03-181-1/+1
* Fix soup_session_get_async_result_message() with soup_session_send_and_read_a...Patrick Griffis2021-03-121-0/+5
* Use g_memory_output_stream_new_resizable()Patrick Griffis2021-03-051-4/+4
* Add a method to override the remote connection.Robert Ancell2021-03-051-6/+61
* Replace remote-uri with remote-connectable in SoupConnectionRobert Ancell2021-03-051-4/+11
* Add new api to preconnect to a given uriCarlos Garcia Campos2021-03-051-9/+180
* session: remove the basic APIsCarlos Garcia Campos2021-03-041-489/+0
* session: add soup_session_get_async_result_messagecarlosgc/async-result-messageCarlos Garcia Campos2021-03-041-0/+25
* session: add soup_session_send_and_read APIscarlosgc/send_and_readCarlos Garcia Campos2021-03-031-0/+154
* session: fix the queue order for items with same priorityCarlos Garcia Campos2021-02-271-1/+2
* Remove SoupMessageQueuecarlosgc/session-queueCarlos Garcia Campos2021-02-261-68/+58
* session: remove async-context propertyCarlos Garcia Campos2021-02-251-130/+45
* session: add public getters and setters for the SoupSession propertiesCarlos Garcia Campos2021-02-231-107/+504
* session: Remove ssl-use-system-ca-file propertyCarlos Garcia Campos2021-02-191-110/+41
* docs: use Returns instead of Return value in documentationCarlos Garcia Campos2021-02-111-11/+11
* docs: remove since tags from documentationCarlos Garcia Campos2021-02-111-26/+0
* Remove http and https aliases supportCarlos Garcia Campos2021-02-111-105/+8
* WebSockets: do not report connection errors as handshake failurescarlosgc/websocket-connection-errorCarlos Garcia Campos2021-02-101-3/+9
* session: Include Content-Length header for put and post requests with no bodycarlosgc/null-post-content-lengthCarlos Garcia Campos2021-02-031-0/+13
* Remove soup_uri_get_port_with_default()Patrick Griffis2020-12-131-1/+1
* session: update the host header in case of redirectionCarlos Garcia Campos2020-12-101-0/+13
* Revert "Revert "Set the Host header before emiting SoupMessage::starting""Carlos Garcia Campos2020-12-101-2/+19
* docs: Misc fixupsPatrick Griffis2020-12-081-8/+1
* Revert "Set the Host header before emiting SoupMessage::starting"Patrick Griffis2020-12-041-19/+2
* SoupSessionFeature: Change to private interfacePatrick Griffis2020-12-011-0/+1
* Update soup.h removing private headersPatrick Griffis2020-12-011-0/+1
* Silence all static analysis warningsPatrick Griffis2020-11-251-6/+4
* Remove/privitize no longer working redirect APIsPatrick Griffis2020-11-251-35/+1
* Set the Host header before emiting SoupMessage::startingCarlos Garcia Campos2020-11-201-19/+27
* uri-utils: add soup_uri_copy()Carlos Garcia Campos2020-11-201-23/+7
* session: make soup_session_cancel_message() privatecarlosgc/statusCarlos Garcia Campos2020-11-151-72/+11
* session: make it possible to cancel a message that is pausedCarlos Garcia Campos2020-11-151-1/+2
* message: make status-code and reason-phrase properties read onlyCarlos Garcia Campos2020-11-151-1/+1
* Remove non-HTTP SoupStatus valuesCarlos Garcia Campos2020-11-151-168/+111
* Replace SoupURI with GUriPatrick Griffis2020-11-141-83/+109
* Change soup_add_timeout() to transfer ownershipPatrick Griffis2020-11-131-1/+0
* Delete SoupDirectoryInputStreamPatrick Griffis2020-11-091-1/+0