Age | Commit message (Expand) | Author |
2004-12-26 | Made several functions threadsafe (cont'd) | Klaus Schmidinger |
2004-12-19 | Made several functions threadsafe | Klaus Schmidinger |
2004-11-01 | Fixed the buffer size in cRecording::SortName() | Klaus Schmidinger |
2004-11-01 | Now using qsort() to sort cListBase lists | Klaus Schmidinger |
2004-10-31 | Making sure that timers and channels are only saved together | Klaus Schmidinger |
2004-07-17 | Removed all error messages from cRecordings::ScanVideoDir() | Klaus Schmidinger |
2004-06-13 | The list of recordings is now kept statically in memory | Klaus Schmidinger |
2004-05-16 | Implemented 'skins' and 'themes' | Klaus Schmidinger |
2003-11-08 | Fixed getting the list of recordings in case VDR is started from a directory ... | Klaus Schmidinger |
2003-10-24 | Fixed handling comments in editing marks | Klaus Schmidinger |
2003-10-17 | Edited recordings will now never be deleted automatically if the disk runs full | Klaus Schmidinger |
2003-09-09 | Fixed dropping out of replay mode while viewing a recording that is still goi... | Klaus Schmidinger |
2003-08-17 | Removing deleted recordings faster than normal when cutting1.2.3 | Klaus Schmidinger |
2003-08-15 | Fixed staying off the end of an ongoing recording while replaying in time shi... | Klaus Schmidinger |
2003-05-30 | Fixed breaking off replay in case the user hits "Play" or "Pause" too soon af...1.2.0pre1 | Klaus Schmidinger |
2003-05-24 | Fixed resume file handling in case the resume.vdr file can't be written | Klaus Schmidinger |
2003-05-18 | No longer waiting inside cIndexFile::CatchUp() to avoid shortly blocking repl...1.1.32 | Klaus Schmidinger |
2003-05-11 | Further increased the timeout until an index file is considerd no longer to b... | Klaus Schmidinger |
2003-04-27 | Fixed minimum lifespan of deleted recordings | Klaus Schmidinger |
2003-04-12 | Implemented a 'resume ID' which allows several users to each have their own ... | Klaus Schmidinger |
2003-03-30 | Fixed a crash in case the index file can't be accessed any more during replay | Klaus Schmidinger |
2003-03-30 | Further increased the timeout until an index file is considerd no longer to b... | Klaus Schmidinger |
2003-01-06 | Limiting Subtitle length when creating a recording file name from EPG data | Klaus Schmidinger |
2002-12-23 | Increased the timeout until an index file is considerd no longer to be written | Klaus Schmidinger |
2002-10-20 | Timers now internally have a pointer to their channel | Klaus Schmidinger |
2002-10-13 | Changed a few leftover 'new char[...]' to MALLOC(char, ...) | Klaus Schmidinger |
2002-10-06 | Modified channel handling; full DiSEqC support | Klaus Schmidinger |
2002-08-24 | Fixed replaying the last few seconds of a recording | Klaus Schmidinger |
2002-08-11 | Consistently using malloc/free and new/delete | Klaus Schmidinger |
2002-07-27 | Made VFAT handling more tolerant | Klaus Schmidinger |
2002-06-22 | Activated cutting | Klaus Schmidinger |
2002-06-16 | Totally rearranged device/player/recorder structures | Klaus Schmidinger |
2002-05-13 | Improved the [eid]syslog() macros | Klaus Schmidinger |
2002-04-21 | Now encoding '.' at the end of a directory name in case of VFAT=11.0.1 | Klaus Schmidinger |
2002-04-01 | Fixed a bug when a timer records over midnight of a day that had a change in ... | Klaus Schmidinger |
2002-03-23 | Improved usage of 'safe_write()' | Klaus Schmidinger |
2002-03-23 | Now writing the title of a recording into the 'summary.vdr' file | Klaus Schmidinger |
2002-03-16 | Physically removing a deleted recording if one with the same name shall be de... | Klaus Schmidinger |
2002-03-09 | Added log messages when deleting recordings in case the disk runs full while ... | Klaus Schmidinger |
2002-03-07 | Fixed a comment typo | Klaus Schmidinger |
2002-02-24 | Taking the German umlauts 'as is' when compiled with VFAT | Klaus Schmidinger |
2002-02-15 | Fixed the 'Low disk space!' message | Klaus Schmidinger |
2002-02-15 | Removed '#define VFAT 1' (was a leftover from testing) | Klaus Schmidinger |
2002-02-10 | No more trailing '~' in progress display | Klaus Schmidinger |
2002-02-10 | If compiled with VFAT=1, characters that can't be handled by a VFAT system ar... | Klaus Schmidinger |
2002-02-03 | Implemented TITLE and EPISODE keywords | Klaus Schmidinger |
2002-01-27 | Reverted to 'find' instead of 'ftw()' to collect recordings (ftw() was much s... | Klaus Schmidinger |
2002-01-27 | Ignoring 'stale NFS file handle' error when scanning recordings | Klaus Schmidinger |
2002-01-26 | A message is now prompted if free disk space becomes low during recording | Klaus Schmidinger |
2002-01-26 | Fixed handling file names that contain single quotes or dollar signs in calls... | Klaus Schmidinger |