summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-03-05Fixed removing a cStateKey from a cStateLockKlaus Schmidinger
2018-03-05When making modifications to remote timers, the local VDR no longer sends a ↵Klaus Schmidinger
POLL to all remote VDRs
2018-03-04Assigning events to timers no longer triggers sending a POLL to all peer VDRsKlaus Schmidinger
2018-03-04Modified cStateLock's SetExplicitModify() and IncState()Klaus Schmidinger
2018-03-03Disabled the use of posix_fadvise() when readingKlaus Schmidinger
2018-03-03Fixed a typoKlaus Schmidinger
2018-03-03Fixed stopping a remote repeating timerKlaus Schmidinger
2018-03-01Fixed handling close of connectionsKlaus Schmidinger
2018-03-01Added timeouts for SVDRP peer communication about timersKlaus 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
2018-02-27Updated the Polish OSD textsKlaus Schmidinger
2018-02-26Improved lockingKlaus Schmidinger
2018-02-25Added options for name and portKlaus Schmidinger
2018-02-25Combined Start/StopSVDRPServer/ClientHandler() into Start/StopSVDRPHandler()Klaus Schmidinger
2018-02-25Fixed storing timer id in .timer for instant recordingsKlaus Schmidinger
2018-02-25Moved handling remote timers into cSVDRPClientHandler::ProcessConnections()Klaus Schmidinger
2018-02-25Adapted to the new CONN commandKlaus Schmidinger
2018-02-20Initiating the client side of a peer-to-peer SVDRP connection is now done ↵Klaus Schmidinger
with the new SVDRP command CONN instead of using the UDP port with the server's address
2018-02-15Added a section about the '.sort' file to vdr.5Klaus Schmidinger
2018-02-15Improved calculating signal strength and quality (cont'd)Klaus Schmidinger
2018-02-15Fixed case inconsistency with SVDRPDefaultHostKlaus Schmidinger
2018-02-15Fixed handling SVDRP peering for more than one instance of VDR on the same ↵Klaus Schmidinger
machine, and improved logging and debug output
2018-02-13Implemented storing timer id in .timerKlaus Schmidinger
2018-02-12Improved calculating signal strength and qualityKlaus Schmidinger
2018-02-10Fixed getting the info of a newly edited recordingKlaus Schmidinger
2018-02-10When a timer is newly created in the Timers menu, it now immediately appears ↵Klaus Schmidinger
at the correct position in the list
2018-02-10Fixed keeping the cursor position in the Recordings menu in case a timer ↵Klaus Schmidinger
starts recording while the menu is open
2018-02-10Fixed updating the Timers menu after turning a local timer on/off with the ↵Klaus Schmidinger
Red button
2018-02-09Added a note about the fixed UDP port for SVDRP discovery to vdr.1Klaus Schmidinger
2018-02-09Replaced the warning regarding the open SVDRP port in the INSTALL file with ↵Klaus Schmidinger
a remarkabout using svdrphosts.conf to completely disable SVDRP access
2018-02-05Making sure cSVDRPClient::Process() reads the entire reply once it started ↵Klaus Schmidinger
reading, even if no Response parameter is given
2018-02-04Added the UPDATE-2.4.0 fileKlaus Schmidinger
2018-02-03Added a note about 'cam.data' not being overwritten if it is read-onlyKlaus Schmidinger
2018-02-03Fixed typosKlaus Schmidinger
2018-02-03Added a note about the 'peerdemo' scriptKlaus Schmidinger
2018-02-03Limited some CAM related log messages to the actual master CAM, if anyKlaus Schmidinger
2018-02-01Fixed handling editing marks in the replay progress display, in case the ↵Klaus Schmidinger
marks are deleted via the Info/Edit menu of the currently played recording
2018-01-29Implemented cStatus::MarksModified()Klaus Schmidinger
2018-01-28Fixed a possible deadlock when quickly zapping through encrypted channelsKlaus Schmidinger
2018-01-27Fixed a possible crash when stopping VDR (cont´d)Klaus Schmidinger
2018-01-26Added a missing '|'Klaus Schmidinger
2018-01-25Removed some excess ';'Klaus Schmidinger
2018-01-18Removed superfluous call to cVideoDirectory::RemoveVideoFile()Klaus Schmidinger
2018-01-18Fixed wrongly removing the edited version after the cutter has completedKlaus Schmidinger
2018-01-17Now unlocking the Recordings list before displaying an error message in ↵Klaus Schmidinger
cMenuPathEdit::ApplyChanges() and cReplayControl::Stop()
2018-01-16Now using the 'example' macro in vdr.5Klaus Schmidinger
2018-01-16Moved any locking from cutter.c into recording.cKlaus Schmidinger
2018-01-16Fixed wrongly deleting a recording that already exists when moving a recordingKlaus Schmidinger
2017-12-16Fixed a possible deadlock when detaching a receiver from a deviceKlaus Schmidinger