summaryrefslogtreecommitdiffstats
path: root/src/fdr.c
AgeCommit message (Collapse)AuthorFilesLines
2023-09-06fdr: Fix a debug log messageGravatar Nikias Bassen1-1/+1
2021-09-27fdr: Fix socket receive timeout handling logicGravatar Hector Martin1-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-01Remove common code in favor of libimobiledevice-glueGravatar Nikias Bassen1-2/+2
2020-10-16fix two English typosGravatar Yves-Alexis Perez1-1/+1
2020-06-08Remove trailing whitespace errors from all filesGravatar Martin Szulecki1-1/+1
2020-04-12fix newly introduced format errors under 64-bitGravatar Rosen Penev1-2/+1
uint64_t should be used. Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-13fdr: Fix format string compiler warningsGravatar Nikias Bassen1-4/+5
2020-02-18Allow remote side to terminate FDR connections rather than doing it ourselves.Gravatar David Wang1-1/+2
2019-09-26fdr: Use larget buffer for proxy command handlingGravatar Nikias Bassen1-10/+39
2019-06-25fdr: Fix typo in error type that lead to compile errors with older ↵Gravatar Nikias Bassen1-1/+1
libimobiledevice
2019-06-24fdr: Handle new timeout error conditions (introduced in latest libimobiledevice)Gravatar Nikias Bassen1-7/+19
2016-06-26fdr: Add fdr_disconnect() function to stop the FDR threadGravatar Nikias Bassen1-5/+16
2015-09-24fdr: Add support for protocol version 1Gravatar Nikias Bassen1-31/+115
2015-09-24fdr: Fix compiler warning about returned pointerGravatar Martin Szulecki1-1/+1
2015-09-24Add missing "errno.h" include to fix compiler warningsGravatar Martin Szulecki1-0/+1
2015-05-05Update fdr implementation for thread function changes in latestGravatar BALATON Zoltan1-3/+3
libimobiledevice version
2014-11-04Implement the FDR forwarder proxy service used during restore of recent iOS ↵Gravatar BALATON Zoltan1-0/+491
versions.