index
:
vdr
master
stable/1.0
stable/1.2
stable/1.4
stable/1.6
stable/2.0
stable/2.2
stable/2.4
stable/2.6
VDR
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
plugin.c
Age
Commit message (
Expand
)
Author
2010-01-06
Fixed plugin arguments corruption with glibc 2.11 on x86_64
1.7.11
Klaus Schmidinger
2009-04-05
Now freeing configDirectory before setting it to a new value in cPlugin::SetC...
Klaus Schmidinger
2008-02-17
Introduced 'operator const void * ()' in cString
Klaus Schmidinger
2008-02-15
Using cString::sprintf() instead of asprintf()
Klaus Schmidinger
2007-08-11
Switched I18N to gettext
Klaus Schmidinger
2007-02-25
Rewrite of shutdown handling; implemented cPlugin::WakeupTime(); SIGHUP force...
Klaus Schmidinger
2006-10-14
Fixed a possible crash if cPluginManager::GetPlugin() is called with a NULL p...
Klaus Schmidinger
2006-08-13
Added a log error message to cPlugin::ConfigDirectory() in case a plugin call...
1.4.1-4
Klaus Schmidinger
2006-04-17
The new function cPlugin::MainThreadHook() can be used by plugins to perform ...
Klaus Schmidinger
2006-04-16
Implemented APIVERSION for the VDR plugin API version number
Klaus Schmidinger
2006-04-15
Implemented cPlugin::Active()
Klaus Schmidinger
2006-04-14
Reintroduced the log message "deleting plugin: ..." when shutting down VDR
Klaus Schmidinger
2006-04-09
No longer calling cPlugin::ProcessArgs() if VDR is run with the --help or --v...
Klaus Schmidinger
2006-02-28
Removed the log message "deleting plugin: ..." when shutting down VDR
Klaus Schmidinger
2006-01-08
Cleaned up some trailing white space
Klaus Schmidinger
2005-08-27
Implemented SVDRP command for plugins
Klaus Schmidinger
2005-08-21
Added 'Service' functions to the plugin interface
Klaus Schmidinger
2005-01-30
Added cPlugin::Stop()
Klaus Schmidinger
2004-12-19
Made several functions threadsafe
Klaus Schmidinger
2004-05-22
Fixed some issues with gcc 3.4
Klaus Schmidinger
2003-08-30
Fixed handling extra blanks in plugin command lines
Klaus Schmidinger
2003-05-09
Introduced cPlugin::Initialize()
Klaus Schmidinger
2002-11-24
Plugins can now have their own raw OSD
Klaus Schmidinger
2002-08-11
Consistently using malloc/free and new/delete
Klaus Schmidinger
2002-08-11
Added some missing #includes
Klaus Schmidinger
2002-05-13
Improved the [eid]syslog() macros
Klaus Schmidinger
2002-05-13
Made the config directory available to plugins
Klaus Schmidinger
2002-05-12
Added the cPlugin::Housekeeping() function
Klaus Schmidinger
2002-05-12
Changed the cPlugin::Start() function to return a boolean value
Klaus Schmidinger
2002-05-09
Implemented plugin interface
1.1.0
Klaus Schmidinger