summaryrefslogtreecommitdiff
path: root/server/server.cpp
AgeCommit message (Expand)Author
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 for...methodus
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
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 intern...methodus
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