summaryrefslogtreecommitdiff
path: root/svdrp.c
AgeCommit message (Expand)Author
2013-02-17Removed trailing whitespaceKlaus Schmidinger
2013-01-17The SVDRP command NEWT no longer checks whether a timer with the given data a...Klaus Schmidinger
2013-01-15The SVDRP command LSTR now knows the additional parameter "path", which can b...Klaus Schmidinger
2012-12-04The SVDRP command HITK now discards any keys if the remote control is current...Klaus Schmidinger
2012-12-03Fixed some spellings in osd.h and svdrp.cKlaus Schmidinger
2012-05-12The new member function cSkinDisplayReplay::SetRecording() allows a skin to d...Klaus Schmidinger
2012-05-08Renamed the function cString::sprintf(const char *fmt, va_list &ap) to vsprin...Klaus Schmidinger
2012-04-26Fixed the SVDRP command UPDR, which didn't update the global recordings listKlaus Schmidinger
2012-03-04Fixed a possible race condition with the SVDRP commands CLRE and PUTEKlaus Schmidinger
2012-02-16Removed code stub for obsolete SVDRP command MOVTKlaus Schmidinger
2012-02-16The SVDRP command DELR now won't delete a recording that is currently being e...Klaus Schmidinger
2012-01-12Fixed the SVDRP command CLRE for a single channel in case there are events th...Klaus Schmidinger
2011-12-04Implemented the SVDRP command UPDRKlaus Schmidinger
2011-09-11The SVDRP command LSTC now also accepts channel IDsKlaus Schmidinger
2011-08-27The SVDRP command HITK now accepts multiple keysKlaus Schmidinger
2011-02-25Now checking the result of all realloc() callsKlaus Schmidinger
2010-01-17If svdrphosts.conf contains only the address of the local host, the SVDRP por...Klaus Schmidinger
2010-01-03After a CLRE command, no further EPG processing is now done for 10 secondsKlaus Schmidinger
2009-10-18Changed the project's URLs and email to tvdr.deKlaus Schmidinger
2009-06-06Modified cSVDRP::CmdGRAB() to avoid writing into const dataKlaus Schmidinger
2009-06-06Added some missing 'const' keywords to avoid compilation errors with gcc 4.4Klaus Schmidinger
2009-04-13The SVDRP command PUTE now supports reading the EPG data from a given fileKlaus Schmidinger
2009-01-06The recording format is now Transport StreamKlaus Schmidinger
2008-05-02The SVDRP signon message now indicates the character encoding in useKlaus Schmidinger
2008-02-17Introduced 'operator const void * ()' in cStringKlaus Schmidinger
2008-02-15Limiting the length of the recording name in timers in case VDR is run with -...Klaus Schmidinger
2008-02-15Using cString::sprintf() instead of asprintf()Klaus Schmidinger
2008-02-10Limiting the length of the recording name in timers created via SVDRP in case...Klaus Schmidinger
2008-01-13Enhanced the SVDRP command CLRE to allow clearing the EPG data of a particula...1.5.13Klaus Schmidinger
2007-10-13Fixed a missing '-' at the next to last line of SVDRP help textsKlaus Schmidinger
2007-08-25The SVDRP command LSTC can now list the channels with group separators if the...Klaus Schmidinger
2007-06-23Improved performance of the SVDRP commands LSTC and CHAN when used with a cha...Klaus Schmidinger
2007-04-30Implemented the SVDRP command REMOKlaus Schmidinger
2006-08-12Fixed converting the port number in the "connect from..." log message of SVDRPKlaus Schmidinger
2006-08-06Modified the cSVDRP::Close() function to avoid code duplication1.4.1-3Klaus Schmidinger
2006-07-22Fixed handling client side termination of SVDRP connectionsKlaus Schmidinger
2006-06-11Reduced logging for the SVDRP GRAB command1.4.1Klaus Schmidinger
2006-06-03Applied the fixes to moving and deleting channels from version 1.4.0-2 to the...Klaus Schmidinger
2006-04-17The cRemote::CallPlugin() function now has a boolean return value that tells ...Klaus Schmidinger
2006-03-26Fixed format string handlingKlaus Schmidinger
2006-01-14The SVDRP command GRAB allows file names without extension againKlaus Schmidinger
2006-01-14Made the "What's on now/next?" menus a lot faster by storing a pointer to eac...Klaus Schmidinger
2006-01-14Fixed canonicalizing the file name in the SVDRP command GRAB to allow full pa...Klaus Schmidinger
2006-01-08The SVDRP command LSTT now accepts the new option 'id'Klaus Schmidinger
2005-12-30Changed all "illegal" to "invalid" in error messagesKlaus Schmidinger
2005-12-30New option '-g'; fixed security hole CAN-2005-0071 when grabbing to fileKlaus Schmidinger
2005-12-30The SVDRP command GRAB now optionally writes the image data to the SVDRP conn...Klaus Schmidinger
2005-12-29cDevice::GrabImage() now returns a pointer to the image in memory; cDevice::G...Klaus Schmidinger
2005-12-29The SVDRP command GRAB now determines the image type from the extension of th...Klaus Schmidinger
2005-11-27Implemented message queueing1.3.37Klaus Schmidinger