Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-05-28 | Add SHA384 (and SHA512) implementation for use when compiling without OpenSSL | Nikias Bassen | 1 | -1/+1 | |
2021-05-26 | Remove libuuid dependency | Nikias Bassen | 1 | -2/+1 | |
2021-05-26 | configure: Bump libirecovery version requirement to 1.0.1 | Nikias Bassen | 1 | -1/+1 | |
2021-05-08 | tss: Add new calls | Benjamin BOURGEAIS | 1 | -1/+2 | |
- Local policy (non persistent) - recoveryOS - recoveryOS Local policy (persistent) The local policy TSS request differs slightly between the one for the restore process and the recoveryOS. The one for the restore process is meant to be used only once, and the one for the recovery os is meant to be loaded from disk, and thus has a different request. See the Ap,LocalBoot parameter. | |||||
2021-03-17 | configure: Make sure to check endianness | Nikias Bassen | 1 | -0/+4 | |
When using macros from endianness.h we want to be sure that the target platform endianness is correctly set. This makes sure that we define the endianness, in case the compiler doesn't provide that information. | |||||
2020-07-05 | configure: Make sure that additional compiler or linker flags are separated ↵ | Nikias Bassen | 1 | -2/+2 | |
by space | |||||
2020-06-15 | Post release version bump to 1.0.1 | Martin Szulecki | 1 | -1/+1 | |
2020-06-09 | Update libirecovery, libplist, and libimobiledevice version requirements | Nikias Bassen | 1 | -5/+5 | |
2020-06-04 | Use secure project URL in configure.ac | Martin Szulecki | 1 | -1/+1 | |
2020-06-04 | Set version to 1.0.0 in configure.ac | Martin Szulecki | 1 | -1/+1 | |
2020-06-02 | Make OpenSSL dependency optional (used for SHA1) | Nikias Bassen | 1 | -2/+29 | |
Can be disabled with --without-openssl, otherwise auto-detected. | |||||
2020-05-21 | Ignore non-usbmux (i.e. wifi sync) devices in device event callback | Nikias Bassen | 1 | -2/+19 | |
2019-12-13 | configure.ac: Remove largefile hackery | Rosen Penev | 1 | -24/+0 | |
It requires a program to be ran, which cannot be done when cross compiling. AC_SYS_LARGEFILE seems to be enough to implement largefile checking. A similar change was merged into libimobiledevice. | |||||
2019-10-11 | Explicitly suppress multichar compiler warning | Nikias Bassen | 1 | -1/+1 | |
2019-09-26 | restore: Only use timeout error if it is actually defined | Nikias Bassen | 1 | -0/+10 | |
2019-09-25 | Use global event handlers for normale/restore and recovery/dfu mode devices | Nikias Bassen | 1 | -1/+1 | |
2019-06-24 | fdr: Handle new timeout error conditions (introduced in latest libimobiledevice) | Nikias Bassen | 1 | -0/+12 | |
2019-02-14 | Allow .ipsw files or extracted IPSW as source | Nikias Bassen | 1 | -2/+3 | |
2019-02-07 | win32: Remove WINVER define that is not really needed | Nikias Bassen | 1 | -1/+0 | |
2019-02-04 | build: Check for pthread properly (non-win32) | Nikias Bassen | 1 | -11/+18 | |
2019-02-02 | win32: Use _lseeki64 instead of _fseeki64/_ftelli64 and don't link against ↵ | Nikias Bassen | 1 | -1/+1 | |
msvcr100.dll What a mess it is, all these msvcr*.dll - incompatible without limits | |||||
2019-01-23 | Replace tempnam() with mkstemp() and provide reference implementation for ↵ | Nikias Bassen | 1 | -1/+1 | |
systems lacking it | |||||
2019-01-22 | win32: Use _fseeki64/_ftelli64 instead of fseeko/ftello | Nikias Bassen | 1 | -2/+1 | |
2018-06-01 | Add explicit zlib dependency | Nikias Bassen | 1 | -0/+1 | |
2017-02-24 | common: Add strsep() implementation for platforms lacking it | Nikias Bassen | 1 | -0/+7 | |
2015-10-06 | configure.ac: Move dependency versions into variables for easier maintenance | Martin Szulecki | 1 | -6/+23 | |
2015-10-06 | Require autoconf 2.64+ to use package bugreport and project URL in AC_INIT | Martin Szulecki | 1 | -5/+7 | |
2015-09-24 | common: Remove plist_dict_merge() as it's already provided by libplist | Nikias Bassen | 1 | -1/+1 | |
Also, set libplist requirement to 1.12 | |||||
2014-10-28 | Do not link with libusb manually as libirecovery dependency already adds it | Martin Szulecki | 1 | -3/+1 | |
2014-10-09 | Enable large file support if available for >2GB file support | Martin Szulecki | 1 | -0/+27 | |
2014-03-22 | Bump dependency to libplist 1.11 | Martin Szulecki | 1 | -1/+1 | |
2013-09-27 | Require libirecovery >= 0.2.0 and port code to it's new API | Martin Szulecki | 1 | -1/+1 | |
2013-09-23 | docs: Add basic man page for idevicerestore | Martin Szulecki | 1 | -0/+1 | |
2013-09-23 | Require autoconf 2.61, add silent rules and configure summary | Martin Szulecki | 1 | -3/+20 | |
2013-09-23 | Require libimobiledevice >= 1.1.6 | Martin Szulecki | 1 | -1/+1 | |
2013-09-23 | Require libirecovery >= 0.1.1 due to use of new device lookups | Martin Szulecki | 1 | -1/+1 | |
2012-07-17 | remove src/libirecovery.* and use external shared library instead | Nikias Bassen | 1 | -0/+1 | |
2012-07-16 | add support for using the latest available firmware for a device | Nikias Bassen | 1 | -0/+1 | |
2012-07-16 | mass replace uuid->udid and raise libimobiledevice requirement to >= 1.1.4 | Nikias Bassen | 1 | -1/+1 | |
2012-02-12 | autofoo: support for different platforms | Nikias Bassen | 1 | -0/+23 | |
2012-02-10 | autofoo: add some spice to make autofoo happy | Nikias Bassen | 1 | -1/+2 | |
2012-02-01 | updated autofoo stuff so linking actually works | Nikias Bassen | 1 | -0/+3 | |
2010-05-25 | Bump required libimobiledevice version to 1.1.0 due to use of new restored API | Martin Szulecki | 1 | -1/+1 | |
2010-05-22 | Finished implemented TSS request and TSS response | Joshua Hill | 1 | -2/+1 | |
Removed base64.c/h since it's not needed with libplist | |||||
2010-05-20 | Initial commit | Joshua Hill | 1 | -0/+19 | |