summaryrefslogtreecommitdiff
path: root/tools/idevicecrashreport.c
Commit message (Expand)AuthorAgeFilesLines
* Updated to use latest libplist API changesNikias Bassen2023-04-211-1/+1
* [clang-tidy] Do not use else after returnRosen Penev2022-04-301-3/+3
* tools: Use getopt for option parsing in all toolsNikias Bassen2022-04-301-68/+74
* idevicecrashreport: Allow filtering crash reports by filenameVyacheslav Frolov2022-03-291-3/+18
* tools: Print meaningful error messages when service startup failsNikias Bassen2022-02-041-2/+7
* Remove common code in favor of new libimobiledevice-glueNikias Bassen2021-09-011-1/+1
* tools/idevicecrashreport: Fix illegal filenames on Windowszecops-team2021-05-251-0/+8
* tools: Unify --network command line switch and add it where missingNikias Bassen2020-06-051-3/+9
* tools: Add --version command line switchNikias Bassen2020-06-051-2/+9
* Unify usage output in all tools and add bugreport URLMartin Szulecki2020-06-041-2/+6
* tools: Ignore SIGPIPE wherever possibleNikias Bassen2019-09-281-0/+6
* Fix service startup in idevicecrashreport for iOS 13Nikias Bassen2019-07-121-17/+17
* idevicecrashreport: zero-fill full struct stat structure instead of just the ...Nikias Bassen2019-06-251-1/+1
* Timeout support for SSL connections and better timeout handeling.DanyL2019-06-131-1/+1
* tools: Remove length check on device UDID arguments to support newer devicesNikias Bassen2018-10-011-2/+2
* tools: idevicecrashreport: Fix missing 0-term when creating local filenameNikias Bassen2015-12-221-1/+3
* tools: idevicecrashreport: Propertly initialize buffer used to check for ping...Nikias Bassen2015-12-181-0/+1
* tools: Fix inverted abort condition in idevicecrashreportNikias Bassen2015-12-181-1/+1
* tools: Use PACKAGE_URL define for homepage project links in usage outputMartin Szulecki2015-10-061-1/+5
* Remove trailing whitespace errors from all filesMartin Szulecki2015-01-281-3/+3
* tools: Add link to project homepage on usage outputMartin Szulecki2015-01-271-0/+1
* idevicecrashreport: Enable build for win32Nikias Bassen2015-01-271-0/+5
* tools: Make sure to print an error when lockdown connection failsNikias Bassen2014-10-111-0/+1
* idevicecrashreport: Silence compiler warning about ignored return value from ...Nikias Bassen2014-08-021-1/+3
* Add new "idevicecrashreport" tool to retrieve crash reports/logs from a deviceMartin Szulecki2014-03-041-0/+456