Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-02-27 | Use common thread implementation as used in other libimobiledevice libraries | Nikias Bassen | 1 | -7/+9 | |
2018-10-14 | Allow using non-standard usbmuxd socket address via environment variable | Nikias Bassen | 1 | -0/+1 | |
By using USBMUXD_SOCKET_ADDRESS environment variable, it is possible to make libusbmuxd connect to the specified address. The value needs to be in format ADDRESS:PORT (or UNIX:PATH on unix systems). If no port number is specified or parsing fails, the standard socket address (or unix domain socket file path) will be used silently. | |||||
2018-10-13 | Add proper support for USB and network (WiFi sync) devices reported by usbmuxd | Nikias Bassen | 1 | -1/+1 | |
This commit extends the interface with a new function usbmuxd_get_device() that allows to look up USB *and* network devices, while the 'old' interface usbmuxd_get_device_by_udid() only targets USB devices. The usbmuxd_device_info_t structure now has new members 'conn_type' and 'conn_data' so that the returned device info allows to figure out if a device is available via USB or network. Check the comments in include/usbmuxd.h for more details. | |||||
2018-10-12 | Properly detect availability of program_invocation_short_name and suppress ↵ | Nikias Bassen | 1 | -0/+18 | |
compiler warning | |||||
2018-09-15 | Add usbmuxd_save_pair_record_with_device_id() to target a device by it's ↵ | Nikias Bassen | 1 | -1/+1 | |
usbmux id | |||||
2018-09-15 | Properly set ProgName (and BundleID if available) in plist messages to usbmuxd | Nikias Bassen | 1 | -0/+2 | |
2017-01-03 | win32: Only define sleep() when it's not found and reorder header file includes | Nikias Bassen | 1 | -1/+1 | |
2016-12-27 | Use ax_pthread.m4 and get rid of clang compiler warning about pthread | Nikias Bassen | 1 | -11/+11 | |
2015-01-30 | Improve maintainability and requires of pkg-config file | Martin Szulecki | 1 | -1/+6 | |
2014-10-15 | Post-release version bump to 1.1.0 | Martin Szulecki | 1 | -1/+1 | |
2014-10-14 | Add "check-news" automake option to ensure correct NEWS file on releases | Martin Szulecki | 1 | -1/+1 | |
2014-10-14 | Bump so name correctly as some ABI symbols were removed | Martin Szulecki | 1 | -1/+1 | |
2014-10-03 | Bump so revision due to ABI changes | Nikias Bassen | 1 | -1/+1 | |
2014-10-03 | Use -fvisibility=hidden to avoid exporting non-public symbols | Chow Loong Jin | 1 | -1/+6 | |
2014-10-03 | Move socket and collection functions to a convenience library | Chow Loong Jin | 1 | -0/+1 | |
This avoids the iproxy tool from relying on undocumented library ABI. | |||||
2014-03-24 | Post-release version bump to 1.0.10 | Nikias Bassen | 1 | -1/+1 | |
2013-12-13 | bump soversion to reflect new interface functions | Nikias Bassen | 1 | -1/+1 | |
2013-12-13 | make libplist dependency/protov1 support mandatory | Nikias Bassen | 1 | -23/+1 | |
2013-10-31 | Bump version to 1.0.9 | Nikias Bassen | 1 | -2/+2 | |
2013-09-17 | added libpthread_LIBS to fix build in tools | Nikias Bassen | 1 | -0/+4 | |
2013-09-17 | initial commit of adapted source tree. | Nikias Bassen | 1 | -0/+124 | |