Age | Commit message (Expand) | Author |
2008-02-15 | Using cString::sprintf() instead of asprintf() | Klaus Schmidinger |
2008-01-13 | Added cString::Truncate() | Klaus Schmidinger |
2008-01-01 | Fixed cVector::Clear() and cStringList::Clear() | Klaus Schmidinger |
2007-08-26 | There can now be more than one OSD at the same time | Klaus Schmidinger |
2007-08-11 | Switched I18N to gettext | Klaus Schmidinger |
2007-07-28 | Fixed a problem with characters >0x7F in the modified version of skipspace() | Klaus Schmidinger |
2007-07-28 | All logging now goes to LOG_ERR | Klaus Schmidinger |
2007-07-21 | Made skipspace() an inline function and changed it to handle the most common ... | Klaus Schmidinger |
2007-06-23 | Added WeekDayNameFull()1.5.5 | Klaus Schmidinger |
2007-06-17 | Now using 'fontconfig' to determine which fonts to use | Klaus Schmidinger |
2007-06-16 | Replaced strncpy() and strn0cpy() with Utf8Strn0Cpy() where necessary | Klaus Schmidinger |
2007-06-16 | Renamed Utf8NumSyms() to Utf8StrLen() | Klaus Schmidinger |
2007-06-15 | Implemented UTF-8 handling in skincurses | Klaus Schmidinger |
2007-06-10 | Freetype font support; full UTF-8 support; dropped pixel fonts | Klaus Schmidinger |
2007-01-07 | CAM handling refactored; multiple recordings with one CAM; automatic CAM sele...1.5.0 | Klaus Schmidinger |
2006-12-03 | Removed the '__attribute__' - didn't work with function parameters | Klaus Schmidinger |
2006-12-03 | Added '#include <stdint.h>' to font.h; added a compatibility define for 'uint... | Klaus Schmidinger |
2006-12-02 | Replaced 'unsigned long long' with 'uint32_t' and 'uint64' with 'uint64_t' to... | Klaus Schmidinger |
2006-04-16 | Added format check to syslog_with_tid() | Klaus Schmidinger |
2006-02-04 | Made FadviseDrop() private | Klaus Schmidinger |
2006-02-04 | Improved cUnbufferedFile | Klaus Schmidinger |
2006-01-15 | Modified logging so that even on NPTL systems each line in the log file shows... | Klaus Schmidinger |
2006-01-08 | Cleaned up some trailing white space | Klaus Schmidinger |
2005-12-30 | Refined cBase64Encoder description | Klaus Schmidinger |
2005-12-29 | Implemented cBase64Encoder | Klaus Schmidinger |
2005-12-29 | Converting a grabbed image to JPEG is now done with the new function RgbToJpeg() | Klaus Schmidinger |
2005-12-18 | When displaying the amount of free disk space, the space consumed by "deleted... | Klaus Schmidinger |
2005-11-26 | Added a copy constructor to cString and fixed its assignment operator | Klaus Schmidinger |
2005-11-05 | cSVDRP now dynamically allocates its command buffer | Klaus Schmidinger |
2005-11-04 | cReadLine now dynamically allocates its buffer; changed cConfig::Load() to us... | Klaus Schmidinger |
2005-10-31 | The new class cUnbufferedFile is used for the recording files to avoid thrash...1.3.35 | Klaus Schmidinger |
2005-10-09 | Added '__attribute__' to functions that use printf() like parameters | Klaus Schmidinger |
2005-10-01 | Fixed the FATALERRNO macro to check for a non-zero errno value | Klaus Schmidinger |
2005-09-25 | The '.update' file in the video directory is now touched when a recording is ... | Klaus Schmidinger |
2005-09-18 | Fixed a typo | Klaus Schmidinger |
2005-09-11 | Implemented a hash for the channels to reduce the system load in the EIT scan...1.3.32 | Klaus Schmidinger |
2005-08-27 | Implemented SVDRP command for plugins | Klaus Schmidinger |
2005-08-21 | Replaced the get/put_unaligned() macros from <asm/unaligned.h> with own inlin...1.3.30 | Klaus Schmidinger |
2005-08-06 | Files and directories are now created with rights according to the shell's um... | Klaus Schmidinger |
2005-05-29 | Fixed a crash with negative hash ids (made them unsigned) | Klaus Schmidinger |
2005-05-28 | Now using hash tables to speed up cSchedule::GetEvent() | Klaus Schmidinger |
2005-05-26 | Introduced cListBase::count for better performance | Klaus Schmidinger |
2005-05-16 | Switched from 'summary.vdr' to 'info.vdr' | Klaus Schmidinger |
2005-03-20 | All log entries regarding timers now contain a short description of the timer1.3.23 | Klaus Schmidinger |
2005-02-12 | Fixed handling symbolic links in cRecordings::ScanVideoDir() | Klaus Schmidinger |
2005-02-05 | Fixed a memory leak in AddDirectory() and strescape() | Klaus Schmidinger |
2005-01-16 | Fixed playing files with PES packets longer than 2048 byte through the full f... | Klaus Schmidinger |
2005-01-04 | Changed objalloc.h to stddef.h for compatibility with gcc 2.95 | Klaus Schmidinger |
2005-01-04 | Made cTimeMs::Now() static | Klaus Schmidinger |
2004-12-26 | Made several functions threadsafe (cont'd) | Klaus Schmidinger |