Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-12-30 | tools: Add afcclient utility | Nikias Bassen | 1 | -0/+76 | |
2023-12-22 | idevicesyslog: Allow writing output to a file with command line option | Nikias Bassen | 1 | -1/+8 | |
2023-12-12 | Fix idevicebackup2 man page | Nikias Bassen | 1 | -1/+1 | |
Thanks to @SCOTT-HAMILTON for pointing this out. | |||||
2022-12-10 | tools: Add idevicedevmodectl tool | Nikias Bassen | 2 | -0/+59 | |
2022-07-03 | idevicedebugserverproxy: Add support for 'qLaunchGDBServer' command of lldb | Ruipu Ma | 1 | -0/+3 | |
2022-05-05 | idevicebtlogger: Fix typo in man page and code comment | Nikias Bassen | 1 | -1/+2 | |
2022-05-05 | idevicebtlogger: add --format option for 'pcap' and 'packetlogger' | Matthias Ringwald | 1 | -1/+13 | |
2022-05-05 | idevicebtlogger: Add basic man page | Geoffrey Kruse | 2 | -0/+48 | |
2022-04-30 | tools: Use getopt for option parsing in all tools | Nikias Bassen | 2 | -2/+2 | |
2022-04-22 | idevicebackup2: Allow passing backup password via environment variable | Nikias Bassen | 1 | -3/+15 | |
2022-03-29 | idevicecrashreport: Allow filtering crash reports by filename | Vyacheslav Frolov | 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. | |||||
2022-03-29 | idevicedebugserverproxy: Allow binding to any available port | Elias Naur | 1 | -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-09 | Add support for wireless pairing | Nikias Bassen | 1 | -1/+25 | |
2020-12-10 | docs: Improve --quiet command line switch description in idevicesyslog man page | Nikias Bassen | 1 | -1/+1 | |
Thanks to @corsac-s for pointing this out. | |||||
2020-07-30 | docs: Add PROJECT_LOGO for documentation | Martin Szulecki | 1 | -0/+1 | |
2020-07-30 | docs: Add favicon for generated documentation | Martin Szulecki | 1 | -0/+0 | |
2020-07-30 | docs: Add missing CSS file for new documentation style | Martin Szulecki | 1 | -0/+1722 | |
2020-07-30 | docs: Add HTML templates for header/footer and layout config for documentation | Martin Szulecki | 3 | -0/+299 | |
2020-07-30 | docs: Add custom stylesheet for a modern responsive documentation style | Martin Szulecki | 3 | -0/+0 | |
2020-06-10 | Update idevicebackup2 man page with all current command line switches | Nikias Bassen | 1 | -1/+13 | |
2020-06-08 | Unfold automake variables into multiple lines for maintainability | Martin Szulecki | 1 | -1/+19 | |
2020-06-06 | docs: Add missing "--simple" option to ideviceinfo man page | Martin Szulecki | 1 | -1/+4 | |
2020-06-05 | idevice_id: Update usage and man page, and list all devices when run without ↵ | Nikias Bassen | 1 | -30/+16 | |
options | |||||
2020-06-05 | docs: Update man pages with new command line switches | Nikias Bassen | 18 | -42/+137 | |
2020-06-04 | Update project URLs in all man pages | Martin Szulecki | 18 | -19/+53 | |
2020-05-28 | idevicesyslog: Add command line switch --no-colors to disable colored output | Nikias Bassen | 1 | -0/+3 | |
2020-04-27 | idevicesyslog: Add color support and filtering options | Nikias Bassen | 1 | -9/+95 | |
2020-03-30 | Add idevicesetlocation tool | Nikias Bassen | 2 | -1/+34 | |
2019-06-23 | Fix other typos in idevicediagnostics manpage | Yves-Alexis Perez | 1 | -1/+1 | |
2019-06-23 | Replace all occurrences of seperated by separated | Yves-Alexis Perez | 1 | -1/+1 | |
Both in idevicediagnostics man page and in an error message | |||||
2018-10-01 | tools: Remove length check on device UDID arguments to support newer devices | Nikias Bassen | 17 | -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-27 | docs: Add link to project homepage | Martin Szulecki | 17 | -0/+51 | |
2015-01-12 | Add new "idevicenotificationproxy" tool to post or observe notifications | Martin Szulecki | 2 | -1/+34 | |
2014-09-19 | Add new "idevicedebug" tool to interact with debugserver on a device | Martin Szulecki | 2 | -1/+35 | |
2014-05-21 | docs: Updated ideviceprovision manpage | Nikias Bassen | 1 | -0/+6 | |
2014-03-27 | docs: Update idevicename man page to match current usage | Martin Szulecki | 1 | -2/+4 | |
2014-03-21 | idevicepair: Synchronize usage between tool output and man page | Martin Szulecki | 1 | -8/+13 | |
2014-03-12 | docs: Update man page for idevicescreenshot due new FILE argument | Martin Szulecki | 1 | -2/+6 | |
2014-03-10 | docs: Add man page for idevicename utility | Nikias Bassen | 2 | -1/+29 | |
2014-03-04 | docs: Add man page for idevicecrashreport utility | Martin Szulecki | 2 | -1/+37 | |
2013-03-19 | docs: Update manpage for idevicebackup2 | Martin Szulecki | 1 | -3/+17 | |
2012-10-21 | Add manpages for new tools | Martin Szulecki | 4 | -1/+127 | |
2012-04-07 | Update manpages of tools to use "device" instead of naming specific models | Martin Szulecki | 10 | -17/+17 | |
2012-03-22 | Mass replace UUID by UDID, which is the correct term for it | Martin Szulecki | 10 | -22/+22 | |
2011-04-28 | idevicebackup2: Update man page and usage to reflect latest status | Martin Szulecki | 1 | -1/+19 | |
2011-04-26 | idevicebackup2: Add manpage for tool | Martin Szulecki | 2 | -1/+41 | |
2011-03-27 | Add manpage for idevicedate | Martin Szulecki | 2 | -1/+31 | |
2010-12-28 | Add manpages for ideviceenterrecovery and idevicepair | Martin Szulecki | 3 | -1/+67 | |
Thanks to Julien Lavergne for contributing. | |||||
2010-03-20 | Fix make distcheck not working | Martin Szulecki | 1 | -0/+2 | |
2010-03-14 | Add missing makefile to make sure man pages are installed | Martin Szulecki | 1 | -0/+3 | |