0
I Use This!
Activity Not Available

Commits : Listings

Analyzed 8 months ago. based on code collected almost 4 years ago.
Mar 14, 2020 — Mar 14, 2021
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
implemented protocol version 74 (no functional changes)
syphr42
as Gregory Moyer
More... almost 13 years ago
implemented protocol version 74 (no functional changes)
syphr42
as Gregory Moyer
More... almost 13 years ago
fixed getResponseMaybe (which is a workaround to a bug in MythTV 0.24 that was fixed in 0.25) to correctly handle the timeout and send back an empty response to the client
syphr42
as Gregory Moyer
More... almost 13 years ago
switched to a string builder over concatenation for efficiency
syphr42
as Gregory Moyer
More... almost 13 years ago
implemented alternate form of queryLocation that takes two boolean arguments and can return more than just the current location (such as info about the full ui stack and popups)
syphr42
as Gregory Moyer
More... almost 13 years ago
set the message timeout for protocol tests based on the loaded configuration
syphr42
as Gregory Moyer
More... almost 13 years ago
passing a limit of -1 to split keeps empty messages, but it also returns the implicit empty string after the last message terminator, so this change removes that erroneous message and adds another test case to cover this condition
syphr42
as Gregory Moyer
More... almost 13 years ago
reverted complicated solution to keeping empty messages and used String.split properly
syphr42
as Gregory Moyer
More... almost 13 years ago
fixed getResponseMaybe (which is a workaround to a bug in MythTV 0.24 that was fixed in 0.25) to correctly handle the timeout and send back an empty response to the client
syphr42
as Gregory Moyer
More... almost 13 years ago
switched to a string builder over concatenation for efficiency
syphr42
as Gregory Moyer
More... almost 13 years ago
implemented alternate form of queryLocation that takes two boolean arguments and can return more than just the current location (such as info about the full ui stack and popups)
syphr42
as Gregory Moyer
More... almost 13 years ago
set the message timeout for protocol tests based on the loaded configuration
syphr42
as Gregory Moyer
More... almost 13 years ago
passing a limit of -1 to split keeps empty messages, but it also returns the implicit empty string after the last message terminator, so this change removes that erroneous message and adds another test case to cover this condition
syphr42
as Gregory Moyer
More... almost 13 years ago
reverted complicated solution to keeping empty messages and used String.split properly
syphr42
as Gregory Moyer
More... almost 13 years ago
fixed a bug in DefaultPacket when processing a response that could cause empty messages to be skipped, thereby throwing the send/receive set out of sync for all future messages on the connection
syphr42
as Gregory Moyer
More... almost 13 years ago
re-factored logger to a static constant
syphr42
as Gregory Moyer
More... almost 13 years ago
fixed a bug in DefaultPacket when processing a response that could cause empty messages to be skipped, thereby throwing the send/receive set out of sync for all future messages on the connection
syphr42
as Gregory Moyer
More... almost 13 years ago
re-factored logger to a static constant
syphr42
as Gregory Moyer
More... almost 13 years ago
typo in the previous commit, should have been a plus instead of an asterisk (looking for at least one character)
syphr42
as Gregory Moyer
More... almost 13 years ago
fixes https://bugs.launchpad.net/libmythtv-java/+bug/995756
syphr42
as Gregory Moyer
More... almost 13 years ago
typo in the previous commit, should have been a plus instead of an asterisk (looking for at least one character)
syphr42
as Gregory Moyer
More... almost 13 years ago
fixes https://bugs.launchpad.net/libmythtv-java/+bug/995756
syphr42
as Gregory Moyer
More... almost 13 years ago
implemented protocol version 73
syphr42
as Gregory Moyer
More... almost 13 years ago
implemented protocol version 73
syphr42
as Gregory Moyer
More... almost 13 years ago
removed unused method
syphr42
as Gregory Moyer
More... almost 13 years ago
added 0.26 to MythVersion now that 0.25 is officially released (currently 0.26 is just a copy of 0.25 as nothing has actually changed yet)
syphr42
as Gregory Moyer
More... almost 13 years ago
renamed the example module to apps and revamped the associated site with usage examples for each app
syphr42
as Gregory Moyer
More... almost 13 years ago
removed unused method
syphr42
as Gregory Moyer
More... almost 13 years ago
added 0.26 to MythVersion now that 0.25 is officially released (currently 0.26 is just a copy of 0.25 as nothing has actually changed yet)
syphr42
as Gregory Moyer
More... almost 13 years ago
renamed the example module to apps and revamped the associated site with usage examples for each app
syphr42
as Gregory Moyer
More... almost 13 years ago