Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-06-08 | Remove trailing whitespace errors from all files | Martin Szulecki | 1 | -1/+1 | |
2020-04-27 | Fix compiler warning about missing void in function declaration of ↵ | fidetro | 1 | -1/+1 | |
usbmuxd_unsubscribe() | |||||
2019-11-06 | Fix enum comments in doxygen compatible way | Nikias Bassen | 1 | -3/+3 | |
2019-05-22 | Add new usbmuxd_events_subscribe/unsubscribe functions with a context so it ↵ | Nikias Bassen | 1 | -4/+42 | |
can be used in different threads | |||||
2019-01-18 | Return meaningful error codes from usbmuxd_connect() | Nikias Bassen | 1 | -1/+2 | |
2018-10-13 | Add proper support for USB and network (WiFi sync) devices reported by usbmuxd | Nikias Bassen | 1 | -9/+55 | |
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-09-15 | Add usbmuxd_save_pair_record_with_device_id() to target a device by it's ↵ | Nikias Bassen | 1 | -0/+12 | |
usbmux id | |||||
2016-07-14 | Handle 'Paired' message and pass event to client through callback | Nikias Bassen | 1 | -1/+2 | |
2014-10-03 | Update and slightly cleanup copyright headers of public API | Martin Szulecki | 1 | -21/+20 | |
2014-09-13 | Properly rename header guards according to C++ standard | Nikias Bassen | 1 | -3/+3 | |
2013-12-13 | implemented usbmuxd_read/save/delete_pair_record() | Nikias Bassen | 1 | -0/+33 | |
2013-12-13 | implemented usbmuxd_read_buid() | Nikias Bassen | 1 | -0/+10 | |
2013-09-17 | initial commit of adapted source tree. | Nikias Bassen | 1 | -0/+191 | |