implemented protocol version 74 (no functional changes) |
|
More...
|
almost 13 years ago
|
implemented protocol version 74 (no functional changes) |
|
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 |
|
More...
|
almost 13 years ago
|
switched to a string builder over concatenation for efficiency |
|
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) |
|
More...
|
almost 13 years ago
|
set the message timeout for protocol tests based on the loaded configuration |
|
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 |
|
More...
|
almost 13 years ago
|
reverted complicated solution to keeping empty messages and used String.split properly |
|
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 |
|
More...
|
almost 13 years ago
|
switched to a string builder over concatenation for efficiency |
|
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) |
|
More...
|
almost 13 years ago
|
set the message timeout for protocol tests based on the loaded configuration |
|
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 |
|
More...
|
almost 13 years ago
|
reverted complicated solution to keeping empty messages and used String.split properly |
|
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 |
|
More...
|
almost 13 years ago
|
re-factored logger to a static constant |
|
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 |
|
More...
|
almost 13 years ago
|
re-factored logger to a static constant |
|
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) |
|
More...
|
almost 13 years ago
|
fixes https://bugs.launchpad.net/libmythtv-java/+bug/995756 |
|
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) |
|
More...
|
almost 13 years ago
|
fixes https://bugs.launchpad.net/libmythtv-java/+bug/995756 |
|
More...
|
almost 13 years ago
|
implemented protocol version 73 |
|
More...
|
almost 13 years ago
|
implemented protocol version 73 |
|
More...
|
almost 13 years ago
|
removed unused method |
|
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) |
|
More...
|
almost 13 years ago
|
renamed the example module to apps and revamped the associated site with usage examples for each app |
|
More...
|
almost 13 years ago
|
removed unused method |
|
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) |
|
More...
|
almost 13 years ago
|
renamed the example module to apps and revamped the associated site with usage examples for each app |
|
More...
|
almost 13 years ago
|