aboutsummaryrefslogtreecommitdiff
path: root/lib/cmyth/libcmyth/proginfo.c
AgeCommit message (Expand)Author
2012-07-09[libcmyth] Rename proginfo_prodyear to proginfo_year and change type to match...David Teirney
2012-06-30[libcmyth] Pull across upstream changes to handle compiling with the Microsof...David Teirney
2012-06-20[libcmyth] Cosmetic: change default hostname to libcmyth from mediamvp.David Teirney
2012-06-20[libcmyth] Remove redundant else statement.David Teirney
2012-06-20[libcmyth] Remove redundant else statement.David Teirney
2012-06-20[libcmyth] Fixed: release the reference to proginfo_recpriority_2 when destro...David Teirney
2012-06-19[libcmyth] Cosmetic: match upstream copyright statements and comments for met...David Teirney
2012-06-19[libcmyth] Add in the cmyth_proginfo_port method from upstream.David Teirney
2012-05-01Added support for myth protocol 67.David Teirney
2011-09-04Silence compiler warning by specifying 0 as 0L so it's treated as a long.David Teirney
2011-09-04Introduce a cmyth_proginfo_flags method to retrieve the flags associated with...David Teirney
2011-08-29Initialize all variables in the delete_command and fill_command to 0 to ensur...David Teirney
2011-08-29Added support for the ProgramInfo changes in protocol 57 for DELETE_RECORDING.David Teirney
2011-08-29Cosmetic. Match spacing between delete_command and fill_command in preparatio...David Teirney
2011-08-29Cosmetic. Move content to same line where possible. Break out multiple fields...David Teirney
2011-08-29Fix the 15th and 16th parameters for ProgramInfo, neither of which are curren...David Teirney
2011-08-29Fixed the 8th parameter for ProgramInfo to be the channel name rather than th...David Teirney
2011-08-29Rearrange the layout for outputting the recordinginfo so it's easier to compa...David Teirney
2011-08-29Remove code that masked a delete error from the MythTV backend. The real retu...David Teirney
2011-01-24Merged cptspiff's code-reshuffle branch.theuni