Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-09-09 | Fix invalid Requires.private entry in libirecovery.pc due to missing ↵ | Nikias Bassen | 1 | -0/+2 | |
autoconf variable | |||||
2019-09-04 | Add device add/remove event subscription API | Nikias Bassen | 1 | -52/+44 | |
2018-09-17 | Add configuration option to allow compiling without USB driver | Nikias Bassen | 1 | -11/+21 | |
Using --with-dummy, libirecovery can be compiled in a way that it will not require any USB driver at all. This is only useful if you just want to query libirecovery's device database by product type or hardware model, namely using: irecv_devices_get_device_by_product_type(); irecv_devices_get_device_by_hardware_model(); All other function are either no-op or return IRECV_E_UNSUPPORTED if the library is compiled this way. | |||||
2017-06-15 | Add udev rules file to allow non-root users access DFU/Recovery mode devices | Nikias Bassen | 1 | -0/+54 | |
2016-01-05 | autofoo: Fix pkg-config name for libusb in libirecovery.pc | Nikias Bassen | 1 | -1/+1 | |
2015-12-31 | autofoo: Only set Requires.private for libusb if linking against libusb | Nikias Bassen | 1 | -1/+2 | |
2015-10-09 | Added IOKit option for OS X that removes libusb dependency (enabled by default) | Aaron Burghardt | 1 | -3/+21 | |
2015-10-06 | Require autoconf 2.64+ to use package bugreport and project URL in AC_INIT | Martin Szulecki | 1 | -2/+2 | |
2015-10-06 | Add configure.ac check for readline headers | Martin Szulecki | 1 | -0/+3 | |
2015-01-29 | Improve maintainability and requires of pkg-config file | Martin Szulecki | 1 | -1/+5 | |
2015-01-29 | Add large file support | Martin Szulecki | 1 | -0/+27 | |
2014-10-03 | Bump so revision due to ABI changes | Martin Szulecki | 1 | -1/+1 | |
2014-10-03 | Avoid exporting non-public symbols | Martin Szulecki | 1 | -1/+6 | |
2013-11-18 | bump so version due to API change | Nikias Bassen | 1 | -1/+1 | |
2013-09-26 | Clean up and update build system files | Martin Szulecki | 1 | -32/+32 | |
2013-09-26 | Bump soname | Martin Szulecki | 1 | -1/+1 | |
2013-09-26 | Bump version to 0.2.0 | Martin Szulecki | 1 | -1/+1 | |
2013-09-26 | Move irecovery to new tools directory | Martin Szulecki | 1 | -0/+1 | |
2013-01-09 | Bump version to 0.1.1 | Martin Szulecki | 1 | -1/+1 | |
2012-07-17 | changed build system to autofoo. previous Makefile is now Makefile.shared | Nikias Bassen | 1 | -0/+110 | |