Age | Commit message (Expand) | Author |
2020-06-10 | Fixed memory handling in cString::Append() | Klaus Schmidinger |
2018-03-04 | Modified cStateLock's SetExplicitModify() and IncState() | Klaus Schmidinger |
2018-03-03 | Disabled the use of posix_fadvise() when reading | Klaus Schmidinger |
2018-02-28 | When remote timers are fetched from a peer VDR, we no longer blindly delete a... | Klaus Schmidinger |
2017-06-25 | Now using readdir() instead of readdir_r(), if GLIBC version 2.24 or newer is... | Klaus Schmidinger |
2017-06-23 | Now skipping a leading '/' in AddDirectory(), to avoid double slashes | Klaus Schmidinger |
2017-05-09 | The constructor of cHash (via cHashBase) now has an additional parameter (Own... | Klaus Schmidinger |
2016-12-23 | Fixed a possible buffer overflow in handling CA descriptors | Klaus Schmidinger |
2015-09-10 | Fixed a possible stack overflow in cListBase::Sort() | Klaus Schmidinger |
2015-09-08 | Implemented setup options for SVDRP peering | Klaus Schmidinger |
2015-09-01 | Implemented strict locking of global lists | Klaus Schmidinger |
2015-05-22 | Implemented SVDRP peering | Klaus Schmidinger |
2015-02-07 | Modified EntriesOnSameFileSystem(), so that it returns 'true' if either of th... | Klaus Schmidinger |
2014-03-22 | No longer logging an error message in DirSizeMB() if the given directory does... | Klaus Schmidinger |
2013-10-10 | Added renaming and moving recordings and folders, and editing a recording's p... | Klaus Schmidinger |
2013-08-21 | Added basic support for positioners to control steerable satellite dishes | Klaus Schmidinger |
2012-12-07 | Only handling decimal point in atod() and dtoa() if it differs from '.' | Klaus Schmidinger |
2012-12-06 | Changed reading and writing of floating point numbers into configuration file... | Klaus Schmidinger |
2012-12-03 | Fixed calling iconv_close() only with a valid iconv_t value | Klaus Schmidinger |
2012-09-30 | Added 'IgnoreFiles' to RemoveEmptyDirectories()1.7.31 | Klaus Schmidinger |
2012-08-21 | RemoveEmptyDirectories() now ignores dot files | Klaus Schmidinger |
2012-05-12 | The new member function cSkinDisplayReplay::SetRecording() allows a skin to d... | Klaus Schmidinger |
2012-05-08 | Renamed the function cString::sprintf(const char *fmt, va_list &ap) to vsprin... | Klaus Schmidinger |
2012-02-19 | Fixed switching into time shift mode when pausing live video1.7.24 | Klaus Schmidinger |
2012-02-17 | cReadDir::Next() now skips directory entries "." and ".." | Klaus Schmidinger |
2012-01-11 | Fixed cListBase::Move() in case From and To are equal | Klaus Schmidinger |
2011-12-04 | Replaced all calls to sleep() with cCondWait::SleepMs() | Klaus Schmidinger |
2011-09-18 | Fixed handling DVB subtitles and implemented decoding textual DVB subtitles | Klaus Schmidinger |
2011-08-15 | cTimeMs is no longer initialized to the current time if the value given to th...1.7.20 | Klaus Schmidinger |
2011-08-15 | Implemented command line options --filesize and --split | Klaus Schmidinger |
2011-07-31 | The isnumber() function now checks the given pointer for NULL | Klaus Schmidinger |
2011-05-15 | Fixed cString's operator=(const char *String) in case the given string is the... | Klaus Schmidinger |
2011-03-20 | Fixed cUnbufferedFile::Seek() in case it is compiled without USE_FADVISE | Klaus Schmidinger |
2011-02-25 | Now checking the result of all realloc() calls | Klaus Schmidinger |
2010-12-24 | Fixed inclusion of <stdarg.h> | Klaus Schmidinger |
2010-10-24 | Added cString::operator=(const char *String) | Klaus Schmidinger |
2010-10-24 | Fixed following symbolic links in RemoveFileOrDir() (cont'd) | Klaus Schmidinger |
2010-08-29 | Fixed following symbolic links in RemoveFileOrDir() | Klaus Schmidinger |
2010-02-28 | cSafeFile::Close() now flushes the file | Klaus Schmidinger |
2009-12-23 | Modified cCharSetConv so that it can be used to convert from "whatever VDR us... | Klaus Schmidinger |
2009-12-06 | Several code modifications to avoid compiler warnings | Klaus Schmidinger |
2009-11-06 | Fixed EntriesOnSameFileSystem() to avoid using f_fsid, which may be 0 | Klaus Schmidinger |
2009-05-31 | Fixed calling close(-1) in cUnbufferedFile::Close() | Klaus Schmidinger |
2009-01-16 | Added a typecast in cUnbufferedFile::Write() to avoid an error message when c... | Klaus Schmidinger |
2009-01-06 | The recording format is now Transport Stream | Klaus Schmidinger |
2008-03-05 | Fixed a signed character used as index in cBase64Encoder::NextLine() | Klaus Schmidinger |
2008-02-29 | Fixed handling 3 and 4 byte UTF-8 symbols in Utf8CharGet() | Klaus Schmidinger |
2008-02-16 | Fixed handling recordings on other file systems than the video directory | Klaus Schmidinger |
2008-02-15 | Using cString::sprintf() instead of asprintf() | Klaus Schmidinger |
2008-02-10 | Fixed detecting directories in cFileNameList::Load() | Klaus Schmidinger |