| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: libsoup-devel | Distribution: SUSE Linux Enterprise 15 |
| Version: 3.4.4 | Vendor: SUSE LLC <https://www.suse.com/> |
| Release: 150600.1.3 | Build date: Fri Mar 8 20:57:32 2024 |
| Group: Development/Libraries/GNOME | Build host: h04-armsrv1 |
| Size: 7340806 | Source RPM: libsoup-3.4.4-150600.1.3.src.rpm |
| Packager: https://www.suse.com/ | |
| Url: https://wiki.gnome.org/Projects/libsoup | |
| Summary: HTTP client/server library for GNOME - Development Files | |
Libsoup is an HTTP client/server library for GNOME. It uses GObjects and the glib main loop, to integrate well with GNOME applications. Features: * Both asynchronous (GMainLoop and callback-based) and synchronous APIs * Automatically caches connections * SSL Support using GnuTLS * Proxy support, including authentication and SSL tunneling * Client support for Digest, NTLM, and Basic authentication * Server support for Digest and Basic authentication * XML-RPC support
LGPL-2.1-or-later
* Thu Oct 26 2023 bjorn.lie@gmail.com
- Update to version 3.4.4:
+ Improve HTTP/2 performance when a lot of buffering happens
+ Support building libnghttp2 as a subproject
* Fri Sep 15 2023 bjorn.lie@gmail.com
- Update to version 3.4.3:
+ Fix incorrect UTF-8 encoding for params in headers
+ Numerous HTTP/2 fixes and improvements
+ Fix possible crashes in connection management
+ Fix small leak in SoupServer
+ Fix the possibility of empty HTTP/2 frames being sent
* Sat Apr 29 2023 bjorn.lie@gmail.com
- Update to version 3.4.2:
+ Revert changes to request cancellation.
* Fri Apr 21 2023 bjorn.lie@gmail.com
- Update to version 3.4.1:
+ Fix HTTP/2 on platforms with unsigned char.
+ Change request cancellation to be handled earlier.
+ Add names to GSources and source tags to GTasks to aid
debugging.
- Run meson_test macro for all arches.
* Fri Mar 17 2023 bjorn.lie@gmail.com
- Update to version 3.4.0:
+ Fix possible crash in SoupContentSniffer.
+ Fix socket leak.
+ Add missing annotation to
soup_header_g_string_append_param_quoted().
* Mon Feb 13 2023 bjorn.lie@gmail.com
- Update to version 3.3.1:
+ Fix regression in `SoupCookieJar` not handling valid Secure
cookies.
+ Fix crash when skipping HTTP/1 response stream with chunked
enconding.
+ Change Session to unqueue finished items earlier without an
extra MainContext iteration.
* Sun Jan 22 2023 bjorn.lie@gmail.com
- Update to version 3.3.0:
+ Add `SoupMessage::got-body-data` signal to monitor progress of
reads
+ Add `soup_session_send_and_splice()` and
`soup_session_send_and_splice_async()` convenience APIs
+ Add `soup_message_set_force_http1()` and
`soup_message_get_force_http1()` APIs
+ Change `soup_cookie_copy()` to not retain default ports
+ Ensure `SoupServerMessage` socket is available in websocket
handler
+ Fix `soup_message_new()` not erroring when URI has an empty
host
+ Fix thread-saftey issues in `SoupConnectionAuth`
+ Fix various connection leaks
+ Fix the possibility of sending invalid empty
`Sec-WebSocket-Protocol` header
+ Fix IO errors not being handled on `CONNECT` messages
+ Numerous improvements to cookies:
- Add support for cookie prefixes (`__Secure-` and `__Host-`)
- Reject cookies with control characters in name or value
- Reject `SameSite=None` cookies without `Secure`
- Change `soup_cookie_parse()` to be more strict about what is
considered whitespace
- Change default SameSite value to `Lax`
- Fix `soup_cookie_equal()` with `NULL` path
* Thu Nov 03 2022 bjorn.lie@gmail.com
- Update to version 3.2.2:
+ Various HTTP/2 Fixes:
- Fix `content-sniffed` not being emitted for resources without
content.
- Fix leak of SoupServerConnection when stolen.
- Enable tests on 32-bit again, fixed upstream.
* Wed Oct 12 2022 bjorn.lie@gmail.com
- Update to version 3.2.1:
+ When built against nghttp2 1.50.0+ be relaxed about header
whitespace.
+ Fix possible crash when cancelling an HTTP/2 message.
+ Fix regresion where soup_server_message_get_socket() could
return NULL.
+ Fix minor memory leak.
- Disable tests on 32-bit while waiting for
https://gitlab.gnome.org/GNOME/libsoup/-/issues/309
* Thu Sep 15 2022 bjorn.lie@gmail.com
- Update to version 3.2.0:
+ No changes, stable bump only.
* Mon Sep 05 2022 bjorn.lie@gmail.com
- Update to version 3.1.4:
+ Numerous improvements to HTTP/2 reliablity.
+ Fix `http` proxy authentication with default proxy resolver.
+ Fix undefined ``ssize_t`` with MSVC.
* Sun Sep 04 2022 dimstar@opensuse.org
- Update to version 3.1.3:
+ Fix compile error when `SOUP_VERSION_MAX_ALLOWED` is defined.
- Changes from version 3.1.2:
+ Replace HTTP/2 tests using Quart with internal HTTP/2 server
tests.
+ Improve version macros including adding ability to define
`SOUP_DISABLE_DEPRECATION_WARNINGS`.
- Drop -D http2_tests=disabled meson paramter: no longer supported.
- Drop 299.patch: merged upstream.
* Sat Sep 03 2022 bjorn.lie@gmail.com
- Update to version 3.1.1:
+ Reintroduce some thread-safety to SoupSession (see
https://libsoup.org/libsoup-3.0/client-thread-safety.html)
+ Add SoupServerMessage:tls-peer-certificate and
SoupServerMessage:tls-peer-certificate-errors
+ Port docs to gi-docgen
+ Update documentation.
- Replace pkgconfig(gtk-doc) with pkgconfig(gi-docgen)
BuildRequires (and update options passed to meson) following
upstreams port.
- Add 299.patch: multithread-test: show error information in case
of request failure. multithread-test: skip proxy tests if apache
is not available.
- Use ldconfig_scriptlets for post(un) handling.
* Fri Sep 02 2022 bjorn.lie@gmail.com
- Update to version 3.0.8:
+ Fix `http` proxy authentication with default proxy resolver.
+ Numerous improvments to HTTP/2 reliability.
* Wed Jul 06 2022 dimstar@opensuse.org
- Update to version 3.0.7:
+ Fix leak in SoupAuthNTLM.
+ Fix constructing SoupAuthNTLM objects.
+ Disable mutual negotiation in SoupAuthNegotiate.
+ http2:
- Do not advertise the `h2` protocool for proxy connections.
- Remove left-over headers when HTTP/1 redirects to HTTP/2.
- Handle HTTP_1_1_REQUIRED error.
- Read request bodies synchronously for sync requests.
- Properly handle server sending shut down GOAWAY.
+ tests:
- Remove dependency on Apache's PHP module.
- Depend upon Apache's http2 module.
* Fri Apr 01 2022 bjorn.lie@gmail.com
- Update to version 3.0.6:
+ Misc HTTP/2 fixes.
+ Add PUT/POST support to examples/get.
+ Add `--user-agent` option to examples/get.
+ Misc meson improvements.
+ Fix build with Visual Studio.
* Fri Mar 18 2022 bjorn.lie@gmail.com
- Update to version 3.0.5:
+ Misc HTTP/2 fixes.
+ Fix missing files for installed-tests.
+ Fix SoupServer not properly handling invalid percent encoded
paths.
+ Fix other areas not properly handling invalid percent encoded
paths.
+ Fix SoupLogger:max-body-size of 0 meaning log nothing.
* Fri Jan 07 2022 dimstar@opensuse.org
- Update to version 3.0.4:
+ Fix HTTP/2 not properly handling socket timeouts.
+ Improvements to test reliablity.
+ Fix cross-compiling to Windows.
+ Fix tests with development glib-networking.
+ Expose soup_uri_copy() to Vala.
* Wed Nov 24 2021 bjorn.lie@gmail.com
- Update to version 3.0.3:
+ Fix various HTTP/2 issues.
+ Error when libsoup2 has been loaded before libsoup3.
+ Fix memory leak when using TLS.
* Fri Nov 05 2021 dimstar@opensuse.org
- Require libsoup-3_0-0 instead of libsoup by in the devel package:
defacto the same package, as the library provides the base name,
but more explicit and clearer.
* Sun Oct 24 2021 bjorn.lie@gmail.com
- Update to version 3.0.2:
+ Add support for multiple auth challenges in one response.
+ Fix SoupCache test failures on 32bit
+ Don't treat `-Wincompatible-pointer-types` as error. The
`glib-mkenums` tool sometimes triggered this.
+ Improve `gssapi` dependency handling.
+ Fix undefined `ssize_t` on Windows.
+ Updated translations.
- No longer ignore test failure on 32-bit arches, fixed upstream.
* Thu Sep 30 2021 guillaume.gardet@opensuse.org
- Ignore test failure on 32-bit arm, as it is done for 32-bit x86
https://gitlab.gnome.org/GNOME/libsoup/-/issues/236
* Sun Sep 26 2021 bjorn.lie@gmail.com
- Update to version 3.0.1:
+ Move python overrides to upstream pygobject.
+ Fix minor build warnings.
- Drop python3-Soup sub-package following upstream changes.
* Mon Sep 20 2021 dimstar@opensuse.org
- Update to version 3.0.0:
+ Remove unused dependency on libxml.
+ Use G_DECLARE_FINAL_TYPE when applicable and bump GLib
dependency to 2.69.1.
+ Add PyGObject overrides for SoupMessageHeaders to behave like a
dict.
+ Fix soup_message_add_status_code_handler() in Vala.
+ Ensure that all header values are valid UTF-8, other encodings
are not supported.
+ Support Content-Disposition headers missing a disposition-type.
- Drop pkgconfig(libxml-2.0) BuildRequires: follow upstream.
- Split out new python3-Soup package.
* Thu Sep 16 2021 sbrabec@suse.com
- Remove obsolete translation-update-upstream support
(jsc#SLE-21105).
* Wed Aug 25 2021 dimstar@opensuse.org
- Update to version 2.99.9:
+ Make soup_message_set_method() public API.
+ Make SoupMessage:http-version read only.
+ Prevent the same message being queued multiple times.
+ Allow completing SoupMessage::tls-interaction with NULL
certificate.
+ Replace soup_server_set_ssl_cert_file() with
soup_server_set_tls_certificate().
+ Add SoupServer support for client certificates.
+ Fallback to building meson wrap of sqlite if not found.
+ Add soup_message_get_tls_protocol_version() and
soup_message_get_tls_ciphersuite_name() API.
- Changes from version 2.99.8:
+ Enable HTTP/2 by default. The SOUP_FORCE_HTTP1 env var can
disable for debugging.
+ Restrict advertising brotli decoding support to HTTPS.
+ Add new API to handle client certificate authentication
per-message as well as API to PKCS #11 PINs.
+ Add new build features `http2_tests` and `pkcs11_tests` to more
granularly control optional test dependencies.
- Changes from version 2.99.7:
+ Change SoupSession to only support one SoupSessionFeature of a
given type.
+ Remove soup_session_get_features() API.
+ Numerous HTTP/2 fixes and improvements.
- Changes from version 2.99.6:
+ Added HTTP/2 support. Enable by setting `SOUP_ENABLE_HTTP2` env
var.
- Changes from version 2.99.5:
+ Add soup_message_get_remote_address() API.
+ Fix preconnect stealing a connection.
+ Fix potential header issues when included in a C++ project.
+ Disabling tests also disables Autobahn tests by default.
- Changes from version 2.99.4:
+ Rename SoupMessage:tls-certificate and
SoupMessage:tls-certificate-errors to tls-peer-certificate and
tls-peer-certificate-errors respectively.
+ Add SoupMessageMetrics API for tracking message events,
+ Add soup_message_get_connection_id() API.
+ Add WebSocket fuzzing tests with Autobahn.
- Add pkgconfig(gnutls) and pkgconfig(libnghttp2) BuildRequires:
new dependencies.
- Rename libsoup-2_4-1 subpackage to libsoup-3_0-0: follow upstream
library name change.
- Pass -Dautobahn=disabled -Dhttp2_tests=disabled to meson: disable
some tests, as we do not have all deps available.
- Drop libsoup-skip-tls_interaction-test.patch: no longer needed.
* Mon Aug 23 2021 dimstar@opensuse.org
- Update to version 2.74.0:
+ IMPORTANT: Enable ssl-use-system-ca-file by default on
deprecated Sync and Async sessions.
+ Fix including headers in C++ projects.
+ Fix attempting to resolve relative paths with data URIs.
+ Support Content-Disposition headers without a disposition-type.
+ Fix building VAPI bindings with latest Vala.
+ Fix sending a Content-Length header in a response with status
code of 1xx or 204.
+ Updated translations.
- Drop libsoup-fix-SSL-test.patch: fixed upstream.
* Fri Feb 26 2021 pmonreal@suse.com
- Run the regression tests using GnuTLS NORMAL priority
* Mon Feb 08 2021 pmonreal@suse.com
- Disable tls_interaction-test until resolved upstream
* See https://gitlab.gnome.org/GNOME/libsoup/issues/120
- Add libsoup-skip-tls_interaction-test.patch
* Mon Feb 08 2021 pmonreal@suse.com
- Fix tests: fix SSL test with glib-networking >= 2.65.90
* See https://gitlab.gnome.org/GNOME/libsoup/issues/201
- Add libsoup-fix-SSL-test.patch
- Remove patches:
* libsoup-disable-ssl-tests.patch
* libsoup-disable-hsts-tests.patch
* Thu Nov 12 2020 dimstar@opensuse.org
- Disable sysprof integration: this causes a nasty build cycle.
+ Pass -Dsysprof=disabled to meson.
+ Remove pkgconfig(sysprof-4) and pkgconfig(sysprof-capture-4),
as well as pkgconfig(sysprof-4) in the devel project.
* Mon Sep 14 2020 dimstar@opensuse.org
- Update to version 2.72.0:
+ Fix critical after cancelling a message that failed auth.
+ Updated translations.
* Sat Sep 05 2020 dimstar@opensuse.org
- Update to version 2.71.1:
+ Add support for 308 Premanent Redirect.
+ Add basic sysprof profiling for HTTP messages.
+ Various build fixes.
+ Updated translations.
- Add pkgconfig(sysprof-4) and pkgconfig(sysprof-capture-4)
BuildRequires: new dependencies.
* Fri Sep 04 2020 dimstar@opensuse.org
- Update to version 2.71.0:
+ Redesign directory list returned for `file://` requests.
+ Add `SOUP_COOKIE_JAR_ACCEPT_GRANDFATHERED_THIRD_PARTY` policy.
+ Add soup_message_is_feature_disabled() API.
+ Fix potential leak when setting SoupSession:tls-interaction.
+ Fix building with Visual Studio.
+ Updated translations.
- Drop libsoup-test-utils-fix.patch: fixed upstream.
* Mon May 11 2020 dimstar@opensuse.org
- Autodetect the location of krb5-config: krb5 adds itself to
$PATH.
* Thu Apr 16 2020 bjorn.lie@gmail.com
- Add libsoup-disable-ssl-tests.patch: Disable ssl tests, as they
randomly fail for all arches (glgo#GNOME/libsoup#188).
- Rebase/refresh patches.
* Tue Mar 24 2020 bjorn.lie@gmail.com
- Add libsoup-test-utils-fix.patch: test-utils: Clarify meaning of
an environment variable.
* Sat Mar 07 2020 bjorn.lie@gmail.com
- Update to version 2.70.0:
+ Deprecate SoupSession:proxy-uri.
+ Updated translations.
* Wed Feb 26 2020 dimstar@opensuse.org
- Update to version 2.69.90:
+ Add new API to expose support for same-site cookies.
+ Fix TRACE method not being considered safe and idempotent
internally.
+ WebSockets: ensure a new connection is created for WebSocket
requests.
+ WebSockets: do not start the input source when IO is closing.
+ Deprecate soup_date_to_timeval().
+ build: Update glib requirement to 2.58.
+ Updated translations.
* Wed Feb 26 2020 bjorn.lie@gmail.com
- Update to version 2.68.4:
+ WebSockets:
- Ensure a new connection is created for WebSocket requests.
- Do not start the input source when IO is closing.
+ build: Update glib requirement to 2.58.
* Sat Jan 25 2020 dimstar@opensuse.org
- No longer recommend -lang: supplements are in use
* Thu Jan 09 2020 olaf@aepfle.de
- Usage of g_canonicalize_filename requires glib 2.58
* Fri Dec 20 2019 olaf@aepfle.de
- meson >=0.50 is required for building
* Wed Dec 04 2019 bjorn.lie@gmail.com
- Update to version 2.68.3:
+ Fixes to testing infrastructure.
+ Enable GNOME support in mingw.
+ Allow introspection in cross builds.
+ Updated translations.
* Tue Oct 15 2019 dimstar@opensuse.org
- Disable NTLM for the time being (causes build cycle):
+ Drop samba-winbind BuildRequires.
+ Pass -Dntlm=disabled to meson.
* Wed Oct 09 2019 bjorn.lie@gmail.com
- Update to version 2.68.2:
+ Documentation fixes.
+ Windows compatibility test fixes.
+ WebSockets: client_max_window_bits in server must have a value.
+ build: improve diagnostics when detecting Apache.
+ NTLM: Make v2 authentication more robust.
+ Updated translations.
* Thu Sep 12 2019 mgorse@suse.com
- Update to version 2.68.1:
+ Several memory leaks fixed in tests, examples, and parsing
code.
+ SoupServer: Fixes to Windows path handling.
+ Changes in version 2.68.0:
+ Updated translations.
+ Changes in version 2.67.93:
+ SoupMessage: Handle Transfer-Encoding: identity for
compatibility reasons.
+ WebSockets: Only poll IO stream when needed.
+ WebSockets: Properly set cookies received during handshake.
+ WebSockets: Plug a couple of memory leaks and fix a few
read-after-free memory errors.
+ WebSockets: document how web socket extensions should treat
buffers in case of error.
+ SoupSession: Don't reset user GCancellable internally.
+ Tests: Make tests installable.
+ Remove deprecate GTimeVal internal usage.
+ CI: increase coverage by enabling all features during testing.
+ Updated translations.
* Wed Sep 11 2019 mgorse@suse.com
- Update to version 2.67.92:
+ Silence GTimeVal deprecation warnings.
+ API documentation and annotation fixes.
+ Plug a couple of NTLM authentication memory leaks.
+ Meson: Use feature options.
+ Meson: Do not fallback to system krb5-config for
cross-compilation.
+ NTLM: Fix build with NTLM enabled.
+ Updated translations.
- Changes from version 2.67.91:
+ HSTS: New API to retrieve information about existing HSTS
policies.
+ Updated translations.
- Changes from version 2.67.90:
+ WebSockets: add support for WebSocket extensions via new
SoupWebsocketExtensionManager and SoupWebsocketExtension API.
+ WebSockets: add support for the permessage-deflate extension,
enabled by default in SoupServer and in the client side only if
SoupWebsocketExtensionManager is added to a session.
+ WebSockets: Allow sending close frames with no body.
+ WebSockets: ignore messages after close has been sent and
received.
+ Meson: tls-check improved.
+ Meson: improve Apache checks.
- Changes from version 2.67.3:
+ WebSockets: allow sending empty binary data.
+ WebSockets: fail and load the connection on invalid payload
length.
+ WebSockets: allow NULL characters in text messages data.
+ WebSockets: Close connection on wrongly masked/unmasked frame
as per RFC.
+ WebSockets: other code fixes.
+ NTLM: Fix NTLMv2 authentication.
+ SoupMessage: fix several deprecation warnings related to
private data.
- Changes from version 2.67.2:
+ gobject-introspection: Fix annotation for soup_auth_new().
+ brotli: Do not advertise the decoder as it's failing with some
websites.
+ Meson: Fix xml2 and sqlite fallbacks.
+ HSTS: Add SoupHSTSEnforcer:hsts-enforced signal.
+ HSTS: Fixes to the types used to store policies in the SQLite
storage.
+ HSTS: Accept Strict-Transport-Security regardless of casing.
+ WebSockets: Ensure messages finishes when handshake fails.
+ WebSockets: Fix critical warnings and test failures.
- Changes from version 2.67.1:
+ Add a brotli decoder. This adds a new dependency on libbrotli.
+ Add strict secure cookies support.
+ Add HSTS enforcer SoupSession feature (with both memory and
sqlite backends).
+ meson gtk-doc documentation fixes.
- Add libbrotlidec to BuildRequires.
- Adjust meson: need "enabled" rather than "true" in a few places.
- Add samba-winbind to BuildRequires: meson checks for ntlm_auth.
- Meson: doc option is now gtk_doc.
- Add libsoup-disable-hsts-tests.patch: these require *.localhost
to resolve.
* Wed Sep 11 2019 bjorn.lie@gmail.com
- Update to version 2.66.3:
+ docs: various gtk-doc fixes.
+ SoupServer: Fixes to Windows path handling.
- Update options passed to meson following upstream changes.
* Thu May 16 2019 bjorn.lie@gmail.com
- Update to version 2.66.2:
+ Make gettext optional (might not be available in Windows).
+ MSVC: set encoding to UTF-8 to avoid errors.
+ MinGW tests build fix.
+ Check for TLS support only when external glib dependency is
available.
* Wed Apr 10 2019 bjorn.lie@gmail.com
- Update to version 2.66.1:
+ Fix dylib versioning in MacOS.
+ Visual Studio build fixes.
+ MinGW build fixes.
+ Meson build system improvements.
+ Fix random CI failures due to parallel apache tests.
+ Code cleanups.
* Tue Mar 12 2019 bjorn.lie@gmail.com
- Update to version 2.66.0:
+ Fix lookup for libxml2 on Visual Studio builds.
- Add meson_test macro in check section, run tests during build.
* Tue Mar 05 2019 bjorn.lie@gmail.com
- Update to version 2.65.92:
+ SoupConnection: Fix check for remote disconnectin idle state.
+ Code cleanups and warnings fixed.
+ Remove stale .pc.in files.
+ Updated translations.
* Wed Feb 20 2019 bjorn.lie@gmail.com
- Update to version 2.65.91:
+ Remove RFCs from sources.
* Wed Feb 13 2019 bjorn.lie@gmail.com
- Update to version 2.65.90:
+ Avoid using threads in SoupRequestFile asynchronous API.
* Wed Feb 06 2019 bjorn.lie@gmail.com
- Fix translation-update-upstream call, needed after update of
translation-update-upstream in distro.
* Mon Jan 21 2019 bjorn.lie@gmail.com
- Update to version 2.65.2:
+ Remove autotools build system and change to meson by default.
+ Many fixes to Meson.
+ Improvements to the continuous integration infrastructure
+ Make sure SoupSession features are not disposed until all
pending messages are processed.
+ Updated translations.
* Thu Jan 03 2019 bjorn.lie@gmail.com
- Update to version 2.65.1:
+ Added MTLMv2 responses support.
+ Many fixes to the meson build system.
+ Remove Visual Studio project files.
+ Enable VAPI by default.
+ New strict header field parameter parsing API.
+ Code cleanups.
+ Updated translations.
- Drop meson and apidocs beconds and conditionals, fixed upstream.
* Wed Oct 24 2018 bjorn.lie@gmail.com
- Update to version 2.64.2:
+ TLD tests updated.
+ Updated translations.
* Wed Sep 26 2018 bjorn.lie@gmail.com
- Update to version 2.64.1:
+ Many fixes to the meson build system (which, by the way, is NOT
official yet).
+ Updated translations.
- Changes from version 2.64.0:
+ Many fixes to the meson build system.
+ Updated translations.
* Sun Sep 02 2018 luc14n0@linuxmail.org
- Conditionalize meson use: it's currently providing wrong
capability leading to every package autodepending on
libsoup-2.4.so.1() capability to get "Unresolvable"
(glgo#GNOME/libsoup#9).
* Wed Aug 29 2018 luc14n0@linuxmail.org
- Update to version 2.63.92:
+ Updated translations.
- Add:
+ meson BuildRequires and replace configure/make/make_install/\
make_check with meson/meson_build/meson_install/meson_test
macros to follow upstream's build system port to Meson.
+ libsoup-add-missing-po-meson_build.patch
(glgo#GNOME/libsoup#6).
- Drop no longer needed intltool BuildRequires: upstream migrated
to Gettext.
- Conditionalize build of API docs: they are currently failing
(glgo#GNOME/libsoup#8).
- Enable tests run to increase QA of package.
* Thu Aug 16 2018 bjorn.lie@gmail.com
- Update to version 2.63.91:
+ Simplify soup_hosts_matches_host().
+ Add new tests for trailing dots in domain names.
+ Updated translations.
* Fri Aug 10 2018 bjorn.lie@gmail.com
- Update to version 2.63.90:
+ Set default cookie path for NULL origins.
+ Fixes to GObject-introspection.
+ Use atomic-refcounting in classes that are not using
GObject-refcounting.
+ Many Coverity-found code fixes.
+ Bail out on cookie-jar calls with empty hostnames.
+ Fixes to the simple-httpd example.
* Fri Aug 10 2018 bjorn.lie@gmail.com
- Update to version 2.62.3:
+ Check for trailing dots in domains.
+ Set default cookie path for NULL origins.
+ Use atomic-refcounting in classes that are not using
GObject-refcounting.
+ Many Coverity-found code fixes.
+ Bail out on cookie-jar calls with empty hostnames.
- Drop libsoup-boo1100097-empty-string.patch: Fixed upstream.
* Fri Jul 20 2018 mgorse@suse.com
- Add libsoup-boo1100097-empty-string.patch: fix crash when
handling empty hostnames (boo#1100097 CVE-2018-12910).
* Sun Jun 03 2018 luc14n0@linuxmail.org
- Update to version 2.63.2:
+ Fix critical warning in SoupSocket.
+ Updated translations.
* Sun May 13 2018 luc14n0@linuxmail.org
- Update to version 2.63.1:
+ Fix digest authentication with encoded URIs (bgo#794208).
+ Avoid unaligned memory accesses in WebSocket implementation
(bgo#794421).
+ Fix crash under soup_socket_new() (bgo#762138).
+ Use libpsl for the SoupTLD API instead of shipping a copy of
the public-suffix list (bgo#769650).
+ Introspection documentation fixes (bgo#795135).
+ Minor cleanups and fixes.
+ Updated translations.
- Add:
+ pkgconfig(libpsl) BuildRequires: new dependency.
+ pkgconfig(glib-2.0) BuildRequires to avoid implicit
dependencies.
- Drop:
+ glib-networking BuildRequires: this is actually a runtime
requirement only.
+ python3-base BuildRequires: aside from being an implicit
dependency, this is only required when using apache-httpd
configure option for using a python script to get the Apache
modules directories.
+ libsoup-SoupCookie-fix-instrospection-annotation.patch: fixed
upstream.
* Tue May 08 2018 bjorn.lie@gmail.com
- Update to version 2.62.2:
+ Fixes to instrospection annotation (bgo#795135).
+ Fixes to the test suite with PHP version >= 7.2 (bgo#795111).
+ Critical warning fixes to SoupSocket.
+ Updated translations.
- Drop upstream fixed patches:
+ libsoup-SoupCookie-fix-instrospection-annotation.patch
(bgo#795135).
+ libsoup-xmlrpc-server-dont-count-null.patch (bgo#795111).
+ libsoup-soup-socket-fix-critical-warning.patch.
* Wed Apr 25 2018 bjorn.lie@gmail.com
- Add upstream bug fix patches:
+ libsoup-SoupCookie-fix-instrospection-annotation.patch
(bgo#795135).
+ libsoup-xmlrpc-server-dont-count-null.patch (bgo#795111).
+ libsoup-soup-socket-fix-critical-warning.patch.
* Mon Apr 09 2018 bjorn.lie@gmail.com
- Update to version 2.62.1:
+ Fix digest authentication with encoded URIs (bgo#794208).
+ Avoid unaligned memory accesses in WebSocket implementation
(bgo#794421).
+ Use base domain to decide if cookies are third-party
(bgo#792130).
+ Fix crash under soup_socket_new() (bgo#762138).
* Tue Mar 20 2018 dimstar@opensuse.org
- Unconditionally enable translation-update-upstream: on
Tumbleweed, this results in a NOP and for Leap in SLE paid
translations being used (boo#1086036).
* Mon Mar 12 2018 dimstar@opensuse.org
- Update to version 2.62.0:
+ Updated translations.
* Mon Mar 05 2018 dimstar@opensuse.org
- Update to version 2.61.91:
+ Add limit to header length to avoid DOS attacks (bgo#792173).
+ Update the public-suffix list.
+ Revert "cookie-jar: use base domain to decide if cookie is
third party" (bgo#792130).
* Wed Feb 28 2018 dimstar@opensuse.org
- Modernize spec-file by calling spec-cleaner
* Tue Feb 06 2018 luc14n0@linuxmail.org
- Update to version 2.61.90:
+ Various improvements to the WebSocket implementation
(bgo#792113).
+ cookie-jar: use base domain to decide if cookie is third party
(bgo#792130).
+ Add new API to create a new connection from a SoupSession
(bgo#792212).
+ soup-headers: accept any 3 digit number as message status code
(bgo#792124).
- Remove unneeded %clean section: RPM does this kind of work itself
already.
- Adopt the use of %make_build macro rather than raw make command,
following the best practices.
* Mon Jan 22 2018 dimstar@opensuse.org
- Update to version 2.61.2:
+ Session: don't request Keep-Alive for upgraded connections
(bgo#788723).
* Mon Jan 22 2018 dimstar@opensuse.org
- Update to version 2.61.1:
+ tld-parser: use Python 3 (bgo#785735).
+ Fix heap-buffer-overflow in soup_ntlm_parse_challenge()
(bgo#788037).
+ Fix possibly uninitialized value in ssl-test.
+ SoupCache: fix the timestamp for responses (bgo#791031).
- Drop libsoup-tld-parser-py3.patch: fixed upstream.
* Fri Jan 19 2018 bjorn.lie@gmail.com
- Update to version 2.60.3:
+ heap-buffer-overflow in soup_ntlm_parse_challenge()
(bgo#788037).
+ session: don't request Keep-Alive for upgraded connections
(bgo#788723).
+ soup-headers: accept any 3 digit number as message status code
(bgo#792124).
* Tue Dec 05 2017 dimstar@opensuse.org
- Use python3 during build:
+ Add libsoup-tld-parser-py3.patch: Use python3 for tld-parser.
+ Add python3-base BuildRequires.
* Fri Oct 27 2017 luc14n0@linuxmail.org
- Update to version 2.60.2:
+ Fix documentation typos (bgo#788920).
+ format-zero-length warning triggered in soup-logger.c
(bgo#789096).
+ Warnings while generating inrospection files
(bgo#789099).
+ Updated translations.
- Add conditional use for translation-update-upstream: suse-only
requirement.
- Update Url to https://wiki.gnome.org/Projects/libsoup: current
libsoup's project web page.
- Run spec-cleaner -p to get respectives pkgconfig(*): gio-2.0,
gobject-2.0, gobject-introspection-1.0, gtk-doc and libxml-2.0.
* Wed Oct 11 2017 luc14n0@linuxmail.org
- Update to version 2.60.1:
+ Fallback to another authentication type if the current failed
(bgo#788238).
+ Fix unbalanced G_GNUC_BEGIN_IGNORE_DEPRECATIONS use in
soup-session.c (bgo#787166).
+ SoupCache: fix setting default value for cache dir
(bgo#788452).
+ Updated translations.
- Update Url to https://wiki.gnome.org/LibSoup: current LibSoup's
web page.
* Tue Sep 12 2017 dimstar@opensuse.org
- Update to version 2.60.0:
+ Updated translations.
* Tue Aug 15 2017 zaitor@opensuse.org
- Update to version 2.59.90.1:
+ Fixed a chunked decoding buffer overrun that could be exploited
against either clients or servers (bgo#785774, CVE-2017-2885).
- Changes from version 2.59.90:
+ Several SoupAuthNegotiate compatibility fixes (bgo#783780,
bgo#783781).
+ Include a payload in SoupWebsocketConnection's "ping" messages
(to avoid problems with certain buggy server implementations),
and emit a signal when receiving a "pong" (to allow apps to
notice when the remote peer has disconnected them)
(bgo#785660).
+ Fix the interpretation of wss:// URIs, which previously mostly
didn't work (bgo#784766).
+ Fixed SoupContentSniffer behavior on XML files with no
Content-Type (webkit#173923).
+ Fixed a bug with cancelling async requests (bgo#773257).
+ Reverted the (undocumented) change in 2.58.0 to call
soup_session_abort() after changing SoupSession:proxy-resolver;
while this made its behavior more consistent with :proxy-uri,
it ended up breaking things (bgo#781590).
+ Allow HTTP responses that have no trailing CRLF after the
response headers (and no body) (bgo#780352).
+ Fixed an out-of-bounds read in SoupURI parsing (bgo#785042).
+ Fixed a spurious (debug-level) error message in
SoupWebsocketConnection (bgo#784935).
+ Fixed introspection annotations on
soup_message_headers_get_content_range().
+ Fixed a flake in tests/header-parsing (bgo#777258).
+ Update tests/test-cert.pem to use stronger algorithms to avoid
problems with newer gnutls (bgo#784949).
+ Fixed examples/get to not accidentally break https certificate
validation (bgo#784259).
+ Misc updates to apache/php stuff in unit tests.
* Mon Aug 14 2017 zaitor@opensuse.org
- Update to version 2.58.2 (CVE-2017-2885, boo#1052916):
+ Fixed a chunked decoding buffer overrun that could be exploited
against either clients or servers (bgo#785774, CVE-2017-2885).
* Sat May 20 2017 dimstar@opensuse.org
- Replace krb5-devel BuildRequires with pkgconfig(krb5): This does
not exactly reproduce what configure is looking for (it ignores
the .pc file) but it helps OBS in chosing between krb5 and
krb5-mini, shortening build cycles.
* Wed May 10 2017 zaitor@opensuse.org
- Update to version 2.58.1:
+ Reverts a change to SoupSession to close all open connections
when the :proxy-resolver property is changed (bgo#777326). This
change was made in 2.58.0 but accidentally left out of the NEWS
for that release; although that behavior made :proxy-resolver
more consistent with :proxy-uri, it ended up breaking Evolution
EWS (bgo#781590).
+ Fixed undefined behavior in tests/header-parsing that could
make the test spuriously fail (bgo#777258).
+ Updates to the configure tests for Apache for use in tests/:
- Dropped support for Apache 2.2.
- Changed PHP support from PHP 5 to PHP 7.
- mod_unixd can now be either built-in or dynamically loaded
(bgo#776478).
+ Updated translations.
* Tue Apr 25 2017 dimstar@opensuse.org
- Update to version 2.58.0:
+ Fix authentication issues when the
SOUP_MESSAGE_DO_NOT_USE_AUTH_CACHE flag is used (bgo#778497,
bgo#777936).
+ MSVC build improvements.
+ Updated translations.
* Tue Dec 13 2016 dimstar@opensuse.org
- Update to version 2.57.1:
+ Added SoupWebsocketConnection:keepalive-interval, to make a
connection send regular pings (bgo#773253).
+ Added soup_auth_manager_clear_cached_credentials() and
SOUP_MESSAGE_DO_NOT_USE_AUTH_CACHE, to allow greater control
over the use of cached HTTP auth credentials (bgo#774031,
bgo#774033).
+ Fixed the use of SoupSession:proxy-uri values containing
passwords (bgo#772932).
+ Various minor WebSocket fixes:
- Avoid sending data after we start closing the connection
(bgo#774957).
- Do not log a critical if the peer sends an invalid close
status code.
- Log a debug message when a "pong" is received.
+ Fix introspection of soup_message_headers_get_content_range().
+ Replaced Vala [Deprecated] annotations with [Version] to avoid
build warnings (bgo#773177).
+ MSVC build improvements.
+ Updated error/message strings to use Unicode punctuation
(bgo#772217).
+ Updated translations.
* Tue Sep 20 2016 zaitor@opensuse.org
- Update to version 2.56.0:
+ Added SoupWebsocketConnection:max-incoming-payload-size
property, to override the default maximum incoming payload
size (bgo#770022).
+ Added soup-version.h symbols (in particular
soup_check_version()) to introspection (bgo#771439).
+ Updated the copy of the public suffix list used by SoupTLD
(bgo#769650).
+ Updated translations.
* Tue Aug 16 2016 dimstar@opensuse.org
- Update to version 2.55.90:
+ Removed support for SSLv3 fallback; sites that reject TLS 1.x
handshakes will now just fail with an error (Firefox and Chrome
have both already switched to this behavior) (bgo#765940).
+ Fixed the parsing of <double>s in the new GVariant-based XMLRPC
code (bgo#767707).
+ Fixed soup_server_set_ssl_cert_file(), which was added in 2.48
but didn't actually work.
+ Added GObject properties to SoupLogger to make it
bindings-friendly (bgo#768053).
+ Fixed build error on FreeBSD (bgo#765376).
+ Fixed build with certain new versions of glibc that define
"EOF" as a macro (bgo#768731).
+ Updated m4/ax_code_coverage.m4 with support for lcov 1.12.
+ Updated po files for future gettext versions.
+ Updated translations.
- Drop libsoup-Prefix-signal-ID.patch: fixed upstream.
* Tue Jul 26 2016 zaitor@opensuse.org
- Add libsoup-Prefix-signal-ID.patch: Buildfix commit from
upstream git.
* Tue Apr 26 2016 zaitor@opensuse.org
- Update to version 2.54.1:
+ Fixed an ABI break in 2.54.0 caused by adding a member to
SoupAuthClass; 2.54.1 is ABI-compatible with 2.53.92 and
earlier, but NOT with the anomalous 2.54.0. If you built
packages against 2.54.0, you will need to rebuild them against
2.54.1.
+ Fixed NTLM authentication when ntlm_auth from the latest
version of Samba is present (bgo#765106).
+ Updates to MSVC build, including for GSS-API support.
+ Updated translations.
- Drop libsoup-auth-ntlm-fix.patch: Fixed upstream.
* Fri Apr 22 2016 zaitor@opensuse.org
- Add libsoup-auth-ntlm-fix.patch: Fix NTLM auth failure with
latest samba (bgo#765106, boo#976110).
* Fri Mar 25 2016 zaitor@opensuse.org
- Update to version 2.54.0.1:
+ Fix a build problem with the 2.54.0 tarball, which would not
build if you configured with "--without-gnome".
* Tue Mar 22 2016 dimstar@opensuse.org
- Update to version 2.54.0:
+ Fixed examples/simple-httpd on Windows (bgo758759).
* Tue Mar 15 2016 dimstar@opensuse.org
- Update to version 2.53.92:
+ libsoup now supports HTTP "Negotiate"/GSSAPI/Kerberos
authentication. It must be enabled specifically by the
application and is also subject to certain other restrictions,
some of which are not yet controllable through the API
(bgo#587145).
+ Added support for building under MSVC (bgo#758759).
+ Fixed a problem with the 2.53.90 tarball that caused
translations to be mis-installed.
+ Updated translations.
- Remove intltoolize call: the tarball has been corrected.
- Add krb5-devel BuildRequires: new dependency for krb5 support.
- Pass --with-krb5-config=%{_libexecdir}/mit/bin/krb5-config and
- -with-gssapi to configure in order to enable krb5 support.
* Tue Feb 16 2016 dimstar@opensuse.org
- Update to version 2.53.90:
+ NUL bytes in headers are now ignored (bgo#760832).
+ Fixed transfer annotation of soup_form_decode* functions
(bgo#743966).
+ Updated translations.
- Call intltoolize before configure in order to fix up the tarball
to work with recent versions of intltool.
* Tue Nov 24 2015 zaitor@opensuse.org
- Update to version 2.53.2:
+ Fixed up symbol visibility handling for mingw by copying GLib's
system (bgo#757146).
+ Finally marked the old SoupSessionAsync and SoupSessionSync
methods as deprecated (bgo#757146).
+ Added libsoup-2.4.deps for valac.
+ Make it possible to build from git without gtk-doc being
installed.
+ Updated translations.
* Tue Nov 24 2015 zaitor@opensuse.org
- Update to version 2.53.1:
+ Really fixed build under MinGW for sure this time.
+ Fixed SoupServer Web Sockets code so that the SoupClientContext
passed to a SoupServerWebsocketCallback is fully usable (rather
than crashing when you try to do most things).
* Tue Nov 10 2015 zaitor@opensuse.org
- Update to version 2.52.2:
+ Fixed build under MinGW.
+ Fix SoupServerWebsocketCallback handling so that the
SoupClientContext passed to it is still valid.
+ Added a .deps file to define dependencies for valac.
* Mon Oct 12 2015 zaitor@opensuse.org
- Update to version 2.52.1:
+ Fixed build under MinGW.
+ Fixed build with --disable-introspection (bgo#755389).
+ Fixed HTTP authentication protection space handling for files
directly under the root directory (bgo#755617).
+ Fixed a warning when loading data from SoupCache while using
an authenticated proxy (bgo#756076).
+ Updated translations.
* Mon Sep 21 2015 dimstar@opensuse.org
- Update to version 2.52.0:
+ Removed duplicate test paths from tests/date so it will pass
with glib 2.46.0.
* Wed Sep 16 2015 dimstar@opensuse.org
- Update to version 2.51.92:
+ Added g_autoptr() support for all libsoup types (bgo#754721).
+ Added a missing (allow-none) annotation to soup_uri_normalize()
(bgo#754776).
+ Updated translations.
* Mon Aug 17 2015 zaitor@opensuse.org
- Update to version 2.51.90:
+ Added a new GVariant-based XMLRPC API, and deprecated the old
GValue-based API (along with the associated GValue-manipulating
utilities) (bgo#746495).
+ Multiple build fixes for Visual Studio (bgo#752952).
+ Added VAPI generation (bgo#750679).
+ Fixed the mode bits on soup-cookie.c, which was previously
marked executable for some reason (rh#1247285).
+ Updated translations.
- Add pkgconfig(vapigen) BuildRequires: New dependency.
* Fri Jun 26 2015 zaitor@opensuse.org
- Update to version 2.51.3:
+ Fixed "make check" in non-English locales (rh#1224989,
bgo#749397).
+ Fixed some compiler warnings (bgo#748514).
+ Updated translations.
* Mon Mar 23 2015 dimstar@opensuse.org
- Update to version 2.50.0:
+ Updated translations.
* Tue Mar 17 2015 dimstar@opensuse.org
- Update to version 2.49.92:
+ Fixed an NTLM problem that caused spurious "Authentication
Failed" errors in evolution-ews (bgo#735197).
+ Updated translations.
* Tue Mar 03 2015 dimstar@opensuse.org
- Update to version 2.49.91.1:
+ websockets: minor optimization.
+ websockets: fix 32-bit build.
+ docs: fix build.
+ tests: fix when building without glib-networking available.
* Tue Mar 03 2015 dimstar@opensuse.org
- Update to version 2.49.91:
+ Libsoup now has support for WebSockets in both SoupSession and
SoupServer (bgo#627738).
+ Added support for NTLMv2 Session Security to SoupAuthNTLM.
(This is transparent to the app/user; if the server supports
it, it will be used) (bgo#739192).
+ Added soup_server_accept_iostream() to allow feeding a
non-GSocketConnection GIOStream to SoupServer (eg, when
accepting HTTP requests on some other sort of connection)
(bgo#744186).
+ Added soup_session_steal_connection() and
soup_client_context_steal_connection(), to allow you to steal a
GIOStream from a SoupSession or SoupServer and then use it for
non-HTTP purposes (bgo#721343).
+ Added soup_server_add_early_handler(), for adding SoupServer
handlers to run at :got-headers time rather than :got-body
(eg, to set up a streaming read of the request body)
(bgo#625645).
+ Added a new SOUP_MESSAGE_IGNORE_CONNECTION_LIMITS flag, which
can be used to bypass SoupSession:max-conns and
SoupSession:max-conns-per-host on a per-message basis
(bgo#744720).
+ Multiple SoupCache fixes:
- Leaked resources are now cleaned up when opening the cache
(bgo#667682).
- The "Age" header is no longer added to cached responses
(bgo#741108).
- Fixed the interpretation of the "must-revalidate" directive
to not be stricter than required (bgo#744468).
- Messages retrieved from cache now behave slightly more like
non-cache messages in terms of SoupSession signals and timing
(bgo#744788). Additionally, there is a new
SoupMessage::starting signal, which is like
SoupSession::request-started, but emitted for cached
resources as well (bgo#731153).
+ Fixed soup_session_cancel_message() to work reliably on paused
messages (bgo#745094).
+ Added code-coverage support to the build (bgo#744744).
+ Fixed the library symbol check in "make check" to work when
building with linker options that result in slightly different
organization (bgo#741348).
+ Added a hack to SoupSessionFeature so that people will stop
re-reporting an old Eclipse bug against libsoup (bgo#710242).
+ Miscellaneous bug and leak fixes in the test programs, leak
fixes in libsoup, and documentation updates.
+ Updated translations.
* Wed Dec 17 2014 zaitor@opensuse.org
- Update to version 2.49.1:
+ Fixed a bug in the SoupMessage:event signal that broke
evolution's ability to connect to https hosts with "bad"
certificates (bgo#739951).
+ Fixed a case where the async codepaths could potentially block
on a synchronous write (bgo#727138).
+ Fixed the symbol soup_server_set_ssl_cert_file() to get
exported, and added soup_server_get_uris() to the
documentation.
+ Improved a bunch of introspection annotations (bgo#729987).
+ Clarified some documentation.
+ Fixed Windows build, twice (bgo#738003, bgo#738551).
+ Updated translations.
* Wed Dec 17 2014 zaitor@opensuse.org
- Update to version 2.48.1:
+ Fixed a bug in the SoupMessage:event signal that broke
evolution's ability to connect to https hosts with "bad"
certificates (bgo#739951).
+ Fixed a case where the async codepaths could potentially
block on a synchronous write (bgo#727138).
+ Fixed the symbol soup_server_set_ssl_cert_file() to get
exported, and added soup_server_get_uris() to the
documentation.
+ Improved a bunch of introspection annotations (bgo#729987).
+ Clarified some documentation.
+ Fixed Windows build, twice (bgo#738003, bgo#738551).
+ Updated translations.
/usr/include/libsoup-3.0 /usr/include/libsoup-3.0/libsoup /usr/include/libsoup-3.0/libsoup/soup-auth-domain-basic.h /usr/include/libsoup-3.0/libsoup/soup-auth-domain-digest.h /usr/include/libsoup-3.0/libsoup/soup-auth-domain.h /usr/include/libsoup-3.0/libsoup/soup-auth-manager.h /usr/include/libsoup-3.0/libsoup/soup-auth.h /usr/include/libsoup-3.0/libsoup/soup-cache.h /usr/include/libsoup-3.0/libsoup/soup-content-decoder.h /usr/include/libsoup-3.0/libsoup/soup-content-sniffer.h /usr/include/libsoup-3.0/libsoup/soup-cookie-jar-db.h /usr/include/libsoup-3.0/libsoup/soup-cookie-jar-text.h /usr/include/libsoup-3.0/libsoup/soup-cookie-jar.h /usr/include/libsoup-3.0/libsoup/soup-cookie.h /usr/include/libsoup-3.0/libsoup/soup-date-utils.h /usr/include/libsoup-3.0/libsoup/soup-enum-types.h /usr/include/libsoup-3.0/libsoup/soup-form.h /usr/include/libsoup-3.0/libsoup/soup-headers.h /usr/include/libsoup-3.0/libsoup/soup-hsts-enforcer-db.h /usr/include/libsoup-3.0/libsoup/soup-hsts-enforcer.h /usr/include/libsoup-3.0/libsoup/soup-hsts-policy.h /usr/include/libsoup-3.0/libsoup/soup-logger.h /usr/include/libsoup-3.0/libsoup/soup-message-body.h /usr/include/libsoup-3.0/libsoup/soup-message-headers.h /usr/include/libsoup-3.0/libsoup/soup-message-metrics.h /usr/include/libsoup-3.0/libsoup/soup-message.h /usr/include/libsoup-3.0/libsoup/soup-method.h /usr/include/libsoup-3.0/libsoup/soup-multipart-input-stream.h /usr/include/libsoup-3.0/libsoup/soup-multipart.h /usr/include/libsoup-3.0/libsoup/soup-server-message.h /usr/include/libsoup-3.0/libsoup/soup-server.h /usr/include/libsoup-3.0/libsoup/soup-session-feature.h /usr/include/libsoup-3.0/libsoup/soup-session.h /usr/include/libsoup-3.0/libsoup/soup-status.h /usr/include/libsoup-3.0/libsoup/soup-tld.h /usr/include/libsoup-3.0/libsoup/soup-types.h /usr/include/libsoup-3.0/libsoup/soup-uri-utils.h /usr/include/libsoup-3.0/libsoup/soup-version.h /usr/include/libsoup-3.0/libsoup/soup-websocket-connection.h /usr/include/libsoup-3.0/libsoup/soup-websocket-extension-deflate.h /usr/include/libsoup-3.0/libsoup/soup-websocket-extension-manager.h /usr/include/libsoup-3.0/libsoup/soup-websocket-extension.h /usr/include/libsoup-3.0/libsoup/soup-websocket.h /usr/include/libsoup-3.0/libsoup/soup.h /usr/lib64/libsoup-3.0.so /usr/lib64/pkgconfig/libsoup-3.0.pc /usr/share/doc/packages/libsoup-3.0 /usr/share/doc/packages/libsoup-3.0/RedHatDisplay-Black.woff /usr/share/doc/packages/libsoup-3.0/RedHatDisplay-Black.woff2 /usr/share/doc/packages/libsoup-3.0/RedHatDisplay-BlackItalic.woff /usr/share/doc/packages/libsoup-3.0/RedHatDisplay-BlackItalic.woff2 /usr/share/doc/packages/libsoup-3.0/RedHatDisplay-Bold.woff /usr/share/doc/packages/libsoup-3.0/RedHatDisplay-Bold.woff2 /usr/share/doc/packages/libsoup-3.0/RedHatDisplay-BoldItalic.woff /usr/share/doc/packages/libsoup-3.0/RedHatDisplay-BoldItalic.woff2 /usr/share/doc/packages/libsoup-3.0/RedHatDisplay-Italic.woff /usr/share/doc/packages/libsoup-3.0/RedHatDisplay-Italic.woff2 /usr/share/doc/packages/libsoup-3.0/RedHatDisplay-Medium.woff /usr/share/doc/packages/libsoup-3.0/RedHatDisplay-Medium.woff2 /usr/share/doc/packages/libsoup-3.0/RedHatDisplay-MediumItalic.woff /usr/share/doc/packages/libsoup-3.0/RedHatDisplay-MediumItalic.woff2 /usr/share/doc/packages/libsoup-3.0/RedHatDisplay-Regular.woff /usr/share/doc/packages/libsoup-3.0/RedHatDisplay-Regular.woff2 /usr/share/doc/packages/libsoup-3.0/RedHatText-Bold.woff /usr/share/doc/packages/libsoup-3.0/RedHatText-Bold.woff2 /usr/share/doc/packages/libsoup-3.0/RedHatText-BoldItalic.woff /usr/share/doc/packages/libsoup-3.0/RedHatText-BoldItalic.woff2 /usr/share/doc/packages/libsoup-3.0/RedHatText-Italic.woff /usr/share/doc/packages/libsoup-3.0/RedHatText-Italic.woff2 /usr/share/doc/packages/libsoup-3.0/RedHatText-Medium.woff /usr/share/doc/packages/libsoup-3.0/RedHatText-Medium.woff2 /usr/share/doc/packages/libsoup-3.0/RedHatText-MediumItalic.woff /usr/share/doc/packages/libsoup-3.0/RedHatText-MediumItalic.woff2 /usr/share/doc/packages/libsoup-3.0/RedHatText-Regular.woff /usr/share/doc/packages/libsoup-3.0/RedHatText-Regular.woff2 /usr/share/doc/packages/libsoup-3.0/SourceCodePro-It.ttf.woff /usr/share/doc/packages/libsoup-3.0/SourceCodePro-Regular.ttf.woff /usr/share/doc/packages/libsoup-3.0/SourceCodePro-Semibold.ttf.woff /usr/share/doc/packages/libsoup-3.0/build-howto.html /usr/share/doc/packages/libsoup-3.0/callback.AuthDomainBasicAuthCallback.html /usr/share/doc/packages/libsoup-3.0/callback.AuthDomainDigestAuthCallback.html /usr/share/doc/packages/libsoup-3.0/callback.AuthDomainFilter.html /usr/share/doc/packages/libsoup-3.0/callback.AuthDomainGenericAuthCallback.html /usr/share/doc/packages/libsoup-3.0/callback.LoggerFilter.html /usr/share/doc/packages/libsoup-3.0/callback.LoggerPrinter.html /usr/share/doc/packages/libsoup-3.0/callback.MessageHeadersForeachFunc.html /usr/share/doc/packages/libsoup-3.0/callback.ServerCallback.html /usr/share/doc/packages/libsoup-3.0/callback.ServerWebsocketCallback.html /usr/share/doc/packages/libsoup-3.0/class.Auth.html /usr/share/doc/packages/libsoup-3.0/class.AuthBasic.html /usr/share/doc/packages/libsoup-3.0/class.AuthDigest.html /usr/share/doc/packages/libsoup-3.0/class.AuthDomain.html /usr/share/doc/packages/libsoup-3.0/class.AuthDomainBasic.html /usr/share/doc/packages/libsoup-3.0/class.AuthDomainDigest.html /usr/share/doc/packages/libsoup-3.0/class.AuthManager.html /usr/share/doc/packages/libsoup-3.0/class.AuthNTLM.html /usr/share/doc/packages/libsoup-3.0/class.AuthNegotiate.html /usr/share/doc/packages/libsoup-3.0/class.Cache.html /usr/share/doc/packages/libsoup-3.0/class.ContentDecoder.html /usr/share/doc/packages/libsoup-3.0/class.ContentSniffer.html /usr/share/doc/packages/libsoup-3.0/class.CookieJar.html /usr/share/doc/packages/libsoup-3.0/class.CookieJarDB.html /usr/share/doc/packages/libsoup-3.0/class.CookieJarText.html /usr/share/doc/packages/libsoup-3.0/class.HSTSEnforcer.html /usr/share/doc/packages/libsoup-3.0/class.HSTSEnforcerDB.html /usr/share/doc/packages/libsoup-3.0/class.Logger.html /usr/share/doc/packages/libsoup-3.0/class.Message.html /usr/share/doc/packages/libsoup-3.0/class.MultipartInputStream.html /usr/share/doc/packages/libsoup-3.0/class.Server.html /usr/share/doc/packages/libsoup-3.0/class.ServerMessage.html /usr/share/doc/packages/libsoup-3.0/class.Session.html /usr/share/doc/packages/libsoup-3.0/class.WebsocketConnection.html /usr/share/doc/packages/libsoup-3.0/class.WebsocketExtension.html /usr/share/doc/packages/libsoup-3.0/class.WebsocketExtensionDeflate.html /usr/share/doc/packages/libsoup-3.0/class.WebsocketExtensionManager.html /usr/share/doc/packages/libsoup-3.0/classes_hierarchy.html /usr/share/doc/packages/libsoup-3.0/client-advanced.html /usr/share/doc/packages/libsoup-3.0/client-basic.html /usr/share/doc/packages/libsoup-3.0/client-thread-safety.html /usr/share/doc/packages/libsoup-3.0/client-tls.html /usr/share/doc/packages/libsoup-3.0/const.COOKIE_MAX_AGE_ONE_DAY.html /usr/share/doc/packages/libsoup-3.0/const.COOKIE_MAX_AGE_ONE_HOUR.html /usr/share/doc/packages/libsoup-3.0/const.COOKIE_MAX_AGE_ONE_WEEK.html /usr/share/doc/packages/libsoup-3.0/const.COOKIE_MAX_AGE_ONE_YEAR.html /usr/share/doc/packages/libsoup-3.0/const.FORM_MIME_TYPE_MULTIPART.html /usr/share/doc/packages/libsoup-3.0/const.FORM_MIME_TYPE_URLENCODED.html /usr/share/doc/packages/libsoup-3.0/const.HSTS_POLICY_MAX_AGE_PAST.html /usr/share/doc/packages/libsoup-3.0/const.HTTP_URI_FLAGS.html /usr/share/doc/packages/libsoup-3.0/const.MAJOR_VERSION.html /usr/share/doc/packages/libsoup-3.0/const.MICRO_VERSION.html /usr/share/doc/packages/libsoup-3.0/const.MINOR_VERSION.html /usr/share/doc/packages/libsoup-3.0/const.VERSION_MIN_REQUIRED.html /usr/share/doc/packages/libsoup-3.0/ctor.Auth.new.html /usr/share/doc/packages/libsoup-3.0/ctor.AuthDomainBasic.new.html /usr/share/doc/packages/libsoup-3.0/ctor.AuthDomainDigest.new.html /usr/share/doc/packages/libsoup-3.0/ctor.Cache.new.html /usr/share/doc/packages/libsoup-3.0/ctor.ContentSniffer.new.html /usr/share/doc/packages/libsoup-3.0/ctor.Cookie.new.html /usr/share/doc/packages/libsoup-3.0/ctor.CookieJar.new.html /usr/share/doc/packages/libsoup-3.0/ctor.CookieJarDB.new.html /usr/share/doc/packages/libsoup-3.0/ctor.CookieJarText.new.html /usr/share/doc/packages/libsoup-3.0/ctor.HSTSEnforcer.new.html /usr/share/doc/packages/libsoup-3.0/ctor.HSTSEnforcerDB.new.html /usr/share/doc/packages/libsoup-3.0/ctor.HSTSPolicy.new.html /usr/share/doc/packages/libsoup-3.0/ctor.HSTSPolicy.new_from_response.html /usr/share/doc/packages/libsoup-3.0/ctor.HSTSPolicy.new_full.html /usr/share/doc/packages/libsoup-3.0/ctor.HSTSPolicy.new_session_policy.html /usr/share/doc/packages/libsoup-3.0/ctor.Logger.new.html /usr/share/doc/packages/libsoup-3.0/ctor.Message.new.html /usr/share/doc/packages/libsoup-3.0/ctor.Message.new_from_encoded_form.html /usr/share/doc/packages/libsoup-3.0/ctor.Message.new_from_multipart.html /usr/share/doc/packages/libsoup-3.0/ctor.Message.new_from_uri.html /usr/share/doc/packages/libsoup-3.0/ctor.Message.new_options_ping.html /usr/share/doc/packages/libsoup-3.0/ctor.MessageBody.new.html /usr/share/doc/packages/libsoup-3.0/ctor.MessageHeaders.new.html /usr/share/doc/packages/libsoup-3.0/ctor.Multipart.new.html /usr/share/doc/packages/libsoup-3.0/ctor.Multipart.new_from_message.html /usr/share/doc/packages/libsoup-3.0/ctor.MultipartInputStream.new.html /usr/share/doc/packages/libsoup-3.0/ctor.Server.new.html /usr/share/doc/packages/libsoup-3.0/ctor.Session.new.html /usr/share/doc/packages/libsoup-3.0/ctor.Session.new_with_options.html /usr/share/doc/packages/libsoup-3.0/ctor.WebsocketConnection.new.html /usr/share/doc/packages/libsoup-3.0/enum.CacheType.html /usr/share/doc/packages/libsoup-3.0/enum.CookieJarAcceptPolicy.html /usr/share/doc/packages/libsoup-3.0/enum.DateFormat.html /usr/share/doc/packages/libsoup-3.0/enum.Encoding.html /usr/share/doc/packages/libsoup-3.0/enum.HTTPVersion.html /usr/share/doc/packages/libsoup-3.0/enum.LoggerLogLevel.html /usr/share/doc/packages/libsoup-3.0/enum.MemoryUse.html /usr/share/doc/packages/libsoup-3.0/enum.MessageHeadersType.html /usr/share/doc/packages/libsoup-3.0/enum.MessagePriority.html /usr/share/doc/packages/libsoup-3.0/enum.SameSitePolicy.html /usr/share/doc/packages/libsoup-3.0/enum.Status.html /usr/share/doc/packages/libsoup-3.0/enum.URIComponent.html /usr/share/doc/packages/libsoup-3.0/enum.WebsocketCloseCode.html /usr/share/doc/packages/libsoup-3.0/enum.WebsocketConnectionType.html /usr/share/doc/packages/libsoup-3.0/enum.WebsocketDataType.html /usr/share/doc/packages/libsoup-3.0/enum.WebsocketState.html /usr/share/doc/packages/libsoup-3.0/error.SessionError.html /usr/share/doc/packages/libsoup-3.0/error.TLDError.html /usr/share/doc/packages/libsoup-3.0/error.WebsocketError.html /usr/share/doc/packages/libsoup-3.0/flags.Cacheability.html /usr/share/doc/packages/libsoup-3.0/flags.Expectation.html /usr/share/doc/packages/libsoup-3.0/flags.MessageFlags.html /usr/share/doc/packages/libsoup-3.0/flags.ServerListenOptions.html /usr/share/doc/packages/libsoup-3.0/fonts.css /usr/share/doc/packages/libsoup-3.0/func.CHECK_VERSION.html /usr/share/doc/packages/libsoup-3.0/func.DEPRECATED_FOR.html /usr/share/doc/packages/libsoup-3.0/func.DEPRECATED_IN_3_0_FOR.html /usr/share/doc/packages/libsoup-3.0/func.DEPRECATED_IN_3_2_FOR.html /usr/share/doc/packages/libsoup-3.0/func.DEPRECATED_IN_3_4_FOR.html /usr/share/doc/packages/libsoup-3.0/func.UNAVAILABLE.html /usr/share/doc/packages/libsoup-3.0/func.check_version.html /usr/share/doc/packages/libsoup-3.0/func.cookies_free.html /usr/share/doc/packages/libsoup-3.0/func.cookies_from_request.html /usr/share/doc/packages/libsoup-3.0/func.cookies_from_response.html /usr/share/doc/packages/libsoup-3.0/func.cookies_to_cookie_header.html /usr/share/doc/packages/libsoup-3.0/func.cookies_to_request.html /usr/share/doc/packages/libsoup-3.0/func.cookies_to_response.html /usr/share/doc/packages/libsoup-3.0/func.date_time_new_from_http_string.html /usr/share/doc/packages/libsoup-3.0/func.date_time_to_string.html /usr/share/doc/packages/libsoup-3.0/func.form_decode.html /usr/share/doc/packages/libsoup-3.0/func.form_decode_multipart.html /usr/share/doc/packages/libsoup-3.0/func.form_encode.html /usr/share/doc/packages/libsoup-3.0/func.form_encode_datalist.html /usr/share/doc/packages/libsoup-3.0/func.form_encode_hash.html /usr/share/doc/packages/libsoup-3.0/func.form_encode_valist.html /usr/share/doc/packages/libsoup-3.0/func.get_major_version.html /usr/share/doc/packages/libsoup-3.0/func.get_micro_version.html /usr/share/doc/packages/libsoup-3.0/func.get_minor_version.html /usr/share/doc/packages/libsoup-3.0/func.header_contains.html /usr/share/doc/packages/libsoup-3.0/func.header_free_list.html /usr/share/doc/packages/libsoup-3.0/func.header_free_param_list.html /usr/share/doc/packages/libsoup-3.0/func.header_g_string_append_param.html /usr/share/doc/packages/libsoup-3.0/func.header_g_string_append_param_quoted.html /usr/share/doc/packages/libsoup-3.0/func.header_parse_list.html /usr/share/doc/packages/libsoup-3.0/func.header_parse_param_list.html /usr/share/doc/packages/libsoup-3.0/func.header_parse_param_list_strict.html /usr/share/doc/packages/libsoup-3.0/func.header_parse_quality_list.html /usr/share/doc/packages/libsoup-3.0/func.header_parse_semi_param_list.html /usr/share/doc/packages/libsoup-3.0/func.header_parse_semi_param_list_strict.html /usr/share/doc/packages/libsoup-3.0/func.headers_parse.html /usr/share/doc/packages/libsoup-3.0/func.headers_parse_request.html /usr/share/doc/packages/libsoup-3.0/func.headers_parse_response.html /usr/share/doc/packages/libsoup-3.0/func.headers_parse_status_line.html /usr/share/doc/packages/libsoup-3.0/func.tld_domain_is_public_suffix.html /usr/share/doc/packages/libsoup-3.0/func.tld_get_base_domain.html /usr/share/doc/packages/libsoup-3.0/func.uri_copy.html /usr/share/doc/packages/libsoup-3.0/func.uri_decode_data_uri.html /usr/share/doc/packages/libsoup-3.0/func.uri_equal.html /usr/share/doc/packages/libsoup-3.0/func.websocket_client_prepare_handshake.html /usr/share/doc/packages/libsoup-3.0/func.websocket_client_verify_handshake.html /usr/share/doc/packages/libsoup-3.0/func.websocket_server_check_handshake.html /usr/share/doc/packages/libsoup-3.0/func.websocket_server_process_handshake.html /usr/share/doc/packages/libsoup-3.0/fzy.js /usr/share/doc/packages/libsoup-3.0/go-up-symbolic.png /usr/share/doc/packages/libsoup-3.0/iface.SessionFeature.html /usr/share/doc/packages/libsoup-3.0/index.html /usr/share/doc/packages/libsoup-3.0/index.json /usr/share/doc/packages/libsoup-3.0/libsoup-3.0.devhelp2 /usr/share/doc/packages/libsoup-3.0/main.js /usr/share/doc/packages/libsoup-3.0/method.Auth.authenticate.html /usr/share/doc/packages/libsoup-3.0/method.Auth.can_authenticate.html /usr/share/doc/packages/libsoup-3.0/method.Auth.cancel.html /usr/share/doc/packages/libsoup-3.0/method.Auth.free_protection_space.html /usr/share/doc/packages/libsoup-3.0/method.Auth.get_authority.html /usr/share/doc/packages/libsoup-3.0/method.Auth.get_authorization.html /usr/share/doc/packages/libsoup-3.0/method.Auth.get_info.html /usr/share/doc/packages/libsoup-3.0/method.Auth.get_protection_space.html /usr/share/doc/packages/libsoup-3.0/method.Auth.get_realm.html /usr/share/doc/packages/libsoup-3.0/method.Auth.get_scheme_name.html /usr/share/doc/packages/libsoup-3.0/method.Auth.is_authenticated.html /usr/share/doc/packages/libsoup-3.0/method.Auth.is_cancelled.html /usr/share/doc/packages/libsoup-3.0/method.Auth.is_for_proxy.html /usr/share/doc/packages/libsoup-3.0/method.Auth.is_ready.html /usr/share/doc/packages/libsoup-3.0/method.Auth.update.html /usr/share/doc/packages/libsoup-3.0/method.AuthDomain.accepts.html /usr/share/doc/packages/libsoup-3.0/method.AuthDomain.add_path.html /usr/share/doc/packages/libsoup-3.0/method.AuthDomain.challenge.html /usr/share/doc/packages/libsoup-3.0/method.AuthDomain.check_password.html /usr/share/doc/packages/libsoup-3.0/method.AuthDomain.covers.html /usr/share/doc/packages/libsoup-3.0/method.AuthDomain.get_realm.html /usr/share/doc/packages/libsoup-3.0/method.AuthDomain.remove_path.html /usr/share/doc/packages/libsoup-3.0/method.AuthDomain.set_filter.html /usr/share/doc/packages/libsoup-3.0/method.AuthDomain.set_generic_auth_callback.html /usr/share/doc/packages/libsoup-3.0/method.AuthDomainBasic.set_auth_callback.html /usr/share/doc/packages/libsoup-3.0/method.AuthDomainDigest.set_auth_callback.html /usr/share/doc/packages/libsoup-3.0/method.AuthManager.clear_cached_credentials.html /usr/share/doc/packages/libsoup-3.0/method.AuthManager.use_auth.html /usr/share/doc/packages/libsoup-3.0/method.Cache.clear.html /usr/share/doc/packages/libsoup-3.0/method.Cache.dump.html /usr/share/doc/packages/libsoup-3.0/method.Cache.flush.html /usr/share/doc/packages/libsoup-3.0/method.Cache.get_max_size.html /usr/share/doc/packages/libsoup-3.0/method.Cache.load.html /usr/share/doc/packages/libsoup-3.0/method.Cache.set_max_size.html /usr/share/doc/packages/libsoup-3.0/method.ContentSniffer.sniff.html /usr/share/doc/packages/libsoup-3.0/method.Cookie.applies_to_uri.html /usr/share/doc/packages/libsoup-3.0/method.Cookie.copy.html /usr/share/doc/packages/libsoup-3.0/method.Cookie.domain_matches.html /usr/share/doc/packages/libsoup-3.0/method.Cookie.equal.html /usr/share/doc/packages/libsoup-3.0/method.Cookie.free.html /usr/share/doc/packages/libsoup-3.0/method.Cookie.get_domain.html /usr/share/doc/packages/libsoup-3.0/method.Cookie.get_expires.html /usr/share/doc/packages/libsoup-3.0/method.Cookie.get_http_only.html /usr/share/doc/packages/libsoup-3.0/method.Cookie.get_name.html /usr/share/doc/packages/libsoup-3.0/method.Cookie.get_path.html /usr/share/doc/packages/libsoup-3.0/method.Cookie.get_same_site_policy.html /usr/share/doc/packages/libsoup-3.0/method.Cookie.get_secure.html /usr/share/doc/packages/libsoup-3.0/method.Cookie.get_value.html /usr/share/doc/packages/libsoup-3.0/method.Cookie.set_domain.html /usr/share/doc/packages/libsoup-3.0/method.Cookie.set_expires.html /usr/share/doc/packages/libsoup-3.0/method.Cookie.set_http_only.html /usr/share/doc/packages/libsoup-3.0/method.Cookie.set_max_age.html /usr/share/doc/packages/libsoup-3.0/method.Cookie.set_name.html /usr/share/doc/packages/libsoup-3.0/method.Cookie.set_path.html /usr/share/doc/packages/libsoup-3.0/method.Cookie.set_same_site_policy.html /usr/share/doc/packages/libsoup-3.0/method.Cookie.set_secure.html /usr/share/doc/packages/libsoup-3.0/method.Cookie.set_value.html /usr/share/doc/packages/libsoup-3.0/method.Cookie.to_cookie_header.html /usr/share/doc/packages/libsoup-3.0/method.Cookie.to_set_cookie_header.html /usr/share/doc/packages/libsoup-3.0/method.CookieJar.add_cookie.html /usr/share/doc/packages/libsoup-3.0/method.CookieJar.add_cookie_full.html /usr/share/doc/packages/libsoup-3.0/method.CookieJar.add_cookie_with_first_party.html /usr/share/doc/packages/libsoup-3.0/method.CookieJar.all_cookies.html /usr/share/doc/packages/libsoup-3.0/method.CookieJar.delete_cookie.html /usr/share/doc/packages/libsoup-3.0/method.CookieJar.get_accept_policy.html /usr/share/doc/packages/libsoup-3.0/method.CookieJar.get_cookie_list.html /usr/share/doc/packages/libsoup-3.0/method.CookieJar.get_cookie_list_with_same_site_info.html /usr/share/doc/packages/libsoup-3.0/method.CookieJar.get_cookies.html /usr/share/doc/packages/libsoup-3.0/method.CookieJar.is_persistent.html /usr/share/doc/packages/libsoup-3.0/method.CookieJar.set_accept_policy.html /usr/share/doc/packages/libsoup-3.0/method.CookieJar.set_cookie.html /usr/share/doc/packages/libsoup-3.0/method.CookieJar.set_cookie_with_first_party.html /usr/share/doc/packages/libsoup-3.0/method.HSTSEnforcer.get_domains.html /usr/share/doc/packages/libsoup-3.0/method.HSTSEnforcer.get_policies.html /usr/share/doc/packages/libsoup-3.0/method.HSTSEnforcer.has_valid_policy.html /usr/share/doc/packages/libsoup-3.0/method.HSTSEnforcer.is_persistent.html /usr/share/doc/packages/libsoup-3.0/method.HSTSEnforcer.set_policy.html /usr/share/doc/packages/libsoup-3.0/method.HSTSEnforcer.set_session_policy.html /usr/share/doc/packages/libsoup-3.0/method.HSTSPolicy.copy.html /usr/share/doc/packages/libsoup-3.0/method.HSTSPolicy.equal.html /usr/share/doc/packages/libsoup-3.0/method.HSTSPolicy.free.html /usr/share/doc/packages/libsoup-3.0/method.HSTSPolicy.get_domain.html /usr/share/doc/packages/libsoup-3.0/method.HSTSPolicy.get_expires.html /usr/share/doc/packages/libsoup-3.0/method.HSTSPolicy.get_max_age.html /usr/share/doc/packages/libsoup-3.0/method.HSTSPolicy.includes_subdomains.html /usr/share/doc/packages/libsoup-3.0/method.HSTSPolicy.is_expired.html /usr/share/doc/packages/libsoup-3.0/method.HSTSPolicy.is_session_policy.html /usr/share/doc/packages/libsoup-3.0/method.Logger.get_max_body_size.html /usr/share/doc/packages/libsoup-3.0/method.Logger.set_max_body_size.html /usr/share/doc/packages/libsoup-3.0/method.Logger.set_printer.html /usr/share/doc/packages/libsoup-3.0/method.Logger.set_request_filter.html /usr/share/doc/packages/libsoup-3.0/method.Logger.set_response_filter.html /usr/share/doc/packages/libsoup-3.0/method.Message.add_flags.html /usr/share/doc/packages/libsoup-3.0/method.Message.add_header_handler.html /usr/share/doc/packages/libsoup-3.0/method.Message.add_status_code_handler.html /usr/share/doc/packages/libsoup-3.0/method.Message.disable_feature.html /usr/share/doc/packages/libsoup-3.0/method.Message.get_connection_id.html /usr/share/doc/packages/libsoup-3.0/method.Message.get_first_party.html /usr/share/doc/packages/libsoup-3.0/method.Message.get_flags.html /usr/share/doc/packages/libsoup-3.0/method.Message.get_force_http1.html /usr/share/doc/packages/libsoup-3.0/method.Message.get_http_version.html /usr/share/doc/packages/libsoup-3.0/method.Message.get_is_options_ping.html /usr/share/doc/packages/libsoup-3.0/method.Message.get_is_top_level_navigation.html /usr/share/doc/packages/libsoup-3.0/method.Message.get_method.html /usr/share/doc/packages/libsoup-3.0/method.Message.get_metrics.html /usr/share/doc/packages/libsoup-3.0/method.Message.get_priority.html /usr/share/doc/packages/libsoup-3.0/method.Message.get_reason_phrase.html /usr/share/doc/packages/libsoup-3.0/method.Message.get_remote_address.html /usr/share/doc/packages/libsoup-3.0/method.Message.get_request_headers.html /usr/share/doc/packages/libsoup-3.0/method.Message.get_response_headers.html /usr/share/doc/packages/libsoup-3.0/method.Message.get_site_for_cookies.html /usr/share/doc/packages/libsoup-3.0/method.Message.get_status.html /usr/share/doc/packages/libsoup-3.0/method.Message.get_tls_ciphersuite_name.html /usr/share/doc/packages/libsoup-3.0/method.Message.get_tls_peer_certificate.html /usr/share/doc/packages/libsoup-3.0/method.Message.get_tls_peer_certificate_errors.html /usr/share/doc/packages/libsoup-3.0/method.Message.get_tls_protocol_version.html /usr/share/doc/packages/libsoup-3.0/method.Message.get_uri.html /usr/share/doc/packages/libsoup-3.0/method.Message.is_feature_disabled.html /usr/share/doc/packages/libsoup-3.0/method.Message.is_keepalive.html /usr/share/doc/packages/libsoup-3.0/method.Message.query_flags.html /usr/share/doc/packages/libsoup-3.0/method.Message.remove_flags.html /usr/share/doc/packages/libsoup-3.0/method.Message.set_first_party.html /usr/share/doc/packages/libsoup-3.0/method.Message.set_flags.html /usr/share/doc/packages/libsoup-3.0/method.Message.set_force_http1.html /usr/share/doc/packages/libsoup-3.0/method.Message.set_is_options_ping.html /usr/share/doc/packages/libsoup-3.0/method.Message.set_is_top_level_navigation.html /usr/share/doc/packages/libsoup-3.0/method.Message.set_method.html /usr/share/doc/packages/libsoup-3.0/method.Message.set_priority.html /usr/share/doc/packages/libsoup-3.0/method.Message.set_request_body.html /usr/share/doc/packages/libsoup-3.0/method.Message.set_request_body_from_bytes.html /usr/share/doc/packages/libsoup-3.0/method.Message.set_site_for_cookies.html /usr/share/doc/packages/libsoup-3.0/method.Message.set_tls_client_certificate.html /usr/share/doc/packages/libsoup-3.0/method.Message.set_uri.html /usr/share/doc/packages/libsoup-3.0/method.Message.tls_client_certificate_password_request_complete.html /usr/share/doc/packages/libsoup-3.0/method.MessageBody.append.html /usr/share/doc/packages/libsoup-3.0/method.MessageBody.append_bytes.html /usr/share/doc/packages/libsoup-3.0/method.MessageBody.append_take.html /usr/share/doc/packages/libsoup-3.0/method.MessageBody.complete.html /usr/share/doc/packages/libsoup-3.0/method.MessageBody.flatten.html /usr/share/doc/packages/libsoup-3.0/method.MessageBody.get_accumulate.html /usr/share/doc/packages/libsoup-3.0/method.MessageBody.get_chunk.html /usr/share/doc/packages/libsoup-3.0/method.MessageBody.got_chunk.html /usr/share/doc/packages/libsoup-3.0/method.MessageBody.ref.html /usr/share/doc/packages/libsoup-3.0/method.MessageBody.set_accumulate.html /usr/share/doc/packages/libsoup-3.0/method.MessageBody.truncate.html /usr/share/doc/packages/libsoup-3.0/method.MessageBody.unref.html /usr/share/doc/packages/libsoup-3.0/method.MessageBody.wrote_chunk.html /usr/share/doc/packages/libsoup-3.0/method.MessageHeaders.append.html /usr/share/doc/packages/libsoup-3.0/method.MessageHeaders.clean_connection_headers.html /usr/share/doc/packages/libsoup-3.0/method.MessageHeaders.clear.html /usr/share/doc/packages/libsoup-3.0/method.MessageHeaders.foreach.html /usr/share/doc/packages/libsoup-3.0/method.MessageHeaders.free_ranges.html /usr/share/doc/packages/libsoup-3.0/method.MessageHeaders.get_content_disposition.html /usr/share/doc/packages/libsoup-3.0/method.MessageHeaders.get_content_length.html /usr/share/doc/packages/libsoup-3.0/method.MessageHeaders.get_content_range.html /usr/share/doc/packages/libsoup-3.0/method.MessageHeaders.get_content_type.html /usr/share/doc/packages/libsoup-3.0/method.MessageHeaders.get_encoding.html /usr/share/doc/packages/libsoup-3.0/method.MessageHeaders.get_expectations.html /usr/share/doc/packages/libsoup-3.0/method.MessageHeaders.get_headers_type.html /usr/share/doc/packages/libsoup-3.0/method.MessageHeaders.get_list.html /usr/share/doc/packages/libsoup-3.0/method.MessageHeaders.get_one.html /usr/share/doc/packages/libsoup-3.0/method.MessageHeaders.get_ranges.html /usr/share/doc/packages/libsoup-3.0/method.MessageHeaders.header_contains.html /usr/share/doc/packages/libsoup-3.0/method.MessageHeaders.header_equals.html /usr/share/doc/packages/libsoup-3.0/method.MessageHeaders.ref.html /usr/share/doc/packages/libsoup-3.0/method.MessageHeaders.remove.html /usr/share/doc/packages/libsoup-3.0/method.MessageHeaders.replace.html /usr/share/doc/packages/libsoup-3.0/method.MessageHeaders.set_content_disposition.html /usr/share/doc/packages/libsoup-3.0/method.MessageHeaders.set_content_length.html /usr/share/doc/packages/libsoup-3.0/method.MessageHeaders.set_content_range.html /usr/share/doc/packages/libsoup-3.0/method.MessageHeaders.set_content_type.html /usr/share/doc/packages/libsoup-3.0/method.MessageHeaders.set_encoding.html /usr/share/doc/packages/libsoup-3.0/method.MessageHeaders.set_expectations.html /usr/share/doc/packages/libsoup-3.0/method.MessageHeaders.set_range.html /usr/share/doc/packages/libsoup-3.0/method.MessageHeaders.set_ranges.html /usr/share/doc/packages/libsoup-3.0/method.MessageHeaders.unref.html /usr/share/doc/packages/libsoup-3.0/method.MessageHeadersIter.next.html /usr/share/doc/packages/libsoup-3.0/method.MessageMetrics.copy.html /usr/share/doc/packages/libsoup-3.0/method.MessageMetrics.free.html /usr/share/doc/packages/libsoup-3.0/method.MessageMetrics.get_connect_end.html /usr/share/doc/packages/libsoup-3.0/method.MessageMetrics.get_connect_start.html /usr/share/doc/packages/libsoup-3.0/method.MessageMetrics.get_dns_end.html /usr/share/doc/packages/libsoup-3.0/method.MessageMetrics.get_dns_start.html /usr/share/doc/packages/libsoup-3.0/method.MessageMetrics.get_fetch_start.html /usr/share/doc/packages/libsoup-3.0/method.MessageMetrics.get_request_body_bytes_sent.html /usr/share/doc/packages/libsoup-3.0/method.MessageMetrics.get_request_body_size.html /usr/share/doc/packages/libsoup-3.0/method.MessageMetrics.get_request_header_bytes_sent.html /usr/share/doc/packages/libsoup-3.0/method.MessageMetrics.get_request_start.html /usr/share/doc/packages/libsoup-3.0/method.MessageMetrics.get_response_body_bytes_received.html /usr/share/doc/packages/libsoup-3.0/method.MessageMetrics.get_response_body_size.html /usr/share/doc/packages/libsoup-3.0/method.MessageMetrics.get_response_end.html /usr/share/doc/packages/libsoup-3.0/method.MessageMetrics.get_response_header_bytes_received.html /usr/share/doc/packages/libsoup-3.0/method.MessageMetrics.get_response_start.html /usr/share/doc/packages/libsoup-3.0/method.MessageMetrics.get_tls_start.html /usr/share/doc/packages/libsoup-3.0/method.Multipart.append_form_file.html /usr/share/doc/packages/libsoup-3.0/method.Multipart.append_form_string.html /usr/share/doc/packages/libsoup-3.0/method.Multipart.append_part.html /usr/share/doc/packages/libsoup-3.0/method.Multipart.free.html /usr/share/doc/packages/libsoup-3.0/method.Multipart.get_length.html /usr/share/doc/packages/libsoup-3.0/method.Multipart.get_part.html /usr/share/doc/packages/libsoup-3.0/method.Multipart.to_message.html /usr/share/doc/packages/libsoup-3.0/method.MultipartInputStream.get_headers.html /usr/share/doc/packages/libsoup-3.0/method.MultipartInputStream.next_part.html /usr/share/doc/packages/libsoup-3.0/method.MultipartInputStream.next_part_async.html /usr/share/doc/packages/libsoup-3.0/method.MultipartInputStream.next_part_finish.html /usr/share/doc/packages/libsoup-3.0/method.Server.accept_iostream.html /usr/share/doc/packages/libsoup-3.0/method.Server.add_auth_domain.html /usr/share/doc/packages/libsoup-3.0/method.Server.add_early_handler.html /usr/share/doc/packages/libsoup-3.0/method.Server.add_handler.html /usr/share/doc/packages/libsoup-3.0/method.Server.add_websocket_extension.html /usr/share/doc/packages/libsoup-3.0/method.Server.add_websocket_handler.html /usr/share/doc/packages/libsoup-3.0/method.Server.disconnect.html /usr/share/doc/packages/libsoup-3.0/method.Server.get_listeners.html /usr/share/doc/packages/libsoup-3.0/method.Server.get_tls_auth_mode.html /usr/share/doc/packages/libsoup-3.0/method.Server.get_tls_certificate.html /usr/share/doc/packages/libsoup-3.0/method.Server.get_tls_database.html /usr/share/doc/packages/libsoup-3.0/method.Server.get_uris.html /usr/share/doc/packages/libsoup-3.0/method.Server.is_https.html /usr/share/doc/packages/libsoup-3.0/method.Server.listen.html /usr/share/doc/packages/libsoup-3.0/method.Server.listen_all.html /usr/share/doc/packages/libsoup-3.0/method.Server.listen_local.html /usr/share/doc/packages/libsoup-3.0/method.Server.listen_socket.html /usr/share/doc/packages/libsoup-3.0/method.Server.pause_message.html /usr/share/doc/packages/libsoup-3.0/method.Server.remove_auth_domain.html /usr/share/doc/packages/libsoup-3.0/method.Server.remove_handler.html /usr/share/doc/packages/libsoup-3.0/method.Server.remove_websocket_extension.html /usr/share/doc/packages/libsoup-3.0/method.Server.set_tls_auth_mode.html /usr/share/doc/packages/libsoup-3.0/method.Server.set_tls_certificate.html /usr/share/doc/packages/libsoup-3.0/method.Server.set_tls_database.html /usr/share/doc/packages/libsoup-3.0/method.Server.unpause_message.html /usr/share/doc/packages/libsoup-3.0/method.ServerMessage.get_http_version.html /usr/share/doc/packages/libsoup-3.0/method.ServerMessage.get_local_address.html /usr/share/doc/packages/libsoup-3.0/method.ServerMessage.get_method.html /usr/share/doc/packages/libsoup-3.0/method.ServerMessage.get_reason_phrase.html /usr/share/doc/packages/libsoup-3.0/method.ServerMessage.get_remote_address.html /usr/share/doc/packages/libsoup-3.0/method.ServerMessage.get_remote_host.html /usr/share/doc/packages/libsoup-3.0/method.ServerMessage.get_request_body.html /usr/share/doc/packages/libsoup-3.0/method.ServerMessage.get_request_headers.html /usr/share/doc/packages/libsoup-3.0/method.ServerMessage.get_response_body.html /usr/share/doc/packages/libsoup-3.0/method.ServerMessage.get_response_headers.html /usr/share/doc/packages/libsoup-3.0/method.ServerMessage.get_socket.html /usr/share/doc/packages/libsoup-3.0/method.ServerMessage.get_status.html /usr/share/doc/packages/libsoup-3.0/method.ServerMessage.get_tls_peer_certificate.html /usr/share/doc/packages/libsoup-3.0/method.ServerMessage.get_tls_peer_certificate_errors.html /usr/share/doc/packages/libsoup-3.0/method.ServerMessage.get_uri.html /usr/share/doc/packages/libsoup-3.0/method.ServerMessage.is_options_ping.html /usr/share/doc/packages/libsoup-3.0/method.ServerMessage.pause.html /usr/share/doc/packages/libsoup-3.0/method.ServerMessage.set_http_version.html /usr/share/doc/packages/libsoup-3.0/method.ServerMessage.set_redirect.html /usr/share/doc/packages/libsoup-3.0/method.ServerMessage.set_response.html /usr/share/doc/packages/libsoup-3.0/method.ServerMessage.set_status.html /usr/share/doc/packages/libsoup-3.0/method.ServerMessage.steal_connection.html /usr/share/doc/packages/libsoup-3.0/method.ServerMessage.unpause.html /usr/share/doc/packages/libsoup-3.0/method.Session.abort.html /usr/share/doc/packages/libsoup-3.0/method.Session.add_feature.html /usr/share/doc/packages/libsoup-3.0/method.Session.add_feature_by_type.html /usr/share/doc/packages/libsoup-3.0/method.Session.get_accept_language.html /usr/share/doc/packages/libsoup-3.0/method.Session.get_accept_language_auto.html /usr/share/doc/packages/libsoup-3.0/method.Session.get_async_result_message.html /usr/share/doc/packages/libsoup-3.0/method.Session.get_feature.html /usr/share/doc/packages/libsoup-3.0/method.Session.get_feature_for_message.html /usr/share/doc/packages/libsoup-3.0/method.Session.get_idle_timeout.html /usr/share/doc/packages/libsoup-3.0/method.Session.get_local_address.html /usr/share/doc/packages/libsoup-3.0/method.Session.get_max_conns.html /usr/share/doc/packages/libsoup-3.0/method.Session.get_max_conns_per_host.html /usr/share/doc/packages/libsoup-3.0/method.Session.get_proxy_resolver.html /usr/share/doc/packages/libsoup-3.0/method.Session.get_remote_connectable.html /usr/share/doc/packages/libsoup-3.0/method.Session.get_timeout.html /usr/share/doc/packages/libsoup-3.0/method.Session.get_tls_database.html /usr/share/doc/packages/libsoup-3.0/method.Session.get_tls_interaction.html /usr/share/doc/packages/libsoup-3.0/method.Session.get_user_agent.html /usr/share/doc/packages/libsoup-3.0/method.Session.has_feature.html /usr/share/doc/packages/libsoup-3.0/method.Session.preconnect_async.html /usr/share/doc/packages/libsoup-3.0/method.Session.preconnect_finish.html /usr/share/doc/packages/libsoup-3.0/method.Session.remove_feature.html /usr/share/doc/packages/libsoup-3.0/method.Session.remove_feature_by_type.html /usr/share/doc/packages/libsoup-3.0/method.Session.send.html /usr/share/doc/packages/libsoup-3.0/method.Session.send_and_read.html /usr/share/doc/packages/libsoup-3.0/method.Session.send_and_read_async.html /usr/share/doc/packages/libsoup-3.0/method.Session.send_and_read_finish.html /usr/share/doc/packages/libsoup-3.0/method.Session.send_and_splice.html /usr/share/doc/packages/libsoup-3.0/method.Session.send_and_splice_async.html /usr/share/doc/packages/libsoup-3.0/method.Session.send_and_splice_finish.html /usr/share/doc/packages/libsoup-3.0/method.Session.send_async.html /usr/share/doc/packages/libsoup-3.0/method.Session.send_finish.html /usr/share/doc/packages/libsoup-3.0/method.Session.set_accept_language.html /usr/share/doc/packages/libsoup-3.0/method.Session.set_accept_language_auto.html /usr/share/doc/packages/libsoup-3.0/method.Session.set_idle_timeout.html /usr/share/doc/packages/libsoup-3.0/method.Session.set_proxy_resolver.html /usr/share/doc/packages/libsoup-3.0/method.Session.set_timeout.html /usr/share/doc/packages/libsoup-3.0/method.Session.set_tls_database.html /usr/share/doc/packages/libsoup-3.0/method.Session.set_tls_interaction.html /usr/share/doc/packages/libsoup-3.0/method.Session.set_user_agent.html /usr/share/doc/packages/libsoup-3.0/method.Session.websocket_connect_async.html /usr/share/doc/packages/libsoup-3.0/method.Session.websocket_connect_finish.html /usr/share/doc/packages/libsoup-3.0/method.WebsocketConnection.close.html /usr/share/doc/packages/libsoup-3.0/method.WebsocketConnection.get_close_code.html /usr/share/doc/packages/libsoup-3.0/method.WebsocketConnection.get_close_data.html /usr/share/doc/packages/libsoup-3.0/method.WebsocketConnection.get_connection_type.html /usr/share/doc/packages/libsoup-3.0/method.WebsocketConnection.get_extensions.html /usr/share/doc/packages/libsoup-3.0/method.WebsocketConnection.get_io_stream.html /usr/share/doc/packages/libsoup-3.0/method.WebsocketConnection.get_keepalive_interval.html /usr/share/doc/packages/libsoup-3.0/method.WebsocketConnection.get_max_incoming_payload_size.html /usr/share/doc/packages/libsoup-3.0/method.WebsocketConnection.get_origin.html /usr/share/doc/packages/libsoup-3.0/method.WebsocketConnection.get_protocol.html /usr/share/doc/packages/libsoup-3.0/method.WebsocketConnection.get_state.html /usr/share/doc/packages/libsoup-3.0/method.WebsocketConnection.get_uri.html /usr/share/doc/packages/libsoup-3.0/method.WebsocketConnection.send_binary.html /usr/share/doc/packages/libsoup-3.0/method.WebsocketConnection.send_message.html /usr/share/doc/packages/libsoup-3.0/method.WebsocketConnection.send_text.html /usr/share/doc/packages/libsoup-3.0/method.WebsocketConnection.set_keepalive_interval.html /usr/share/doc/packages/libsoup-3.0/method.WebsocketConnection.set_max_incoming_payload_size.html /usr/share/doc/packages/libsoup-3.0/method.WebsocketExtension.configure.html /usr/share/doc/packages/libsoup-3.0/method.WebsocketExtension.get_request_params.html /usr/share/doc/packages/libsoup-3.0/method.WebsocketExtension.get_response_params.html /usr/share/doc/packages/libsoup-3.0/method.WebsocketExtension.process_incoming_message.html /usr/share/doc/packages/libsoup-3.0/method.WebsocketExtension.process_outgoing_message.html /usr/share/doc/packages/libsoup-3.0/migrating-from-libsoup-2.html /usr/share/doc/packages/libsoup-3.0/opensearch.xml /usr/share/doc/packages/libsoup-3.0/property.Auth.authority.html /usr/share/doc/packages/libsoup-3.0/property.Auth.is-authenticated.html /usr/share/doc/packages/libsoup-3.0/property.Auth.is-cancelled.html /usr/share/doc/packages/libsoup-3.0/property.Auth.is-for-proxy.html /usr/share/doc/packages/libsoup-3.0/property.Auth.realm.html /usr/share/doc/packages/libsoup-3.0/property.Auth.scheme-name.html /usr/share/doc/packages/libsoup-3.0/property.AuthDomain.filter-data.html /usr/share/doc/packages/libsoup-3.0/property.AuthDomain.filter.html /usr/share/doc/packages/libsoup-3.0/property.AuthDomain.generic-auth-callback.html /usr/share/doc/packages/libsoup-3.0/property.AuthDomain.generic-auth-data.html /usr/share/doc/packages/libsoup-3.0/property.AuthDomain.proxy.html /usr/share/doc/packages/libsoup-3.0/property.AuthDomain.realm.html /usr/share/doc/packages/libsoup-3.0/property.AuthDomainBasic.auth-callback.html /usr/share/doc/packages/libsoup-3.0/property.AuthDomainBasic.auth-data.html /usr/share/doc/packages/libsoup-3.0/property.AuthDomainDigest.auth-callback.html /usr/share/doc/packages/libsoup-3.0/property.AuthDomainDigest.auth-data.html /usr/share/doc/packages/libsoup-3.0/property.Cache.cache-dir.html /usr/share/doc/packages/libsoup-3.0/property.Cache.cache-type.html /usr/share/doc/packages/libsoup-3.0/property.CookieJar.accept-policy.html /usr/share/doc/packages/libsoup-3.0/property.CookieJar.read-only.html /usr/share/doc/packages/libsoup-3.0/property.CookieJarDB.filename.html /usr/share/doc/packages/libsoup-3.0/property.CookieJarText.filename.html /usr/share/doc/packages/libsoup-3.0/property.HSTSEnforcerDB.filename.html /usr/share/doc/packages/libsoup-3.0/property.Logger.level.html /usr/share/doc/packages/libsoup-3.0/property.Logger.max-body-size.html /usr/share/doc/packages/libsoup-3.0/property.Message.first-party.html /usr/share/doc/packages/libsoup-3.0/property.Message.flags.html /usr/share/doc/packages/libsoup-3.0/property.Message.http-version.html /usr/share/doc/packages/libsoup-3.0/property.Message.is-options-ping.html /usr/share/doc/packages/libsoup-3.0/property.Message.is-top-level-navigation.html /usr/share/doc/packages/libsoup-3.0/property.Message.method.html /usr/share/doc/packages/libsoup-3.0/property.Message.priority.html /usr/share/doc/packages/libsoup-3.0/property.Message.reason-phrase.html /usr/share/doc/packages/libsoup-3.0/property.Message.remote-address.html /usr/share/doc/packages/libsoup-3.0/property.Message.request-headers.html /usr/share/doc/packages/libsoup-3.0/property.Message.response-headers.html /usr/share/doc/packages/libsoup-3.0/property.Message.site-for-cookies.html /usr/share/doc/packages/libsoup-3.0/property.Message.status-code.html /usr/share/doc/packages/libsoup-3.0/property.Message.tls-ciphersuite-name.html /usr/share/doc/packages/libsoup-3.0/property.Message.tls-peer-certificate-errors.html /usr/share/doc/packages/libsoup-3.0/property.Message.tls-peer-certificate.html /usr/share/doc/packages/libsoup-3.0/property.Message.tls-protocol-version.html /usr/share/doc/packages/libsoup-3.0/property.Message.uri.html /usr/share/doc/packages/libsoup-3.0/property.MultipartInputStream.message.html /usr/share/doc/packages/libsoup-3.0/property.Server.raw-paths.html /usr/share/doc/packages/libsoup-3.0/property.Server.server-header.html /usr/share/doc/packages/libsoup-3.0/property.Server.tls-auth-mode.html /usr/share/doc/packages/libsoup-3.0/property.Server.tls-certificate.html /usr/share/doc/packages/libsoup-3.0/property.Server.tls-database.html /usr/share/doc/packages/libsoup-3.0/property.ServerMessage.tls-peer-certificate-errors.html /usr/share/doc/packages/libsoup-3.0/property.ServerMessage.tls-peer-certificate.html /usr/share/doc/packages/libsoup-3.0/property.Session.accept-language-auto.html /usr/share/doc/packages/libsoup-3.0/property.Session.accept-language.html /usr/share/doc/packages/libsoup-3.0/property.Session.idle-timeout.html /usr/share/doc/packages/libsoup-3.0/property.Session.local-address.html /usr/share/doc/packages/libsoup-3.0/property.Session.max-conns-per-host.html /usr/share/doc/packages/libsoup-3.0/property.Session.max-conns.html /usr/share/doc/packages/libsoup-3.0/property.Session.proxy-resolver.html /usr/share/doc/packages/libsoup-3.0/property.Session.remote-connectable.html /usr/share/doc/packages/libsoup-3.0/property.Session.timeout.html /usr/share/doc/packages/libsoup-3.0/property.Session.tls-database.html /usr/share/doc/packages/libsoup-3.0/property.Session.tls-interaction.html /usr/share/doc/packages/libsoup-3.0/property.Session.user-agent.html /usr/share/doc/packages/libsoup-3.0/property.WebsocketConnection.connection-type.html /usr/share/doc/packages/libsoup-3.0/property.WebsocketConnection.extensions.html /usr/share/doc/packages/libsoup-3.0/property.WebsocketConnection.io-stream.html /usr/share/doc/packages/libsoup-3.0/property.WebsocketConnection.keepalive-interval.html /usr/share/doc/packages/libsoup-3.0/property.WebsocketConnection.max-incoming-payload-size.html /usr/share/doc/packages/libsoup-3.0/property.WebsocketConnection.origin.html /usr/share/doc/packages/libsoup-3.0/property.WebsocketConnection.protocol.html /usr/share/doc/packages/libsoup-3.0/property.WebsocketConnection.state.html /usr/share/doc/packages/libsoup-3.0/property.WebsocketConnection.uri.html /usr/share/doc/packages/libsoup-3.0/search.js /usr/share/doc/packages/libsoup-3.0/server-howto.html /usr/share/doc/packages/libsoup-3.0/signal.CookieJar.changed.html /usr/share/doc/packages/libsoup-3.0/signal.HSTSEnforcer.changed.html /usr/share/doc/packages/libsoup-3.0/signal.Message.accept-certificate.html /usr/share/doc/packages/libsoup-3.0/signal.Message.authenticate.html /usr/share/doc/packages/libsoup-3.0/signal.Message.content-sniffed.html /usr/share/doc/packages/libsoup-3.0/signal.Message.finished.html /usr/share/doc/packages/libsoup-3.0/signal.Message.got-body-data.html /usr/share/doc/packages/libsoup-3.0/signal.Message.got-body.html /usr/share/doc/packages/libsoup-3.0/signal.Message.got-headers.html /usr/share/doc/packages/libsoup-3.0/signal.Message.got-informational.html /usr/share/doc/packages/libsoup-3.0/signal.Message.hsts-enforced.html /usr/share/doc/packages/libsoup-3.0/signal.Message.network-event.html /usr/share/doc/packages/libsoup-3.0/signal.Message.request-certificate-password.html /usr/share/doc/packages/libsoup-3.0/signal.Message.request-certificate.html /usr/share/doc/packages/libsoup-3.0/signal.Message.restarted.html /usr/share/doc/packages/libsoup-3.0/signal.Message.starting.html /usr/share/doc/packages/libsoup-3.0/signal.Message.wrote-body-data.html /usr/share/doc/packages/libsoup-3.0/signal.Message.wrote-body.html /usr/share/doc/packages/libsoup-3.0/signal.Message.wrote-headers.html /usr/share/doc/packages/libsoup-3.0/signal.Server.request-aborted.html /usr/share/doc/packages/libsoup-3.0/signal.Server.request-finished.html /usr/share/doc/packages/libsoup-3.0/signal.Server.request-read.html /usr/share/doc/packages/libsoup-3.0/signal.Server.request-started.html /usr/share/doc/packages/libsoup-3.0/signal.ServerMessage.accept-certificate.html /usr/share/doc/packages/libsoup-3.0/signal.ServerMessage.connected.html /usr/share/doc/packages/libsoup-3.0/signal.ServerMessage.disconnected.html /usr/share/doc/packages/libsoup-3.0/signal.ServerMessage.finished.html /usr/share/doc/packages/libsoup-3.0/signal.ServerMessage.got-body.html /usr/share/doc/packages/libsoup-3.0/signal.ServerMessage.got-chunk.html /usr/share/doc/packages/libsoup-3.0/signal.ServerMessage.got-headers.html /usr/share/doc/packages/libsoup-3.0/signal.ServerMessage.wrote-body-data.html /usr/share/doc/packages/libsoup-3.0/signal.ServerMessage.wrote-body.html /usr/share/doc/packages/libsoup-3.0/signal.ServerMessage.wrote-chunk.html /usr/share/doc/packages/libsoup-3.0/signal.ServerMessage.wrote-headers.html /usr/share/doc/packages/libsoup-3.0/signal.ServerMessage.wrote-informational.html /usr/share/doc/packages/libsoup-3.0/signal.Session.request-queued.html /usr/share/doc/packages/libsoup-3.0/signal.Session.request-unqueued.html /usr/share/doc/packages/libsoup-3.0/signal.WebsocketConnection.closed.html /usr/share/doc/packages/libsoup-3.0/signal.WebsocketConnection.closing.html /usr/share/doc/packages/libsoup-3.0/signal.WebsocketConnection.error.html /usr/share/doc/packages/libsoup-3.0/signal.WebsocketConnection.message.html /usr/share/doc/packages/libsoup-3.0/signal.WebsocketConnection.pong.html /usr/share/doc/packages/libsoup-3.0/solarized-dark.css /usr/share/doc/packages/libsoup-3.0/solarized-light.css /usr/share/doc/packages/libsoup-3.0/struct.Cookie.html /usr/share/doc/packages/libsoup-3.0/struct.HSTSPolicy.html /usr/share/doc/packages/libsoup-3.0/struct.MessageBody.html /usr/share/doc/packages/libsoup-3.0/struct.MessageHeaders.html /usr/share/doc/packages/libsoup-3.0/struct.MessageHeadersIter.html /usr/share/doc/packages/libsoup-3.0/struct.MessageMetrics.html /usr/share/doc/packages/libsoup-3.0/struct.Multipart.html /usr/share/doc/packages/libsoup-3.0/struct.Range.html /usr/share/doc/packages/libsoup-3.0/style.css /usr/share/doc/packages/libsoup-3.0/type_func.AuthDomainDigest.encode_password.html /usr/share/doc/packages/libsoup-3.0/type_func.AuthNegotiate.supported.html /usr/share/doc/packages/libsoup-3.0/type_func.Cookie.parse.html /usr/share/doc/packages/libsoup-3.0/type_func.MessageHeadersIter.init.html /usr/share/doc/packages/libsoup-3.0/type_func.SessionError.quark.html /usr/share/doc/packages/libsoup-3.0/type_func.Status.get_phrase.html /usr/share/doc/packages/libsoup-3.0/type_func.TLDError.quark.html /usr/share/doc/packages/libsoup-3.0/type_func.WebsocketError.quark.html /usr/share/doc/packages/libsoup-3.0/urlmap.js /usr/share/doc/packages/libsoup-3.0/vfunc.Auth.authenticate.html /usr/share/doc/packages/libsoup-3.0/vfunc.Auth.can_authenticate.html /usr/share/doc/packages/libsoup-3.0/vfunc.Auth.get_authorization.html /usr/share/doc/packages/libsoup-3.0/vfunc.Auth.get_protection_space.html /usr/share/doc/packages/libsoup-3.0/vfunc.Auth.is_authenticated.html /usr/share/doc/packages/libsoup-3.0/vfunc.Auth.is_ready.html /usr/share/doc/packages/libsoup-3.0/vfunc.Auth.update.html /usr/share/doc/packages/libsoup-3.0/vfunc.AuthDomain.accepts.html /usr/share/doc/packages/libsoup-3.0/vfunc.AuthDomain.challenge.html /usr/share/doc/packages/libsoup-3.0/vfunc.AuthDomain.check_password.html /usr/share/doc/packages/libsoup-3.0/vfunc.Cache.get_cacheability.html /usr/share/doc/packages/libsoup-3.0/vfunc.CookieJar.changed.html /usr/share/doc/packages/libsoup-3.0/vfunc.CookieJar.is_persistent.html /usr/share/doc/packages/libsoup-3.0/vfunc.CookieJar.save.html /usr/share/doc/packages/libsoup-3.0/vfunc.HSTSEnforcer.changed.html /usr/share/doc/packages/libsoup-3.0/vfunc.HSTSEnforcer.has_valid_policy.html /usr/share/doc/packages/libsoup-3.0/vfunc.HSTSEnforcer.is_persistent.html /usr/share/doc/packages/libsoup-3.0/vfunc.Server.request_aborted.html /usr/share/doc/packages/libsoup-3.0/vfunc.Server.request_finished.html /usr/share/doc/packages/libsoup-3.0/vfunc.Server.request_read.html /usr/share/doc/packages/libsoup-3.0/vfunc.Server.request_started.html /usr/share/doc/packages/libsoup-3.0/vfunc.Session.request_queued.html /usr/share/doc/packages/libsoup-3.0/vfunc.Session.request_unqueued.html /usr/share/doc/packages/libsoup-3.0/vfunc.WebsocketExtension.configure.html /usr/share/doc/packages/libsoup-3.0/vfunc.WebsocketExtension.get_request_params.html /usr/share/doc/packages/libsoup-3.0/vfunc.WebsocketExtension.get_response_params.html /usr/share/doc/packages/libsoup-3.0/vfunc.WebsocketExtension.process_incoming_message.html /usr/share/doc/packages/libsoup-3.0/vfunc.WebsocketExtension.process_outgoing_message.html /usr/share/doc/packages/libsoup-devel /usr/share/doc/packages/libsoup-devel/AUTHORS /usr/share/doc/packages/libsoup-devel/README /usr/share/gir-1.0/Soup-3.0.gir /usr/share/vala/vapi /usr/share/vala/vapi/libsoup-3.0.deps /usr/share/vala/vapi/libsoup-3.0.vapi
Generated by rpm2html 1.8.1
Fabrice Bellet, Mon Mar 9 16:56:46 2026