summaryrefslogtreecommitdiffstats
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2023-12-30tools: Add afcclient utilityGravatar Nikias Bassen1-0/+76
2023-12-22idevicesyslog: Allow writing output to a file with command line optionGravatar Nikias Bassen1-1/+8
2023-12-12Fix idevicebackup2 man pageGravatar Nikias Bassen1-1/+1
Thanks to @SCOTT-HAMILTON for pointing this out.
2022-12-10tools: Add idevicedevmodectl toolGravatar Nikias Bassen2-0/+59
2022-07-03idevicedebugserverproxy: Add support for 'qLaunchGDBServer' command of lldbGravatar Ruipu Ma1-0/+3
2022-05-05idevicebtlogger: Fix typo in man page and code commentGravatar Nikias Bassen1-1/+2
2022-05-05idevicebtlogger: add --format option for 'pcap' and 'packetlogger'Gravatar Matthias Ringwald1-1/+13
2022-05-05idevicebtlogger: Add basic man pageGravatar Geoffrey Kruse2-0/+48
2022-04-30tools: Use getopt for option parsing in all toolsGravatar Nikias Bassen2-2/+2
2022-04-22idevicebackup2: Allow passing backup password via environment variableGravatar Nikias Bassen1-3/+15
2022-03-29idevicecrashreport: Allow filtering crash reports by filenameGravatar Vyacheslav Frolov1-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.
2022-03-29idevicedebugserverproxy: Allow binding to any available portGravatar Elias Naur1-1/+2
To eliminate crosstalk between multiple proxies and their clients, add support for binding to any free port provided by the OS to idevicedebugserverproxy. To bind to any port, leave out the port argument to idevicedebugserverproxy. In that case, the proxy will print out a line with the port so clients can connect to it. This is useful for a CI macOS host with multiple iDevices connected, and where many independent tests each want their own proxy instance connected to a particular device.
2022-02-09Add support for wireless pairingGravatar Nikias Bassen1-1/+25
2020-12-10docs: Improve --quiet command line switch description in idevicesyslog man pageGravatar Nikias Bassen1-1/+1
Thanks to @corsac-s for pointing this out.
2020-07-30docs: Add PROJECT_LOGO for documentationGravatar Martin Szulecki1-0/+1
2020-07-30docs: Add favicon for generated documentationGravatar Martin Szulecki1-0/+0
2020-07-30docs: Add missing CSS file for new documentation styleGravatar Martin Szulecki1-0/+1722
2020-07-30docs: Add HTML templates for header/footer and layout config for documentationGravatar Martin Szulecki3-0/+299
2020-07-30docs: Add custom stylesheet for a modern responsive documentation styleGravatar Martin Szulecki3-0/+0
2020-06-10Update idevicebackup2 man page with all current command line switchesGravatar Nikias Bassen1-1/+13
2020-06-08Unfold automake variables into multiple lines for maintainabilityGravatar Martin Szulecki1-1/+19
2020-06-06docs: Add missing "--simple" option to ideviceinfo man pageGravatar Martin Szulecki1-1/+4
2020-06-05idevice_id: Update usage and man page, and list all devices when run without ↵Gravatar Nikias Bassen1-30/+16
options
2020-06-05docs: Update man pages with new command line switchesGravatar Nikias Bassen18-42/+137
2020-06-04Update project URLs in all man pagesGravatar Martin Szulecki18-19/+53
2020-05-28idevicesyslog: Add command line switch --no-colors to disable colored outputGravatar Nikias Bassen1-0/+3
2020-04-27idevicesyslog: Add color support and filtering optionsGravatar Nikias Bassen1-9/+95
2020-03-30Add idevicesetlocation toolGravatar Nikias Bassen2-1/+34
2019-06-23Fix other typos in idevicediagnostics manpageGravatar Yves-Alexis Perez1-1/+1
2019-06-23Replace all occurrences of seperated by separatedGravatar Yves-Alexis Perez1-1/+1
Both in idevicediagnostics man page and in an error message
2018-10-01tools: Remove length check on device UDID arguments to support newer devicesGravatar Nikias Bassen17-17/+17
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-27docs: Add link to project homepageGravatar Martin Szulecki17-0/+51
2015-01-12Add new "idevicenotificationproxy" tool to post or observe notificationsGravatar Martin Szulecki2-1/+34
2014-09-19Add new "idevicedebug" tool to interact with debugserver on a deviceGravatar Martin Szulecki2-1/+35
2014-05-21docs: Updated ideviceprovision manpageGravatar Nikias Bassen1-0/+6
2014-03-27docs: Update idevicename man page to match current usageGravatar Martin Szulecki1-2/+4
2014-03-21idevicepair: Synchronize usage between tool output and man pageGravatar Martin Szulecki1-8/+13
2014-03-12docs: Update man page for idevicescreenshot due new FILE argumentGravatar Martin Szulecki1-2/+6
2014-03-10docs: Add man page for idevicename utilityGravatar Nikias Bassen2-1/+29
2014-03-04docs: Add man page for idevicecrashreport utilityGravatar Martin Szulecki2-1/+37
2013-03-19docs: Update manpage for idevicebackup2Gravatar Martin Szulecki1-3/+17
2012-10-21Add manpages for new toolsGravatar Martin Szulecki4-1/+127
2012-04-07Update manpages of tools to use "device" instead of naming specific modelsGravatar Martin Szulecki10-17/+17
2012-03-22Mass replace UUID by UDID, which is the correct term for itGravatar Martin Szulecki10-22/+22
2011-04-28idevicebackup2: Update man page and usage to reflect latest statusGravatar Martin Szulecki1-1/+19
2011-04-26idevicebackup2: Add manpage for toolGravatar Martin Szulecki2-1/+41
2011-03-27Add manpage for idevicedateGravatar Martin Szulecki2-1/+31
2010-12-28Add manpages for ideviceenterrecovery and idevicepairGravatar Martin Szulecki3-1/+67
Thanks to Julien Lavergne for contributing.
2010-03-20Fix make distcheck not workingGravatar Martin Szulecki1-0/+2
2010-03-14Add missing makefile to make sure man pages are installedGravatar Martin Szulecki1-0/+3