summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add API version to library and pkgconfig file for proper linkingpkgconfigMartin Szulecki2020-06-123-7/+7
* Update NEWS with latest changesMartin Szulecki2020-06-091-0/+1
* Apply changes towards a project wide common "autogen.sh" fileMartin Szulecki2020-06-091-12/+16
* Rename pkg-config file to include major versionNikias Bassen2020-06-083-2/+2
* Remove a trailig whitespace from public headerMartin Szulecki2020-06-081-1/+1
* Make sure README.md file is added to distribution archiveMartin Szulecki2020-06-081-0/+3
* Fix make distcheck target attempting to install udev rules to wrong prefixMartin Szulecki2020-06-081-0/+3
* Unfold automake flags and sources into multiple lines for maintainabilityMartin Szulecki2020-06-081-5/+6
* Move pkg-config file into src directory as the standard recommendsMartin Szulecki2020-06-084-4/+4
* Update README.md content, links and remove IRC link for nowMartin Szulecki2020-06-081-6/+5
* Add "check-news" automake option to ensure correct NEWS file on releasesprereleaseMartin Szulecki2020-06-041-1/+1
* Add NEWS file with list of changesMartin Szulecki2020-06-041-0/+53
* Unify irecovery usage output with other tools and add bugreport URLMartin Szulecki2020-06-041-3/+6
* Use secure project URL in configure.acMartin Szulecki2020-06-041-1/+1
* Add support for iPhone SE (2020)Nikias Bassen2020-05-151-0/+1
* Use uint64_t cast for PRIx64 format specifiersNikias Bassen2020-04-211-3/+3
* Add support for iPad Pro 4 modelsNikias Bassen2020-03-241-0/+4
* Bump version to 1.0.0, and so version tooNikias Bassen2020-02-051-2/+2
* Move fprintf() to debug() and allow setting debug level via environment variableNikias Bassen2020-02-051-15/+20
* udev: Support checkra1n DFU mode deviceNikias Bassen2020-02-051-0/+3
* configure.ac: Drop AC_FUNC_MALLOC/REALLOC and use AC_CHECK_FUNCS instead to a...Nikias Bassen2020-01-141-3/+1
* Use PRI* and SCN* (inttypes.h) format string macros instead of self-defined onesNikias Bassen2020-01-142-20/+15
* Update T2 names and add 16" MacBook Pro T2Rick Mark2019-12-161-9/+10
* Adding support for Apple T2 processorsRick Mark2019-12-161-5/+15
* configure.ac: Remove largefile hackeryRosen Penev2019-12-131-24/+0
* tools: Parse and print PWND string in irecovery device info output if presentNikias Bassen2019-12-041-0/+8
* macOS: Fix "Couldn't create a device interface (80000004)" errorNikias Bassen2019-11-181-1/+1
* Fix problem with irecovery shell disconnecting bluetooth or other usb devices...Nikias Bassen2019-10-091-3/+8
* irecovery: Print SRTG in device info output if availableNikias Bassen2019-10-041-0/+1
* Parse SRTG (build tag string) from usb serial number if availableNikias Bassen2019-10-032-4/+21
* Expose entire usb serial number string in struct irecv_device_infoNikias Bassen2019-10-032-0/+8
* Add support for iPad7,11 and iPad7,12Nikias Bassen2019-09-281-0/+2
* Add display_name to device database and irecv_device structNikias Bassen2019-09-282-103/+108
* Fix crash when calling CFRunLoopStop without the runloop being setNikias Bassen2019-09-261-1/+3
* Add support for iPhone 11, iPhone 11 Pro, and iPhone 11 Pro Max modelsNikias Bassen2019-09-201-0/+3
* Fix invalid Requires.private entry in libirecovery.pc due to missing autoconf...Nikias Bassen2019-09-091-0/+2
* Converted README to markdown and updated linksNikias Bassen2019-09-051-43/+29
* Add missing files for previous commitNikias Bassen2019-09-054-0/+360
* Add missing ax_pthread.m4Nikias Bassen2019-09-051-0/+485
* Add device add/remove event subscription APINikias Bassen2019-09-045-96/+809
* Add support for iPod touch (7th gen), iPad mini (5th gen) & iPad Air (3rd gen)s0uthwest2019-06-101-0/+5
* Use new libusb API to set debug level if libusb version is new enoughNikias Bassen2019-01-281-0/+4
* libirecovery: Add missing break statements to switch casesNikias Bassen2019-01-281-0/+6
* macOS: Make sure to select correct version of IOUSBDeviceInterface and IOUSBI...Nikias Bassen2019-01-281-2/+2
* irecovery: Allow passing ECID in hex or decimalNikias Bassen2019-01-271-2/+2
* Allow to run autogen.sh outside $top_srcdirChristophe Fergeau2019-01-271-11/+18
* DFU hash is actually CRC32 checksum, so name it accordinglyNikias Bassen2019-01-271-10/+10
* Add support for the iPad Pro 3rd generation modelsNikias Bassen2019-01-161-0/+8
* Add configuration option to allow compiling without USB driverNikias Bassen2018-09-174-12/+172
* Updated .gitignore to include udev rules fileNikias Bassen2018-09-171-1/+2