index
:
idevicerestore
fixtrailingwhitespaces
master
operation-refactoring
Restore/upgrade firmware of iOS devices
ms,jh
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
restore.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-07-17
restore: Free client and wait 10 seconds for device to reboot from restore mode
Martin Szulecki
1
-0
/
+3
2012-07-17
retore: Use correct type declaration for zip_get_name() return value
Martin Szulecki
1
-1
/
+1
2012-07-17
restore: Always remove all files except .mdn and .fls from bbfw archives
Martin Szulecki
1
-16
/
+27
2012-07-17
restore: Only save baseband tss response if not already set
Martin Szulecki
1
-1
/
+1
2012-07-17
restore: Correct comments for restore process loop handlers
Martin Szulecki
1
-2
/
+2
2012-07-17
restore: Plug leak and free USBLog and PanicLog if received
Martin Szulecki
1
-0
/
+2
2012-07-17
restore: Print IMEI after baseband update succeeded
Martin Szulecki
1
-0
/
+12
2012-07-17
restore: refactored the bbfw signing
Nikias Bassen
1
-737
/
+282
2012-07-17
restore: Fix double free crash on second run of Trek baseband data handler
Martin Szulecki
1
-0
/
+1
2012-07-17
restore: Make sure to call plist_free on a plist, not free
Martin Szulecki
1
-1
/
+1
2012-07-17
restore: Handle baseband update by requested ChipID instead of bbfw filename
Martin Szulecki
1
-10
/
+26
2012-07-17
restore: Fix error messages for mdn signing
Martin Szulecki
1
-3
/
+3
2012-07-17
restore: added .mbn file support and bbfw handling
Nikias Bassen
1
-80
/
+526
2012-07-17
restore: Query and output saved debug information in restore mode
Martin Szulecki
1
-0
/
+28
2012-07-17
restore: Query and print hardware information in restore mode
Martin Szulecki
1
-0
/
+33
2012-07-17
restore: Set client struct's serial number field from restore mode, too
Martin Szulecki
1
-0
/
+17
2012-07-17
main/restore: Pass full client to restore mode and device discovery functions
Martin Szulecki
1
-4
/
+4
2012-07-17
restore: return error value instead of 0 in restore_device
Nikias Bassen
1
-1
/
+1
2012-07-17
restore: implemented BasebandData request
Nikias Bassen
1
-0
/
+529
2012-07-16
mass replace uuid->udid and raise libimobiledevice requirement to >= 1.1.4
Nikias Bassen
1
-11
/
+11
2012-02-14
remove duplicate CPID/BDID and devices structs
Nikias Bassen
1
-3
/
+3
2012-02-14
restore: use FMT_qu define to fix compiler warning
Nikias Bassen
1
-1
/
+1
2012-02-07
restore: find actual device by checking device serial number
Nikias Bassen
1
-15
/
+85
2012-02-05
restore: Implement handling of PreviousRestoreLogMsg message
Martin Szulecki
1
-0
/
+22
2012-02-03
restore: don't enter endless loop on restore error
Nikias Bassen
1
-2
/
+5
2012-02-02
restore: only reprint progress bar if progress changed
Nikias Bassen
1
-1
/
+7
2012-02-02
restore: send root ticket
Nikias Bassen
1
-0
/
+45
2012-02-02
restore: some updates and fixes
Nikias Bassen
1
-41
/
+73
2012-02-02
restore: reflect latest libimobiledevice changes and pass options to restored
Nikias Bassen
1
-4
/
+65
2010-07-14
Name restore progress strings cosistently
Martin Szulecki
1
-4
/
+4
2010-07-12
Be more verbose when reporting about each step of the restore process
Martin Szulecki
1
-3
/
+3
2010-07-09
Correctly check when to send the NORData
Martin Szulecki
1
-1
/
+3
2010-07-09
Fix typo in nor data message
Martin Szulecki
1
-1
/
+1
2010-07-09
Only debug a plist if debugging flag was set
Martin Szulecki
1
-4
/
+8
2010-07-09
Add more known progress messages and report them
Martin Szulecki
1
-1
/
+12
2010-07-09
Add more known status messages and report them
Martin Szulecki
1
-2
/
+20
2010-07-09
Correctly set QUIT flag during restore
Martin Szulecki
1
-3
/
+3
2010-07-09
Fix idevice handle being NULL which leads to failure to connect to ASR
Martin Szulecki
1
-0
/
+1
2010-07-09
Fix crash due to not passing client handle for callback as userdata
Martin Szulecki
1
-1
/
+1
2010-07-09
Implement handling of devices which do not require a tss request
Martin Szulecki
1
-21
/
+42
2010-06-21
Finally fixed the out of control problem
Joshua Hill
1
-3
/
+3
2010-06-21
Archived for historical reasons
Joshua Hill
1
-82
/
+137
2010-06-08
started to add support multiple build identities
Joshua Hill
1
-1
/
+6
2010-06-08
Added a new asr.c file to stick all stuff related to filesystem and abstract ...
Joshua Hill
1
-269
/
+195
2010-06-07
I really need to put more descriptive messages here, but im doing stuff all o...
Joshua Hill
1
-1
/
+1
2010-06-05
Changed the device type to a structure array for cleaner code and cross state...
Joshua Hill
1
-0
/
+58
2010-06-04
Even more major cleanups and refactoring, this branch is still broken but sta...
Joshua Hill
1
-12
/
+187
2010-06-03
Continuing to refactor code and add support for other devices
Joshua Hill
1
-1
/
+1
2010-06-01
Began major refactoring, not quite finished yet, this branch is probably broke
Joshua Hill
1
-5
/
+38
2010-06-01
Began refactoring of code to simplify and seperate device state logic
Joshua Hill
1
-0
/
+405
[prev]