summaryrefslogtreecommitdiffstats
path: root/libusbmuxd/usbmuxd-proto.h
AgeCommit message (Collapse)AuthorFilesLines
2010-07-01Add extern "C" to libusbmuxd headersv1.0.5Gravatar Hector Martin1-0/+8
2010-06-13Fix cygwin buildsGravatar Cerrato Renaud1-1/+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-05-26Add protocol version 1 (plist based) support using libplistGravatar Nikias Bassen1-1/+1
2010-05-26libusbmuxd: use define for the win32 port numberGravatar Nikias Bassen1-0/+4
2009-10-25Add missing license headers and make them consistentGravatar Hector Martin1-0/+23
2009-08-21Updated usbmuxd protocol definition and public header.Gravatar Nikias Bassen1-24/+34
[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-20Merge the two development historiesGravatar Hector Martin1-0/+52