Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-12-22 | tools: idevicecrashreport: Fix missing 0-term when creating local filename | Nikias Bassen | 1 | -1/+3 | |
When a .synced file is encountered, the .synced should be stripped off the local filename. However the strncpy doesn't 0-terminate the string by itself so the output filename usually contains some garbage characters at the end. This commit properly 0-terminates the local filename to avoid this. | |||||
2015-12-18 | tools: idevicecrashreport: Propertly initialize buffer used to check for ↵ | Nikias Bassen | 1 | -0/+1 | |
ping message | |||||
2015-12-18 | tools: Fix inverted abort condition in idevicecrashreport | Nikias Bassen | 1 | -1/+1 | |
This bug caused it to never wait for the 'ping' message from the crashreportmover service | |||||
2015-10-06 | tools: Use PACKAGE_URL define for homepage project links in usage output | Martin Szulecki | 1 | -1/+5 | |
2015-01-28 | Remove trailing whitespace errors from all files | Martin Szulecki | 1 | -3/+3 | |
2015-01-27 | tools: Add link to project homepage on usage output | Martin Szulecki | 1 | -0/+1 | |
2015-01-27 | idevicecrashreport: Enable build for win32 | Nikias Bassen | 1 | -0/+5 | |
2014-10-11 | tools: Make sure to print an error when lockdown connection fails | Nikias Bassen | 1 | -0/+1 | |
2014-08-02 | idevicecrashreport: Silence compiler warning about ignored return value from ↵ | Nikias Bassen | 1 | -1/+3 | |
symlink() | |||||
2014-03-04 | Add new "idevicecrashreport" tool to retrieve crash reports/logs from a device | Martin Szulecki | 1 | -0/+456 | |