Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-04-30 | tools: Use getopt for option parsing in all tools | 1 | -20/+19 | ||
2022-04-24 | idevicedebug: Fix bad comparison between pointer and integer | 1 | -8/+8 | ||
This was introduced with commit c461e6d76b27b11284dda66316263696d5266764 where I manually merged some changes and for some reason used NULL instead of 0 as a comparison of str*cmp. | |||||
2022-04-22 | [clang-tidy] Fix bugprone string compare | 1 | -8/+8 | ||
Found with bugprone-suspicious-string-compare Signed-off-by: Rosen Penev <rosenp@gmail.com> | |||||
2022-04-02 | idevicedebug: Add 'kill' command to kill a (debuggable) app by bundle ID | 1 | -2/+25 | ||
2022-04-02 | idevicedebug: Improve code readability and fix kill on stop | 1 | -190/+200 | ||
2022-03-29 | idevicedebug: Use getopt for option parsing | 1 | -67/+89 | ||
2022-03-29 | idevicedebug: Use log_debug instead of debug_info | 1 | -1/+1 | ||
2022-03-29 | Reset receive params before killing | 1 | -0/+5 | ||
2022-03-29 | Format | 1 | -22/+28 | ||
2022-03-29 | More fixes | 1 | -4/+8 | ||
2022-03-29 | Handle abort | 1 | -1/+9 | ||
2022-03-29 | Fix compile | 1 | -1/+1 | ||
2022-03-29 | Add timeout and interrupt handling to debugserver. Fix ↵ | 1 | -66/+34 | ||
debugserver_client_handle_response | |||||
2022-03-29 | Fix exit status logic | 1 | -8/+4 | ||
2022-03-29 | implement as documented | 1 | -17/+18 | ||
2022-03-29 | fix zero status | 1 | -12/+14 | ||
2022-03-29 | idevicedebug: Process "Wxx" response as "exited with code xx" | 1 | -1/+1 | ||
2022-03-29 | idevicedebug: Process "Wxx" response as "exited with code xx" | 1 | -12/+32 | ||
2022-03-29 | idevicedebug: Terminate QSetLogging command | 1 | -1/+1 | ||
The debugserver command to set logging, QSetLogging, needs to be terminated with a ';' for it to be processed. | |||||
2022-03-29 | idevicedebug: Only decode response if not OK, otherwise it may cause a ↵ | 1 | -1/+3 | ||
buffer overrun Only decode the response if it's not OK, otherwise the O in "OK" can be interpreted as a hexadecimal and cause a buffer overrun. | |||||
2022-03-29 | idevicedebug: Gracefully fail on invalid bundle IDs | 1 | -1/+7 | ||
2022-03-29 | tools: Correct misspelled directionary -> dictionary in function name | 1 | -2/+2 | ||
2020-12-10 | idevicedebug: Add --detach option to start an app and exit idevicedebug ↵ | 1 | -0/+16 | ||
without killing the app | |||||
2020-06-05 | tools: Unify --network command line switch and add it where missing | 1 | -3/+8 | ||
2020-06-05 | tools: Add --version command line switch | 1 | -3/+10 | ||
2020-06-04 | Unify usage output in all tools and add bugreport URL | 1 | -4/+7 | ||
2020-02-20 | idevicedebug: Rename name-colliding debug_info() to log_debug() | 1 | -23/+26 | ||
2019-11-20 | debugserver: Return size of the returned buffer | 1 | -10/+10 | ||
2018-10-01 | tools: Remove length check on device UDID arguments to support newer devices | 1 | -2/+2 | ||
The 40 characters length check on the device UDID made newer devices unusable with the libimobiledevice tools and was actually redundant since an invalid UDID will always fail to resolve. This commit removes the length check alltogether (but makes sure it is not an empty string ""). | |||||
2016-04-29 | idevicedebug: Show error if container info not found | 1 | -10/+8 | ||
2015-10-06 | tools: Use PACKAGE_URL define for homepage project links in usage output | 1 | -1/+5 | ||
2015-01-27 | tools: Add link to project homepage on usage output | 1 | -0/+1 | ||
2015-01-27 | idevicedebug: Use more efficient instproxy_lookup instead of browsing all apps | 1 | -20/+8 | ||
2015-01-27 | idevicedebug: Use new return attributes helper | 1 | -7/+1 | ||
2014-12-09 | idevicedebug: Fix memory leak and compiler warnings regarding command creation | 1 | -2/+6 | ||
2014-10-15 | idevicedebug: Fix invalid write due to out of bounds access1.1.7 | 1 | -1/+1 | ||
2014-10-14 | idevicedebug: Fix broken logic when creating app arguments | 1 | -3/+3 | ||
2014-10-14 | idevicedebug: Fix redeclaration and incrementation of environment_index | 1 | -4/+1 | ||
2014-10-07 | idevicedebug: Fix small memory leak | 1 | -6/+11 | ||
2014-10-07 | idevicedebug: Fix error variables for type consistency | 1 | -1/+1 | ||
2014-10-03 | idevicedebug: Fix win32 build | 1 | -0/+5 | ||
2014-09-19 | Add new "idevicedebug" tool to interact with debugserver on a device | 1 | -0/+518 | ||