aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins/soup
Commit message (Collapse)AuthorAgeFilesLines
* plugins: Don't link with -rdynamic on WindowsMartin Willi2014-06-041-1/+1
|
* soup: Add support to retrieve the response codeTobias Brunner2014-05-191-2/+14
|
* automake: replace INCLUDES by AM_CPPFLAGSMartin Willi2013-07-181-3/+5
| | | | | | INCLUDES are now deprecated and throw warnings when using automake 1.13. We now also differentiate AM_CPPFLAGS and AM_CFLAGS, where includes and defines are passed to AM_CPPFLAGS only.
* soup: omit deprecated g_type_init() when using >= GLIB 2.36Martin Willi2013-07-181-0/+2
|
* g_thread_init() is deprecated since Glib 2.23Tobias Brunner2013-01-241-0/+3
|
* Moved debug.[ch] to utils folderTobias Brunner2012-10-241-1/+1
|
* Add features support to soup pluginMartin Willi2011-10-141-8/+13
|
* Added a (not yet implemented) plugin_t method to reload plugin configurationMartin Willi2011-04-151-0/+1
|
* Added a get_name() function to plugin_t, create_plugin_enumerator enumerates ↵Martin Willi2011-04-151-0/+7
| | | | over plugin_t
* Added support for FETCH_CALLBACK to soup fetcherMartin Willi2011-04-041-9/+45
|
* Added a new FETCH_CALLBACK option to fetch data without allocationMartin Willi2011-04-041-1/+2
|
* Implemented an alternative HTTP fetcher based on libsoupMartin Willi2011-01-175-0/+333