Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-01-31 | Move LIBIMOBILEDEVICE_API to public headers | 1 | -6/+6 | ||
2019-06-13 | Timeout support for SSL connections and better timeout handeling. | 1 | -0/+4 | ||
2015-01-28 | Remove trailing whitespace errors from all files | 1 | -6/+6 | ||
2014-10-03 | Avoid exporting non-public symbols | 1 | -6/+6 | ||
2014-03-27 | Moved Doxygen comments from source files to public headers. | 1 | -67/+0 | ||
Conflicts: include/libimobiledevice/afc.h | |||||
2014-03-20 | Bump dependency to libplist 1.11 and remove use of "plist_dict_insert_item()" | 1 | -2/+2 | ||
2013-08-19 | webinspector: Implement support for partial messages when sending or receiving | 1 | -42/+123 | ||
The protocol appears to split plist payload on 8096 bytes boundries into multiple WIRPartialMessage messages. Now partial messages are correctly decoded during receiving and split automatically when sending large messages by the implementation. | |||||
2013-04-25 | common: Move debug and userpref code into libinternalcommon | 1 | -1/+1 | ||
2013-03-14 | global: make sure to check service before checking service->port to prevent ↵ | 1 | -3/+3 | ||
crashes | |||||
2013-02-28 | remove unneeded int16_t* casts from calls to ↵ | 1 | -1/+1 | ||
service_client_factory_start_service | |||||
2013-02-28 | service: use correct int16_t instead of uint16_t for error codes | 1 | -1/+1 | ||
2013-02-27 | webinspector: Use new service_client_factory_start_service() | 1 | -30/+3 | ||
2013-02-27 | Add label argument to *_client_start_service() helpers | 1 | -2/+4 | ||
2013-02-27 | Rename start service methods to be consistent | 1 | -1/+1 | ||
2013-02-26 | Refactor port number use into service descriptor to enable SSL for services | 1 | -11/+16 | ||
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-26 | webinspector: Remove obsolete newline charaters from debug messages | 1 | -5/+5 | ||
2013-02-23 | webinspector: Print sent/received message plist for easier debugging | 1 | -0/+4 | ||
2013-02-23 | webinspector: Add new service protocol implementation | 1 | -0/+261 | ||