summaryrefslogtreecommitdiff
path: root/libsoup
Commit message (Expand)AuthorAgeFilesLines
* Handle sniffing bytes with 0 sizePatrick Griffis2020-12-161-0/+3
* Make SoupContentSniffer final typePatrick Griffis2020-12-162-68/+37
* Silence Clang warningPatrick Griffis2020-12-161-1/+1
* Fix leak found by fuzzingPatrick Griffis2020-12-161-1/+3
* Fix minor issue found by fuzzingPatrick Griffis2020-12-161-5/+9
* Remove soup_uri_get_port_with_default()Patrick Griffis2020-12-136-38/+8
* 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-105-42/+38
* Revert "Readd soup_uri_get_host_for_headers()"Carlos Garcia Campos2020-12-104-20/+16
* docs: Misc fixupsPatrick Griffis2020-12-089-34/+23
* Add unused-result attribute to soup_session_send()Patrick Griffis2020-12-081-1/+1
* SoupMessage: Add missing precondition checks to new gettersPatrick Griffis2020-12-051-0/+10
* Readd soup_uri_get_host_for_headers()Patrick Griffis2020-12-044-16/+20
* Revert "Set the Host header before emiting SoupMessage::starting"Patrick Griffis2020-12-045-38/+42
* SoupSessionFeature: Change to private interfacePatrick Griffis2020-12-0113-51/+62
* Update soup.h removing private headersPatrick Griffis2020-12-0115-7/+18
* Silence all static analysis warningsPatrick Griffis2020-11-254-9/+8
* Remove/privitize no longer working redirect APIsPatrick Griffis2020-11-252-43/+1
* vala: Remove unused metadataPatrick Griffis2020-11-251-5/+0
* Remove SOUP_AVAILABLE_IN_2_4 alsoPatrick Griffis2020-11-251-1/+0
* Remove all 2.x version macrosPatrick Griffis2020-11-2541-324/+321
* logger: ensure request cookies are shown in the logcarlosgc/loggerCarlos Garcia Campos2020-11-201-3/+3
* Set the Host header before emiting SoupMessage::startingCarlos Garcia Campos2020-11-205-58/+46
* logger: Remove SOUP_LOGGER_LOG_BODYCarlos Garcia Campos2020-11-202-64/+17
* uri-utils: add soup_uri_copy()Carlos Garcia Campos2020-11-208-177/+110
* session: make soup_session_cancel_message() privatecarlosgc/statusCarlos Garcia Campos2020-11-158-88/+27
* session: make it possible to cancel a message that is pausedCarlos Garcia Campos2020-11-153-4/+5
* message: make status-code and reason-phrase properties read onlyCarlos Garcia Campos2020-11-157-59/+13
* Remove non-HTTP SoupStatus valuesCarlos Garcia Campos2020-11-1510-344/+178
* server-io: remove unused GCancellable from io_run_untilCarlos Garcia Campos2020-11-151-38/+20
* connection: clear the cancellable before completing the GTaskCarlos Garcia Campos2020-11-151-3/+3
* Restore ability to send/recv `OPTIONS *` messagesPatrick Griffis2020-11-148-9/+84
* Replace SoupURI with GUriPatrick Griffis2020-11-1447-2091/+1158
* Use GLib API for atomic reference countingPatrick Griffis2020-11-144-12/+14
* Silence some scan-build warningsPatrick Griffis2020-11-132-0/+4
* Change soup_add_timeout() to transfer ownershipPatrick Griffis2020-11-134-4/+4
* Minor header reorganizationPatrick Griffis2020-11-131-5/+4
* Change soup_add_completion() to not return a GSourcePatrick Griffis2020-11-132-9/+4
* misc: Remove unused functionsPatrick Griffis2020-11-133-65/+5
* Move content-decoder sources to its own directoryPatrick Griffis2020-11-0913-9/+12
* Delete unused resourcesPatrick Griffis2020-11-094-160/+0
* Delete SoupDirectoryInputStreamPatrick Griffis2020-11-094-323/+0
* message: remove SOUP_MESSAGE_IGNORE_CONNECTION_LIMITS flagCarlos Garcia Campos2020-11-074-57/+12
* message: remove SOUP_MESSAGE_CONTENT_DECODED flagCarlos Garcia Campos2020-11-074-22/+7
* message: remove SOUP_MESSAGE_CERTIFICATE_TRUSTED flagCarlos Garcia Campos2020-11-072-12/+4
* Use the new SoupMessage flags APICarlos Garcia Campos2020-11-073-25/+18
* message: add convenient API to add, remove and query flagsCarlos Garcia Campos2020-11-072-0/+74
* Remove properties that behave as functionspgriffis/remove-property-functionsPatrick Griffis2020-11-054-142/+2
* message: remove unused server_side member from private structCarlos Garcia Campos2020-11-051-1/+0
* websocket: add io priority paramater to soup_session_websocket_connect_asyncCarlos Garcia Campos2020-11-053-9/+12