index
:
tteras/strongswan
master
tteras
tteras-release
tteras' strongSwan tree
gitolite
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
libstrongswan
/
plugins
/
plugin_loader.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
plugin-loader: Correctly read dlopen_use_rtld_now option
Tobias Brunner
2017-09-18
1
-1
/
+1
*
plugin-loader: Move indent variables into !USE_FUZZING block
Tobias Brunner
2017-08-15
1
-2
/
+2
*
linked-list: Change return value of find_first() and signature of its callback
Tobias Brunner
2017-05-26
1
-18
/
+20
*
Change interface for enumerator_create_filter() callback
Tobias Brunner
2017-05-26
1
-30
/
+50
*
plugin-loader: Disable some logging output when building fuzz targets
Tobias Brunner
2017-05-23
1
-4
/
+19
*
plugin-loader: Add facility to register plugin constructors
Tobias Brunner
2017-05-23
1
-3
/
+59
*
plugin-loader: Fix hashing of registered plugin features
Tobias Brunner
2017-02-24
1
-1
/
+1
*
plugin-loader: Strip '!' from critical plugin names when setting paths
Tobias Brunner
2016-11-18
1
-1
/
+1
*
plugin-loader: Allow selective modification of the default plugin list
Tobias Brunner
2016-06-29
1
-10
/
+24
*
plugin-loader: Optionally use RTLD_NOW with dlopen()
Tobias Brunner
2015-11-09
1
-6
/
+11
*
plugin-loader: Increase log level for warning about plugin features that fail...
Tobias Brunner
2015-03-09
1
-3
/
+3
*
plugin-loader: Do not unload libraries during dlclose(), if supported
Martin Willi
2015-02-24
1
-1
/
+9
*
plugin-loader: Support a reload() callback for static features
Martin Willi
2014-09-22
1
-3
/
+28
*
windows: Provide wrappers for dlopen() function family
Martin Willi
2014-06-03
1
-0
/
+2
*
plugin-loader: Properly initialize modular plugin list if no plugins are enabled
Tobias Brunner
2014-03-18
1
-0
/
+1
*
plugin-loader: Optionally use load option in each plugin section to load plugins
Tobias Brunner
2014-02-12
1
-3
/
+136
*
plugin-loader: Convenience function added to add plugin dirs in build tree
Tobias Brunner
2013-11-06
1
-0
/
+19
*
plugin-loader: Removed unused path argument of load() method
Tobias Brunner
2013-06-28
1
-6
/
+3
*
plugin-loader: Method added to provide additional search paths for plugins
Tobias Brunner
2013-06-27
1
-10
/
+49
*
plugin-loader: Move logging of failed features to status()
Tobias Brunner
2013-06-21
1
-7
/
+11
*
plugin-loader: Add method to print loaded plugins on a given log level
Tobias Brunner
2013-06-21
1
-0
/
+10
*
plugin-loader: Collect statistics while loading features, print them in case ...
Tobias Brunner
2013-06-21
1
-69
/
+40
*
plugin-loader: Use different log level if failed feature is in critical plugin
Tobias Brunner
2013-06-21
1
-2
/
+16
*
plugin-loader: Log message when failing to load plugin
Tobias Brunner
2013-06-21
1
-0
/
+8
*
plugin-loader: Reduce verbosity while loading plugins
Tobias Brunner
2013-06-21
1
-4
/
+4
*
Move test-runners has_feature() function to plugin loader
Martin Willi
2013-06-21
1
-0
/
+30
*
Refactored plugin-loader with improved dependency resolution
Tobias Brunner
2013-06-11
1
-234
/
+475
*
plugin-feature: Function added to exactly compare plugin features
Tobias Brunner
2013-06-11
1
-2
/
+2
*
Moved debug.[ch] to utils folder
Tobias Brunner
2012-10-24
1
-1
/
+1
*
Moved integrity_checker_t to utils folder
Tobias Brunner
2012-10-24
1
-1
/
+1
*
Moved data structures to new collections subfolder
Tobias Brunner
2012-10-24
1
-2
/
+2
*
Don't require PLUGINDIR to be defined.
Tobias Brunner
2012-08-08
1
-6
/
+15
*
Added a method to plugin_loader_t to add 'static' plugin features
Tobias Brunner
2012-06-25
1
-0
/
+91
*
Make sure that all features of critical plugins are loaded
Tobias Brunner
2012-06-25
1
-5
/
+64
*
Fixed return values of several functions (e.g. return FALSE for pointer types).
Tobias Brunner
2012-05-31
1
-1
/
+1
*
Fixed check for loaded plugins with feature types that are not compared exactly.
Tobias Brunner
2012-05-24
1
-25
/
+13
*
Use a hashtable to check for already loaded plugin features.
Tobias Brunner
2012-05-23
1
-20
/
+37
*
If we load new features from a plugin, restart loading from first plugin
Martin Willi
2012-05-03
1
-0
/
+4
*
Don't depend on a feature that has a dependency to the same feauture during u...
Martin Willi
2012-05-02
1
-1
/
+2
*
Cache list of plugin names to further simplify its usage.
Tobias Brunner
2012-01-19
1
-19
/
+46
*
Function added to plugin_loader to get a list of the names of loaded plugins.
Tobias Brunner
2012-01-19
1
-1
/
+26
*
Be less verbose if plugin dependecy not satisfied
Martin Willi
2011-12-07
1
-1
/
+1
*
Don't enforce features with soft dependencies before all plugins are loaded
Martin Willi
2011-10-14
1
-4
/
+4
*
Don't try to load a feature again after failure
Martin Willi
2011-10-14
1
-4
/
+28
*
Reset registration function for each plugin during feature loading
Martin Willi
2011-10-14
1
-1
/
+2
*
Fixed memleak in plugin unloading
Martin Willi
2011-10-14
1
-0
/
+1
*
Load features after each plugin loaded until all plugins have feature support
Martin Willi
2011-10-14
1
-4
/
+7
*
Implemented feature unloading, moved feature registration plugin_features.c
Martin Willi
2011-10-14
1
-126
/
+110
*
Don't use union members directly in plugin_feature_t.
Tobias Brunner
2011-10-14
1
-21
/
+24
*
Unload plugins which we were not able to load any features from.
Tobias Brunner
2011-10-14
1
-0
/
+26
[next]