summaryrefslogtreecommitdiff
path: root/src/mobilesync.c
Commit message (Expand)AuthorAgeFilesLines
* [clang-tidy] Fix bugprone string compareRosen Penev2022-04-221-1/+1
* mobilesync: Set DeviceLink version to 400 to support iOS 14b4+Nikias Bassen2021-06-021-1/+1
* Make sure all source files include config.hNikias Bassen2020-01-051-1/+3
* Make sure to handle timeout errors in device link service and all depending s...Nikias Bassen2019-09-271-0/+4
* Add missing "(void)" to functions to match public headersMartin Szulecki2015-10-061-1/+1
* Remove trailing whitespace errors from all filesMartin Szulecki2015-01-281-7/+7
* mobilesync: Fix crash in mobilesync_recive_changes() due to typoMartin Szulecki2014-10-031-1/+1
* Avoid exporting non-public symbolsMartin Szulecki2014-10-031-21/+21
* Moved Doxygen comments from source files to public headers.Aaron Burghardt2014-03-271-228/+0
* Bump dependency to libplist 1.11 and remove use of "plist_dict_insert_item()"Martin Szulecki2014-03-201-2/+2
* Implement *_start_service() helper to simplify creation of service clientsMartin Szulecki2013-08-051-0/+20
* common: Move debug and userpref code into libinternalcommonMartin Szulecki2013-04-251-1/+1
* global: make sure to check service before checking service->port to prevent c...Nikias Bassen2013-03-141-1/+1
* Refactor port number use into service descriptor to enable SSL for servicesMartin Szulecki2013-02-261-4/+4
* mobilesync: Add new error_description argument to grab device error messagesMartin Szulecki2013-02-111-11/+10
* mobilesync: Bump major version to 300 for compatibility with iOS 6Martin Szulecki2013-02-101-1/+1
* Completely remove glib dependency.Nikias Bassen2012-03-181-1/+0
* device_link_service: Allow passing a reason message upon disconnectingMartin Szulecki2011-04-281-1/+1
* mobilesync: Plugging a memory leakChristophe Fergeau2011-03-161-0/+4
* mobilesync: Check for cancel message when attempting to clear all records on ...Martin Szulecki2011-03-161-7/+15
* mobilesync: Implement mobilesync_clear_all_records_on_device()Martin Szulecki2011-03-141-0/+72
* Add some doxygen markup to mobilesync API docChristophe Fergeau2011-03-121-7/+7
* Fix typos in mobilesync.c API docChristophe Fergeau2011-03-121-7/+7
* Add missing '_' in mobilesync_client_new API docChristophe Fergeau2011-03-121-1/+1
* Use @retval in mobilesync.c doxygenChristophe Fergeau2011-03-121-38/+49
* mobilesync: Fix incorrect process changes message when sending changesMartin Szulecki2010-06-191-2/+8
* Add documentation for mobilesync APIMartin Szulecki2010-05-151-0/+151
* Added computer_data_class_version to mobilsync_start.Bryan Forbes2010-05-151-6/+6
* Added checks to make sure entities, is_last_record, and actions aren't NULL.Bryan Forbes2010-05-151-8/+14
* Implement mobilesync APIBryan Forbes2010-05-131-0/+585
* Remove unused and fix some includesNikias Bassen2010-03-241-1/+0
* Complete documentation of public interface and fix a lot of bogus commentsMartin Szulecki2010-03-161-4/+27
* Rename the *_int to *_private for better semantic and fix public typedefsMartin Szulecki2010-03-161-1/+1
* Global renames due to project rename to libimobiledeviceNikias Bassen2010-01-291-3/+3
* Remove duplicated dumping of plists in mobilesyncMartin Szulecki2010-01-241-18/+0
* Rename all *_recv functions to *_receive to match underlying APIMartin Szulecki2010-01-221-1/+1
* Rename service implementation sources to lowercase for consistencyMartin Szulecki2010-01-131-0/+148