summaryrefslogtreecommitdiffstats
path: root/src/plugin.c
AgeCommit message (Collapse)AuthorFilesLines
2011-10-10core: Update copyright informationMarcel Holtmann1-1/+1
2011-08-15plugin: Use simpler version mismatch errorMarcel Holtmann1-2/+2
2011-08-15plugin: Add debug support for external pluginsMarcel Holtmann1-0/+2
2011-02-06plugin: Allow colon as plugin name separatorMarcel Holtmann1-2/+2
2010-11-29core: explicitly compare pointers to NULLLucas De Marchi1-1/+1
This patch was generated by the following semantic patch (http://coccinelle.lip6.fr/) // <smpl> @fix disable is_null,isnt_null1@ expression *E; @@ - !E + E == NULL // </smpl>
2010-10-28Fix string array memory leaks during plugin loadingJohan Hedberg1-0/+3
2010-10-04Support -p and -P options with list of pluginsPekka Pessi1-11/+27
2010-02-10Fix: plugin version mismatch warningInaky Perez-Gonzalez1-1/+2
When complaining about plugin version mismatch, print the version information
2010-01-01Update copyright informationMarcel Holtmann1-1/+1
2009-08-24Convert to fully non-recursive build systemMarcel Holtmann1-13/+4
2009-05-10Add directory for driver pluginsMarcel Holtmann1-4/+13
2009-05-10Add support for builtin pluginsMarcel Holtmann1-15/+37
2009-05-05Update log and plugin functionsMarcel Holtmann1-1/+1
2009-04-26Add plugin support infrastructureMarcel Holtmann1-0/+162