summaryrefslogtreecommitdiff
path: root/tools.c
AgeCommit message (Expand)Author
2002-05-01Fixed a crash on systems with disks that have a block size larger than 1MBKlaus Schmidinger
2002-03-31Now using statfs() to determine the amount of free disk spaceKlaus Schmidinger
2002-03-23Fixed safe_write()Klaus Schmidinger
2002-03-22Improved file I/O in case of EINTRKlaus Schmidinger
2002-02-17Implemented the 'First day' parameter for repeating timersKlaus Schmidinger
2002-02-16Fixed a crash when replaying with DEBUG_OSD=1Klaus Schmidinger
2002-02-05Fixed a bug in moving timers or channels to the last position in the listKlaus Schmidinger
2002-02-03Fixed a problem with the ERR macro defined by ncurses.h0.9.9pre5Klaus Schmidinger
2002-02-03Implemented TITLE and EPISODE keywordsKlaus Schmidinger
2002-02-02Changed the [dei]syslog macros to use var args; fixed error handling in estab...Klaus Schmidinger
2002-01-27The 'Main' menu now displays the used disk space in the titleKlaus Schmidinger
2002-01-26Fixed handling file names that contain single quotes or dollar signs in calls...Klaus Schmidinger
2002-01-20Now using 'ftw()' instead of an external 'find' to collect recordingsKlaus Schmidinger
2001-10-19Fixed timers starting and ending at unexpected timesKlaus Schmidinger
2001-10-07Moved the _GNU_SOURCE macro into the MakefileKlaus Schmidinger
2001-10-05Fixed the 'EPG bugfix' (sometimes had duplicate information in Subtitle and E...Klaus Schmidinger
2001-09-30Lock file for accessing the video directoryKlaus Schmidinger
2001-09-22EPG info is now updated if the contents changes but the ID remains the sameKlaus Schmidinger
2001-09-16Better error handling when writing configuration filesKlaus Schmidinger
2001-09-14Changed size of all parse buffers to 10KBKlaus Schmidinger
2001-08-26Added missing '#include <time.h>' in tools.c0.9.3Klaus Schmidinger
2001-08-26Sorting timers in the 'Timers' menuKlaus Schmidinger
2001-08-25The menus and the channel display now show the current date and timeKlaus Schmidinger
2001-08-17Implemented EPG bugfixingKlaus Schmidinger
2001-08-12Made I/O more robust by handling EINTR0.9.1Klaus Schmidinger
2001-08-11Fixed AddDirectoryKlaus Schmidinger
2001-08-11Implemented SpinUpDisk()Klaus Schmidinger
2001-08-11New command line option -EKlaus Schmidinger
2001-08-05Fixed timeout calculation in cFile::FileReady()Klaus Schmidinger
2001-06-02Converted to the new API plus several small enhancements0.8.0Klaus Schmidinger
2001-04-22Fixed checking for free disk space, so that it works with NFS mounted drivesKlaus Schmidinger
2001-04-01SVDRP now also works with clients that don't do line bufferingKlaus Schmidinger
2001-03-03Removed some redundant code from the cListBase destructorKlaus Schmidinger
2001-02-11Removing empty directoriesKlaus Schmidinger
2001-02-11Fixed handling ':' in timer filenames and '\n' in timer summariesKlaus Schmidinger
2001-02-04Automatically removing deleted recordings after a whileKlaus Schmidinger
2001-01-13Implemented safe writing of config filesKlaus Schmidinger
2001-01-13Fixed a problem with recordings that have a single quote character in their n...Klaus Schmidinger
2000-12-28Implemented 'on disk editing'Klaus Schmidinger
2000-12-08Switched to PES recordingKlaus Schmidinger
2000-11-11Implemented 'Commands' menuKlaus Schmidinger
2000-10-29Implemented 'Schedules' menuKlaus Schmidinger
2000-10-08Remote control uses threadsKlaus Schmidinger
2000-10-03Faster OSD by using bitmapKlaus Schmidinger
2000-09-19ReadString() now returns at end-of-lineKlaus Schmidinger
2000-09-17Lower limit of 10ms for timeoutKlaus Schmidinger
2000-09-17Implemented centralized 'wait for input'Klaus Schmidinger
2000-09-15New option '-c'; config files in video directory by defaultKlaus Schmidinger
2000-09-15Fixed handling errors in 'readstring()'Klaus Schmidinger
2000-09-09Implemented 'channel grouping'Klaus Schmidinger