summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2013-11-18Add support for iPad4,1, iPad4,2 (iPad Air) and iPad4,4, iPad4,5 (iPad mini 2G)Gravatar Martin Szulecki1-0/+4
2013-11-06Fix lookup of a device by hardware model if input is not a lowercase stringGravatar Martin Szulecki1-1/+8
2013-09-30libirecovery: Fix various compiler warnings on WIN32 buildGravatar Martin Szulecki1-7/+4
2013-09-30libirecovery: Rename "interface" variable name as it clashes on WIN32Gravatar Martin Szulecki1-7/+7
2013-09-29libirecovery: Add irecv_devices_get_all() to allow iteration over productsGravatar Martin Szulecki1-0/+4
2013-09-27libirecovery: Return "invalid input" instead of unknown error in irecv_getenv()Gravatar Martin Szulecki1-1/+1
2013-09-27fix utf8 NBSP in header commentsGravatar Nikias Bassen1-1/+1
2013-09-27libirecovery: Provide helper to get current device modeGravatar Martin Szulecki1-0/+9
2013-09-27libirecovery: Change a few camel case arguments to lowercaseGravatar Martin Szulecki1-24/+17
2013-09-27Use /* */ syntax for commentsGravatar Martin Szulecki1-11/+8
2013-09-27Fix whitespace errors and update code styleGravatar Martin Szulecki1-34/+86
2013-09-26Rename device struct fields and provide device database getters for themGravatar Martin Szulecki1-4/+34
2013-09-26Move device database, client and device structs into private implementationGravatar Martin Szulecki1-4/+69
2013-09-26Move various WIN32 includes private, no need to keep them in the headerGravatar Martin Szulecki1-0/+4
2013-09-26Reduce timeout for receive loop to 500ms for quicker responseGravatar Martin Szulecki1-1/+1
2013-09-26libirecovery: Set interface correctly to receive intial banner form deviceGravatar Martin Szulecki1-3/+1
2013-09-26Reorder public interface logically and rename irecv_get_device()Gravatar Martin Szulecki1-2/+1
2013-09-26Rename mode enum items to uppercase IRECV_K_* name schemeGravatar Martin Szulecki1-24/+25
2013-09-26Add "usb" prefix to all method names which are related to USB featuresGravatar Martin Szulecki1-31/+30
2013-09-26Use more accurate names for "open device" methods which use the ecidGravatar Martin Szulecki1-4/+4
2013-09-26Add irecv_reboot() command helper which reboots the deviceGravatar Martin Szulecki1-0/+8
2013-09-26Remove irecv_read|write_file() which are obsolete nowGravatar Martin Szulecki1-64/+0
2013-09-26Make irecv_execute_script() use a script as argument instead of a filenameGravatar Martin Szulecki1-11/+9
2013-09-26Only enable libusb debugging output on verbose level 2 and higherGravatar Martin Szulecki1-1/+1
2013-09-26Convert spaces to tabs were neededGravatar Martin Szulecki1-4/+4
2013-09-26Fix header comment syntaxGravatar Martin Szulecki1-1/+2
2013-09-26Clean up and update build system filesGravatar Martin Szulecki1-6/+8
2013-09-26Revert changes to return errors when sending commands, getenv or getretGravatar Martin Szulecki1-10/+6
2013-09-26Remove rather obsolete irecv_hexdump() helperGravatar Martin Szulecki1-36/+0
2013-09-26Move irecovery to new tools directoryGravatar Martin Szulecki2-406/+0
2013-09-21irecovery: Output basic device information after connectingGravatar Martin Szulecki1-0/+5
2013-09-21Silence compiler warnings by returning proper error with irecv_control_transferGravatar Martin Szulecki1-4/+8
2013-05-21Relicense to LGPL 2.1 and thus update license and headersGravatar Martin Szulecki2-38/+36
2013-01-09Improve maintainability of devices and add support for all current modelsGravatar Martin Szulecki1-158/+7
2012-11-28irecv_send_command/irecv_event_t use const char* instead of char*Gravatar Nikias Bassen2-2/+2
2012-11-08add support for iPad2,5 and iPad3,4Gravatar Martin Szulecki1-1/+18
2012-09-21added support for iPod5,1Gravatar Nikias Bassen1-0/+22
2012-09-21updated with iPhone5 models.Gravatar Nikias Bassen1-0/+16
2012-07-17added irecv_control_transfer and irecv_bulk_transfer to public interfaceGravatar Nikias Bassen1-2/+2
2012-07-17silenced a bunch of compiler warningsGravatar Nikias Bassen2-32/+27
2012-07-17changed build system to autofoo. previous Makefile is now Makefile.sharedGravatar Nikias Bassen1-0/+17
2012-07-16moved *.c to src/ subdirectoryGravatar Nikias Bassen2-0/+2081
2010-11-06updated libirecovery to the latest version from greenpois0n. it at least comp...Gravatar Joshua Hill2-1015/+0
2010-06-17Cleaner usage info.Gravatar Drake Allegrini1-1/+1
2010-06-16Changed debug variable to be a static global variable to allow set once alway...Gravatar Joshua Hill2-35/+149
2010-06-07a few small bugfixes and updated the TODO listGravatar Joshua Hill2-15/+80
2010-06-06Moved progress bar into irecovery and finished implementing progress noticationsGravatar Joshua Hill2-34/+42
2010-06-06Added progress notification event and a upload prgress badGravatar Joshua Hill1-0/+49
2010-06-02Added some new helper functions to fetch chip id and board id and changed Mak...Gravatar Joshua Hill1-1/+42
2010-05-30Implemented a few more events, got rid of the old ones and cleaned up a littleGravatar Joshua Hill2-151/+91