lumiera_/src/backend
Christian Thaeter 48778cf3d7 WIP: new plugin.h header
This ditches the old 'proof of concept' implementation, interfaces and
plugins are internally separate now and publically only accessed over
the 'interfaces' api.

The interface registry now gets an additional 'plugin' member to
backreference plugins from interfaces.
2008-10-31 06:42:53 +01:00
..
backend.c Filehandling 2008-05-19 16:27:28 +02:00
backend.h Filehandling 2008-05-19 16:27:28 +02:00
config.c some cosmetics for the config subsystem 2008-10-15 16:01:08 +02:00
config.h Adding explicit delimiters to the config wordlist feature 2008-10-31 06:29:55 +01:00
config_lookup.c little more verbose logging, dump some values at TRACE points 2008-09-10 15:19:50 +02:00
config_lookup.h use psplay trees instead cuckoo hashes in config_lookup 2008-09-06 12:41:22 +02:00
config_typed.c some cosmetics for the config subsystem 2008-10-15 16:01:08 +02:00
config_wordlist.c Adding explicit delimiters to the config wordlist feature 2008-10-31 06:29:55 +01:00
configentry.c More mockup of the configitem bootstrap 2008-09-06 12:38:03 +02:00
configentry.h More mockup of the configitem bootstrap 2008-09-06 12:38:03 +02:00
configitem.c some cosmetics for the config subsystem 2008-10-15 16:01:08 +02:00
configitem.h add configitem_set_value to modify the delim/value of a existing item 2008-09-10 15:19:50 +02:00
DIR_INFO
file.c remove const from the filename in struct file, some gcc version barfs on it 2008-08-10 17:23:52 +02:00
file.h remove const from the filename in struct file, some gcc version barfs on it 2008-08-10 17:23:52 +02:00
filedescriptor.c Some prelimary TODO's for filedescriptor.c to be fixed later 2008-10-15 22:05:22 +02:00
filedescriptor.h use psplay trees for the filedescriptor registry 2008-09-06 12:41:03 +02:00
filehandle.c Filehandling 2008-05-19 16:27:28 +02:00
filehandle.h Doxygen config update 2008-05-19 16:27:29 +02:00
filehandlecache.c Fixup filedescriptors and filehandlecache for the new mutex handling 2008-08-10 12:28:02 +02:00
filehandlecache.h big mutex update, dropped old acquirer 2008-08-10 12:19:09 +02:00
interface.c give a warning when using experimental interfaces 2008-10-21 05:22:59 +02:00
interface.h Fix/Wip: LUMIERA_PLUGIN definition 2008-10-27 05:10:24 +01:00
interfacedescriptor.h some cosmetics and a copy'n'paste interfacedescriptor example 2008-10-27 05:09:20 +01:00
interfaceregistry.c WIP: new plugin.h header 2008-10-31 06:42:53 +01:00
interfaceregistry.h WIP: new plugin.h header 2008-10-31 06:42:53 +01:00
Makefile.am Fix: old plugin.c|.h must not be compiled and linked 2008-10-15 22:53:55 +02:00
mediaaccessfacade.cpp
mediaaccessfacade.hpp
mmap.h headers for the memory mapping backend (WIP) 2008-05-19 16:27:30 +02:00
mmapcache.h headers for the memory mapping backend (WIP) 2008-05-19 16:27:30 +02:00
mmapings.h headers for the memory mapping backend (WIP) 2008-05-19 16:27:30 +02:00
plugin.c make the old plugin stuff barely compileable, disable tests, fix later 2008-10-15 22:18:17 +02:00
plugin.h WIP: new plugin.h header 2008-10-31 06:42:53 +01:00