summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2025-06-07idevicesetlocation: Add note about non-compatibility with iOS 17+Gravatar Nikias Bassen1-1/+7
2025-06-07idevicebackup2: Use new idevice_get_device_version helperGravatar Nikias Bassen1-21/+3
2025-06-07Add new idevice_get_device_version() to interfaceGravatar Nikias Bassen5-7/+36
This allows getting a numerical representation of the device's ProductVersion string for easier version range checks
2025-06-07lockdown: Move ProductVersion and DeviceClass query into lockdownd_client_newGravatar Nikias Bassen1-25/+24
This way we make sure to also retrieve the device version and class if the device is not paired yet.
2025-06-07idevicesetlocation: Return positive values from main()Gravatar Nikias Bassen1-6/+6
2025-06-07idevicesetlocation: Print proper lockdown error message when connection failsGravatar Fidetro1-4/+8
2025-06-07Add idevice_strerror() to interfaceGravatar Kirby Kuehl2-0/+34
2025-06-01[cython] Fix buildGravatar Nikias Bassen1-7/+1
2025-02-28tool/afcclient: Fix local file name error on pulling folder from deviceGravatar tomriddly1-1/+1
Signed-off-by: tomriddly <tomriddly@qq.com>
2025-02-28tools/afcclient: Fix missing last letter of file name when put/get to/from '/'Gravatar tomriddly1-5/+5
Signed-off-by: tomriddly <tomriddly@qq.com>
2025-01-23tools: Fix usage output for ideviceimagemounterGravatar Nikias Bassen1-1/+1
2025-01-22tools: Fix afclient compilation by adding libimobiledevice-glue dependencyGravatar Nikias Bassen1-2/+2
2025-01-06tools/idevicebackup2: Fix free disk space calculationGravatar Nikias Bassen1-1/+1
2024-12-02configure: Remove unused checkGravatar Nikias Bassen1-18/+0
2024-11-29Updated ax_python_devel.m4Gravatar Nikias Bassen2-110/+252
2024-11-29tools: Fix build due to missing sys/stat.hGravatar Nikias Bassen4-0/+4
2024-11-29[github-actions] Bump dawidd6/action-download-artifact from 3 to 6Gravatar Nikias Bassen1-12/+12
2024-11-29[github-actions] Run build workflow on pull_requestGravatar Nikias Bassen1-0/+1
2024-11-29Fix compilation on MSVCGravatar Duncan Ogilvie11-13/+51
2024-11-29Switch to better initializer strategyGravatar Duncan Ogilvie1-57/+47
2024-11-29Fix attempts to detect Windows using _WIN32Gravatar Duncan Ogilvie29-89/+89
2024-11-15tools: Add --insecure option to idevicenotificationproxy toolGravatar Nikias Bassen2-10/+27
2024-10-27configure: Fine-tuning for MinGW/msys buildGravatar Nikias Bassen1-0/+1
2024-10-27tools: Some Makefile fine-tuningGravatar Nikias Bassen1-3/+3
2024-10-26idevice: Use proper cast for pointer to fdGravatar Nikias Bassen1-12/+12
2024-10-25docs: Update manpage for idevicecrashreportGravatar Nikias Bassen1-8/+11
2024-10-25idevicecrashreport: Allow removing crash logs without copying.Gravatar Nikias Bassen1-9/+27
Can also be used with `-f` to only remove matching files.
2024-10-22Updated READMEGravatar Nikias Bassen1-3/+3
2024-10-22win32: Add missing include for SleepGravatar Nikias Bassen1-0/+1
2024-10-083rd_party/libsrp6a: Remove unnecessary allocator code and just use malloc/freeGravatar Nikias Bassen2-64/+10
2024-09-16tools: Add detection and note about passcode requirement for iOS 16.1Gravatar Nikias Bassen1-1/+18
2024-08-07tools: Fix typo in Makefile.am regarding idevicebtlogger_CFLAGSGravatar Nikias Bassen1-1/+1
2024-07-01tools: Fix heap buffer overflow in ideviceimagemounterGravatar Nikias Bassen1-2/+5
2024-06-27[github-actions] Fix build workflow for new libtatsu dependencyGravatar Nikias Bassen1-0/+21
2024-06-27tools/afcclient: Add missing time.h header.Gravatar Nikias Bassen1-0/+1
Thanks @neheb for pointing this out.
2024-06-27Updated README.md to mention libtatsu dependencyGravatar Nikias Bassen1-1/+5
2024-06-27Add support for iOS 17+ Personalized Developer Disk image mountingGravatar Nikias Bassen7-74/+792
2024-06-27Update libimobiledevice-glue dependency to 1.3.0 and use its SHA1 implementationGravatar Nikias Bassen2-107/+24
2024-05-20tools/afcclient: Add missing argument count check for `get` commandGravatar Nikias Bassen1-0/+3
2024-05-18tools/afcclient: Fix build for WindowsGravatar Nikias Bassen1-1/+10
2024-05-18tools/afcclient: Prevent too much blank lines from recursive putGravatar tomriddly1-1/+0
Signed-off-by: tomriddly <tomriddly@qq.com>
2024-05-18docs: Update manpage for afcclientGravatar tomriddly1-5/+3
Signed-off-by: tomriddly <tomriddly@qq.com>
2024-05-18docs/Makefile.am: add man doc build for afcclientGravatar tomriddly1-1/+2
Signed-off-by: tomriddly <tomriddly@qq.com>
2024-05-18tools/afcclient: Update get/put options in help messageGravatar tomriddly1-2/+2
Signed-off-by: tomriddly <tomriddly@qq.com>
2024-05-18tools/afcclient: get/put operations use '-f' to allow overwrite, '-r' to ↵Gravatar tomriddly1-41/+142
allow recursive Signed-off-by: tomriddly <tomriddly@qq.com>
2024-05-18.gitignore: Ignore build target for afcclientGravatar tomriddly1-0/+1
2024-05-18tools/afcclient: Allow put directory to deviceGravatar tomriddly1-84/+211
Signed-off-by: tomriddly <tomriddly@qq.com>
2024-05-18tools/afcclient: Allow get folder from device to local.Gravatar tomriddly1-86/+164
Signed-off-by: tomriddly <tomriddly@qq.com>
2024-05-17common: Add libimobiledevice-glue to dependenciesGravatar Nikias Bassen1-0/+2
2024-04-28[github-actions] Fix cython installation for macOS buildGravatar Nikias Bassen1-1/+1