summaryrefslogtreecommitdiffstats
path: root/src/mobilesync.c
AgeCommit message (Collapse)AuthorFilesLines
2024-01-31Move LIBIMOBILEDEVICE_API to public headersGravatar Nikias Bassen1-21/+21
2022-04-22[clang-tidy] Fix bugprone string compareGravatar Rosen Penev1-1/+1
Found with bugprone-suspicious-string-compare Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-06-02mobilesync: Set DeviceLink version to 400 to support iOS 14b4+Gravatar Nikias Bassen1-1/+1
Thanks to @darshilgada24 for pointing this out.
2020-01-05Make sure all source files include config.hGravatar Nikias Bassen1-1/+3
2019-09-27Make sure to handle timeout errors in device link service and all depending ↵Gravatar Nikias Bassen1-0/+4
services
2015-10-06Add missing "(void)" to functions to match public headersGravatar Martin Szulecki1-1/+1
2015-01-28Remove trailing whitespace errors from all filesGravatar Martin Szulecki1-7/+7
2014-10-03mobilesync: Fix crash in mobilesync_recive_changes() due to typoGravatar Martin Szulecki1-1/+1
2014-10-03Avoid exporting non-public symbolsGravatar Martin Szulecki1-21/+21
2014-03-27Moved Doxygen comments from source files to public headers.Gravatar Aaron Burghardt1-228/+0
Conflicts: include/libimobiledevice/afc.h
2014-03-20Bump dependency to libplist 1.11 and remove use of "plist_dict_insert_item()"Gravatar Martin Szulecki1-2/+2
2013-08-05Implement *_start_service() helper to simplify creation of service clientsGravatar Martin Szulecki1-0/+20
2013-04-25common: Move debug and userpref code into libinternalcommonGravatar Martin Szulecki1-1/+1
2013-03-14global: make sure to check service before checking service->port to prevent ↵Gravatar Nikias Bassen1-1/+1
crashes
2013-02-26Refactor port number use into service descriptor to enable SSL for servicesGravatar Martin Szulecki1-4/+4
This is a major change which breaks API but is required in order to support SSL communication for services as used by network connections.
2013-02-11mobilesync: Add new error_description argument to grab device error messagesGravatar Martin Szulecki1-11/+10
2013-02-10mobilesync: Bump major version to 300 for compatibility with iOS 6Gravatar Martin Szulecki1-1/+1
2012-03-18Completely remove glib dependency.Gravatar Nikias Bassen1-1/+0
2011-04-28device_link_service: Allow passing a reason message upon disconnectingGravatar Martin Szulecki1-1/+1
2011-03-16mobilesync: Plugging a memory leakGravatar Christophe Fergeau1-0/+4
2011-03-16mobilesync: Check for cancel message when attempting to clear all records on ↵Gravatar Martin Szulecki1-7/+15
device Furthermore the clearing must happen after starting synchronization and as we have the data class set already, we can obsolete that argument.
2011-03-14mobilesync: Implement mobilesync_clear_all_records_on_device()Gravatar Martin Szulecki1-0/+72
2011-03-12Add some doxygen markup to mobilesync API docGravatar Christophe Fergeau1-7/+7
Add some missing (), \a and # to let doxygen know that something is a function, a parameter name or a type. This lets doxygen formats these elements in a nicer way (by creating links, changing the font, ...)
2011-03-12Fix typos in mobilesync.c API docGravatar Christophe Fergeau1-7/+7
2011-03-12Add missing '_' in mobilesync_client_new API docGravatar Christophe Fergeau1-1/+1
MOBILESYNC_E_INVALID ARG was used instead of MOBILESYNC_E_INVALID_ARG
2011-03-12Use @retval in mobilesync.c doxygenGravatar Christophe Fergeau1-38/+49
When enumerating a list of possible return codes in doxygen, these values can be listed using @retval instead of @return. This gives a prettier output. Since doing the conversion is tedious, I've only done mobilesync.c so far.
2010-06-19mobilesync: Fix incorrect process changes message when sending changesGravatar Martin Szulecki1-2/+8
Sending changes from computer to device was broken. This also allows passing NULL for actions.
2010-05-15Add documentation for mobilesync APIGravatar Martin Szulecki1-0/+151
2010-05-15Added computer_data_class_version to mobilsync_start.Gravatar Bryan Forbes1-6/+6
2010-05-15Added checks to make sure entities, is_last_record, and actions aren't NULL.Gravatar Bryan Forbes1-8/+14
2010-05-13Implement mobilesync APIGravatar Bryan Forbes1-0/+585
2010-03-24Remove unused and fix some includesGravatar Nikias Bassen1-1/+0
2010-03-16Complete documentation of public interface and fix a lot of bogus commentsGravatar Martin Szulecki1-4/+27
This change unifies the documentation comment syntax, fixes a few bad documentation comments and completes documentation where it was missing.
2010-03-16Rename the *_int to *_private for better semantic and fix public typedefsGravatar Martin Szulecki1-1/+1
This changes the typedef logic slightly for the public headers in order for doxygen to correctly pickup and enable the client struct documentation.
2010-01-29Global renames due to project rename to libimobiledeviceGravatar Nikias Bassen1-3/+3
2010-01-24Remove duplicated dumping of plists in mobilesyncGravatar Martin Szulecki1-18/+0
2010-01-22Rename all *_recv functions to *_receive to match underlying APIGravatar Martin Szulecki1-1/+1
2010-01-13Rename service implementation sources to lowercase for consistencyGravatar Martin Szulecki1-0/+148