summaryrefslogtreecommitdiffstats
path: root/common/collection.c
AgeCommit message (Collapse)AuthorFilesLines
2019-06-12common: Use portable pointer initialization and assert on allocation failureGravatar Nikias Bassen1-6/+16
2019-05-22Add new usbmuxd_events_subscribe/unsubscribe functions with a context so it ↵Gravatar Nikias Bassen1-2/+3
can be used in different threads
2014-10-03Move socket and collection functions to a convenience libraryGravatar Chow Loong Jin1-0/+80
This avoids the iproxy tool from relying on undocumented library ABI.