Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-03-29 | idevicecrashreport: Allow filtering crash reports by filename | 1 | -0/+3 | ||
Allows to filter crash reports by filename and copy only matching crash reports. $ idevicecrashreport -u 00008020-001234 --filter MyApplication crash_reports Move: /MyApplication-2019-07-29-164320.ips This allows significantly improve speed of collecting only required crash reports. | |||||
2020-06-05 | docs: Update man pages with new command line switches | 1 | -3/+9 | ||
2020-06-04 | Update project URLs in all man pages | 1 | -1/+3 | ||
2018-10-01 | tools: Remove length check on device UDID arguments to support newer devices | 1 | -1/+1 | ||
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 ""). | |||||
2015-01-27 | docs: Add link to project homepage | 1 | -0/+3 | ||
2014-03-04 | docs: Add man page for idevicecrashreport utility | 1 | -0/+36 | ||