Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-01-08 | libusbmuxd/iproxy: use windows threads instead of pthread for win32 build | 1 | -0/+3 | ||
2010-11-27 | libusbmuxd: allow building without inotify support | 1 | -0/+4 | ||
2010-11-26 | Add inotify cmake detection | 1 | -0/+5 | ||
2010-09-26 | Make sure install_name_tool on OSX picks up library install path | 1 | -0/+4 | ||
This allows dylib to correctly find libusbmuxd and fixes linking on OSX. | |||||
2010-09-19 | Fixes for building libusbmuxd on OS X | 1 | -0/+1 | ||
Adds include_directories(${OPT_INCLUDES}) for when libplist isn't in the default include directories. Uses /bin/echo instead of sh's echo as "echo -n" does not work on OS X's sh. | |||||
2010-06-13 | Fix cygwin builds | 1 | -0/+1 | ||
- libusbmuxd/CMakeLists.txt : there was a neglect into install rules, for DLL, RUNTIME was missing. - libusbmuxd.c : added __CYGWIN__ conditionnal compilation checks to force regular socket instead of UNIX sockets on CYGWIN platform. | |||||
2010-06-12 | Actually enable the new protocol | 1 | -0/+1 | ||
2010-05-26 | libusbmuxd: use winsock API for win32 | 1 | -0/+3 | ||
2010-05-26 | Add protocol version 1 (plist based) support using libplist | 1 | -1/+5 | ||
2010-02-07 | Clean up CMakeLists (inspired by Gentoo patch) | 1 | -2/+4 | ||
2009-10-31 | Link libusbmuxd with pthread (fix underlinking) | 1 | -1/+2 | ||
2009-10-28 | Use lib64 on 64-bit systems | 1 | -2/+2 | ||
2009-08-26 | Corrected .so versioning. | 1 | -1/+1 | ||
2009-08-26 | Add version information. | 1 | -0/+2 | ||
2009-08-25 | libusbmuxd: build .so instead of .a | 1 | -1/+1 | ||
2009-08-21 | Updated usbmuxd protocol definition and public header. | 1 | -1/+3 | ||
[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 | 1 | -0/+12 | ||