Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-12-02 | common: Add thread+mutex implementation and use it where applicablerefactor | Nikias Bassen | 3 | -0/+168 | |
2014-12-02 | Move utils to convenience library | Nikias Bassen | 3 | -0/+426 | |
2013-09-17 | remove libusbmuxd sources and adapt source tree to use autotools | Nikias Bassen | 2 | -196/+0 | |
libusbmuxd has been split off and is now managed in a separate repository. By the time of this commit, the repository is: git clone http://git.sukimashita.com/libusbmuxd.git | |||||
2012-01-23 | Licensed common/utils.c and common/utils.h under LGPL | Nikias Bassen | 2 | -12/+14 | |
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 | 2 | -0/+4 | |
Should help Windows builds (no poll.h) | |||||
2009-10-25 | Add missing license headers and make them consistent | Hector Martin | 2 | -2/+4 | |
2009-10-12 | optimize: persist fdlist for duration of main_loop | Hector Martin | 2 | -0/+6 | |
constant malloc and realloc was wasting lots of time | |||||
2009-08-21 | Updated usbmuxd protocol definition and public header. | Nikias Bassen | 2 | -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. |