summaryrefslogtreecommitdiffstats
path: root/libusbmuxd/libusbmuxd.c
AgeCommit message (Collapse)AuthorFilesLines
2009-11-05Fix: properly remove devices from collection when usbmuxd terminatesv1.0.0Gravatar Nikias Bassen1-2/+1
... instead of freeing the collection itself. This fixes the problem with gvfs Volumes not getting removed when unplugging a device and thus increasing the number of devices listed under 'Places' or the save file dialog in GNOME.
2009-10-25Add missing license headers and make them consistentGravatar Hector Martin1-0/+23
2009-09-23Add usbmuxd_device_list_free functionGravatar Martin Szulecki1-0/+8
2009-09-08Protocol definition updated.Gravatar Nikias Bassen1-6/+41
renamed: usbmuxd_scan() -> usbmuxd_get_device_list() new: usbmuxd_get_device_by_uuid()
2009-09-05Silence 64-bit compiler warnings.Gravatar Nikias Bassen1-2/+2
2009-08-26Renamed 'enum usbmuxd_device_event' to 'enum usbmuxd_event_type'.Gravatar Nikias Bassen1-1/+1
2009-08-26Allow passing user_data to the callback function.Gravatar Nikias Bassen1-9/+9
2009-08-21Updated usbmuxd protocol definition and public header.Gravatar Nikias Bassen1-45/+288
[Hector] Merged by putting utils.c into a common dir, avoiding log.c dependency for libusbmuxd, adding CMake magic to tie things up.
2009-08-20Merge the two development historiesGravatar Hector Martin1-0/+248