summaryrefslogtreecommitdiff
path: root/server
AgeCommit message (Collapse)Author
2013-01-09Fixed compile issue caused by previous commitmethodus
2013-01-08Added more logging.methodus
2013-01-08Fixed issue, that cmd args aren't usedmethodus
2013-01-02Fixed crash if no network connection is available. Plugin will then listen ↵methodus
on localhost
2012-12-30Added debug flag for more detailed debugging information. Removed some ↵methodus
output from regular logging
2012-12-28Fixed crash when getting thumbnail directory.methodus
2012-12-27Fixed plugin start if enabled=false, limited result count to 30methodus
2012-12-11Fixed thread cancelation due timeout. Threads should now exit in a clean manner.methodus
2012-12-11Fixed sql syntax error with special charsmethodus
2012-12-10Ignoring signal SIGPIPE which might cause crashesmethodus
2012-12-01Fixed static access of setKeepAliveTimeoutmethodus
2012-11-30Added the ability to filter the number of channels outputed by the vdrProvidermethodus
2012-11-29Added some SQLite pragmas which should reduce accesses on the file system ↵methodus
for writing
2012-11-09Added configuration for request timeout.methodus
2012-11-09Fixed WMP12 support.methodus
2012-11-03Changed friendlyname divider from colon to hyphenmethodus
2012-11-01Added german and finnish translation and some fixes. Thanks to Rolf Ahrenbergmethodus
2012-10-28Fixed logging to cerr or cout. Now logging to syslog. Thanks to Lucian Muresanmethodus
2012-10-29Added CLI parameter for setting the database directory. Also fixed segfault, ↵methodus
if databse file can't be opened
2012-10-26Temporarily removed search from the CDS service as this causes WMP to fail ↵methodus
opening the server.
2012-10-22Fixed issue, that the database file is stored in the directory where the VDR ↵methodus
is started, primarily root directory.
2012-10-22Fixed static initialization bug. Fixed linefeed bugmethodus
2012-10-12Fixed some minor issues. Added current event from schedule to channel details.methodus
2012-10-12Third step to scan directories provided by plugable providers.methodus
2012-09-30Working on plugin interface. PluginManager almost done.methodus
2012-09-29Streamer almost completed. First tests successful. However, there are no ↵methodus
plugins, yet.
2012-09-23Added setup menu and the possibility to use live-plugin instead of the ↵methodus
internal presentation page
2012-09-19Fixed check for device udn and continued work on browsing.methodus
2012-09-16Parser für Suche, Filter und Sortierung hinzugefügtmethodus
2012-09-15Ausversehen hinzugefügte Objektdateien wieder gelöschtmethodus
2012-09-15Anpassung der Plugin-Schnittstellemethodus
2012-09-13Initial commitDenis Loh