index
:
libimobiledevice
master
stable-1-0-0
webinspectorproxy
work
A protocol library to access iOS devices on Linux
ms
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
idevicebackup.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-07-05
Updated OpenSSL-specific code to use OpenSSL 3.0+ API
Nikias Bassen
1
-0
/
+18
2023-04-21
Updated to use latest libplist API changes
Nikias Bassen
1
-11
/
+12
2022-04-30
[clang-tidy] Do not use else after return
Rosen Penev
1
-6
/
+7
2022-04-30
tools: Use getopt for option parsing in all tools
Nikias Bassen
1
-69
/
+83
2022-04-22
[clang-tidy] Fix bugprone string compare
Rosen Penev
1
-2
/
+2
2022-04-22
[clang-tidy] idevicebackup: Fix bad floating point cast
Rosen Penev
1
-3
/
+2
2022-02-04
tools: Print meaningful error messages when service startup fails
Nikias Bassen
1
-6
/
+8
2021-09-01
Remove common code in favor of new libimobiledevice-glue
Nikias Bassen
1
-1
/
+1
2021-07-27
Add support for MbedTLS
Nikias Bassen
1
-76
/
+61
2020-06-05
tools: Unify --network command line switch and add it where missing
Nikias Bassen
1
-13
/
+13
2020-06-05
tools: Add --version command line switch
Nikias Bassen
1
-3
/
+10
2020-06-04
Unify usage output in all tools and add bugreport URL
Martin Szulecki
1
-5
/
+9
2019-06-23
replace all occurrences of occured by occurred
Yves-Alexis Perez
1
-2
/
+2
2018-10-01
tools: Remove length check on device UDID arguments to support newer devices
Nikias Bassen
1
-2
/
+2
2016-04-01
idevicebackup: fix some timestamps that are relative to the Mac epoch instead...
BALATON Zoltan
1
-2
/
+2
2015-10-06
tools: Use PACKAGE_URL define for homepage project links in usage output
Martin Szulecki
1
-1
/
+1
2015-01-28
Remove trailing whitespace errors from all files
Martin Szulecki
1
-12
/
+12
2015-01-27
tools: Add link to project homepage on usage output
Martin Szulecki
1
-0
/
+1
2015-01-27
idevicebackup: Notify user if erroneously used with an iOS 4 or later device
Nikias Bassen
1
-0
/
+21
2014-10-22
common: Move size format helper to utils and use it in idevicebackup tools
Martin Szulecki
1
-23
/
+4
2014-10-22
common: Move string_toupper() helper to utils and use it in idevicebackup tools
Martin Szulecki
1
-11
/
+1
2014-10-22
common: Share idevicebackup helper string_build_path() from utils
Martin Szulecki
1
-28
/
+1
2014-10-11
tools: Make sure to print an error when lockdown connection fails
Nikias Bassen
1
-1
/
+2
2014-10-05
idevicebackup: Fix error variables for type consistency
Martin Szulecki
1
-6
/
+7
2014-08-06
idevicebackup2/idevicebackup: Remove code duplication and use common code for...
Nikias Bassen
1
-88
/
+1
2014-03-24
idevicebackup: Do not read backup files entirely into memory during restore
Nikias Bassen
1
-8
/
+28
2014-03-20
Bump dependency to libplist 1.11 and remove use of "plist_dict_insert_item()"
Martin Szulecki
1
-24
/
+24
2013-03-14
global: make sure to check service before checking service->port to prevent c...
Nikias Bassen
1
-8
/
+3
2013-02-26
Refactor port number use into service descriptor to enable SSL for services
Martin Szulecki
1
-17
/
+37
2013-02-21
idevicebackup: Fix compiler warning when building for WIN32
Martin Szulecki
1
-0
/
+1
2012-11-29
tools: mass replace 'device' with 'phone' variable names
Nikias Bassen
1
-11
/
+11
2012-11-29
idevicebackup: pass UDID to factory_info_plist_new instead of requerying
Nikias Bassen
1
-6
/
+3
2012-11-29
tools: use pointer instead of static buffer for UDID since it can start with '0'
Nikias Bassen
1
-4
/
+7
2012-11-22
idevicebackup: Fix crash if manifest is sent early on in the backup process
Martin Szulecki
1
-2
/
+3
2012-03-22
Mass replace UUID by UDID, which is the correct term for it
Martin Szulecki
1
-17
/
+17
2012-03-21
tools: Fix compiler warnings for idevicebackup and idevicebackup2
Martin Szulecki
1
-2
/
+4
2012-03-19
Fix format_size_for_display for size < 1000
Nikias Bassen
1
-0
/
+2
2012-03-19
tools: win32 build fixes
Nikias Bassen
1
-1
/
+7
2012-03-19
Removed glib stuff from dev/lckdclient and idevicebackup/idevicebackup2
Nikias Bassen
1
-41
/
+92
2012-03-19
Add OpenSSL support
Nikias Bassen
1
-1
/
+76
2010-08-17
idevicebackup: try multiple times to lock for sync
Nikias Bassen
1
-3
/
+22
2010-07-23
idevicebackup: Improve reporting of received backup files using a progress bar
Martin Szulecki
1
-8
/
+49
2010-07-23
idevicebackup: Make sure we can quit while waiting for device to send data
Martin Szulecki
1
-2
/
+2
2010-07-23
idevicebackup: Do not save just the last hunk of first file to backup
Martin Szulecki
1
-1
/
+1
2010-07-21
idevicebackup: Give the device time to prepare backup data
Martin Szulecki
1
-0
/
+7
2010-06-10
idevicebackup: Finish implementing sending application data for restore
Martin Szulecki
1
-3
/
+68
2010-06-10
idevicebackup: Term "Restoring" might be more accurate than "Sending"
Martin Szulecki
1
-1
/
+1
2010-06-09
idevicebackup: Implement restore command for files and make restore work
Martin Szulecki
1
-26
/
+128
2010-06-09
idevicebackup: Fix broken backup due to closing down lockdown too early
Martin Szulecki
1
-8
/
+13
2010-06-08
Free lockdownd connection early for both backup and restore commands
Martin Szulecki
1
-8
/
+6
[next]