Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-04-22 | [clang-tidy] add parentheses to macros | 1 | -4/+4 | ||
Found with bugprone-macro-parentheses Signed-off-by: Rosen Penev <rosenp@gmail.com> | |||||
2022-03-29 | Remove buggy and redundant debug output | 1 | -2/+0 | ||
2022-03-29 | Handle connection failures in debugserver_client_receive_response; also ↵ | 1 | -92/+85 | ||
simplify the code | |||||
2022-03-29 | Format | 1 | -6/+7 | ||
2022-03-29 | Fix compile | 1 | -1/+1 | ||
2022-03-29 | Add timeout and interrupt handling to debugserver. Fix ↵ | 1 | -3/+22 | ||
debugserver_client_handle_response | |||||
2022-03-29 | debugserver: Check return value of asprintf to eliminate compiler warnings | 1 | -6/+14 | ||
2021-09-01 | Remove common code in favor of new libimobiledevice-glue | 1 | -1/+2 | ||
2021-02-01 | debugserver: Return success when a receive timed out but actualy bytes have ↵ | 1 | -1/+1 | ||
been read | |||||
2020-09-10 | debugserver: Fix service startup for iOS 14b4+ | 1 | -2/+9 | ||
2020-02-20 | debugserver: Fix argv encoding | 1 | -2/+2 | ||
The encoding of the "A" command in idevicedebug had issues when encoding a character with a value > 0x7F such as some UTF-8 characters. | |||||
2020-02-20 | debugserver: Fix whitespace error | 1 | -1/+1 | ||
2020-02-20 | debugserver: Proxy SERVICE_E_TIMEOUT into DEBUGSERVER_E_TIMEOUT | 1 | -0/+2 | ||
This allows proper handling the timeout case in debugserver_client_receive_with_timeout | |||||
2020-02-20 | introduces optional `idevice_connection_disable_ssl` with ability not to ↵ | 1 | -1/+1 | ||
send SSL shutdown message. As in debugserver this message will be considered as GDB server communication and break things | |||||
2019-11-20 | debugserver: Return size of the returned buffer | 1 | -9/+10 | ||
2019-11-13 | debugserver: Improved memory handling in debugserver_client_send_command() ↵ | 1 | -23/+24 | ||
and debugserver_client_receive_response() | |||||
2019-06-14 | debugserver: Fix for iOS 13 | 1 | -0/+1 | ||
2015-01-28 | Remove trailing whitespace errors from all files | 1 | -4/+4 | ||
2015-01-27 | debugserver: Make debugserver_client_set_ack_mode() public | 1 | -1/+1 | ||
2014-12-09 | debugserver: Return enum error type instead of int for type consistency | 1 | -1/+1 | ||
2014-12-09 | debugserver: Remove const argv requirement for creating commands | 1 | -2/+5 | ||
2014-10-09 | debugserver: Fix wrong service_error_t return type in debugserver_client_send() | 1 | -1/+1 | ||
2014-10-03 | debugserver: Fix compiler warning about missing braces | 1 | -2/+4 | ||
2014-10-03 | Avoid exporting non-public symbols | 1 | -14/+14 | ||
2014-09-19 | Add protocol implementation for debugserver service | 1 | -0/+620 | ||