index
:
vdr
master
stable/1.0
stable/1.2
stable/1.4
stable/1.6
stable/2.0
stable/2.2
stable/2.4
stable/2.6
VDR
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rcu.c
Age
Commit message (
Expand
)
Author
2007-08-24
Fixed some compiler warnings with gcc-4.2.0
Klaus Schmidinger
2006-12-02
Replaced 'unsigned long long' with 'uint32_t' and 'uint64' with 'uint64_t' to...
Klaus Schmidinger
2006-06-16
Modified rcu.c to better handle RC5 codes
Klaus Schmidinger
2006-01-08
Cleaned up some trailing white space
Klaus Schmidinger
2005-12-31
Changed the API of the functions cStatus::Recording() and cStatus::Replaying(...
Klaus Schmidinger
2005-12-16
Fixed the RCU remote control handling to avoid problems with NPTL
Klaus Schmidinger
2005-08-15
Some missed places where cThread::Running() should be used
Klaus Schmidinger
2005-07-31
Added the command line options '--lirc', '--rcu' and '--no-kbd'
Klaus Schmidinger
2004-12-19
Replaced time_ms() with a threadsafe and non-overflowing cTimeMs
Klaus Schmidinger
2004-12-19
Removed delay_ms(), using cCondWait::SleepMs() instead
Klaus Schmidinger
2003-10-18
The cThread class now accepts a 'Description' parameter
Klaus Schmidinger
2003-05-02
The RCU channel display no longer changes when a recording on a different cha...
Klaus Schmidinger
2003-04-12
The LIRC and RCU remote control no longer try to learn keys in case of errors...
Klaus Schmidinger
2002-12-07
The RCU now only sets the channel number display when there are no incoming r...
Klaus Schmidinger
2002-10-07
Added cDevice::DeviceNumber()
Klaus Schmidinger
2002-09-29
Made remote controls plugin aware
Klaus Schmidinger