<feed xmlns='http://www.w3.org/2005/Atom'>
<title>usbmuxd/daemon, branch 1.0.9</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>remove libusbmuxd sources and adapt source tree to use autotools</title>
<updated>2013-09-17T09:30:01+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2013-09-17T09:30:01+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/usbmuxd.git/commit/?id=f4758e8b15cd30fe3f7f18de42e2ea20bc5696f0'/>
<id>f4758e8b15cd30fe3f7f18de42e2ea20bc5696f0</id>
<content type='text'>
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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix detection for Apple TV 2 due to small interface detection bug</title>
<updated>2012-01-14T20:35:53+00:00</updated>
<author>
<name>Martin Szulecki</name>
</author>
<published>2011-09-26T22:02:53+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/usbmuxd.git/commit/?id=5ae8d057300a7dc9a5d567656e8b338a8989478d'/>
<id>5ae8d057300a7dc9a5d567656e8b338a8989478d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump PID range for iPad 2, iPhone 5 and their variants</title>
<updated>2011-03-15T11:35:15+00:00</updated>
<author>
<name>Martin S</name>
</author>
<published>2011-03-14T14:25:47+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/usbmuxd.git/commit/?id=00335c0197c3e130d7002ebab2a808a9433b3233'/>
<id>00335c0197c3e130d7002ebab2a808a9433b3233</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Handle devices with swapped endpoint descriptors</title>
<updated>2011-03-15T11:33:16+00:00</updated>
<author>
<name>Hector Martin</name>
</author>
<published>2011-03-15T11:33:16+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/usbmuxd.git/commit/?id=b1b30622b461397485cd19e6d83b500793680271'/>
<id>b1b30622b461397485cd19e6d83b500793680271</id>
<content type='text'>
Reported by Adam Iglewski on an iPhone 2G running 1.1.4
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reported by Adam Iglewski on an iPhone 2G running 1.1.4
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix potential issue with USB transactions &gt;=32k multiples of 16k</title>
<updated>2010-09-28T01:32:44+00:00</updated>
<author>
<name>Hector Martin</name>
</author>
<published>2010-09-28T01:32:44+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/usbmuxd.git/commit/?id=e534cc5ce4c7fa42c9314b26d7fa0cf288d39833'/>
<id>e534cc5ce4c7fa42c9314b26d7fa0cf288d39833</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Also bump the PID range in usb.h. Duh.</title>
<updated>2010-09-21T17:30:44+00:00</updated>
<author>
<name>Hector Martin</name>
</author>
<published>2010-09-21T17:30:44+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/usbmuxd.git/commit/?id=80e41939e3ae4d8c9e7184c31858b6689822f3d0'/>
<id>80e41939e3ae4d8c9e7184c31858b6689822f3d0</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>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.libimobiledevice.org/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.libimobiledevice.org/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>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.libimobiledevice.org/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>
</feed>
