Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-01-23 | Licensed common/utils.c and common/utils.h under LGPL | Nikias Bassen | 1 | -6/+7 | |
The legal copyright holders, Hector Martin and Nikias Bassen, both agreed to change the license of these files to LGPL so using libusbmuxd won't violate the GPL anymore for using code from these files. | |||||
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. |