summaryrefslogtreecommitdiff
path: root/tools.c
AgeCommit message (Expand)Author
2006-12-02Replaced 'unsigned long long' with 'uint32_t' and 'uint64' with 'uint64_t' to...Klaus Schmidinger
2006-08-12No longer stopping removing empty directories if an error occursKlaus Schmidinger
2006-06-17Fixed handling relative link targets in the ReadLink() functionKlaus Schmidinger
2006-05-26Fixed calculating the cache size in cUnbufferedFile::Read()Klaus Schmidinger
2006-04-21Fixed several spelling errorsKlaus Schmidinger
2006-04-17Stripped some trailing whitespace1.3.47Klaus Schmidinger
2006-03-19Fixed cReadLine::Read() for lines that end with the infamous "\r\n"Klaus Schmidinger
2006-02-05Further improvements to cUnbufferedFileKlaus Schmidinger
2006-02-04Improved cUnbufferedFileKlaus Schmidinger
2006-01-20Improved NULL checking in strreplace()Klaus Schmidinger
2006-01-15Modified logging so that even on NPTL systems each line in the log file shows...Klaus Schmidinger
2006-01-15Added a leading '0' to the day in the DayDateTime() functionKlaus Schmidinger
2006-01-08Cleaned up some trailing white spaceKlaus Schmidinger
2006-01-05Disabled the use of fadvise in cUnbufferedFile because there have been severa...Klaus Schmidinger
2005-12-29Implemented cBase64EncoderKlaus Schmidinger
2005-12-29Converting a grabbed image to JPEG is now done with the new function RgbToJpeg()Klaus Schmidinger
2005-12-18When displaying the amount of free disk space, the space consumed by "deleted...Klaus Schmidinger
2005-11-26Added a copy constructor to cString and fixed its assignment operatorKlaus Schmidinger
2005-11-04cReadLine now dynamically allocates its buffer; changed cConfig::Load() to us...Klaus Schmidinger
2005-11-04Fixed a memory leak in cString::operator=()Klaus Schmidinger
2005-11-04Removed '\n' from several syslog() callsKlaus Schmidinger
2005-10-31The new class cUnbufferedFile is used for the recording files to avoid thrash...1.3.35Klaus Schmidinger
2005-09-25The '.update' file in the video directory is now touched when a recording is ...Klaus Schmidinger
2005-09-11Implemented a hash for the channels to reduce the system load in the EIT scan...1.3.32Klaus Schmidinger
2005-08-27Implemented SVDRP command for pluginsKlaus Schmidinger
2005-08-06Files and directories are now created with rights according to the shell's um...Klaus Schmidinger
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 avoi...Klaus Schmidinger
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 f...Klaus Schmidinger
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