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
/
download.c
Age
Commit message (
Collapse
)
Author
Files
Lines
2013-09-23
Update AUTHORS and file copyrights accordingly
Martin Szulecki
1
-0
/
+1
2013-03-06
Disable SSL verification to allow downloads from untrusted https locations
Martin Szulecki
1
-0
/
+6
2012-07-17
download: Avoid progress bar for downloads as it causes corrupt downloads
Nikias Bassen
1
-1
/
+1
2012-07-17
download: Make sure to disable libcurl progress meter in any case
Martin Szulecki
1
-1
/
+1
This has lead to the progress meter being added to downloads and thus generating corrupt files.
2012-07-17
download: Let libcurl use it's own file writing functions instead of fwrite
Martin Szulecki
1
-1
/
+1
This apparently fixes some issues leading to corrupt downloads.
2012-07-17
Limit when downloading should show progress and when not
Martin Szulecki
1
-2
/
+5
2012-07-17
download: Enable curl verbose mode if debug flag is enabled
Nikias Bassen
1
-0
/
+7
2012-07-17
download: only redraw progress bar on percentage change
Nikias Bassen
1
-1
/
+7
2012-02-13
download: add progress bar for download_to_file function
Nikias Bassen
1
-0
/
+13
2012-02-12
download: win32 has no ftello() so use ftell()
Nikias Bassen
1
-0
/
+5
2012-02-09
download: call fclose before removing the file
Nikias Bassen
1
-2
/
+2
2012-02-09
download: better error handling
Nikias Bassen
1
-3
/
+15
2012-02-05
download and cache version information from itunes.com
Nikias Bassen
1
-0
/
+104