index
:
libimobiledevice
master
stable-1-0-0
webinspectorproxy
work
A cross-platform protocol library to access iOS devices
ms
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mobilesync.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-04-22
[clang-tidy] Fix bugprone string compare
Rosen Penev
1
-1
/
+1
2021-06-02
mobilesync: Set DeviceLink version to 400 to support iOS 14b4+
Nikias Bassen
1
-1
/
+1
2020-01-05
Make sure all source files include config.h
Nikias Bassen
1
-1
/
+3
2019-09-27
Make sure to handle timeout errors in device link service and all depending s...
Nikias Bassen
1
-0
/
+4
2015-10-06
Add missing "(void)" to functions to match public headers
Martin Szulecki
1
-1
/
+1
2015-01-28
Remove trailing whitespace errors from all files
Martin Szulecki
1
-7
/
+7
2014-10-03
mobilesync: Fix crash in mobilesync_recive_changes() due to typo
Martin Szulecki
1
-1
/
+1
2014-10-03
Avoid exporting non-public symbols
Martin Szulecki
1
-21
/
+21
2014-03-27
Moved Doxygen comments from source files to public headers.
Aaron Burghardt
1
-228
/
+0
2014-03-20
Bump dependency to libplist 1.11 and remove use of "plist_dict_insert_item()"
Martin Szulecki
1
-2
/
+2
2013-08-05
Implement *_start_service() helper to simplify creation of service clients
Martin Szulecki
1
-0
/
+20
2013-04-25
common: Move debug and userpref code into libinternalcommon
Martin Szulecki
1
-1
/
+1
2013-03-14
global: make sure to check service before checking service->port to prevent c...
Nikias Bassen
1
-1
/
+1
2013-02-26
Refactor port number use into service descriptor to enable SSL for services
Martin Szulecki
1
-4
/
+4
2013-02-11
mobilesync: Add new error_description argument to grab device error messages
Martin Szulecki
1
-11
/
+10
2013-02-10
mobilesync: Bump major version to 300 for compatibility with iOS 6
Martin Szulecki
1
-1
/
+1
2012-03-18
Completely remove glib dependency.
Nikias Bassen
1
-1
/
+0
2011-04-28
device_link_service: Allow passing a reason message upon disconnecting
Martin Szulecki
1
-1
/
+1
2011-03-16
mobilesync: Plugging a memory leak
Christophe Fergeau
1
-0
/
+4
2011-03-16
mobilesync: Check for cancel message when attempting to clear all records on ...
Martin Szulecki
1
-7
/
+15
2011-03-14
mobilesync: Implement mobilesync_clear_all_records_on_device()
Martin Szulecki
1
-0
/
+72
2011-03-12
Add some doxygen markup to mobilesync API doc
Christophe Fergeau
1
-7
/
+7
2011-03-12
Fix typos in mobilesync.c API doc
Christophe Fergeau
1
-7
/
+7
2011-03-12
Add missing '_' in mobilesync_client_new API doc
Christophe Fergeau
1
-1
/
+1
2011-03-12
Use @retval in mobilesync.c doxygen
Christophe Fergeau
1
-38
/
+49
2010-06-19
mobilesync: Fix incorrect process changes message when sending changes
Martin Szulecki
1
-2
/
+8
2010-05-15
Add documentation for mobilesync API
Martin Szulecki
1
-0
/
+151
2010-05-15
Added computer_data_class_version to mobilsync_start.
Bryan Forbes
1
-6
/
+6
2010-05-15
Added checks to make sure entities, is_last_record, and actions aren't NULL.
Bryan Forbes
1
-8
/
+14
2010-05-13
Implement mobilesync API
Bryan Forbes
1
-0
/
+585
2010-03-24
Remove unused and fix some includes
Nikias Bassen
1
-1
/
+0
2010-03-16
Complete documentation of public interface and fix a lot of bogus comments
Martin Szulecki
1
-4
/
+27
2010-03-16
Rename the *_int to *_private for better semantic and fix public typedefs
Martin Szulecki
1
-1
/
+1
2010-01-29
Global renames due to project rename to libimobiledevice
Nikias Bassen
1
-3
/
+3
2010-01-24
Remove duplicated dumping of plists in mobilesync
Martin Szulecki
1
-18
/
+0
2010-01-22
Rename all *_recv functions to *_receive to match underlying API
Martin Szulecki
1
-1
/
+1
2010-01-13
Rename service implementation sources to lowercase for consistency
Martin Szulecki
1
-0
/
+148