Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-02-01 | debugserver: Return success when a receive timed out but actualy bytes have ↵ | Nikias Bassen | 1 | -1/+1 | |
been read | |||||
2020-09-10 | debugserver: Fix service startup for iOS 14b4+ | Nikias Bassen | 1 | -2/+9 | |
2020-02-20 | debugserver: Fix argv encoding | Shane Garrett | 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 | Nikias Bassen | 1 | -1/+1 | |
2020-02-20 | debugserver: Proxy SERVICE_E_TIMEOUT into DEBUGSERVER_E_TIMEOUT | Demyan Kimitsa | 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 ↵ | Demyan Kimitsa | 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 | Nikias Bassen | 1 | -9/+10 | |
2019-11-13 | debugserver: Improved memory handling in debugserver_client_send_command() ↵ | Nikias Bassen | 1 | -23/+24 | |
and debugserver_client_receive_response() | |||||
2019-06-14 | debugserver: Fix for iOS 13 | Nikias Bassen | 1 | -0/+1 | |
2015-01-28 | Remove trailing whitespace errors from all files | Martin Szulecki | 1 | -4/+4 | |
2015-01-27 | debugserver: Make debugserver_client_set_ack_mode() public | Martin Szulecki | 1 | -1/+1 | |
2014-12-09 | debugserver: Return enum error type instead of int for type consistency | Martin Szulecki | 1 | -1/+1 | |
2014-12-09 | debugserver: Remove const argv requirement for creating commands | Martin Szulecki | 1 | -2/+5 | |
2014-10-09 | debugserver: Fix wrong service_error_t return type in debugserver_client_send() | Martin Szulecki | 1 | -1/+1 | |
2014-10-03 | debugserver: Fix compiler warning about missing braces | Martin Szulecki | 1 | -2/+4 | |
2014-10-03 | Avoid exporting non-public symbols | Martin Szulecki | 1 | -14/+14 | |
2014-09-19 | Add protocol implementation for debugserver service | Martin Szulecki | 1 | -0/+620 | |