aboutsummaryrefslogtreecommitdiff
path: root/lib/cmyth/libcmyth
AgeCommit message (Expand)Author
2015-03-12[mythtv] remove internal mythtv supportMatthias Kortstiege
2012-07-09[libcmyth] Rename proginfo_prodyear to proginfo_year and change type to match...David Teirney
2012-07-09Change protocol version in token map to be unsigned int as it can never be ne...David Teirney
2012-07-09[libcmyth] Pull across upstream changes to cmyth_get_bookmark_offset.David Teirney
2012-07-09[libcmyth] Pull across changes for cmyth_get_bookmark_mark from upstream.David Teirney
2012-07-09[libcmyth] Cosmetic: pull across MVP -> CMYTH naming changes from upstream fo...David Teirney
2012-07-09[libcmyth] Convert all long long fields and methods to int64.David Teirney
2012-06-30[libcmyth] Pull across upstream changes to handle compiling with the Microsof...David Teirney
2012-06-20[libcmyth] Fix spelling of cmyth_mythtv_remove_previous_recorded.David Teirney
2012-06-20[libcmyth] Added cmyth_tuner_type_check function from upstream.David Teirney
2012-06-20[libcmyth] Add cmyth_update_bookmark_setting method from upstream.David Teirney
2012-06-20[libcmyth] Fix compiler warning by removing unused variable.David Teirney
2012-06-20[libcmyth] Rename occurences of mvp in debug.c/.h to cmyth to match upstream.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-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