Age | Commit 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.c | David 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-19 | Fix so that the mysql result is free'ed. | David Teirney |
2012-06-19 | Fix so that the IP address mapping from the backend is correctly identified a... | David Teirney |
2012-06-19 | Remove printf statements from recorder.c | David Teirney |
2012-06-19 | Remove printf statements from mythtv_mysql.c | David Teirney |
2012-06-19 | Remove printf statements in livetv.c | David Teirney |
2012-06-19 | Remove unused variable. | David Teirney |
2012-05-11 | [cmyth] Fix memory corruption caused by incorrect size allocation for ANN Fil... | David Teirney |
2012-05-06 | Explicitly set the write mode to be false for ANN FileTransfer. | David Teirney |
2012-05-01 | Added support for myth protocol 73 | David Teirney |
2012-05-01 | Added support for myth protocol 72 (Myth 0.25) | David Teirney |
2012-05-01 | Added support for myth protocol 71. | David Teirney |
2012-05-01 | Added support for myth protocol 70. | David Teirney |
2012-05-01 | Added support for myth protocol 69. | David Teirney |
2012-05-01 | Added support for myth protocol 68. | David Teirney |
2012-05-01 | Added support for myth protocol 67. | David Teirney |
2012-05-01 | Add support for myth protocol 66. | David Teirney |
2012-04-16 | Add support for myth protocol 65. | David Teirney |
2012-01-04 | Merge pull request #605 from dteirney/libcmyth | David Teirney |
2012-01-04 | Fixed overflow error with long long being cast to a long resulting in a negat... | David Teirney |
2011-10-22 | libcmyth bug fix: | Tonny Petersen |
2011-09-19 | [WIN32] fixed some warnings. ETIMEDOUT and ECANCELED already defined. | WiSo |
2011-09-04 | Silence compiler warning by specifying 0 as 0L so it's treated as a long. | David Teirney |
2011-09-04 | Introduce a cmyth_proginfo_flags method to retrieve the flags associated with... | David Teirney |
2011-09-04 | Update 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-29 | Initialize all variables in the delete_command and fill_command to 0 to ensur... | David Teirney |
2011-08-29 | Added support for the ProgramInfo changes in protocol 57 for DELETE_RECORDING. | David Teirney |
2011-08-29 | Cosmetic. Match spacing between delete_command and fill_command in preparatio... | David Teirney |
2011-08-29 | Cosmetic. Move content to same line where possible. Break out multiple fields... | David Teirney |
2011-08-29 | Fix the 15th and 16th parameters for ProgramInfo, neither of which are curren... | David Teirney |
2011-08-29 | Fixed the 8th parameter for ProgramInfo to be the channel name rather than th... | David Teirney |
2011-08-29 | Rearrange the layout for outputting the recordinginfo so it's easier to compa... | David Teirney |
2011-08-29 | Remove code that masked a delete error from the MythTV backend. The real retu... | David Teirney |
2011-08-08 | Change logging for invalid response for the length from DEBUG to WARN. | David Teirney |