summaryrefslogtreecommitdiff
path: root/thread.cpp
AgeCommit message (Collapse)Author
2008-11-19new setup option to display channels without EPGChristian Wieninger
2008-06-21Changed the definition of tntversion in the LIVE source files.Dieter Hametner
Now there is a define TNTVERSION set to a number that can be compared in C oreprocessor 'if' statements. This allows for adding support for tntnet specific features with evolving tntnet version.
2007-12-01- Backwards compatible update to support Tntnet Version 1.6.0.6.Dieter Hametner
Backwards compatibilty will be dropped in future version of LIVE.
2007-05-25- suppressed some gcc 4.1 warningsSascha Volkenandt
2007-05-25*sigh*Sascha Volkenandt
2007-05-25- removed emergency exitSascha Volkenandt
2007-05-25- added emergency exit in case the httpd port is blockedSascha Volkenandt
2007-01-05- added new page edit_timerSascha Volkenandt
- removed obsolete new_timer - added button and link to edit_timer
2007-01-04- removed thread-unsafe call of cPlugin::ConfigDirectory and replaced it ↵Sascha Volkenandt
with Plugin::GetConfigDirectory - implemented proper shutdown of server thread on vdr termination
2007-01-03- renamed Setup::Get() to LiveSetup()Sascha Volkenandt
- added method that fetches plugin class from vdr and gets its setup object - demo code in channels.ecpp
2007-01-02- initial checkinSascha Volkenandt