Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | ||