Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-07-01 | Disable fdlist_* in utils for libusbmuxd | Hector Martin | 1 | -0/+2 | |
Should help Windows builds (no poll.h) | |||||
2009-10-25 | Add missing license headers and make them consistent | Hector Martin | 1 | -1/+2 | |
2009-10-12 | optimize: persist fdlist for duration of main_loop | Hector Martin | 1 | -0/+5 | |
constant malloc and realloc was wasting lots of time | |||||
2009-08-21 | Updated usbmuxd protocol definition and public header. | Nikias Bassen | 1 | -0/+117 | |
[Hector] Merged by putting utils.c into a common dir, avoiding log.c dependency for libusbmuxd, adding CMake magic to tie things up. |