Age | Commit message (Expand) | Author | Files | Lines |
2019-02-14 | win32: Workaround for _lseeki64 not seeking as expected... | Nikias Bassen | 1 | -0/+1 |
2019-02-14 | Use uint64_t instead of off_t for win32/MinGW compatibility | Nikias Bassen | 1 | -2/+2 |
2019-02-02 | win32: Use _lseeki64 instead of _fseeki64/_ftelli64 and don't link against ms... | Nikias Bassen | 1 | -1/+1 |
2019-02-02 | Use ipsw.me API to allow selection and download of any signed firmware versio... | Nikias Bassen | 1 | -1/+5 |
2019-01-22 | win32: Use _fseeki64/_ftelli64 instead of fseeko/ftello | Nikias Bassen | 1 | -0/+4 |
2017-11-13 | Define a constant for user agent string instead of duplicate strings | BALATON Zoltan | 1 | -2/+2 |
2014-10-21 | Fix handling of files larger than 2GB on 32bit systems | BALATON Zoltan | 1 | -4/+0 |
2014-03-21 | move curl_global_init/_cleanup to a global context | Nikias Bassen | 1 | -6/+0 |
2014-01-07 | download: make download_progress function static | Nikias Bassen | 1 | -1/+1 |
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 |
2012-07-17 | download: Let libcurl use it's own file writing functions instead of fwrite | Martin Szulecki | 1 | -1/+1 |
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 |