Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-09-17 | remove libusbmuxd sources and adapt source tree to use autotools | 2 | -292/+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-04-08 | replace uuid by udid, which is the correct term for it | 1 | -1/+1 | ||
2011-01-08 | libusbmuxd/iproxy: use windows threads instead of pthread for win32 build | 1 | -1/+31 | ||
2010-06-12 | These patches get usbmuxd compiling/working on FreeBSD. With minor changes, ↵ | 1 | -0/+1 | ||
it could work on other BSD's also. | |||||
2010-05-26 | libusbmuxd: use winsock API for win32 | 2 | -4/+14 | ||
2010-04-08 | iproxy: Remove unused mutex | 1 | -2/+0 | ||
2010-02-07 | Clean up CMakeLists (inspired by Gentoo patch) | 1 | -1/+0 | ||
2010-01-24 | Use -Wall globally | 1 | -2/+2 | ||
2009-10-25 | Add missing license headers and make them consistent | 1 | -22/+26 | ||
2009-09-08 | Protocol definition updated. | 1 | -1/+1 | ||
renamed: usbmuxd_scan() -> usbmuxd_get_device_list() new: usbmuxd_get_device_by_uuid() | |||||
2009-09-08 | Fix compile under Darwin with more includes, also silences some warnings. | 1 | -0/+1 | ||
2009-08-21 | Updated usbmuxd protocol definition and public header. | 1 | -2/+2 | ||
[Hector] Merged by putting utils.c into a common dir, avoiding log.c dependency for libusbmuxd, adding CMake magic to tie things up. | |||||
2009-08-20 | Merge the two development histories | 2 | -0/+249 | ||
2009-05-04 | Use autotools build system and add license | 2 | -0/+246 | ||
Signed-off-by: Nikias Bassen <nikias@gmx.li> |