Age | Commit message (Expand) | Author |
2018-03-19 | Fixed processing SVDRP client responses in case the caller doesn't want the a... | Klaus Schmidinger |
2018-03-18 | Made the input buffer in cSVDRPClient dynamic | Klaus Schmidinger |
2018-03-17 | Added missing <name> to help for POLL | Klaus Schmidinger |
2018-03-17 | Fixed a possible race condition with CONN vs. LSTT | Klaus Schmidinger |
2018-03-04 | Assigning events to timers no longer triggers sending a POLL to all peer VDRs | Klaus Schmidinger |
2018-03-01 | Added timeouts for SVDRP peer communication about timers | Klaus Schmidinger |
2018-02-28 | When remote timers are fetched from a peer VDR, we no longer blindly delete a... | Klaus Schmidinger |
2018-02-26 | Improved locking | Klaus Schmidinger |
2018-02-25 | Combined Start/StopSVDRPServer/ClientHandler() into Start/StopSVDRPHandler() | Klaus Schmidinger |
2018-02-25 | Moved handling remote timers into cSVDRPClientHandler::ProcessConnections() | Klaus Schmidinger |
2018-02-20 | Initiating the client side of a peer-to-peer SVDRP connection is now done wit... | Klaus Schmidinger |
2018-02-15 | Fixed handling SVDRP peering for more than one instance of VDR on the same ma... | Klaus Schmidinger |
2018-02-13 | Implemented storing timer id in .timer | Klaus Schmidinger |
2018-02-05 | Making sure cSVDRPClient::Process() reads the entire reply once it started re... | Klaus Schmidinger |
2017-11-11 | The new SVDRP commands 'LSTD' and 'PRIM' can be used to list all available de... | Klaus Schmidinger |
2017-06-30 | SVDRP peering can now be limited to the default SVDRP host2.3.8 | Klaus Schmidinger |
2017-06-25 | Whenever a change is made to the recordings in the video directory, the SVDRP... | Klaus Schmidinger |
2017-05-31 | Fixed a possible crash in case the SVDRP connection to a peer VDR is terminat... | Klaus Schmidinger |
2017-05-28 | Fixed the locking sequence when dumping EPG data | Klaus Schmidinger |
2017-05-20 | Fixed handling remote timers | Klaus Schmidinger |
2017-04-22 | The SVDRP command LSTC can now list the channels with channel ids; channel nu... | Klaus Schmidinger |
2017-04-04 | Changed some leftover 'number' to 'id' in SVDRP replies | Klaus Schmidinger |
2017-04-04 | Fixed a deadlock in the SVDRP command PLAY in case there is currently a recor... | Klaus Schmidinger |
2017-04-04 | Added missing GetById() calls | Klaus Schmidinger |
2017-04-03 | Changed 'number' to 'id' in the help texts of SVDRP commands that deal with t... | Klaus Schmidinger |
2017-04-03 | Recordings now have unique ids | Klaus Schmidinger |
2016-12-08 | Using SetCurrentChannel(int ChannelNumber) instead of the deprecated SetCurre... | Klaus Schmidinger |
2016-12-08 | The SVDRP command DELC now refuses to delete the very last channel in the list | Klaus Schmidinger |
2015-09-14 | Fixed handling remote timers | Klaus Schmidinger |
2015-09-13 | Fixed moving currently recording timers between machines | Klaus Schmidinger |
2015-09-10 | Implemented full handling of remote timers | Klaus Schmidinger |
2015-09-08 | Implemented setup options for SVDRP peering | Klaus Schmidinger |
2015-09-06 | Removed extra debug output | Klaus Schmidinger |
2015-09-06 | Timers now have unique ids | Klaus Schmidinger |
2015-09-01 | Implemented strict locking of global lists | Klaus Schmidinger |
2015-05-22 | Implemented SVDRP peering | Klaus Schmidinger |
2015-04-29 | The SVDRP port now accepts multiple concurrent connections | Klaus Schmidinger |
2015-01-12 | Added a missing backslash to the help text of the SVDRP command MOVR | Klaus Schmidinger |
2013-10-21 | Changed the name of the SVDRP command RENR to MOVR | Klaus Schmidinger |
2013-10-20 | Fixed some compiler warnings with gcc-4.6.3 | Klaus Schmidinger |
2013-10-14 | Added refreshing the recording in the Recording Info/Edit menus | Klaus Schmidinger |
2013-10-10 | Added renaming and moving recordings and folders, and editing a recording's p... | Klaus Schmidinger |
2013-09-11 | Removed the code for distributing recordings over several video directories; ... | Klaus Schmidinger |
2013-02-17 | Removed trailing whitespace | Klaus Schmidinger |
2013-01-17 | The SVDRP command NEWT no longer checks whether a timer with the given data a... | Klaus Schmidinger |
2013-01-15 | The SVDRP command LSTR now knows the additional parameter "path", which can b... | Klaus Schmidinger |
2012-12-04 | The SVDRP command HITK now discards any keys if the remote control is current... | Klaus Schmidinger |
2012-12-03 | Fixed some spellings in osd.h and svdrp.c | Klaus Schmidinger |
2012-05-12 | The new member function cSkinDisplayReplay::SetRecording() allows a skin to d... | Klaus Schmidinger |
2012-05-08 | Renamed the function cString::sprintf(const char *fmt, va_list &ap) to vsprin... | Klaus Schmidinger |