Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-04-30 | tools: Use getopt for option parsing in all tools | Nikias Bassen | 1 | -20/+19 | |
2022-04-24 | idevicedebug: Fix bad comparison between pointer and integer | Nikias Bassen | 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 | Rosen Penev | 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 | Nikias Bassen | 1 | -2/+25 | |
2022-04-02 | idevicedebug: Improve code readability and fix kill on stop | Nikias Bassen | 1 | -190/+200 | |
2022-03-29 | idevicedebug: Use getopt for option parsing | Nikias Bassen | 1 | -67/+89 | |
2022-03-29 | idevicedebug: Use log_debug instead of debug_info | Nikias Bassen | 1 | -1/+1 | |
2022-03-29 | Reset receive params before killing | Ben Wagner | 1 | -0/+5 | |
2022-03-29 | Format | Ben Wagner | 1 | -22/+28 | |
2022-03-29 | More fixes | Ben Wagner | 1 | -4/+8 | |
2022-03-29 | Handle abort | Ben Wagner | 1 | -1/+9 | |
2022-03-29 | Fix compile | Ben Wagner | 1 | -1/+1 | |
2022-03-29 | Add timeout and interrupt handling to debugserver. Fix ↵ | Ben Wagner | 1 | -66/+34 | |
debugserver_client_handle_response | |||||
2022-03-29 | Fix exit status logic | Ben Wagner | 1 | -8/+4 | |
2022-03-29 | implement as documented | Ben Wagner | 1 | -17/+18 | |
2022-03-29 | fix zero status | Ben Wagner | 1 | -12/+14 | |
2022-03-29 | idevicedebug: Process "Wxx" response as "exited with code xx" | Ben Wagner | 1 | -1/+1 | |
2022-03-29 | idevicedebug: Process "Wxx" response as "exited with code xx" | Ben Wagner | 1 | -12/+32 | |
2022-03-29 | idevicedebug: Terminate QSetLogging command | Shane Garrett | 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 ↵ | Greg Dennis | 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 | Greg Dennis | 1 | -1/+7 | |
2022-03-29 | tools: Correct misspelled directionary -> dictionary in function name | Nikias Bassen | 1 | -2/+2 | |
2020-12-10 | idevicedebug: Add --detach option to start an app and exit idevicedebug ↵ | Jan Peter Stotz | 1 | -0/+16 | |
without killing the app | |||||
2020-06-05 | tools: Unify --network command line switch and add it where missing | Nikias Bassen | 1 | -3/+8 | |
2020-06-05 | tools: Add --version command line switch | Nikias Bassen | 1 | -3/+10 | |
2020-06-04 | Unify usage output in all tools and add bugreport URL | Martin Szulecki | 1 | -4/+7 | |
2020-02-20 | idevicedebug: Rename name-colliding debug_info() to log_debug() | Nikias Bassen | 1 | -23/+26 | |
2019-11-20 | debugserver: Return size of the returned buffer | Nikias Bassen | 1 | -10/+10 | |
2018-10-01 | tools: Remove length check on device UDID arguments to support newer devices | Nikias Bassen | 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 | Matthias Ringwald | 1 | -10/+8 | |
2015-10-06 | tools: Use PACKAGE_URL define for homepage project links in usage output | Martin Szulecki | 1 | -1/+5 | |
2015-01-27 | tools: Add link to project homepage on usage output | Martin Szulecki | 1 | -0/+1 | |
2015-01-27 | idevicedebug: Use more efficient instproxy_lookup instead of browsing all apps | Martin Szulecki | 1 | -20/+8 | |
2015-01-27 | idevicedebug: Use new return attributes helper | Martin Szulecki | 1 | -7/+1 | |
2014-12-09 | idevicedebug: Fix memory leak and compiler warnings regarding command creation | Martin Szulecki | 1 | -2/+6 | |
2014-10-15 | idevicedebug: Fix invalid write due to out of bounds access1.1.7 | Martin Szulecki | 1 | -1/+1 | |
2014-10-14 | idevicedebug: Fix broken logic when creating app arguments | Martin Szulecki | 1 | -3/+3 | |
2014-10-14 | idevicedebug: Fix redeclaration and incrementation of environment_index | Martin Szulecki | 1 | -4/+1 | |
2014-10-07 | idevicedebug: Fix small memory leak | Martin Szulecki | 1 | -6/+11 | |
2014-10-07 | idevicedebug: Fix error variables for type consistency | Martin Szulecki | 1 | -1/+1 | |
2014-10-03 | idevicedebug: Fix win32 build | Nikias Bassen | 1 | -0/+5 | |
2014-09-19 | Add new "idevicedebug" tool to interact with debugserver on a device | Martin Szulecki | 1 | -0/+518 | |