summaryrefslogtreecommitdiff
path: root/libsoup/soup-session.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* message: remove SOUP_MESSAGE_IGNORE_CONNECTION_LIMITS flagCarlos Garcia Campos2020-11-071-48/+11
* Use the new SoupMessage flags APICarlos Garcia Campos2020-11-071-9/+7
* Remove properties that behave as functionspgriffis/remove-property-functionsPatrick Griffis2020-11-051-66/+1
* websocket: add io priority paramater to soup_session_websocket_connect_asyncCarlos Garcia Campos2020-11-051-9/+10
* websocket: remove *_with_extentions variantsCarlos Garcia Campos2020-11-051-8/+8
* message: add SoupMessage::accept-certificate signalCarlos Garcia Campos2020-11-041-72/+2
* 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-26/+22
* docs: Fix misc minor warningsPatrick Griffis2020-11-031-1/+1
* docs: Reach 100% documentation coveragePatrick Griffis2020-11-031-0/+6
* Make SoupMessage a private and final typePatrick Griffis2020-10-281-48/+48
* auth: set the proxy host on SoupAuth instead of the requested oneCarlos Garcia Campos2020-10-281-18/+0
* Move authenticate signal from SoupSession to SoupMessageCarlos Garcia Campos2020-10-281-50/+22
* Remove property aliasesPatrick Griffis2020-10-281-144/+26
* session: Delete SOUP_IS_PLAIN_SESSION()Patrick Griffis2020-10-271-7/+1
* Remove SoupRequest APICarlos Garcia Campos2020-10-261-242/+6
* session: Add new simple API to retrieve a URICarlos Garcia Campos2020-10-261-0/+511
* session: add io priority parameter to soup_session_send_async()Carlos Garcia Campos2020-10-261-2/+8
* session: remove SoupSession::request-startedCarlos Garcia Campos2020-10-251-23/+0
* Remove session parameter from SoupSessionFeature::request-queued/unqueuedCarlos Garcia Campos2020-10-251-2/+2
* Stop connecting to SoupSession::request-queued from SoupSessionFeatureCarlos Garcia Campos2020-10-251-0/+15
* session: remove SoupSession::connection-createdCarlos Garcia Campos2020-10-231-31/+0
* session: remove SoupSession::tunnelingCarlos Garcia Campos2020-10-231-28/+0
* session: remove soup_session_prefetch_dnsCarlos Garcia Campos2020-10-231-43/+0
* Consistently use G_DEFINE_QUARKPatrick Griffis2020-10-211-8/+1
* Split SoupMessage into client and server partscarlosgc/split-ioCarlos Garcia Campos2020-10-191-4/+5
* Stop using soup_message_set_requestCarlos Garcia Campos2020-10-081-2/+1
* session: remove soup_session_get_queueCarlos Garcia Campos2020-10-051-8/+18
* session: make soup_session_steal_connection staticCarlos Garcia Campos2020-10-051-3/+2
* session: remove new_api parameters from soup_session_append_queue_itemcarlosgc/no-new-apiCarlos Garcia Campos2020-10-011-41/+19