Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-01-06 | Check availability of constructor attribute and use it on Windows in favor ↵ | Nikias Bassen | 1 | -0/+18 | |
of DllMain | |||||
2021-09-16 | configure: Remove explicit msvcrt linkage for Windows | Nikias Bassen | 1 | -2/+2 | |
2021-09-13 | Remove duplicated thread/collection code and use new libimobiledevice-glue ↵ | Nikias Bassen | 1 | -4/+6 | |
instead | |||||
2021-09-13 | Update deprecated autoconf macros and m4 files | Nikias Bassen | 1 | -5/+5 | |
2021-07-01 | Use strcasecmp instead of copying and lower-casing string in ↵ | Nikias Bassen | 1 | -1/+1 | |
irecv_devices_get_device_by_hardware_model() | |||||
2020-06-15 | Post release version bump to 1.0.1 | Martin Szulecki | 1 | -1/+1 | |
2020-06-08 | Rename pkg-config file to include major version | Nikias Bassen | 1 | -1/+1 | |
2020-06-08 | Move pkg-config file into src directory as the standard recommends | Martin Szulecki | 1 | -1/+1 | |
2020-06-04 | Add "check-news" automake option to ensure correct NEWS file on releases | Martin Szulecki | 1 | -1/+1 | |
2020-06-04 | Use secure project URL in configure.ac | Martin Szulecki | 1 | -1/+1 | |
2020-02-05 | Bump version to 1.0.0, and so version too | Nikias Bassen | 1 | -2/+2 | |
2020-01-14 | configure.ac: Drop AC_FUNC_MALLOC/REALLOC and use AC_CHECK_FUNCS instead to ↵ | Nikias Bassen | 1 | -3/+1 | |
allow cross compiliation | |||||
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-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 | |