Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-02-27 | Make all "include guards" for all headers consistent | Martin Szulecki | 1 | -2/+3 | |
2013-02-26 | Refactor port number use into service descriptor to enable SSL for services | Martin Szulecki | 1 | -1/+1 | |
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-08-27 | device_link_service: add new function device_link_service_receive_message | Nikias Bassen | 1 | -0/+1 | |
2010-03-16 | Complete documentation of public interface and fix a lot of bogus comments | Martin Szulecki | 1 | -1/+2 | |
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 | -3/+2 | |
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-15 | Add device_link_service_send_ping function. | Nikias Bassen | 1 | -0/+1 | |
2010-03-15 | device_link_service: process_message functions renamed using send/receive | Nikias Bassen | 1 | -2/+2 | |
2010-02-19 | device_link_service: new function and docs updated | Nikias Bassen | 1 | -0/+1 | |
New function: device_link_service_get_process_message. This function receives a DLMessageProcessMessage and extracts the message (a PLIST_DICT). Fails if the received plist is not a DLMessageProcessMessage. | |||||
2010-01-29 | Global renames due to project rename to libimobiledevice | Nikias Bassen | 1 | -1/+1 | |
2010-01-24 | Add function to handle the ProcessMessage in the DeviceLink service | Martin Szulecki | 1 | -0/+1 | |
2010-01-12 | New device_link_service | Nikias Bassen | 1 | -0/+51 | |