<feed xmlns='http://www.w3.org/2005/Atom'>
<title>usbmuxd, branch v1.0.5</title>
<subtitle>A socket daemon to multiplex connections from and to iOS devices</subtitle>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/usbmuxd.git/'/>
<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.sukimashita.com/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>Disable fdlist_* in utils for libusbmuxd</title>
<updated>2010-07-01T18:22:42+00:00</updated>
<author>
<name>Hector Martin</name>
</author>
<published>2010-07-01T18:22:42+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/usbmuxd.git/commit/?id=e492ed1d13b51f95b3b96e54d2c3d9076a1910b4'/>
<id>e492ed1d13b51f95b3b96e54d2c3d9076a1910b4</id>
<content type='text'>
Should help Windows builds (no poll.h)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Should help Windows builds (no poll.h)
</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.sukimashita.com/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 segfault when device initialization fails</title>
<updated>2010-06-17T16:24:17+00:00</updated>
<author>
<name>Hector Martin</name>
</author>
<published>2010-06-17T16:24:17+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/usbmuxd.git/commit/?id=3ea39bc9c977ddbbcb168f79505e0856942a259d'/>
<id>3ea39bc9c977ddbbcb168f79505e0856942a259d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove spurious newline in message</title>
<updated>2010-06-17T16:24:00+00:00</updated>
<author>
<name>Hector Martin</name>
</author>
<published>2010-06-17T16:24:00+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/usbmuxd.git/commit/?id=7a4ab4e6a6225f06d01405187c19cfa3cb7bd600'/>
<id>7a4ab4e6a6225f06d01405187c19cfa3cb7bd600</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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.sukimashita.com/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>Abort processing for some client errors (instead of crashing)</title>
<updated>2010-06-13T16:48:27+00:00</updated>
<author>
<name>Hector Martin</name>
</author>
<published>2010-06-13T16:48:27+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/usbmuxd.git/commit/?id=713cfb3d145f9db242138405f16d4ab225e8ba04'/>
<id>713cfb3d145f9db242138405f16d4ab225e8ba04</id>
<content type='text'>
Missing 'return' statements caused the code to keep running on a
deallocated client, which would cause the server to crash.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Missing 'return' statements caused the code to keep running on a
deallocated client, which would cause the server to crash.
</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.sukimashita.com/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.sukimashita.com/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>These patches get usbmuxd compiling/working on FreeBSD. With minor changes, it could work on other BSD's also.</title>
<updated>2010-06-12T02:28:57+00:00</updated>
<author>
<name>Jacob Myers</name>
</author>
<published>2010-06-12T01:58:38+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/usbmuxd.git/commit/?id=6eef4b8c6263af1938ea52bc6e3c6976678225ff'/>
<id>6eef4b8c6263af1938ea52bc6e3c6976678225ff</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
