summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2012-12-11Fixed thread cancelation due timeout. Threads should now exit in a clean manner.methodus
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 for...methodus
2012-11-24Improved plugin loader. This makes linking of the upnp plugin from sub plugin...methodus
2012-11-09Added configuration for request timeout.methodus
2012-11-08Added atomic integer class.methodus
2012-11-06Changed ScanUri function a little bit to avoid segfaults.methodus
2012-11-04Added missing requestCounter.hmethodus
2012-11-04Added check if there are active streams ongoing.methodus
2012-11-04Added the ability to configure the title of a channel.methodus
2012-11-01Escape XML special chars in DIDLmethodus
2012-10-28Continued database wrappermethodus
2012-10-28Added database wrapper replacement for tntdb. Added a test_programm to verify...methodus
2012-10-29Added CLI parameter for setting the database directory. Also fixed segfault, ...methodus
2012-10-27Fixed file size type in dvbProfiler for recordings.methodus
2012-10-22Fixed static initialization bug. Fixed linefeed bugmethodus
2012-10-22Seeking finally works even on TV sets.methodus
2012-10-13Added codec toolkit for getting detailed media informationmethodus
2012-10-12Fixed some minor issues. Added current event from schedule to channel details.methodus
2012-10-12Continued DVBProfiler for recordings and Live-TV channelsmethodus
2012-10-12Third step to scan directories provided by plugable providers.methodus
2012-10-11Second step to scan directories provided by plugable providers.methodus
2012-10-11First attempts to scan directories provided by plugable providers.methodus
2012-10-09First attempts to get live-TV working. Not yet successful.methodus
2012-10-03Added missing header.methodus
2012-10-03Splitted tools.h into several tool headers to avoid clashed for example when ...methodus
2012-10-03Splitted tools.h into several tool headers to avoid clashed for example when ...methodus
2012-10-02VDRProvider plugin for serving live tv started.methodus
2012-09-30Working on plugin interface. Created initial structure and makefiles for prim...methodus
2012-09-30Working on plugin interface. PluginManager almost done.methodus
2012-09-29Streamer almost completed. First tests successful. However, there are no plug...methodus
2012-09-26Added streamer interface which connects the webserver with the resource provi...methodus
2012-09-23Added setup menu and the possibility to use live-plugin instead of the intern...methodus
2012-09-21Continued work on browsing. First attempt of fixing compatibility issues with...methodus
2012-09-21Continued work on browsing.methodus
2012-09-20Continued work on browsing.methodus
2012-09-19Fixed check for device udn and continued work on browsing.methodus
2012-09-18Changed database columns to property names for faster accessmethodus
2012-09-16Removed Getter/Setter for constant properties in plugin.hmethodus
2012-09-16Added constant property keys to plugin interfacemethodus
2012-09-16Plugin.h.txt wieder gelöschtmethodus
2012-09-16Parser für Suche, Filter und Sortierung hinzugefügtmethodus
2012-09-15Anpassung der Plugin-Schnittstellemethodus
2012-09-13Initial commitDenis Loh