summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [github actions] Updated actions to newer versionsHEADmasterNikias Bassen2023-05-131-6/+6
* Updated NEWS1.1.0Nikias Bassen2023-05-131-0/+41
* Update SO version for release1.0.1Nikias Bassen2023-05-131-1/+1
* Coding style changesNikias Bassen2023-05-132-116/+174
* win32: Use ANSI versions for SetupDI and CreateFile API to prevent errors whe...Josef Micka2023-05-081-19/+19
* Send a ZLP in recovery mode if the buffer size is a multiple of 512Nikias Bassen2023-05-081-0/+6
* Make sure DEVICE_ADD events are sent to additional event listenersNikias Bassen2023-05-071-1/+15
* Fix dllexport/dllimport and visibility definitionsNikias Bassen2023-05-071-8/+14
* move IRECV_API into the headersRosen Penev2023-05-052-88/+88
* Return error instead of truncating command buffer if command is too longNikias Bassen2023-05-011-2/+2
* Fix a few buffer sizes and their initializationNikias Bassen2023-05-011-6/+7
* autoconf: Automatically derive version number from latest git tagNikias Bassen2023-04-303-2/+26
* Update README.mdNikias Bassen2023-04-221-1/+2
* Add January 2023 Macs and 2nd generation HomePod modelsDaniel VanBritsom2023-04-121-2/+9
* Add mew iPad models and Apple TV 4K to device listNikias Bassen2022-10-201-0/+7
* Fix typo in device listNikias Bassen2022-10-201-7/+7
* irecovery: Make sure to send certain commands with bRequest set to 1Nikias Bassen2022-10-111-2/+20
* Add Apple Watch SE 2, Series 8 and Ultra familyNikias Bassen2022-09-161-0/+9
* Add iPhone 14 familyNikias Bassen2022-09-161-0/+4
* Add M2 MacBook modelsNikias Bassen2022-08-301-1/+3
* [github-actions] Add a scheduled build every 1st of the month so we always ha...Nikias Bassen2022-08-241-1/+4
* Introduce non-persistent setenvnp commandRick Mark2022-06-282-0/+25
* Updated .gitignoreNikias Bassen2022-05-301-0/+3
* Add device ID for macOS 12 Apple Silicon VMsZhuowei Zhang2022-05-301-0/+2
* Updated README with pkg-config requirementNikias Bassen2022-04-041-1/+2
* Add Studio Display (device lookup)Daniel VanBritsom2022-03-201-0/+2
* Use MACH_PORT_NULL to deal with kIOMasterPortDefault/kIOMainPortDefault renameNikias Bassen2022-03-201-2/+2
* [github-actions] Use windows-2019 instead of windows-latest for nowNikias Bassen2022-03-161-1/+1
* Add new devices, update iPhone SE (1st/2nd) namesDaniel VanBritsom2022-03-161-3/+8
* Check availability of constructor attribute and use it on Windows in favor of...Nikias Bassen2022-01-062-10/+36
* Make sure compilation doesn't fail if configured using --with-dummyNikias Bassen2021-12-091-0/+4
* win32: SPDRP_DRIVER property has a 4-character suffix that is not necessarily...怯花颜2021-10-241-1/+8
* win32: SPDRP_DRIVER device property has a hexadecimal suffix, not decimalNikias Bassen2021-10-231-1/+1
* Support the MacBook Pro (2021) modelsDaniel VanBritsom2021-10-221-1/+5
* Add support for Apple Watch Series 7Daniel VanBritsom2021-09-241-0/+4
* Fix incorrect 9th gen iPad ProductType stringNikias Bassen2021-09-211-1/+1
* [github-actions] Add an explicit apt-get update before attempting to install ...Nikias Bassen2021-09-211-0/+1
* Add 6th gen iPad miniNikias Bassen2021-09-211-0/+2
* Add 9th gen iPad devicesNikias Bassen2021-09-211-0/+2
* Add iPhone 13 familyNikias Bassen2021-09-211-0/+4
* configure: Remove explicit msvcrt linkage for WindowsNikias Bassen2021-09-161-2/+2
* [github-actions] Add libimobiledevice-glue dependency to build workflowNikias Bassen2021-09-131-6/+68
* Remove duplicated thread/collection code and use new libimobiledevice-glue in...Nikias Bassen2021-09-139-983/+15
* Update deprecated autoconf macros and m4 filesNikias Bassen2021-09-133-116/+153
* Use strcasecmp instead of copying and lower-casing string in irecv_devices_ge...Nikias Bassen2021-07-012-8/+2
* Check parameters in irecv_devices_get_device_by_* API and return error if NULLNikias Bassen2021-07-011-0/+9
* README: Fix typoNikias Bassen2021-06-301-1/+1
* Add Apple TV 4K (2nd gen)Nikias Bassen2021-06-201-0/+1
* Make sure the device event handler thread has started before returning from i...Nikias Bassen2021-06-201-3/+37
* thread: Add condition variable supportNikias Bassen2021-06-202-0/+86