strongswan/src/libstrongswan/plugins/soup
Tobias Brunner 0f141fb095 soup: Use soup_session_new() to avoid deprecation warning
There are a ton of libsoup/GLib-related "leaks" that we can't whitelist
and with leak detective active there is a delay that interestingly doesn't
happen with soup_session_sync_new(), so tests failed with a timeout (actually
they hung due to the lock in the fetcher manager).
On Travis, the curl plugin is used for the tests, so that's not an issue
there (and without LD the tests complete quickly and successfully).
2020-02-05 10:49:35 +01:00
..
Makefile.am plugins: Don't link with -rdynamic on Windows 2014-06-04 15:53:02 +02:00
soup_fetcher.c soup: Use soup_session_new() to avoid deprecation warning 2020-02-05 10:49:35 +01:00
soup_fetcher.h Implemented an alternative HTTP fetcher based on libsoup 2011-01-17 18:20:06 +01:00
soup_plugin.c soup: omit deprecated g_type_init() when using >= GLIB 2.36 2013-07-18 14:20:57 +02:00
soup_plugin.h Implemented an alternative HTTP fetcher based on libsoup 2011-01-17 18:20:06 +01:00