summaryrefslogtreecommitdiff
path: root/tools.c
AgeCommit message (Collapse)Author
2005-09-25The '.update' file in the video directory is now touched when a recording is ↵Klaus Schmidinger
added or deleted
2005-09-11Implemented a hash for the channels to reduce the system load in the EIT ↵1.3.32Klaus Schmidinger
scanning thread
2005-08-27Implemented SVDRP command for pluginsKlaus Schmidinger
2005-08-06Files and directories are now created with rights according to the shell's ↵Klaus Schmidinger
umask settings
2005-05-29Fixed a crash with negative hash ids (made them unsigned)Klaus Schmidinger
2005-05-28Now using hash tables to speed up cSchedule::GetEvent()Klaus Schmidinger
2005-05-26Introduced cListBase::count for better performanceKlaus Schmidinger
2005-05-16Switched from 'summary.vdr' to 'info.vdr'Klaus Schmidinger
2005-03-20All log entries regarding timers now contain a short description of the timer1.3.23Klaus Schmidinger
2005-02-19Replaced the call to system("sync") in SpinUpDisk() with fdatasync(f) to ↵Klaus Schmidinger
avoid problems on NPTL systems
2005-02-05Fixed a memory leak in AddDirectory() and strescape()Klaus Schmidinger
2005-01-16Fixed playing files with PES packets longer than 2048 byte through the full ↵Klaus Schmidinger
featured DVB card
2005-01-04Made cTimeMs::Now() staticKlaus Schmidinger
2004-12-26Made several functions threadsafe (cont'd)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
2004-12-19Made several functions threadsafeKlaus Schmidinger
2004-11-21Some improvements to cPoller1.3.17Klaus Schmidinger
2004-11-01Now using qsort() to sort cListBase listsKlaus Schmidinger
2004-06-13The list of recordings is now kept statically in memoryKlaus Schmidinger
2004-05-22Single shot timers and events now show the day of weekKlaus Schmidinger
2004-01-11The actual transponder data is now taken from the NIT1.3.1Klaus Schmidinger
2003-04-06Avoiding high CPU load in case the connection to LIRC gets lostKlaus Schmidinger
2002-11-24Fixed a misplaced ')' in the fix about the stale lock filesKlaus Schmidinger
2002-11-24Improved deleting stale lock files1.1.17Klaus Schmidinger
2002-11-24Extended the '-l' option to allow logging to LOG_LOCALnKlaus Schmidinger
2002-11-10First step towards a 'unique channel ID'Klaus Schmidinger
2002-10-19Implemented gaps in channel numberingKlaus Schmidinger
2002-09-09Removed a superfluous error message from cLockFile::Unlock()Klaus Schmidinger
2002-08-16Using cPoller instead of NeedsDataKlaus Schmidinger
2002-08-11Consistently using malloc/free and new/deleteKlaus Schmidinger
2002-08-04Changed the cDevice class to allow plugins to implement their own devicesKlaus Schmidinger
2002-05-19Implemented cStatusMonitor to allow plugins to set up a status monitorKlaus Schmidinger
2002-05-13Added 'insert' capabilities to cList (fix)Klaus Schmidinger
2002-05-13Improved the [eid]syslog() macrosKlaus Schmidinger
2002-05-12Added 'insert' capabilities to cListKlaus Schmidinger
2002-05-01Fixed a crash on systems with disks that have a block size larger than 1MBKlaus Schmidinger
2002-03-31Now using statfs() to determine the amount of free disk spaceKlaus Schmidinger
2002-03-23Fixed safe_write()Klaus Schmidinger
2002-03-22Improved file I/O in case of EINTRKlaus Schmidinger
2002-02-17Implemented the 'First day' parameter for repeating timersKlaus Schmidinger
2002-02-16Fixed a crash when replaying with DEBUG_OSD=1Klaus Schmidinger
2002-02-05Fixed a bug in moving timers or channels to the last position in the listKlaus Schmidinger
2002-02-03Fixed a problem with the ERR macro defined by ncurses.h0.9.9pre5Klaus Schmidinger
2002-02-03Implemented TITLE and EPISODE keywordsKlaus Schmidinger
2002-02-02Changed the [dei]syslog macros to use var args; fixed error handling in ↵Klaus Schmidinger
establishing an SVDRP connection
2002-01-27The 'Main' menu now displays the used disk space in the titleKlaus Schmidinger
2002-01-26Fixed handling file names that contain single quotes or dollar signs in ↵Klaus Schmidinger
calls to external commands
2002-01-20Now using 'ftw()' instead of an external 'find' to collect recordingsKlaus Schmidinger
2001-10-19Fixed timers starting and ending at unexpected timesKlaus Schmidinger