summaryrefslogtreecommitdiff
path: root/svdrp.c
AgeCommit message (Collapse)Author
2021-01-14Now explicitly triggering respawning of pattern timersKlaus Schmidinger
2021-01-01Fixed a crash in the SVDRP command CLRE in case a non-existing channel ↵Klaus Schmidinger
number is given
2020-12-26Implemented "Pattern Timers"2.5.1Klaus Schmidinger
2020-06-22Fixed a typo in svdrp.cKlaus Schmidinger
2020-05-06Added missing '<...>' to the 'file' parameter in the help text of PUTEKlaus Schmidinger
2020-05-05The SVDRP command DELC now also accepts a channel idKlaus Schmidinger
2020-04-11Fixed moving channels between number groups in SVDRP's MOVC command and the ↵Klaus Schmidinger
Channels menu, in case a channel is moved to a higher number and into a numbered group
2019-05-06Fixed handling remote timers in case the response to LSTT is '550 No timers ↵Klaus Schmidinger
defined'
2018-04-19Fixed handling the tfRecording flag in the SVDRP commands MODT and UPDTKlaus Schmidinger
2018-03-19Fixed processing SVDRP client responses in case the caller doesn't want the ↵Klaus Schmidinger
actual response strings
2018-03-18Made the input buffer in cSVDRPClient dynamicKlaus Schmidinger
2018-03-17Added missing <name> to help for POLLKlaus Schmidinger
2018-03-17Fixed a possible race condition with CONN vs. LSTTKlaus Schmidinger
2018-03-04Assigning events to timers no longer triggers sending a POLL to all peer VDRsKlaus Schmidinger
2018-03-01Added timeouts for SVDRP peer communication about timersKlaus 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-26Improved lockingKlaus Schmidinger
2018-02-25Combined Start/StopSVDRPServer/ClientHandler() into Start/StopSVDRPHandler()Klaus Schmidinger
2018-02-25Moved handling remote timers into cSVDRPClientHandler::ProcessConnections()Klaus 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-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-05Making sure cSVDRPClient::Process() reads the entire reply once it started ↵Klaus Schmidinger
reading, even if no Response parameter is given
2017-11-11The new SVDRP commands 'LSTD' and 'PRIM' can be used to list all available ↵Klaus Schmidinger
devices and to switch the primary device
2017-06-30SVDRP peering can now be limited to the default SVDRP host2.3.8Klaus Schmidinger
2017-06-25Whenever a change is made to the recordings in the video directory, the ↵Klaus Schmidinger
SVDRP command UPDR is now sent to all peer VDRs
2017-05-31Fixed a possible crash in case the SVDRP connection to a peer VDR is ↵Klaus Schmidinger
terminated while getting remote timers
2017-05-28Fixed the locking sequence when dumping EPG dataKlaus Schmidinger
2017-05-20Fixed handling remote timersKlaus Schmidinger
2017-04-22The SVDRP command LSTC can now list the channels with channel ids; channel ↵Klaus Schmidinger
number 0 lists the data of the current channel
2017-04-04Changed some leftover 'number' to 'id' in SVDRP repliesKlaus Schmidinger
2017-04-04Fixed a deadlock in the SVDRP command PLAY in case there is currently a ↵Klaus Schmidinger
recording being replayed
2017-04-04Added missing GetById() callsKlaus Schmidinger
2017-04-03Changed 'number' to 'id' in the help texts of SVDRP commands that deal with ↵Klaus Schmidinger
timers
2017-04-03Recordings now have unique idsKlaus Schmidinger
2016-12-08Using SetCurrentChannel(int ChannelNumber) instead of the deprecated ↵Klaus Schmidinger
SetCurrentChannel(const cChannel *Channel)
2016-12-08The SVDRP command DELC now refuses to delete the very last channel in the listKlaus Schmidinger
2015-09-14Fixed handling remote timersKlaus Schmidinger
2015-09-13Fixed moving currently recording timers between machinesKlaus Schmidinger
2015-09-10Implemented full handling of remote timersKlaus Schmidinger
2015-09-08Implemented setup options for SVDRP peeringKlaus Schmidinger
2015-09-06Removed extra debug outputKlaus Schmidinger
2015-09-06Timers now have unique idsKlaus Schmidinger
2015-09-01Implemented strict locking of global listsKlaus Schmidinger
2015-05-22Implemented SVDRP peeringKlaus Schmidinger
2015-04-29The SVDRP port now accepts multiple concurrent connectionsKlaus Schmidinger
2015-01-12Added a missing backslash to the help text of the SVDRP command MOVRKlaus Schmidinger
2013-10-21Changed the name of the SVDRP command RENR to MOVRKlaus Schmidinger
2013-10-20Fixed some compiler warnings with gcc-4.6.3Klaus Schmidinger
2013-10-14Added refreshing the recording in the Recording Info/Edit menusKlaus Schmidinger