summaryrefslogtreecommitdiff
path: root/tools.h
AgeCommit message (Collapse)Author
2018-03-04Assigning events to timers no longer triggers sending a POLL to all peer VDRsKlaus Schmidinger
2018-02-28Fixed the CompareInts() functionKlaus Schmidinger
2018-02-28When remote timers are fetched from a peer VDR, we no longer blindly delete ↵Klaus Schmidinger
and re-add them, but rather compare them and make only the minimum necessary changes
2017-06-25Now using readdir() instead of readdir_r(), if GLIBC version 2.24 or newer ↵Klaus Schmidinger
is used
2017-06-11Introduced the new macro DISABLE_TEMPLATES_COLLIDING_WITH_STL2.3.7Klaus Schmidinger
2017-06-11Changed ##Lock to ##_Lock in the DEF_LIST_LOCK and USE_LIST_LOCK macros ↵Klaus Schmidinger
defined in tools.h
2017-05-22Fixed detecting the inclusion of STL header files in tools.hKlaus Schmidinger
2017-05-21Added the macro VDR_NO_STL_PROTOTYPES to tools.hKlaus Schmidinger
2017-05-09cListObject now implements a private copy constructor and assignment ↵Klaus Schmidinger
operator, to keep derived objects from calling them implicitly
2017-05-09The constructor of cHash (via cHashBase) now has an additional parameter ↵Klaus Schmidinger
(OwnObjects); fixed a memory leak in cSectionSyncerHash
2017-03-18Implemented support for MTDKlaus Schmidinger
2016-12-23Fixed a possible buffer overflow in handling CA descriptorsKlaus Schmidinger
2016-12-13Fixed a crash when moving a recording to a folder on a different volumeKlaus Schmidinger
2015-09-08Implemented setup options for SVDRP peeringKlaus Schmidinger
2015-09-01Implemented strict locking of global listsKlaus Schmidinger
2015-05-22Implemented SVDRP peeringKlaus Schmidinger
2015-02-07Modified EntriesOnSameFileSystem(), so that it returns 'true' if either of ↵Klaus Schmidinger
the given; changed handling the 'error' variable in cDirCopier
2015-01-14Added boolean return values to cVector's InsertUnique(), AppendUnique() and ↵Klaus Schmidinger
RemoveElement()
2015-01-12Fixed a possible out-of-bounds access in cVector::Remove()Klaus Schmidinger
2015-01-12Added the functions IndexOf(), InsertUnique(), AppendUnique() and ↵Klaus Schmidinger
RemoveElement() to the cVector class
2013-10-10Added renaming and moving recordings and folders, and editing a recording's ↵Klaus Schmidinger
priority and lifetime; added cutting queue
2013-08-23Reverted the change from version 1.5.7 that made all logging go to LOG_ERRKlaus Schmidinger
2013-08-21Added basic support for positioners to control steerable satellite dishesKlaus Schmidinger
2013-02-17Removed trailing whitespaceKlaus Schmidinger
2012-12-06Changed reading and writing of floating point numbers into configuration ↵Klaus Schmidinger
files to make it independent of the decimal point used in the current locale
2012-09-30Added 'IgnoreFiles' to RemoveEmptyDirectories()1.7.31Klaus Schmidinger
2012-05-20cVector::Clear() now reinitializes any previously used membersKlaus Schmidinger
2012-05-19Fixed increasing size of cVector; added a note about not using cVector with ↵Klaus Schmidinger
class objects
2012-05-12The new member function cSkinDisplayReplay::SetRecording() allows a skin to ↵Klaus Schmidinger
display more information about the currently played recording
2012-05-08Renamed the function cString::sprintf(const char *fmt, va_list &ap) to ↵Klaus Schmidinger
vsprintf()
2012-04-01Added some commentsKlaus Schmidinger
2012-03-02Revised priority handling to allow receivers with a priority that is lower ↵Klaus Schmidinger
than that of live viewing
2012-02-19Fixed switching into time shift mode when pausing live video1.7.24Klaus Schmidinger
2011-12-04Added file name and line number to LOG_ERROR_STR()Klaus Schmidinger
2011-12-04Fixed several spelling errorsKlaus Schmidinger
2011-09-18Fixed handling DVB subtitles and implemented decoding textual DVB subtitlesKlaus Schmidinger
2011-08-15cTimeMs is no longer initialized to the current time if the value given to ↵1.7.20Klaus Schmidinger
the constructor is negative
2011-08-15Implemented command line options --filesize and --splitKlaus Schmidinger
2011-08-13Made DELETENULL() thread safeKlaus Schmidinger
2011-08-12cStringList::Sort() can now be called with a boolean parameter that controls ↵Klaus Schmidinger
case insensitive sorting
2011-02-25Now checking the result of all realloc() callsKlaus Schmidinger
2010-12-24Fixed inclusion of <stdarg.h>Klaus Schmidinger
2010-10-24Added cString::operator=(const char *String)Klaus Schmidinger
2009-12-23Modified cCharSetConv so that it can be used to convert from "whatever VDR ↵Klaus Schmidinger
uses" to a given code
2009-12-06Several code modifications to avoid compiler warningsKlaus Schmidinger
2009-04-18Fixed the MEGABYTE() macro to make it correctly handle parameters resulting ↵Klaus Schmidinger
in values larger than 2GB
2008-05-22Fixed a typoKlaus Schmidinger
2008-02-17Introduced 'operator const void * ()' in cStringKlaus Schmidinger
2008-02-16Fixed handling recordings on other file systems than the video directoryKlaus Schmidinger
2008-02-15Using cString::sprintf() instead of asprintf()Klaus Schmidinger