summaryrefslogtreecommitdiff
path: root/svdrp.c
AgeCommit message (Collapse)Author
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
--vfat (replaces the previous change to svdrp.c)
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 ↵Klaus Schmidinger
case VDR is run with --vfat
2008-01-13Enhanced the SVDRP command CLRE to allow clearing the EPG data of a ↵1.5.13Klaus Schmidinger
particular channel
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 ↵Klaus Schmidinger
the option ':groups' is given
2007-06-23Improved performance of the SVDRP commands LSTC and CHAN when used with a ↵Klaus Schmidinger
channel name
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 ↵Klaus Schmidinger
the SVDRP commands MOVC and DELC as well
2006-04-17The cRemote::CallPlugin() function now has a boolean return value that tells ↵Klaus Schmidinger
the caller whether initiating the plugin call was successful
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 ↵Klaus Schmidinger
each channel's schedule in the cChannel data
2006-01-14Fixed canonicalizing the file name in the SVDRP command GRAB to allow full ↵Klaus Schmidinger
path names
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 ↵Klaus Schmidinger
connection (encoded in base64)
2005-12-29cDevice::GrabImage() now returns a pointer to the image in memory; ↵Klaus Schmidinger
cDevice::GrabImageFile() grabs the image to a file
2005-12-29The SVDRP command GRAB now determines the image type from the extension of ↵Klaus Schmidinger
the given file name
2005-11-27Implemented message queueing1.3.37Klaus Schmidinger
2005-11-05cSVDRP now dynamically allocates its command bufferKlaus Schmidinger
2005-09-25The list of recordings is now read in a separate threadKlaus Schmidinger
2005-09-18The SVDRP command DELR no longer triggers a complete reload of the global ↵Klaus Schmidinger
Recordings list, but rather deletes that particular entry
2005-09-03Implemented the SVDRP command MOVCKlaus Schmidinger
2005-09-03The SVDRP command PLUG now has a new option 'main'Klaus Schmidinger
2005-09-03Added missing help for the 'help' keyword in the SVDRP command PLUGKlaus Schmidinger
2005-08-28Implemented SVDRP command EDIT1.3.31Klaus Schmidinger
2005-08-28The new SVDRP command PLAY can be used to start replaying a recordingKlaus Schmidinger
2005-08-27Implemented SVDRP command for pluginsKlaus Schmidinger
2005-08-07Fixed a memory leak in the SVDRP command LSTE; fixed a typo in LSTE's help1.3.28Klaus Schmidinger
2005-07-31Now checking whether timers or channels are currently being edited via the ↵Klaus Schmidinger
menu before making changes through SVDRP
2005-05-26The SVDRP command DELR no longer deletes recordings that are currently being ↵Klaus Schmidinger
written to by a timer
2005-05-16Switched from 'summary.vdr' to 'info.vdr'Klaus Schmidinger
2005-05-06Automatically deleting duplicate channels when reading channels.confKlaus Schmidinger
2005-03-20All log entries regarding timers now contain a short description of the timer1.3.23Klaus Schmidinger
2005-03-20Some fixes to avoid compiler warnings in gcc 4.0Klaus Schmidinger
2004-12-26Made several functions threadsafe (cont'd)Klaus Schmidinger
2004-12-19Made several functions threadsafeKlaus Schmidinger
2004-10-31Making sure that timers and channels are only saved togetherKlaus Schmidinger
2004-10-17Now only saving channels.conf after a modification made by the userKlaus Schmidinger
2004-06-13The list of recordings is now kept statically in memoryKlaus Schmidinger
2004-03-25Fixed the help for LSTE and LSTRKlaus Schmidinger
2004-02-29Implemented VPS controlled timers1.3.5Klaus Schmidinger