aboutsummaryrefslogtreecommitdiff
path: root/lib/cmyth
AgeCommit message (Expand)Author
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-20[libcmyth] Cosmetic: match upstream ENUM declaration with comma after last en...David Teirney
2012-06-20[libcmyth] Match upstream logging statements.David Teirney
2012-06-20[libcmyth] Fix compiler warnings, which identified a few bugs.David Teirney
2012-06-20[libcmyth] Add logging statement from upstream in commbreak.cDavid Teirney
2012-06-20[libcmyth] Fix compiler warnings.David Teirney
2012-06-19[libcmyth] Cosmetic: match upstream copyright statements and comments for met...David Teirney
2012-06-19[libcmyth] Fix compiler warning.David Teirney
2012-06-19[libcmyth] Add upstream logging if there are leftover bytes in cmyth_conn_con...David Teirney
2012-06-19[libcmyth] Match upstream setting of default value for the timeval for wider ...David Teirney
2012-06-19[libcmyth] Cosmetic: move location of cmyth_conn_get_setting in file to match...David Teirney
2012-06-19[libcmyth] Add in the cmyth_proginfo_port method from upstream.David Teirney
2012-06-19Fix so that the mysql result is free'ed.David Teirney
2012-06-19Fix so that the IP address mapping from the backend is correctly identified a...David Teirney
2012-06-19Remove printf statements from recorder.cDavid Teirney
2012-06-19Remove printf statements from mythtv_mysql.cDavid Teirney
2012-06-19Remove printf statements in livetv.cDavid Teirney
2012-06-19Remove unused variable.David Teirney
2012-05-11[cmyth] Fix memory corruption caused by incorrect size allocation for ANN Fil...David Teirney
2012-05-06Explicitly set the write mode to be false for ANN FileTransfer.David Teirney
2012-05-01Added support for myth protocol 73David Teirney
2012-05-01Added support for myth protocol 72 (Myth 0.25)David Teirney
2012-05-01Added support for myth protocol 71.David Teirney
2012-05-01Added support for myth protocol 70.David Teirney
2012-05-01Added support for myth protocol 69.David Teirney
2012-05-01Added support for myth protocol 68.David Teirney
2012-05-01Added support for myth protocol 67.David Teirney
2012-05-01Add support for myth protocol 66.David Teirney
2012-04-16Add support for myth protocol 65.David Teirney
2012-01-04Merge pull request #605 from dteirney/libcmythDavid Teirney
2012-01-04Fixed overflow error with long long being cast to a long resulting in a negat...David Teirney
2011-10-22libcmyth bug fix:Tonny Petersen
2011-09-19[WIN32] fixed some warnings. ETIMEDOUT and ECANCELED already defined.WiSo
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-09-04Update one of the other Microsoft Visual Studio files to remove an include lo...David Teirney
2011-09-03[WIN32] removed win32 include path from cmyth (thanks dTeirney)WiSo
2011-09-03[WIN32] copied inttypes.h to cmyth/win32/include to keep the lib separated (h...WiSo
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-08-08Change logging for invalid response for the length from DEBUG to WARN.David Teirney