summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Make conn_data member of usbmuxd_device_info struct unsigned since it's not a...Nikias Bassen2022-05-051-1/+1
* Remove trailing whitespace errors from all filesMartin Szulecki2020-06-081-1/+1
* Fix compiler warning about missing void in function declaration of usbmuxd_un...fidetro2020-04-271-1/+1
* Fix enum comments in doxygen compatible wayNikias Bassen2019-11-061-3/+3
* Add new usbmuxd_events_subscribe/unsubscribe functions with a context so it c...Nikias Bassen2019-05-221-4/+42
* Return meaningful error codes from usbmuxd_connect()Nikias Bassen2019-01-181-1/+2
* Add proper support for USB and network (WiFi sync) devices reported by usbmuxdNikias Bassen2018-10-131-9/+55
* Add usbmuxd_save_pair_record_with_device_id() to target a device by it's usbm...Nikias Bassen2018-09-151-0/+12
* Handle 'Paired' message and pass event to client through callbackNikias Bassen2016-07-141-1/+2
* Catch Paired message even if it is ignored now to prevent returning anBALATON Zoltan2016-07-131-1/+1
* Update and slightly cleanup copyright headers of public APIMartin Szulecki2014-10-032-43/+40
* Properly rename header guards according to C++ standardNikias Bassen2014-09-132-6/+6
* implemented usbmuxd_read/save/delete_pair_record()Nikias Bassen2013-12-131-0/+33
* implemented usbmuxd_read_buid()Nikias Bassen2013-12-131-0/+10
* initial commit of adapted source tree.Nikias Bassen2013-09-173-0/+292