Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-06-04 | Add "check-news" automake option to ensure correct NEWS file on releases | 1 | -1/+1 | ||
2020-06-04 | Use secure project URL in configure.ac | 1 | -1/+1 | ||
2020-02-05 | Bump version to 1.0.0, and so version too | 1 | -2/+2 | ||
2020-01-14 | configure.ac: Drop AC_FUNC_MALLOC/REALLOC and use AC_CHECK_FUNCS instead to ↵ | 1 | -3/+1 | ||
allow cross compiliation | |||||
2019-12-13 | configure.ac: Remove largefile hackery | 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-09-09 | Fix invalid Requires.private entry in libirecovery.pc due to missing ↵ | 1 | -0/+2 | ||
autoconf variable | |||||
2019-09-04 | Add device add/remove event subscription API | 1 | -52/+44 | ||
2018-09-17 | Add configuration option to allow compiling without USB driver | 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 | 1 | -0/+54 | ||
2016-01-05 | autofoo: Fix pkg-config name for libusb in libirecovery.pc | 1 | -1/+1 | ||
2015-12-31 | autofoo: Only set Requires.private for libusb if linking against libusb | 1 | -1/+2 | ||
2015-10-09 | Added IOKit option for OS X that removes libusb dependency (enabled by default) | 1 | -3/+21 | ||
2015-10-06 | Require autoconf 2.64+ to use package bugreport and project URL in AC_INIT | 1 | -2/+2 | ||
2015-10-06 | Add configure.ac check for readline headers | 1 | -0/+3 | ||
2015-01-29 | Improve maintainability and requires of pkg-config file | 1 | -1/+5 | ||
2015-01-29 | Add large file support | 1 | -0/+27 | ||
2014-10-03 | Bump so revision due to ABI changes | 1 | -1/+1 | ||
2014-10-03 | Avoid exporting non-public symbols | 1 | -1/+6 | ||
2013-11-18 | bump so version due to API change | 1 | -1/+1 | ||
2013-09-26 | Clean up and update build system files | 1 | -32/+32 | ||
2013-09-26 | Bump soname | 1 | -1/+1 | ||
2013-09-26 | Bump version to 0.2.0 | 1 | -1/+1 | ||
2013-09-26 | Move irecovery to new tools directory | 1 | -0/+1 | ||
2013-01-09 | Bump version to 0.1.1 | 1 | -1/+1 | ||
2012-07-17 | changed build system to autofoo. previous Makefile is now Makefile.shared | 1 | -0/+110 | ||