Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-01-28 | Remove trailing whitespace errors from all files | Martin Szulecki | 1 | -5/+5 | |
2014-10-03 | Avoid exporting non-public symbols | Martin Szulecki | 1 | -12/+12 | |
2014-03-27 | Moved Doxygen comments from source files to public headers. | Aaron Burghardt | 1 | -157/+0 | |
Conflicts: include/libimobiledevice/afc.h | |||||
2014-03-20 | Bump dependency to libplist 1.11 and remove use of "plist_dict_insert_item()" | Martin Szulecki | 1 | -12/+12 | |
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 | -3/+2 | |
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. | |||||
2011-04-28 | device_link_service: Allow passing a reason message upon disconnecting | Martin Szulecki | 1 | -1/+1 | |
2010-06-10 | mobilebackup: Add function to receive application received message | Martin Szulecki | 1 | -0/+23 | |
2010-06-09 | mobilebackup: free device_link_service after sending restore_complete | Nikias Bassen | 1 | -6/+51 | |
The device sends us a DLMessageDisconnect so we need to free the device_link_service_client. Otherwise when calling mobilebackup_client_free we get a send error from libusbmuxd. | |||||
2010-06-08 | Fix typos in mobilesync code | Martin Szulecki | 1 | -1/+1 | |
2010-06-06 | mobilebackup: extend interface with functions for the restore process | Nikias Bassen | 1 | -0/+114 | |
2010-06-03 | mobilebackup: add internal mobilebackup_send_message() for cleaner code | Nikias Bassen | 1 | -20/+49 | |
Again, does not clean up too much, but it'll be helpful when completing the restore part of the mobilebackup API. | |||||
2010-06-03 | mobilebackup: add internal mobilebackup_receive_message() for cleaner code | Nikias Bassen | 1 | -21/+69 | |
This does not clean up too much for now, but when completing the rest of the mobilebackup API it will help to provide nice and clean code. | |||||
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-03-16 | mobilebackup: new functions added | Nikias Bassen | 1 | -0/+150 | |
2010-01-29 | Global renames due to project rename to libimobiledevice | Nikias Bassen | 1 | -3/+3 | |
2010-01-24 | Add service code and a backup tool for mobilebackup support | Martin Szulecki | 1 | -0/+131 | |