Age | Commit message (Expand) | Author |
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 |
2012-04-26 | Fixed the SVDRP command UPDR, which didn't update the global recordings list | Klaus Schmidinger |
2012-03-04 | Fixed a possible race condition with the SVDRP commands CLRE and PUTE | Klaus Schmidinger |
2012-02-16 | Removed code stub for obsolete SVDRP command MOVT | Klaus Schmidinger |
2012-02-16 | The SVDRP command DELR now won't delete a recording that is currently being e... | Klaus Schmidinger |
2012-01-12 | Fixed the SVDRP command CLRE for a single channel in case there are events th... | Klaus Schmidinger |
2011-12-04 | Implemented the SVDRP command UPDR | Klaus Schmidinger |
2011-09-11 | The SVDRP command LSTC now also accepts channel IDs | Klaus Schmidinger |
2011-08-27 | The SVDRP command HITK now accepts multiple keys | Klaus Schmidinger |
2011-02-25 | Now checking the result of all realloc() calls | Klaus Schmidinger |
2010-01-17 | If svdrphosts.conf contains only the address of the local host, the SVDRP por... | Klaus Schmidinger |
2010-01-03 | After a CLRE command, no further EPG processing is now done for 10 seconds | Klaus Schmidinger |
2009-10-18 | Changed the project's URLs and email to tvdr.de | Klaus Schmidinger |
2009-06-06 | Modified cSVDRP::CmdGRAB() to avoid writing into const data | Klaus Schmidinger |
2009-06-06 | Added some missing 'const' keywords to avoid compilation errors with gcc 4.4 | Klaus Schmidinger |
2009-04-13 | The SVDRP command PUTE now supports reading the EPG data from a given file | Klaus Schmidinger |
2009-01-06 | The recording format is now Transport Stream | Klaus Schmidinger |
2008-05-02 | The SVDRP signon message now indicates the character encoding in use | Klaus Schmidinger |