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