Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2025-09-12 | Update NEWS for release1.3.0 | 1 | -0/+20 | ||
2025-09-11 | Update soversion for release | 1 | -1/+1 | ||
2025-09-10 | Updated README | 1 | -4/+6 | ||
2025-09-09 | Add iPhone 17 family and Watch 11/SE3/Ultra3 models | 1 | -0/+13 | ||
2025-09-08 | Add FUNDING | 1 | -0/+3 | ||
2025-09-06 | IOKit: Fix race condition when trying to delete runloop before it even started | 1 | -0/+1 | ||
2025-09-06 | Add iOS 2 support | 2 | -5/+56 | ||
2025-09-06 | Add iOS 1 support | 2 | -3/+198 | ||
2025-07-11 | [github-actions] Update build workflow to use windows-latest | 1 | -1/+2 | ||
2025-06-25 | configure: Print whether building tool(s) or not | 1 | -0/+1 | ||
2025-06-25 | Use sizeof() instead of hard-coding buffer sizes | 1 | -16/+18 | ||
2025-03-20 | Add support for all March 2025 Apple devices | 1 | -0/+10 | ||
- iPad Air (M3, 11-inch and 13-inch) - iPad (A16) - MacBook Air (M4, 13-inch and 15-inch, 2025) - Mac Studio (M3 Ultra and M4 Max, 2025) | |||||
2025-03-06 | Add support for the iPhone 16e | 1 | -0/+1 | ||
2025-02-01 | [github-actions] Use same artifact preparation for macOS too | 1 | -1/+1 | ||
2025-02-01 | [github-actions] Fix artifact preparation | 1 | -1/+1 | ||
2024-12-02 | [github-actions] Bump dawidd6/action-download-artifact from 3 to 6 | 1 | -6/+6 | ||
2024-12-02 | configure: Remove unused check | 1 | -18/+0 | ||
2024-12-02 | Switch to better initializer strategy | 2 | -68/+42 | ||
2024-12-02 | Use _WIN32 instead of WIN32 | 2 | -42/+40 | ||
2024-11-05 | Fix conditional compile for libreadline | 3 | -3/+13 | ||
2024-11-01 | Add support for November 2024 Macs | 1 | -0/+9 | ||
2024-11-01 | Support iPad mini (A17 Pro) | 1 | -0/+2 | ||
2024-11-01 | Allow building without readline support for irecovery tool | 2 | -8/+60 | ||
2024-10-22 | Updated README | 1 | -2/+3 | ||
2024-10-10 | Updated NEWS for release1.2.1 | 1 | -0/+15 | ||
2024-10-10 | Updated README | 1 | -3/+3 | ||
2024-10-10 | Update soversion for release | 1 | -1/+1 | ||
2024-09-25 | Make sure IRECV_DEVICE_REMOVE event has the mode set the device was in | 1 | -1/+1 | ||
2024-09-25 | KIS: Add some retry loops around open/set config/set interface operations | 1 | -5/+26 | ||
2024-09-25 | win32: Fix crash due to access to uninitialized data | 1 | -0/+5 | ||
2024-09-19 | Support Apple Watch Series 10 and iPhone 16 models | 1 | -0/+8 | ||
2024-05-31 | Add iPad Air (M2) and iPad Pro (M4) models | 1 | -0/+8 | ||
2024-04-16 | automake: Prevent `dist` or `distcheck` when uncommitted changes are present | 1 | -0/+1 | ||
2024-03-23 | Updated NEWS for release1.2.0 | 1 | -0/+22 | ||
2024-03-23 | Updated README | 1 | -22/+161 | ||
2024-03-23 | Update soversion for release | 1 | -2/+3 | ||
2024-03-23 | [github-actions] Updated build workflow to use newer action versions | 1 | -12/+12 | ||
2024-03-22 | Change irecv_send_buffer to accept an options bitfield instead of just one value | 3 | -16/+30 | ||
This allows to specify different options. To not break existing behavior, a value of 1 or (1 << 0) means IRECV_SEND_OPT_DFU_NOTIFY_FINISH which is used extensively in e.g. idevicerestore. Other options are IRECV_SEND_OPT_DFU_FORCE_ZLP which I don't remember what it was added for, and a new option IRECV_SEND_OPT_DFU_SMALL_PKT which needed for upload in port DFU mode, as it won't accept packets with more than 64 bytes data and also doesn't like a CRC attached to it. | |||||
2024-03-21 | Add support for Port DFU | 3 | -12/+30 | ||
Note: This does not allow restoring devices in Port DFU mode, this is handled in idevicerestore. | |||||
2024-03-11 | win32: Skip ecid check for KIS mode device in win32_open_with_ecid | 1 | -1/+1 | ||
2024-03-09 | Remove broken ecid check for KIS mode in iokit_open_with_ecid | 1 | -7/+0 | ||
2024-03-07 | Add March 2024 MacBook Air models | 1 | -0/+2 | ||
2024-03-07 | Add irecv_version() function to interface | 2 | -0/+11 | ||
2024-02-14 | Add support for Apple Vision Pro (RealityDevice14,1) | 1 | -0/+2 | ||
2024-01-31 | autoconf: Remove unused check for -fvisibility | 1 | -5/+0 | ||
2024-01-29 | Fix IRECV_API definitions | 3 | -10/+21 | ||
2024-01-12 | win32: Implement support for Debug USB (KIS) mode | 1 | -61/+151 | ||
This requires and up-to-date AppleMobileDeviceSupport64.msi package installed that contains the AppleKIS driver. | |||||
2024-01-09 | irecv_open_with_ecid: Print correct ECID for KIS devices | 1 | -1/+1 | ||
2024-01-09 | irecovery: Print a message for unsupported commands in Debug USB (KIS) mode | 1 | -1/+22 | ||
2024-01-09 | Fix strncpy size | 1 | -1/+1 | ||