summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add support for iPhone 5S, iPhone 5C and Apple TV 3G Rev A0.1.1Martin Szulecki2013-09-211-43/+53
|
* Update description in pkg-config fileMartin Szulecki2013-05-211-1/+1
|
* Update README with proper text descriptionMartin Szulecki2013-05-211-3/+4
|
* Relicense to LGPL 2.1 and thus update license and headersMartin Szulecki2013-05-215-709/+534
| | | | This relicensing was requested and approved by all authors by E-Mail.
* Improve maintainability of devices and add support for all current modelsMartin Szulecki2013-01-092-262/+70
| | | | | | | | This removes all CPID_* and BDID_* defines which appear useless as the same information is already stored in the irecv_devices[] struct. Furthermore this removes a big inefficient switch() to determine a device in favor of a simple loop on the irecv_devices[] struct. Overall this means much less maintainance to add new device models in the future.
* Bump version to 0.1.1Martin Szulecki2013-01-091-1/+1
|
* irecv_send_command/irecv_event_t use const char* instead of char*Nikias Bassen2012-11-283-4/+4
|
* add support for iPad2,5 and iPad3,4Martin Szulecki2012-11-082-3/+28
|
* Fix typo in Makefile.shared linking flags for LinuxMartin Szulecki2012-11-081-1/+1
|
* add missing stdint.h include to fix compilation with public API headerMartin Szulecki2012-11-081-0/+2
|
* added support for iPod5,1Nikias Bassen2012-09-212-0/+26
|
* updated with iPhone5 models.Nikias Bassen2012-09-212-0/+23
|
* added irecv_control_transfer and irecv_bulk_transfer to public interfaceNikias Bassen2012-07-172-2/+5
|
* silenced a bunch of compiler warningsNikias Bassen2012-07-173-32/+30
|
* changed build system to autofoo. previous Makefile is now Makefile.sharedNikias Bassen2012-07-178-0/+228
|
* moved *.c to src/ subdirectoryNikias Bassen2012-07-163-4/+4
|
* Makefile: better system/compiler detectionNikias Bassen2012-07-051-46/+52
|
* Makefile: removed libusb-1.0 linking for win32, we use setupapiNikias Bassen2012-07-051-1/+1
|
* Makefile: remove -fPIC for win32 to silence compiler warningNikias Bassen2012-07-051-1/+1
|
* Makefile: enabled shared lib buildingNikias Bassen2012-07-051-44/+22
|
* Makefile: move 'all' target to the topNikias Bassen2012-07-051-4/+3
|
* Makefile: fix mingw buildingNikias Bassen2012-07-051-4/+4
|
* irecovery: allow targeting device by ECIDNikias Bassen2012-07-051-3/+19
|
* irecv_receive: increase timeout and don't break if bytes < BUFFER_SIZENikias Bassen2012-07-041-2/+1
|
* add missing includes to make mingw compiler happyNikias Bassen2012-07-041-0/+1
|
* implement irecv_set_interface for win32Nikias Bassen2012-07-041-4/+22
|
* Increase USB timeout to 10 seconds for really slow machinesMartin Szulecki2012-07-041-1/+1
|
* Correct CPID for iPad2,4Martin Szulecki2012-07-041-1/+1
|
* Add missing macro defines for new modelsMartin Szulecki2012-07-041-0/+10
|
* Only send another ZLP if requested or regular uploads are brokenMartin Szulecki2012-07-041-2/+4
|
* Send a ZLP packet if required for DFU mode notificationMartin Szulecki2012-07-041-0/+4
|
* win32: correctly enable debug modeNikias Bassen2012-07-041-4/+3
|
* Add new AppleTV 3G and iPad 3 variants supportMartin Szulecki2012-07-041-1/+11
|
* irecv_send_buffer: transfer init and notify finish for DFU modeNikias Bassen2012-07-041-3/+8
|
* win32: workaround for reading serial numberNikias Bassen2012-07-041-4/+30
|
* CPID/BDID are actually hex valuesNikias Bassen2012-07-042-51/+51
|
* irecv_open: allow passing ecid 0x1222 to only get 0x1222/WTF devicesNikias Bassen2012-07-041-0/+18
|
* win32: use #ifndef to prevent warning about sleep being already definedNikias Bassen2012-07-041-0/+2
|
* win32: fix device detection/selection by ecidNikias Bassen2012-07-042-40/+123
|
* implemented irecv_get_nonce()Nikias Bassen2012-07-042-0/+54
|
* add support for targeting a device by ECIDNikias Bassen2012-07-042-12/+44
|
* add DFU mode buffer hashing codeNikias Bassen2012-07-041-1/+99
|
* add support for 0x1222 wtf modeNikias Bassen2012-07-042-6/+28
|
* use smaller buffer size for DFU modeNikias Bassen2012-07-041-1/+1
|
* only set interface to 1:1 for newer recovery modesNikias Bassen2012-07-041-2/+4
|
* remove obsolete firmware URLsNikias Bassen2012-07-041-25/+16
|
* use a larger usb communication timeout. fixes a lot of problems.Nikias Bassen2011-11-031-18/+20
|
* add new device modelsNikias Bassen2011-11-032-0/+41
|
* Increase packet size. iTunes uses 32k too.Nikias Bassen2011-11-031-1/+1
|
* Updated gitignore to not include the binary or history fileJustin Williams2011-06-261-0/+2
|