Age | Commit message (Expand) | Author |
2021-05-26 | Now using __cplusplus instead of DISABLE_TEMPLATES_COLLIDING_WITH_STL, and us... | Klaus Schmidinger |
2021-05-20 | The cFile class has been partially deprecated | Klaus Schmidinger |
2021-05-19 | Removed the macros __STL_CONFIG_H, _STL_ALGOBASE_H and _MOVE_H from tools.h | Klaus Schmidinger |
2021-01-19 | Added some missing user command calls for copying, renaming and moving record... | Klaus Schmidinger |
2021-01-01 | Using strgetlast() in more places | Klaus Schmidinger |
2020-12-26 | Implemented "Pattern Timers"2.5.1 | Klaus Schmidinger |
2020-09-16 | Fixed several typos | Klaus Schmidinger |
2020-06-23 | Added a comment about the semantics of cTimeMs::Set() | Klaus Schmidinger |
2018-03-04 | Assigning events to timers no longer triggers sending a POLL to all peer VDRs | Klaus Schmidinger |
2018-02-28 | Fixed the CompareInts() function | 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-11 | Introduced the new macro DISABLE_TEMPLATES_COLLIDING_WITH_STL2.3.7 | Klaus Schmidinger |
2017-06-11 | Changed ##Lock to ##_Lock in the DEF_LIST_LOCK and USE_LIST_LOCK macros defin... | Klaus Schmidinger |
2017-05-22 | Fixed detecting the inclusion of STL header files in tools.h | Klaus Schmidinger |
2017-05-21 | Added the macro VDR_NO_STL_PROTOTYPES to tools.h | Klaus Schmidinger |
2017-05-09 | cListObject now implements a private copy constructor and assignment operator... | Klaus Schmidinger |
2017-05-09 | The constructor of cHash (via cHashBase) now has an additional parameter (Own... | Klaus Schmidinger |
2017-03-18 | Implemented support for MTD | Klaus Schmidinger |
2016-12-23 | Fixed a possible buffer overflow in handling CA descriptors | Klaus Schmidinger |
2016-12-13 | Fixed a crash when moving a recording to a folder on a different volume | 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 |
2015-01-14 | Added boolean return values to cVector's InsertUnique(), AppendUnique() and R... | Klaus Schmidinger |
2015-01-12 | Fixed a possible out-of-bounds access in cVector::Remove() | Klaus Schmidinger |
2015-01-12 | Added the functions IndexOf(), InsertUnique(), AppendUnique() and RemoveEleme... | Klaus Schmidinger |
2013-10-10 | Added renaming and moving recordings and folders, and editing a recording's p... | Klaus Schmidinger |
2013-08-23 | Reverted the change from version 1.5.7 that made all logging go to LOG_ERR | Klaus Schmidinger |
2013-08-21 | Added basic support for positioners to control steerable satellite dishes | Klaus Schmidinger |
2013-02-17 | Removed trailing whitespace | Klaus Schmidinger |
2012-12-06 | Changed reading and writing of floating point numbers into configuration file... | Klaus Schmidinger |
2012-09-30 | Added 'IgnoreFiles' to RemoveEmptyDirectories()1.7.31 | Klaus Schmidinger |
2012-05-20 | cVector::Clear() now reinitializes any previously used members | Klaus Schmidinger |
2012-05-19 | Fixed increasing size of cVector; added a note about not using cVector with c... | 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-04-01 | Added some comments | Klaus Schmidinger |
2012-03-02 | Revised priority handling to allow receivers with a priority that is lower th... | Klaus Schmidinger |
2012-02-19 | Fixed switching into time shift mode when pausing live video1.7.24 | Klaus Schmidinger |
2011-12-04 | Added file name and line number to LOG_ERROR_STR() | Klaus Schmidinger |
2011-12-04 | Fixed several spelling errors | 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-08-13 | Made DELETENULL() thread safe | Klaus Schmidinger |
2011-08-12 | cStringList::Sort() can now be called with a boolean parameter that controls ... | 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 |