Klaus Schmidinger
|
1f631bf667
|
Fixed a crash with negative hash ids (made them unsigned)
|
2005-05-29 10:24:54 +02:00 |
|
Klaus Schmidinger
|
7701acd968
|
Now using hash tables to speed up cSchedule::GetEvent()
|
2005-05-28 13:17:20 +02:00 |
|
Klaus Schmidinger
|
1855ab0ef3
|
Introduced cListBase::count for better performance
|
2005-05-26 11:41:33 +02:00 |
|
Klaus Schmidinger
|
b0583e5373
|
Switched from 'summary.vdr' to 'info.vdr'
|
2005-05-16 14:45:11 +02:00 |
|
Klaus Schmidinger
|
f1494502a7
|
All log entries regarding timers now contain a short description of the timer
|
2005-03-20 15:15:42 +01:00 |
|
Klaus Schmidinger
|
4871f1188e
|
Replaced the call to system("sync") in SpinUpDisk() with fdatasync(f) to avoid problems on NPTL systems
|
2005-02-19 13:51:44 +01:00 |
|
Klaus Schmidinger
|
32e0b131c9
|
Fixed a memory leak in AddDirectory() and strescape()
|
2005-02-05 10:12:14 +01:00 |
|
Klaus Schmidinger
|
9423c636a2
|
Fixed playing files with PES packets longer than 2048 byte through the full featured DVB card
|
2005-01-16 12:02:39 +01:00 |
|
Klaus Schmidinger
|
f894ce7e00
|
Made cTimeMs::Now() static
|
2005-01-04 11:06:45 +01:00 |
|
Klaus Schmidinger
|
286af66cfb
|
Made several functions threadsafe (cont'd)
|
2004-12-26 12:45:22 +01:00 |
|
Klaus Schmidinger
|
c49253824a
|
Replaced time_ms() with a threadsafe and non-overflowing cTimeMs
|
2004-12-19 18:08:09 +01:00 |
|
Klaus Schmidinger
|
ce8369251c
|
Removed delay_ms(), using cCondWait::SleepMs() instead
|
2004-12-19 17:22:13 +01:00 |
|
Klaus Schmidinger
|
1d3495a0f0
|
Made several functions threadsafe
|
2004-12-19 16:33:34 +01:00 |
|
Klaus Schmidinger
|
4f65416bd1
|
Some improvements to cPoller
|
2004-11-21 14:37:36 +01:00 |
|
Klaus Schmidinger
|
0b62aff0e3
|
Now using qsort() to sort cListBase lists
|
2004-11-01 10:40:38 +01:00 |
|
Klaus Schmidinger
|
5ed57fa1c5
|
The list of recordings is now kept statically in memory
|
2004-06-13 20:26:51 +02:00 |
|
Klaus Schmidinger
|
5aacc51c14
|
Single shot timers and events now show the day of week
|
2004-05-22 13:23:22 +02:00 |
|
Klaus Schmidinger
|
7f9d14ee8b
|
The actual transponder data is now taken from the NIT
|
2004-01-11 15:54:37 +01:00 |
|
Klaus Schmidinger
|
2a7dd5e67d
|
Avoiding high CPU load in case the connection to LIRC gets lost
|
2003-04-06 15:43:41 +02:00 |
|
Klaus Schmidinger
|
4ab777e98a
|
Fixed a misplaced ')' in the fix about the stale lock files
|
2002-11-24 20:18:55 +01:00 |
|
Klaus Schmidinger
|
b4d1358c50
|
Improved deleting stale lock files
|
2002-11-24 16:08:06 +01:00 |
|
Klaus Schmidinger
|
c24dfb7f43
|
Extended the '-l' option to allow logging to LOG_LOCALn
|
2002-11-24 15:56:24 +01:00 |
|
Klaus Schmidinger
|
9fee2b67ab
|
First step towards a 'unique channel ID'
|
2002-11-10 15:50:21 +01:00 |
|
Klaus Schmidinger
|
ab4ceb29a0
|
Implemented gaps in channel numbering
|
2002-10-19 15:33:37 +02:00 |
|
Klaus Schmidinger
|
9a59ece83e
|
Removed a superfluous error message from cLockFile::Unlock()
|
2002-09-09 21:44:00 +02:00 |
|
Klaus Schmidinger
|
470415ad23
|
Using cPoller instead of NeedsData
|
2002-08-16 09:22:29 +02:00 |
|
Klaus Schmidinger
|
9a1a16f3d4
|
Consistently using malloc/free and new/delete
|
2002-08-11 13:32:23 +02:00 |
|
Klaus Schmidinger
|
15cc1733e0
|
Changed the cDevice class to allow plugins to implement their own devices
|
2002-08-04 14:57:29 +02:00 |
|
Klaus Schmidinger
|
9f9d6a8a93
|
Implemented cStatusMonitor to allow plugins to set up a status monitor
|
2002-05-19 15:50:11 +02:00 |
|
Klaus Schmidinger
|
564403b4b1
|
Added 'insert' capabilities to cList (fix)
|
2002-05-13 17:56:17 +02:00 |
|
Klaus Schmidinger
|
d4893ad1fe
|
Improved the [eid]syslog() macros
|
2002-05-13 16:35:49 +02:00 |
|
Klaus Schmidinger
|
2cc450a67c
|
Added 'insert' capabilities to cList
|
2002-05-12 14:46:46 +02:00 |
|
Klaus Schmidinger
|
f492153edb
|
Fixed a crash on systems with disks that have a block size larger than 1MB
|
2002-05-01 16:22:41 +02:00 |
|
Klaus Schmidinger
|
94849cfde8
|
Now using statfs() to determine the amount of free disk space
|
2002-03-31 20:51:06 +02:00 |
|
Klaus Schmidinger
|
ef91debc4d
|
Fixed safe_write()
|
2002-03-23 15:48:08 +01:00 |
|
Klaus Schmidinger
|
0be1a13c60
|
Improved file I/O in case of EINTR
|
2002-03-22 15:18:58 +01:00 |
|
Klaus Schmidinger
|
a87e7625dd
|
Implemented the 'First day' parameter for repeating timers
|
2002-02-17 13:05:05 +01:00 |
|
Klaus Schmidinger
|
3ecbdd489e
|
Fixed a crash when replaying with DEBUG_OSD=1
|
2002-02-16 12:55:33 +01:00 |
|
Klaus Schmidinger
|
5abb02b301
|
Fixed a bug in moving timers or channels to the last position in the list
|
2002-02-05 18:28:14 +01:00 |
|
Klaus Schmidinger
|
e11c7e4b1c
|
Fixed a problem with the ERR macro defined by ncurses.h
|
2002-02-03 16:47:35 +01:00 |
|
Klaus Schmidinger
|
deb9f88710
|
Implemented TITLE and EPISODE keywords
|
2002-02-03 15:55:04 +01:00 |
|
Klaus Schmidinger
|
ddec0a101b
|
Changed the [dei]syslog macros to use var args; fixed error handling in establishing an SVDRP connection
|
2002-02-02 13:44:24 +01:00 |
|
Klaus Schmidinger
|
28e54bc648
|
The 'Main' menu now displays the used disk space in the title
|
2002-01-27 13:11:23 +01:00 |
|
Klaus Schmidinger
|
503c803b8d
|
Fixed handling file names that contain single quotes or dollar signs in calls to external commands
|
2002-01-26 12:04:32 +01:00 |
|
Klaus Schmidinger
|
305abd449f
|
Now using 'ftw()' instead of an external 'find' to collect recordings
|
2002-01-20 16:47:09 +01:00 |
|
Klaus Schmidinger
|
6de7f7e8b2
|
Fixed timers starting and ending at unexpected times
|
2001-10-19 13:22:24 +02:00 |
|
Klaus Schmidinger
|
6c41138bdd
|
Moved the _GNU_SOURCE macro into the Makefile
|
2001-10-07 15:14:50 +02:00 |
|
Klaus Schmidinger
|
8585e08a0f
|
Fixed the 'EPG bugfix' (sometimes had duplicate information in Subtitle and Extended Description)
|
2001-10-05 20:40:53 +02:00 |
|
Klaus Schmidinger
|
a0d04288c6
|
Lock file for accessing the video directory
|
2001-09-30 10:38:06 +02:00 |
|
Klaus Schmidinger
|
14992a8037
|
EPG info is now updated if the contents changes but the ID remains the same
|
2001-09-22 13:07:43 +02:00 |
|