summaryrefslogtreecommitdiff
path: root/src/plugin.c
Commit message (Expand)AuthorAgeFilesLines
* core: Do not compare expression against NULLDaniel Wagner2013-08-071-7/+7
* core: Convert to stdbool with coccinelleDaniel Wagner2013-07-231-20/+19
* plugin: Remove NEED_THREADSDaniel Wagner2013-07-091-12/+1
* vpn: New vpn daemon that handles vpn connections and clientsJukka Rissanen2012-11-231-1/+1
* core: Update copyright informationMarcel Holtmann2012-04-291-1/+1
* plugin: Use simpler version mismatch errorMarcel Holtmann2011-08-151-1/+2
* plugin: Add debug support for external pluginsMarcel Holtmann2011-08-151-0/+2
* plugin: Allow colon as plugin name separatorMarcel Holtmann2011-02-061-2/+2
* Fix string array memory leaks during plugin loadingJohan Hedberg2010-10-281-0/+3
* Support -p and -P options with list of pluginsPekka Pessi2010-10-041-11/+27
* Update copyright informationMarcel Holtmann2010-01-011-1/+1
* Add workaround for broken libraries within pluginsMarcel Holtmann2009-05-261-1/+12
* Fix position of builtin includeMarcel Holtmann2009-05-011-2/+2
* Use proper error helpers for plugin failuresMarcel Holtmann2009-05-011-6/+7
* Add pattern and exclude matching for builtin pluginsMarcel Holtmann2009-05-011-11/+25
* Add infrastructure for built-in pluginsMarcel Holtmann2009-04-271-1/+8
* Add initial steps for builtin pluginsMarcel Holtmann2009-04-231-0/+4
* Load plugins in priority orderMarcel Holtmann2009-02-281-6/+13
* Add priority field to plugin descriptionMarcel Holtmann2009-02-271-1/+9
* Add extra options to exclude devices and pluginsMarcel Holtmann2009-01-211-2/+11
* Only load plugins with the same version stringMarcel Holtmann2009-01-071-0/+3
* Apply plugin pattern only if specifiedMarcel Holtmann2009-01-051-1/+1
* Add support for plugin pattern via command lineMarcel Holtmann2009-01-051-1/+8
* Update copyright informationMarcel Holtmann2009-01-011-1/+1
* Simplify plugin descriptor checkingMarcel Holtmann2008-10-181-5/+3
* Fix memory leak when plugin init failsMarcel Holtmann2008-10-181-1/+3
* Handle plugin init errorsMarcel Holtmann2008-10-181-2/+3
* Force symbol resolving and fix memory leakMarcel Holtmann2008-10-141-2/+3
* Use dynamic linking loader directlyMarcel Holtmann2008-10-141-36/+21
* Print error details when plugin loading failsMarcel Holtmann2008-09-261-1/+2
* First steps into providing API documentationMarcel Holtmann2008-08-141-2/+0
* Don't load plugins that have lib prefixMarcel Holtmann2008-06-301-1/+2
* Don't use libconnman- prefix for pluginsMarcel Holtmann2008-06-281-2/+1
* Update copyright informationMarcel Holtmann2008-04-141-1/+1
* Also check for the plugin suffixMarcel Holtmann2008-03-281-1/+2
* Add plugin infrastructureMarcel Holtmann2007-12-221-0/+141