summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* make 'num_keys' an attribute of pluginstance instead of pluginlaforge2005-11-201-11/+13
* use bitmask instead of enum for input/output data typelaforge2005-11-201-4/+5
* fix multiple stackslaforge2005-11-051-1/+1
* introduce version field for plugins, refuse loading plugins with different ve...laforge2005-11-051-5/+6
* only conditionally copy input/output keys if they actually existlaforge2005-11-041-7/+11
* merge core changes (mainly syslog support) from 1.xlaforge2005-10-081-58/+95
* remove dead code; move configuration loop to right placelaforge2005-10-081-21/+22
* fix off-by-one (maxfd) in select calllaforge2005-10-081-1/+2
* add "pass 3" that actually starts the plugins within a stacklaforge2005-10-031-239/+39
* fix resolving of key dependencieslaforge2005-10-031-6/+8
* allow for plugins that don't have any config keyslaforge2005-10-032-14/+28
* more work towards automake'inglaforge2005-10-023-7/+234
* first step towards automakelaforge2005-10-024-0/+1113