Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-10-22 | Updated README | 1 | -3/+3 | ||
2024-05-29 | Fix typo in README. | 1 | -3/+3 | ||
Thanks to @Kreyren for pointing this out. | |||||
2024-04-16 | automake: Prevent `dist` or `distcheck` when uncommitted changes are present | 1 | -0/+1 | ||
2023-04-30 | autoconf: Automatically derive version number from latest git tag | 3 | -3/+27 | ||
2023-04-21 | Use custom signing service URL for drmHandshake request too | 1 | -0/+4 | ||
2022-08-24 | [github-actions] Add a scheduled build every 1st of the month so we always ↵ | 1 | -1/+4 | ||
have an artifact | |||||
2022-04-05 | Update UserAgent string to use a more recent MobileActivation version | 1 | -1/+1 | ||
2022-04-05 | [github-actions] Use windows-2019 instead of windows-latest for now | 1 | -1/+1 | ||
2022-04-05 | ideviceactivation: Bail out if drmHandshake request fails | 1 | -1/+5 | ||
2022-04-04 | Updated README with pkg-config requirement | 1 | -1/+2 | ||
2021-11-14 | Define strncasecmp function as _strnicmp on Windows. | 1 | -0/+1 | ||
2021-11-14 | The type, subtype, and parameter name tokens of Content-Type header are ↵ | 1 | -4/+4 | ||
case-insensitive. https://tools.ietf.org/html/rfc7231#section-3.1.1.1 | |||||
2021-11-14 | Header field names are case-insensitive. | 1 | -1/+1 | ||
https://tools.ietf.org/html/rfc7230#section-3.2 | |||||
2021-09-20 | [github-actions] Add build workflow | 2 | -0/+242 | ||
2021-09-20 | Check availability of constructor attribute and use it on Windows in favor ↵ | 2 | -17/+41 | ||
of DllMain | |||||
2021-09-20 | Update deprecated autoconf macros and update m4 files | 3 | -120/+157 | ||
2021-06-30 | README: Fix typo | 1 | -1/+1 | ||
2020-06-15 | Post release version bump to 1.1.2 | 1 | -1/+1 | ||
2020-06-15 | Update NEWS with latest changes1.1.1 | 1 | -1/+7 | ||
2020-06-14 | Add API version to library and pkgconfig file for proper linking | 3 | -6/+6 | ||
2020-06-13 | Add "contributing" section to README.md | 1 | -0/+19 | ||
2020-06-13 | Add opening text before feature list in README.md | 1 | -0/+2 | ||
2020-06-13 | Update README with Apple trademarks | 1 | -1/+2 | ||
2020-06-13 | Improve README.md with feature, installation and usage sections | 1 | -28/+71 | ||
2020-06-09 | Apply changes towards a project wide common "autogen.sh" file | 1 | -11/+22 | ||
2020-06-09 | Update libplist and libimobiledevice version requirements | 2 | -5/+5 | ||
2020-06-08 | Remove trailing whitespace errors from all files | 2 | -4/+4 | ||
2020-06-08 | Unfold automake variables into multiple lines for maintainability | 3 | -7/+28 | ||
2020-06-08 | Make sure README.md file is added to distribution archive | 1 | -0/+3 | ||
2020-06-08 | Convert README to markdown syntax, update content and links | 2 | -68/+53 | ||
2020-06-05 | Unify --network option with the other idevice tools | 2 | -6/+6 | ||
2020-06-04 | Update ideviceactivation man page to match current usage and clean it a bit | 1 | -12/+23 | ||
2020-06-04 | Add "--network" option in ideviceactivation tool to support network devices | 1 | -13/+13 | ||
2020-06-04 | Update NEWS with latest changes | 1 | -0/+7 | ||
2020-06-04 | Unify ideviceactivation usage output with other tools and add bugreport URL | 1 | -4/+8 | ||
2020-06-04 | Use secure project URL in configure.ac | 1 | -1/+1 | ||
2020-06-04 | Post release version bump to 1.1.1 | 1 | -1/+1 | ||
2019-09-28 | Ignore SIGPIPE | 1 | -0/+6 | ||
2019-01-27 | Fix typo in NEWS | 1 | -1/+1 | ||
2019-01-27 | Bump version to 1.1.0 and update soversion accordingly1.1.0 | 1 | -2/+2 | ||
2019-01-27 | Updated NEWS | 1 | -1/+16 | ||
2019-01-27 | Updated copyright headers | 3 | -3/+3 | ||
2019-01-27 | ideviceactivation: Check ActivationState for success if lockdownd_activate() ↵ | 1 | -3/+16 | ||
returns no result On older devices it might happen that lockdownd does not return any result, neither success nor failure, when invoking lockdownd_activate(). This results in the code to assume the operation failed. Instead of relying on the return value of that function we query the actual ActivationState to see if it is not "Unactivated" anymore to determine if the activation was successful. | |||||
2019-01-27 | activation: Make sure to get IMSI and ICCID from lockdownd | 1 | -18/+27 | ||
For some reason, asking lockdownd for 'InternationalMobileSubscriberIdentity' sometimes returns "MissingValue", even though ideviceinfo (without passing a key) shows it. This commit changes the code to get the whole lockdownd 'NULL domain' info (equivalent to ideviceinfo without specifying any key) and parse the required info from there. | |||||
2019-01-27 | win32: Avoid version numbers in dll names | 1 | -0/+4 | ||
2019-01-27 | win32: Make thread_once() static to silence compiler warning | 1 | -1/+1 | ||
2019-01-27 | activation: Fix parsing of description from buddyml response | 1 | -1/+8 | ||
2019-01-27 | ideviceactivation: Mask input for secure input fields | 1 | -2/+61 | ||
2019-01-27 | activation: Add API calls to query if an input field is secure and to get ↵ | 2 | -3/+47 | ||
its placeholder | |||||
2019-01-27 | ideviceactivation: Add '-b' command line switch to run non-interactively | 1 | -3/+28 | ||