Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 ↵ | Nikias Bassen | 1 | -1/+1 | |
crashes | |||||
2013-02-26 | Refactor port number use into service descriptor to enable SSL for services | Martin Szulecki | 1 | -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-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 | |
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-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 | |
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-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 | |
MOBILESYNC_E_INVALID ARG was used instead of MOBILESYNC_E_INVALID_ARG | |||||
2011-03-12 | Use @retval in mobilesync.c doxygen | Christophe Fergeau | 1 | -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-19 | mobilesync: Fix incorrect process changes message when sending changes | Martin Szulecki | 1 | -2/+8 | |
Sending changes from computer to device was broken. This also allows passing NULL for actions. | |||||
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 | |
This change unifies the documentation comment syntax, fixes a few bad documentation comments and completes documentation where it was missing. | |||||
2010-03-16 | Rename the *_int to *_private for better semantic and fix public typedefs | Martin Szulecki | 1 | -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-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 | |