index
:
vdr-plugin-upnp
master
VDR UPnP Plug-in
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
2012-12-11
Fixed thread cancelation due timeout. Threads should now exit in a clean manner.
methodus
2012-12-10
Ignoring signal SIGPIPE which might cause crashes
methodus
2012-12-01
Fixed static access of setKeepAliveTimeout
methodus
2012-11-30
Added the ability to filter the number of channels outputed by the vdrProvider
methodus
2012-11-29
Added some SQLite pragmas which should reduce accesses on the file system for...
methodus
2012-11-24
Improved plugin loader. This makes linking of the upnp plugin from sub plugin...
methodus
2012-11-09
Added configuration for request timeout.
methodus
2012-11-08
Added atomic integer class.
methodus
2012-11-06
Changed ScanUri function a little bit to avoid segfaults.
methodus
2012-11-04
Added missing requestCounter.h
methodus
2012-11-04
Added check if there are active streams ongoing.
methodus
2012-11-04
Added the ability to configure the title of a channel.
methodus
2012-11-01
Escape XML special chars in DIDL
methodus
2012-10-28
Continued database wrapper
methodus
2012-10-28
Added database wrapper replacement for tntdb. Added a test_programm to verify...
methodus
2012-10-29
Added CLI parameter for setting the database directory. Also fixed segfault, ...
methodus
2012-10-27
Fixed file size type in dvbProfiler for recordings.
methodus
2012-10-22
Fixed static initialization bug. Fixed linefeed bug
methodus
2012-10-22
Seeking finally works even on TV sets.
methodus
2012-10-13
Added codec toolkit for getting detailed media information
methodus
2012-10-12
Fixed some minor issues. Added current event from schedule to channel details.
methodus
2012-10-12
Continued DVBProfiler for recordings and Live-TV channels
methodus
2012-10-12
Third step to scan directories provided by plugable providers.
methodus
2012-10-11
Second step to scan directories provided by plugable providers.
methodus
2012-10-11
First attempts to scan directories provided by plugable providers.
methodus
2012-10-09
First attempts to get live-TV working. Not yet successful.
methodus
2012-10-03
Added missing header.
methodus
2012-10-03
Splitted tools.h into several tool headers to avoid clashed for example when ...
methodus
2012-10-03
Splitted tools.h into several tool headers to avoid clashed for example when ...
methodus
2012-10-02
VDRProvider plugin for serving live tv started.
methodus
2012-09-30
Working on plugin interface. Created initial structure and makefiles for prim...
methodus
2012-09-30
Working on plugin interface. PluginManager almost done.
methodus
2012-09-29
Streamer almost completed. First tests successful. However, there are no plug...
methodus
2012-09-26
Added streamer interface which connects the webserver with the resource provi...
methodus
2012-09-23
Added setup menu and the possibility to use live-plugin instead of the intern...
methodus
2012-09-21
Continued work on browsing. First attempt of fixing compatibility issues with...
methodus
2012-09-21
Continued work on browsing.
methodus
2012-09-20
Continued work on browsing.
methodus
2012-09-19
Fixed check for device udn and continued work on browsing.
methodus
2012-09-18
Changed database columns to property names for faster access
methodus
2012-09-16
Removed Getter/Setter for constant properties in plugin.h
methodus
2012-09-16
Added constant property keys to plugin interface
methodus
2012-09-16
Plugin.h.txt wieder gelöscht
methodus
2012-09-16
Parser für Suche, Filter und Sortierung hinzugefügt
methodus
2012-09-15
Anpassung der Plugin-Schnittstelle
methodus
2012-09-13
Initial commit
Denis Loh