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
/
common.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-09-25
common: Extend _plist_dict_get_uint/bool helper to allow get values from data...
Nikias Bassen
1
-2
/
+70
2019-08-28
Add plist dictionary helper
Nikias Bassen
1
-0
/
+22
2019-03-22
Make sure user input can be cancelled properly
Nikias Bassen
1
-1
/
+4
2019-02-14
Allow .ipsw files or extracted IPSW as source
Nikias Bassen
1
-2
/
+19
2019-02-02
Common: included <unistd.h> for fix compiling on macOS
s0uthwest
1
-0
/
+1
2019-02-02
Use ipsw.me API to allow selection and download of any signed firmware versio...
Nikias Bassen
1
-0
/
+45
2019-01-23
Replace tempnam() with mkstemp() and provide reference implementation for sys...
Nikias Bassen
1
-0
/
+177
2019-01-21
common: Use fstat() instead of fseeko() and ftello()
Nikias Bassen
1
-4
/
+9
2017-02-24
common: Add strsep() implementation for platforms lacking it
Nikias Bassen
1
-0
/
+17
2016-06-26
restore: Fix restore mode status/progress messages
Nikias Bassen
1
-1
/
+1
2015-09-24
common: Remove plist_dict_merge() as it's already provided by libplist
Nikias Bassen
1
-26
/
+0
2015-09-24
Replace () with (void) for proper function prototypes
Martin Szulecki
1
-2
/
+2
2015-05-05
Fix some warnings
BALATON Zoltan
1
-0
/
+9
2014-10-28
Rename restore step to indicate flashing of firmware instead of NOR
Martin Szulecki
1
-1
/
+1
2014-10-22
common: Use ftello(), fseeko() variants for large file support
Martin Szulecki
1
-2
/
+2
2014-10-21
Fixed a typo in an error message
BALATON Zoltan
1
-1
/
+1
2014-10-21
Supress printing very long plists and too verbose messages in debug output
BALATON Zoltan
1
-1
/
+6
2014-09-21
common: Fix possible crash in mkdir_with_parents()
Nikias Bassen
1
-5
/
+11
2014-03-22
Use "plist_dict_set_item" instead of deprecated "plist_dict_insert_item"
Martin Szulecki
1
-1
/
+1
2013-11-19
common: Add plist_dict_merge() helper to merge dictionaries
Martin Szulecki
1
-0
/
+26
2013-10-02
common: supress more compiler warnings
Nikias Bassen
1
-1
/
+2
2013-09-23
Update AUTHORS and file copyrights accordingly
Martin Szulecki
1
-0
/
+2
2013-07-04
common: do not recurse mkdir_with_parents if dirname(dir) == dir
Nikias Bassen
1
-1
/
+1
2012-11-07
Fix possible crash in error()
Nikias Bassen
1
-3
/
+5
2012-11-07
Add error buffer and getter function to get the last error message
Martin Szulecki
1
-2
/
+20
2012-11-07
update progress bar function to use info_stream (if enabled)
Nikias Bassen
1
-1
/
+2
2012-11-07
change info(), error(), and debug() into functions and allow redirecting the ...
Martin Szulecki
1
-0
/
+68
2012-11-07
libidevicerecovery: implemented progress callback logic
Martin Szulecki
1
-0
/
+12
2012-07-17
common: silence warning by adding missing include
Nikias Bassen
1
-0
/
+1
2012-07-17
main: add --cache-path parameter and use it for version.xml and wtf image
Nikias Bassen
1
-0
/
+25
2012-07-17
common: Disable progress bar on WIN32 as it slows down the process a lot
Martin Szulecki
1
-0
/
+2
2012-02-13
common: fix progress bar percentage value padding
Nikias Bassen
1
-1
/
+1
2012-02-02
common: add missing include and type cast
Nikias Bassen
1
-1
/
+2
2012-02-02
common: add simple guid generator function
Nikias Bassen
1
-0
/
+21
2010-06-21
Finally fixed the out of control problem
Joshua Hill
1
-0
/
+2
2010-06-21
Archived for historical reasons
Joshua Hill
1
-0
/
+108