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-26
restore: change UUID to UDID in error message
Nikias Bassen
1
-2
/
+2
2012-07-17
restore: only print 'Attempt %d to connect...' in debug mode
Nikias Bassen
1
-1
/
+1
2012-07-17
restore: Format TSS baseband request message strings correctly
Martin Szulecki
1
-2
/
+2
2012-07-17
restore: handle -1 error
Nikias Bassen
1
-0
/
+6
2012-07-17
restore: Error out if writing final personalized bbfw archive file failed
Martin Szulecki
1
-3
/
+6
2012-07-17
restore: Always try to receive and handle possible StatusMsg on errors
Martin Szulecki
1
-7
/
+7
2012-07-17
restore: Handle printing logs of a StatusMsg if available
Martin Szulecki
1
-0
/
+12
2012-07-17
asr: implemented checksumming for filesystem upload
Nikias Bassen
1
-12
/
+4
2012-07-17
restore: Return -2 error code on ASR failures as a new attempt might work
Martin Szulecki
1
-1
/
+1
2012-07-17
restore: If opening a device times out completely, make error unrecoverable
Martin Szulecki
1
-3
/
+4
2012-07-17
restore: Don't process further device add events if we already have a match
Martin Szulecki
1
-1
/
+1
2012-07-17
restore: Print message if a device is rebooted in restore mode
Martin Szulecki
1
-0
/
+1
2012-07-17
restore: refactor device detection to find device by ECID
Nikias Bassen
1
-28
/
+88
2012-07-17
restore: Normalize messages printed in handlers of main restore process loop
Martin Szulecki
1
-4
/
+17
2012-07-17
restore: Correctly print success message after receiving baseband SHSH blobs
Martin Szulecki
1
-0
/
+1
2012-07-17
restore: Remove commented obsolete code calling idevice_unsubscribe()
Martin Szulecki
1
-2
/
+0
2012-07-17
restore: Make restore mode device connection handling more verbose
Martin Szulecki
1
-1
/
+3
2012-07-17
restore: Only print "Provisioning:" if IMEI is available at all
Martin Szulecki
1
-1
/
+1
2012-07-17
restore: Only print plist if errors occoured or in debug mode
Martin Szulecki
1
-4
/
+6
2012-07-17
restore: use idevice event to wait for device entering restore mode
Nikias Bassen
1
-28
/
+20
2012-07-17
restore: Parse and return AMRError value as error code in StatusMsg handler
Martin Szulecki
1
-2
/
+10
2012-07-17
main: Return -2 error code if error might be fixed by running restore again
Martin Szulecki
1
-1
/
+1
2012-07-17
restore: Do not wait 15 useless seconds attempting to connect to a device
Martin Szulecki
1
-2
/
+0
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
[prev]
[next]