summaryrefslogtreecommitdiff
path: root/vdr.c
AgeCommit message (Collapse)Author
2006-02-05Enabled generating a core dump if VDR is run with a different user idKlaus Schmidinger
2006-02-04Implemented cDevice::Transferring()Klaus Schmidinger
2006-02-04Fixed handling the "Setup/OSD/Menu button closes" option when set to 'yes' ↵Klaus Schmidinger
in case a replay is active
2006-01-29If a shutdown is requested, but the shutdown script doesn't actually halt ↵Klaus Schmidinger
the system, it is now tried again after 5 minutes
2006-01-28The epg.data file is now written when VDR exitsKlaus Schmidinger
2006-01-22Fixed handling the '0' key for switching between the last two channels1.3.40Klaus Schmidinger
2006-01-22Improved channel switching when repeat function kicks in; updating channel ↵Klaus Schmidinger
display before switching channel; added a missing initialization of 'timeout' in the cDisplayChannel constructor
2006-01-20Recordings are now only started if there is at least 300MB free disk spaceKlaus Schmidinger
2006-01-20Fixed a problem with @plugin in keymacros.conf in case the named plugin is ↵Klaus Schmidinger
not loaded
2006-01-15Modified logging so that even on NPTL systems each line in the log file ↵Klaus Schmidinger
shows the individual thread's pid
2006-01-15Fixed a second place where a message should be given when an instant ↵Klaus Schmidinger
recording is started
2006-01-15The status markers in the "Schedule" menu are now only updated if a submenu ↵Klaus Schmidinger
is closed in which a timer has been modified
2006-01-14Key macros can now be defined for all non-modeless keysKlaus Schmidinger
2006-01-13Dropped the default vdr userKlaus Schmidinger
2006-01-13Implemented the option "Setup/OSD/Menu button closes"Klaus Schmidinger
2006-01-09Skipping all SetCaps() and SetUser() calls when it is started as 'root' and ↵Klaus Schmidinger
"-u root" is given
2006-01-08Updated copyright dateKlaus Schmidinger
2006-01-08Cleaned up some trailing white spaceKlaus Schmidinger
2006-01-07The file 'ca.conf' is obsolete and has been removed; revised all ↵Klaus Schmidinger
descriptions regarding CICAM
2006-01-06Implemented the "Info" keyKlaus Schmidinger
2006-01-05The default cOsdObject::Show() now automatically calls cOsdMenu::Display() ↵Klaus Schmidinger
if this is a menu
2006-01-05Fixed initial channel display if Setup.TimeoutRequChInfo is 'no'Klaus Schmidinger
2006-01-04A message is now given when an instant recording is startedKlaus Schmidinger
2006-01-04The "Menu" key now behaves consistentlyKlaus Schmidinger
2006-01-03Fixed setting the main thread id if VDR is running as a daemonKlaus Schmidinger
2005-12-31When started as user 'root' VDR now switches to a lesser privileged user id, ↵Klaus Schmidinger
keeping the capability to set the system time
2005-12-30New option '-g'; fixed security hole CAN-2005-0071 when grabbing to fileKlaus Schmidinger
2005-12-24The main menu now dynamically updates its contentsKlaus Schmidinger
2005-12-18When displaying the amount of free disk space, the space consumed by ↵Klaus Schmidinger
"deleted" recordings is now taken into account
2005-11-27Implemented message queueing1.3.37Klaus Schmidinger
2005-11-04A menu is no longer automatically closed when a replay endsKlaus Schmidinger
2005-10-09Now using daemon() instead of fork() to run VDR in daemon modeKlaus Schmidinger
2005-09-25The list of recordings is now read in a separate threadKlaus Schmidinger
2005-09-04Fixed menu timeout handling while replayingKlaus Schmidinger
2005-09-03Implemented option '--vfat'; replaced ':' with '.' in recording namesKlaus Schmidinger
2005-09-03The main menu function of a plugin can now be called programmaticallyKlaus Schmidinger
2005-09-03The menu timeout handling is now done centrally in the main program loopKlaus Schmidinger
2005-09-03Key macros can now call plugins that don't have a main menu entryKlaus Schmidinger
2005-08-21Now waiting at startup until all DVB devices are readyKlaus Schmidinger
2005-08-20Improved responsiveness inside CAM menusKlaus Schmidinger
2005-07-31Added the command line options '--lirc', '--rcu' and '--no-kbd'Klaus Schmidinger
2005-06-18Removed the NPTL check at startupKlaus Schmidinger
2005-05-26Moved the NPTL and UTF-8 checks after the version and help outputKlaus Schmidinger
2005-05-26No longer stopping Transfer Mode or replay immediately when the Power button ↵Klaus Schmidinger
is pressed
2005-05-26Pressing the "Play" key in live viewing mode now resumes a previous replay ↵Klaus Schmidinger
session
2005-05-22No longer saving the setup in case of a fatal errorKlaus Schmidinger
2005-03-20Single shot timers are now reliably deleted when they have expiredKlaus Schmidinger
2005-02-12Fixed a typo in detecting UTF-8Klaus Schmidinger
2005-01-30Added cPlugin::Stop()Klaus Schmidinger
2005-01-14Fixed handling the '-E' optionKlaus Schmidinger