summaryrefslogtreecommitdiff
path: root/rcu.c
AgeCommit message (Expand)Author
2006-12-02Replaced 'unsigned long long' with 'uint32_t' and 'uint64' with 'uint64_t' to...Klaus Schmidinger
2006-06-16Modified rcu.c to better handle RC5 codesKlaus Schmidinger
2006-01-08Cleaned up some trailing white spaceKlaus Schmidinger
2005-12-31Changed the API of the functions cStatus::Recording() and cStatus::Replaying(...Klaus Schmidinger
2005-12-16Fixed the RCU remote control handling to avoid problems with NPTLKlaus Schmidinger
2005-08-15Some missed places where cThread::Running() should be usedKlaus Schmidinger
2005-07-31Added the command line options '--lirc', '--rcu' and '--no-kbd'Klaus Schmidinger
2004-12-19Replaced time_ms() with a threadsafe and non-overflowing cTimeMsKlaus Schmidinger
2004-12-19Removed delay_ms(), using cCondWait::SleepMs() insteadKlaus Schmidinger
2003-10-18The cThread class now accepts a 'Description' parameterKlaus Schmidinger
2003-05-02The RCU channel display no longer changes when a recording on a different cha...Klaus Schmidinger
2003-04-12The LIRC and RCU remote control no longer try to learn keys in case of errors...Klaus Schmidinger
2002-12-07The RCU now only sets the channel number display when there are no incoming r...Klaus Schmidinger
2002-10-07Added cDevice::DeviceNumber()Klaus Schmidinger
2002-09-29Made remote controls plugin awareKlaus Schmidinger