summaryrefslogtreecommitdiffstats
path: root/include/libimobiledevice/libimobiledevice.h
AgeCommit message (Collapse)AuthorFilesLines
2024-03-16Add libimobiledevice_version() function to interfaceGravatar Nikias Bassen1-0/+7
2024-01-31Move LIBIMOBILEDEVICE_API to public headersGravatar Nikias Bassen1-23/+33
2022-05-09Add new idevice_events_subscribe/unsubscribe API with contextGravatar Nikias Bassen1-2/+34
The older API idevice_event_subscribe/unsubscribe can only be used by a single instance. With the addition of a context, is is now possible to register multiple callback functions in different threads. For backwards compatibility the old API will still be available for a while before being removed in a future release.
2022-04-12Documentation fixesGravatar Nikias Bassen1-12/+23
2021-10-12idevice: Add IDEVICE_E_CONNREFUSED and have idevice_connect() return ↵Gravatar Nikias Bassen1-0/+1
meaningful error codes This allows clients to properly detect that a connection to the requested port failed because it is not open on the device, instead of just returning an "unknown error"
2020-02-20introduces optional `idevice_connection_disable_ssl` with ability not to ↵Gravatar Demyan Kimitsa1-0/+14
send SSL shutdown message. As in debugserver this message will be considered as GDB server communication and break things
2019-11-07Add new idevice_get_device_list_extended() allowing to list all devices, ↵Gravatar Nikias Bassen1-4/+28
including network Instead of just returning a list of UDIDs (like idevice_get_device_list) this function will return idevice_info_t* records which also contains the type of the connection and the connection data.
2019-11-07Add propert support for network (WiFi) devices via new ↵Gravatar Nikias Bassen1-5/+51
idevice_new_with_options()
2019-06-23replace all occurrences of occured by occurredGravatar Yves-Alexis Perez1-4/+4
Do it in all comments and errors messages
2019-06-13Timeout support for SSL connections and better timeout handeling.Gravatar DanyL1-2/+2
2018-09-29idevice: Add usbmux device id (handle/mux id) to internal data structureGravatar Nikias Bassen1-1/+1
2017-04-08Added IDEVICE_DEVICE_PAIRED event constant matching the correspondingGravatar BALATON Zoltan1-1/+2
event number in libusbmuxd
2016-04-01Add new function to get the underlying file descriptor of an idevice connectionGravatar BALATON Zoltan1-0/+10
2015-01-28Remove trailing whitespace errors from all filesGravatar Martin Szulecki1-11/+11
2015-01-28Update copyright of public headersGravatar Martin Szulecki1-0/+2
2014-12-06Replace () with (void) in function prototypesGravatar Christophe Fergeau1-1/+1
() and (void) are 2 different things in C, and can cause gcc warnings: error: function declaration isn't a prototype [-Werror=strict-prototypes] idevice_error_t idevice_event_unsubscribe(); This commit replaces () with (void) in installed headers.
2014-10-26debug: Fix symbol locality for linker so debug messages are printed againGravatar Martin Szulecki1-3/+7
2014-10-05Convert int16_t macro error types into enum to improve debugging/type-checkingGravatar Martin Szulecki1-13/+10
This simple change provides various benefits for developers like compile time errors, better auto-completition in editors and the ability of a debugger to show the constant instead of just the raw value. Thanks to Aaron Burghardt for the proposal.
2014-03-27Moved Doxygen comments from source files to public headers.Gravatar Aaron Burghardt1-0/+147
Conflicts: include/libimobiledevice/afc.h
2013-08-07idevice: Export SSL control functions for idevice_connection_tGravatar Martin Szulecki1-0/+2
2013-02-27Make all "include guards" for all headers consistentGravatar Martin Szulecki1-2/+2
2012-03-22Mass replace UUID by UDID, which is the correct term for itGravatar Martin Szulecki1-3/+3
2010-03-16Fix typo in commentGravatar Martin Szulecki1-1/+1
2010-03-16Complete documentation of public interface and fix a lot of bogus commentsGravatar Martin Szulecki1-9/+14
This change unifies the documentation comment syntax, fixes a few bad documentation comments and completes documentation where it was missing.
2010-03-16Rename the *_int to *_private for better semantic and fix public typedefsGravatar Martin Szulecki1-4/+4
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-29Global renames due to project rename to libimobiledeviceGravatar Nikias Bassen1-0/+102