summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* irecovery: Output product, model and marketing name for device informationlist-devicesMartin Szulecki2021-06-051-0/+8
|
* irecovery: Add new "--devices" option to list internal device dataMartin Szulecki2021-06-051-2/+22
| | | | Let's get rid of all the copy/paste out there...
* Add new irecv_send_command_breq to allow choosing the b_request usb param ↵Benjamin BOURGEAIS2021-05-262-8/+13
| | | | when sending commands
* Add support for Apple Silicon/M1 Macs (device lookup) and remaining ↵Daniel2021-01-251-0/+11
| | | | T2/iBridge devices
* Add support for HomePod and HomePod miniDaniel2021-01-251-0/+4
|
* Fix iBridge2,14 hardware model stringNikias Bassen2021-01-061-1/+1
|
* Windows: Fix device enumerationDanyL2021-01-021-21/+31
|
* README: Add missing saveenv to exampleNikias Bassen2020-10-231-1/+2
|
* Add support for iPhone 12 model seriesNikias Bassen2020-10-231-0/+4
|
* Add all current Apple Watch models (only for device model lookup)Nikias Bassen2020-10-231-0/+24
|
* Add support for iPad 8 and iPad Air 4 modelsNikias Bassen2020-10-231-0/+4
|
* Fix compiler warning about format string specifiers by using uint64_t ↵Nikias Bassen2020-07-063-10/+10
| | | | instead of unsinged long long
* linux/libusb: Break out of loop when device is found in ↵Nikias Bassen2020-07-061-3/+2
| | | | | | irecv_open_with_ecid() and make sure device list is always free'd properly Thanks to tihmstar for pointing this out.
* Post release version bump to 1.0.1Martin Szulecki2020-06-151-1/+1
|
* Update NEWS with latest changes1.0.0Martin Szulecki2020-06-151-2/+9
|
* Adjust spacing/indentation of terminating device database entryMartin Szulecki2020-06-151-1/+1
|
* Add support for Watch1,1 (Apple Watch 38mm 1st gen) and Watch1,2 (42mm variant)Martin Szulecki2020-06-151-0/+3
|
* Add support for iPad4,3 (iPad Air China)Martin Szulecki2020-06-151-0/+1
|
* Fix wrong device information for iPad 7 variantsMartin Szulecki2020-06-151-2/+2
|
* Update copyright noticeMartin Szulecki2020-06-151-1/+1
|
* Fix usage example in README.md by using proper action optionMartin Szulecki2020-06-141-2/+2
|
* irecovery: Add new "--version" option to output version informationMartin Szulecki2020-06-141-1/+9
|
* irecovery: Add long argument name variantsMartin Szulecki2020-06-141-13/+29
|
* irecovery: Return an error if no action option was usedMartin Szulecki2020-06-141-1/+8
|
* Add API version to library and pkgconfig file for proper linkingMartin Szulecki2020-06-143-7/+7
|
* Add "contributing" section to README.mdMartin Szulecki2020-06-131-0/+19
|
* Update README with Apple trademarksNikias Bassen2020-06-131-1/+2
|
* README: Fix typosreadmeNikias Bassen2020-06-121-3/+3
|
* Improve README.md with a project description, installation and usage sectionsMartin Szulecki2020-06-121-29/+68
|
* 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
| | | | This prevents unexpected output to stderr.
* 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 ↵Nikias Bassen2020-01-141-3/+1
| | | | allow cross compiliation
* Use PRI* and SCN* (inttypes.h) format string macros instead of self-defined onesNikias Bassen2020-01-142-20/+15
| | | | ... also print all values in irecovery as hex with 0x prefix to make it clear they are hex