Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2025-07-01 | Silence more compiler warnings | 1 | -1/+1 | ||
2025-06-23 | Refactor logging and add logfile support | 1 | -66/+64 | ||
idevicerestore will now also create a logfile automatically, unless disabled with --logfile=NONE. | |||||
2023-09-06 | fdr: Fix a debug log message | 1 | -1/+1 | ||
2021-09-27 | fdr: Fix socket receive timeout handling logic | 1 | -6/+8 | ||
This fixes flaky restores / activation not proceeding if you're more than 100ms away from Apple's servers. Signed-off-by: Hector Martin <marcan@marcan.st> | |||||
2021-09-01 | Remove common code in favor of libimobiledevice-glue | 1 | -2/+2 | ||
2020-10-16 | fix two English typos | 1 | -1/+1 | ||
2020-06-08 | Remove trailing whitespace errors from all files | 1 | -1/+1 | ||
2020-04-12 | fix newly introduced format errors under 64-bit | 1 | -2/+1 | ||
uint64_t should be used. Signed-off-by: Rosen Penev <rosenp@gmail.com> | |||||
2020-04-13 | fdr: Fix format string compiler warnings | 1 | -4/+5 | ||
2020-02-18 | Allow remote side to terminate FDR connections rather than doing it ourselves. | 1 | -1/+2 | ||
2019-09-26 | fdr: Use larget buffer for proxy command handling | 1 | -10/+39 | ||
2019-06-25 | fdr: Fix typo in error type that lead to compile errors with older ↵ | 1 | -1/+1 | ||
libimobiledevice | |||||
2019-06-24 | fdr: Handle new timeout error conditions (introduced in latest libimobiledevice) | 1 | -7/+19 | ||
2016-06-26 | fdr: Add fdr_disconnect() function to stop the FDR thread | 1 | -5/+16 | ||
2015-09-24 | fdr: Add support for protocol version 1 | 1 | -31/+115 | ||
2015-09-24 | fdr: Fix compiler warning about returned pointer | 1 | -1/+1 | ||
2015-09-24 | Add missing "errno.h" include to fix compiler warnings | 1 | -0/+1 | ||
2015-05-05 | Update fdr implementation for thread function changes in latest | 1 | -3/+3 | ||
libimobiledevice version | |||||
2014-11-04 | Implement the FDR forwarder proxy service used during restore of recent iOS ↵ | 1 | -0/+491 | ||
versions. |