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
/
fdr.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-09-27
fdr: Fix socket receive timeout handling logic
Hector Martin
1
-6
/
+8
2021-09-01
Remove common code in favor of libimobiledevice-glue
Nikias Bassen
1
-2
/
+2
2020-10-16
fix two English typos
Yves-Alexis Perez
1
-1
/
+1
2020-06-08
Remove trailing whitespace errors from all files
Martin Szulecki
1
-1
/
+1
2020-04-12
fix newly introduced format errors under 64-bit
Rosen Penev
1
-2
/
+1
2020-04-13
fdr: Fix format string compiler warnings
Nikias Bassen
1
-4
/
+5
2020-02-18
Allow remote side to terminate FDR connections rather than doing it ourselves.
David Wang
1
-1
/
+2
2019-09-26
fdr: Use larget buffer for proxy command handling
Nikias Bassen
1
-10
/
+39
2019-06-25
fdr: Fix typo in error type that lead to compile errors with older libimobile...
Nikias Bassen
1
-1
/
+1
2019-06-24
fdr: Handle new timeout error conditions (introduced in latest libimobiledevice)
Nikias Bassen
1
-7
/
+19
2016-06-26
fdr: Add fdr_disconnect() function to stop the FDR thread
Nikias Bassen
1
-5
/
+16
2015-09-24
fdr: Add support for protocol version 1
Nikias Bassen
1
-31
/
+115
2015-09-24
fdr: Fix compiler warning about returned pointer
Martin Szulecki
1
-1
/
+1
2015-09-24
Add missing "errno.h" include to fix compiler warnings
Martin Szulecki
1
-0
/
+1
2015-05-05
Update fdr implementation for thread function changes in latest
BALATON Zoltan
1
-3
/
+3
2014-11-04
Implement the FDR forwarder proxy service used during restore of recent iOS v...
BALATON Zoltan
1
-0
/
+491