<feed xmlns='http://www.w3.org/2005/Atom'>
<title>usbmuxd/libusbmuxd, branch v1.0.6</title>
<subtitle>A socket daemon to multiplex connections from and to iOS devices</subtitle>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/usbmuxd.git/'/>
<entry>
<title>Make sure install_name_tool on OSX picks up library install path</title>
<updated>2010-09-26T13:05:54+00:00</updated>
<author>
<name>Martin Szulecki</name>
</author>
<published>2010-09-26T13:06:58+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/usbmuxd.git/commit/?id=375c07f27e591d3fffcb9b8103e535b0f471182a'/>
<id>375c07f27e591d3fffcb9b8103e535b0f471182a</id>
<content type='text'>
This allows dylib to correctly find libusbmuxd and fixes linking on OSX.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This allows dylib to correctly find libusbmuxd and fixes linking on OSX.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use Winsock's closesocket() function instead of close() on Windows.</title>
<updated>2010-09-25T14:52:10+00:00</updated>
<author>
<name>David Sansome</name>
</author>
<published>2010-09-25T14:52:10+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/usbmuxd.git/commit/?id=8e5f8a700569015bc36a84850c6d4b4bba5cd1ae'/>
<id>8e5f8a700569015bc36a84850c6d4b4bba5cd1ae</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixes for building libusbmuxd on OS X</title>
<updated>2010-09-19T13:55:31+00:00</updated>
<author>
<name>John Maguire</name>
</author>
<published>2010-09-19T13:55:31+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/usbmuxd.git/commit/?id=bbaa8380a2af9130075f907033283761bfe56b5c'/>
<id>bbaa8380a2af9130075f907033283761bfe56b5c</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add extern "C" to libusbmuxd headers</title>
<updated>2010-07-01T18:33:22+00:00</updated>
<author>
<name>Hector Martin</name>
</author>
<published>2010-07-01T18:33:22+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/usbmuxd.git/commit/?id=9679eeea4c0071b911f7591a09e8667086e447db'/>
<id>9679eeea4c0071b911f7591a09e8667086e447db</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't export gethostbyname() use on non-Windows</title>
<updated>2010-06-25T14:47:55+00:00</updated>
<author>
<name>Bastien Nocera</name>
</author>
<published>2010-06-21T14:59:21+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/usbmuxd.git/commit/?id=5e9c1c28c6959a814818c7f3614ef84cadccf1c8'/>
<id>5e9c1c28c6959a814818c7f3614ef84cadccf1c8</id>
<content type='text'>
This triggers warnings in the Red Hat test suite about IPv6 support.
The easiest is to not compile that code, which will end up unused
on Linux or MacOS X anyway.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This triggers warnings in the Red Hat test suite about IPv6 support.
The easiest is to not compile that code, which will end up unused
on Linux or MacOS X anyway.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix cygwin builds</title>
<updated>2010-06-13T17:38:39+00:00</updated>
<author>
<name>Cerrato Renaud</name>
</author>
<published>2010-06-10T08:41:30+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/usbmuxd.git/commit/?id=63ffaef5b9ba6225d2106f9d4ec07dd318163287'/>
<id>63ffaef5b9ba6225d2106f9d4ec07dd318163287</id>
<content type='text'>
- 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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- 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.
</pre>
</div>
</content>
</entry>
<entry>
<title>Send the port number in screwed up endian in the plist (Apple compat)</title>
<updated>2010-06-12T09:25:09+00:00</updated>
<author>
<name>Hector Martin</name>
</author>
<published>2010-06-12T09:25:09+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/usbmuxd.git/commit/?id=e1da26918aa8eb025cf18216efce61b2b4cf64b8'/>
<id>e1da26918aa8eb025cf18216efce61b2b4cf64b8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Actually enable the new protocol</title>
<updated>2010-06-12T08:36:48+00:00</updated>
<author>
<name>Hector Martin</name>
</author>
<published>2010-06-12T08:36:31+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/usbmuxd.git/commit/?id=4a188de4bb6fdcd1f2f6fe523360e6c31e84e064'/>
<id>4a188de4bb6fdcd1f2f6fe523360e6c31e84e064</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>libusbmuxd: use winsock API for win32</title>
<updated>2010-05-26T18:30:02+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2010-05-26T18:30:02+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/usbmuxd.git/commit/?id=0833499c76f78da21fc33874a485946189a33dad'/>
<id>0833499c76f78da21fc33874a485946189a33dad</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add protocol version 1 (plist based) support using libplist</title>
<updated>2010-05-25T23:39:28+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2010-05-24T16:57:10+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/usbmuxd.git/commit/?id=6cb505257ff848aa7ead80b60b575effc3a915fa'/>
<id>6cb505257ff848aa7ead80b60b575effc3a915fa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
