index
:
vdr
master
stable/1.0
stable/1.2
stable/1.4
stable/1.6
stable/2.0
stable/2.2
stable/2.4
stable/2.6
VDR
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools.c
Age
Commit message (
Expand
)
Author
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
2008-01-13
Added cString::Truncate()
Klaus Schmidinger
2008-01-01
Fixed cVector::Clear() and cStringList::Clear()
Klaus Schmidinger
2007-12-27
cTimeMs now uses the monotonic clock, if available
Klaus Schmidinger
2007-11-03
Added a missing '.' to the date returned by DayDateTime()
Klaus Schmidinger
2007-10-13
Fixed handling reallocated memory in cCharSetConv::Convert()
Klaus Schmidinger
2007-08-11
Switched I18N to gettext
Klaus Schmidinger
2007-07-21
Made skipspace() an inline function and changed it to handle the most common ...
Klaus Schmidinger
2007-07-20
Improved numdigits(), isnumber() and strreplace()
Klaus Schmidinger
2007-07-20
Fixed handling single byte characters >0x7F in Utf8ToArray()
Klaus Schmidinger
2007-07-20
Fixed a buffer overflow in initializing the system character table
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
Using nl_langinfo(CODESET) to determine the local codeset to use; libsi uses ...
Klaus Schmidinger
2007-06-15
Fixed a crash in i18n character set conversion
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-02
Replaced 'unsigned long long' with 'uint32_t' and 'uint64' with 'uint64_t' to...
Klaus Schmidinger
2006-08-12
No longer stopping removing empty directories if an error occurs
Klaus Schmidinger
2006-06-17
Fixed handling relative link targets in the ReadLink() function
Klaus Schmidinger
2006-05-26
Fixed calculating the cache size in cUnbufferedFile::Read()
Klaus Schmidinger
2006-04-21
Fixed several spelling errors
Klaus Schmidinger
2006-04-17
Stripped some trailing whitespace
1.3.47
Klaus Schmidinger
2006-03-19
Fixed cReadLine::Read() for lines that end with the infamous "\r\n"
Klaus Schmidinger
2006-02-05
Further improvements to cUnbufferedFile
Klaus Schmidinger
2006-02-04
Improved cUnbufferedFile
Klaus Schmidinger
2006-01-20
Improved NULL checking in strreplace()
Klaus Schmidinger
2006-01-15
Modified logging so that even on NPTL systems each line in the log file shows...
Klaus Schmidinger
2006-01-15
Added a leading '0' to the day in the DayDateTime() function
Klaus Schmidinger
2006-01-08
Cleaned up some trailing white space
Klaus Schmidinger
2006-01-05
Disabled the use of fadvise in cUnbufferedFile because there have been severa...
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-04
cReadLine now dynamically allocates its buffer; changed cConfig::Load() to us...
Klaus Schmidinger
[next]