summaryrefslogtreecommitdiffstats
path: root/src/mobilesync.c
AgeCommit message (Expand)AuthorFilesLines
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 s...Gravatar Nikias Bassen1-0/+4
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
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 c...Gravatar Nikias Bassen1-1/+1
2013-02-26Refactor port number use into service descriptor to enable SSL for servicesGravatar Martin Szulecki1-4/+4
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
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
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
2011-03-12Use @retval in mobilesync.c doxygenGravatar Christophe Fergeau1-38/+49
2010-06-19mobilesync: Fix incorrect process changes message when sending changesGravatar Martin Szulecki1-2/+8
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
2010-03-16Rename the *_int to *_private for better semantic and fix public typedefsGravatar Martin Szulecki1-1/+1
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