summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* tools: Add idevicedevmodectl toolNikias Bassen2022-12-102-0/+59
|
* idevicedebugserverproxy: Add support for 'qLaunchGDBServer' command of lldbRuipu Ma2022-07-031-0/+3
|
* idevicebtlogger: Fix typo in man page and code commentNikias Bassen2022-05-051-1/+2
|
* idevicebtlogger: add --format option for 'pcap' and 'packetlogger'Matthias Ringwald2022-05-051-1/+13
|
* idevicebtlogger: Add basic man pageGeoffrey Kruse2022-05-052-0/+48
|
* tools: Use getopt for option parsing in all toolsNikias Bassen2022-04-302-2/+2
|
* idevicebackup2: Allow passing backup password via environment variableNikias Bassen2022-04-221-3/+15
|
* idevicecrashreport: Allow filtering crash reports by filenameVyacheslav Frolov2022-03-291-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.
* idevicedebugserverproxy: Allow binding to any available portElias Naur2022-03-291-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.
* Add support for wireless pairingNikias Bassen2022-02-091-1/+25
|
* docs: Improve --quiet command line switch description in idevicesyslog man pageNikias Bassen2020-12-101-1/+1
| | | | Thanks to @corsac-s for pointing this out.
* docs: Add PROJECT_LOGO for documentationMartin Szulecki2020-07-301-0/+1
|
* docs: Add favicon for generated documentationMartin Szulecki2020-07-301-0/+0
|
* docs: Add missing CSS file for new documentation styleMartin Szulecki2020-07-301-0/+1722
|
* docs: Add HTML templates for header/footer and layout config for documentationMartin Szulecki2020-07-303-0/+299
|
* docs: Add custom stylesheet for a modern responsive documentation styleMartin Szulecki2020-07-303-0/+0
|
* Update idevicebackup2 man page with all current command line switchesNikias Bassen2020-06-101-1/+13
|
* Unfold automake variables into multiple lines for maintainabilityMartin Szulecki2020-06-081-1/+19
|
* docs: Add missing "--simple" option to ideviceinfo man pageMartin Szulecki2020-06-061-1/+4
|
* idevice_id: Update usage and man page, and list all devices when run without ↵Nikias Bassen2020-06-051-30/+16
| | | | options
* docs: Update man pages with new command line switchesNikias Bassen2020-06-0518-42/+137
|
* Update project URLs in all man pagesMartin Szulecki2020-06-0418-19/+53
|
* idevicesyslog: Add command line switch --no-colors to disable colored outputNikias Bassen2020-05-281-0/+3
|
* idevicesyslog: Add color support and filtering optionsNikias Bassen2020-04-271-9/+95
|
* Add idevicesetlocation toolNikias Bassen2020-03-302-1/+34
|
* Fix other typos in idevicediagnostics manpageYves-Alexis Perez2019-06-231-1/+1
|
* Replace all occurrences of seperated by separatedYves-Alexis Perez2019-06-231-1/+1
| | | | Both in idevicediagnostics man page and in an error message
* tools: Remove length check on device UDID arguments to support newer devicesNikias Bassen2018-10-0117-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 "").
* docs: Add link to project homepageMartin Szulecki2015-01-2717-0/+51
|
* Add new "idevicenotificationproxy" tool to post or observe notificationsMartin Szulecki2015-01-122-1/+34
|
* Add new "idevicedebug" tool to interact with debugserver on a deviceMartin Szulecki2014-09-192-1/+35
|
* docs: Updated ideviceprovision manpageNikias Bassen2014-05-211-0/+6
|
* docs: Update idevicename man page to match current usageMartin Szulecki2014-03-271-2/+4
|
* idevicepair: Synchronize usage between tool output and man pageMartin Szulecki2014-03-211-8/+13
|
* docs: Update man page for idevicescreenshot due new FILE argumentMartin Szulecki2014-03-121-2/+6
|
* docs: Add man page for idevicename utilityNikias Bassen2014-03-102-1/+29
|
* docs: Add man page for idevicecrashreport utilityMartin Szulecki2014-03-042-1/+37
|
* docs: Update manpage for idevicebackup2Martin Szulecki2013-03-191-3/+17
|
* Add manpages for new toolsMartin Szulecki2012-10-214-1/+127
|
* Update manpages of tools to use "device" instead of naming specific modelsMartin Szulecki2012-04-0710-17/+17
|
* Mass replace UUID by UDID, which is the correct term for itMartin Szulecki2012-03-2210-22/+22
|
* idevicebackup2: Update man page and usage to reflect latest statusMartin Szulecki2011-04-281-1/+19
|
* idevicebackup2: Add manpage for toolMartin Szulecki2011-04-262-1/+41
|
* Add manpage for idevicedateMartin Szulecki2011-03-272-1/+31
|
* Add manpages for ideviceenterrecovery and idevicepairMartin Szulecki2010-12-283-1/+67
| | | | Thanks to Julien Lavergne for contributing.
* Fix make distcheck not workingMartin Szulecki2010-03-201-0/+2
|
* Add missing makefile to make sure man pages are installedMartin Szulecki2010-03-141-0/+3
|
* Add man pages for toolsMartin Szulecki2010-03-136-0/+216