summaryrefslogtreecommitdiff
path: root/server/server.cpp
AgeCommit message (Collapse)Author
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-27Fixed plugin start if enabled=false, limited result count to 30methodus
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-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-22Fixed static initialization bug. Fixed linefeed bugmethodus
2012-10-12Third step to scan directories provided by plugable providers.methodus
2012-09-30Working on plugin interface. PluginManager almost done.methodus
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-15Anpassung der Plugin-Schnittstellemethodus
2012-09-13Initial commitDenis Loh