summaryrefslogtreecommitdiffstats
path: root/common
AgeCommit message (Collapse)AuthorFilesLines
2010-07-01Disable fdlist_* in utils for libusbmuxdGravatar Hector Martin2-0/+4
Should help Windows builds (no poll.h)
2009-10-25Add missing license headers and make them consistentGravatar Hector Martin2-2/+4
2009-10-12optimize: persist fdlist for duration of main_loopGravatar Hector Martin2-0/+6
constant malloc and realloc was wasting lots of time
2009-08-21Updated usbmuxd protocol definition and public header.Gravatar Nikias Bassen2-0/+182
[Hector] Merged by putting utils.c into a common dir, avoiding log.c dependency for libusbmuxd, adding CMake magic to tie things up.