<feed xmlns='http://www.w3.org/2005/Atom'>
<title>usbmuxd/daemon, branch v1.0.4</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>Make max_payload unsigned too</title>
<updated>2010-05-11T14:36:08+00:00</updated>
<author>
<name>Hector Martin</name>
</author>
<published>2010-05-11T14:36:08+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/usbmuxd.git/commit/?id=ed5a1f49812a29b6ad806778155890157981f252'/>
<id>ed5a1f49812a29b6ad806778155890157981f252</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix aborts due to transmit window overflow</title>
<updated>2010-05-10T22:34:33+00:00</updated>
<author>
<name>Hector Martin</name>
</author>
<published>2010-05-10T22:34:33+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/usbmuxd.git/commit/?id=4c3d762fd6da36cfe877506b74820850eef9f706'/>
<id>4c3d762fd6da36cfe877506b74820850eef9f706</id>
<content type='text'>
c0b02222 made conn-&gt;sendable unsigned. If the device reduces the window
after we've sent too much data already, it can become negative,
overflow, and cause connection aborts when we send too much data. Fix
this by checking for this condition and setting conn-&gt;sendable to 0.

Thanks to Thomas Jost and Nikias Bassen for debugging this issue.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
c0b02222 made conn-&gt;sendable unsigned. If the device reduces the window
after we've sent too much data already, it can become negative,
overflow, and cause connection aborts when we send too much data. Fix
this by checking for this condition and setting conn-&gt;sendable to 0.

Thanks to Thomas Jost and Nikias Bassen for debugging this issue.
</pre>
</div>
</content>
</entry>
<entry>
<title>Ignore SIGPIPE, otherwise usbmuxd might shut down on connection abort</title>
<updated>2010-04-08T13:19:18+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2010-04-07T15:41:27+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/usbmuxd.git/commit/?id=2f5316f8ae27736057eef34a72e4e087c0a24470'/>
<id>2f5316f8ae27736057eef34a72e4e087c0a24470</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>OSX: add workaround for missing ppoll system call</title>
<updated>2010-04-08T13:11:28+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2010-03-29T20:45:27+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/usbmuxd.git/commit/?id=c310eb77480ca24dfdeefd80b73318ef890b5e2a'/>
<id>c310eb77480ca24dfdeefd80b73318ef890b5e2a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Detect the iPad and let usbmuxd talk to it</title>
<updated>2010-04-04T14:20:24+00:00</updated>
<author>
<name>Martin Szulecki</name>
</author>
<published>2010-04-04T00:49:20+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/usbmuxd.git/commit/?id=803f6ccfeaf49aadbf56d544811864d147f00eac'/>
<id>803f6ccfeaf49aadbf56d544811864d147f00eac</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove silly null statement</title>
<updated>2010-02-07T01:00:48+00:00</updated>
<author>
<name>Hector Martin</name>
</author>
<published>2010-02-07T00:59:18+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/usbmuxd.git/commit/?id=719ebc32464581ebc6b465d2fe78e642c1f50e20'/>
<id>719ebc32464581ebc6b465d2fe78e642c1f50e20</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Clean up CMakeLists (inspired by Gentoo patch)</title>
<updated>2010-02-07T01:00:31+00:00</updated>
<author>
<name>Hector Martin</name>
</author>
<published>2010-02-07T00:59:03+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/usbmuxd.git/commit/?id=c9db7c05573bee6e819ae76095e0d80f5fe02dd4'/>
<id>c9db7c05573bee6e819ae76095e0d80f5fe02dd4</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 crash on TCP junk during device init</title>
<updated>2010-02-01T17:29:37+00:00</updated>
<author>
<name>Hector Martin</name>
</author>
<published>2010-02-01T17:29:37+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/usbmuxd.git/commit/?id=003e72659b579e4376d099767f2e757e80d8f2a4'/>
<id>003e72659b579e4376d099767f2e757e80d8f2a4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Require explicit username to drop privs</title>
<updated>2010-01-29T23:33:57+00:00</updated>
<author>
<name>Hector Martin</name>
</author>
<published>2010-01-29T23:33:57+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/usbmuxd.git/commit/?id=9932ebe49a47c929c8345625a907e5d4e73fe3d5'/>
<id>9932ebe49a47c929c8345625a907e5d4e73fe3d5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Do not attempt to drop privs to root</title>
<updated>2010-01-29T23:33:05+00:00</updated>
<author>
<name>Hector Martin</name>
</author>
<published>2010-01-29T23:33:05+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/usbmuxd.git/commit/?id=db1429f4ab24433ec1b98721230305ed043aba66'/>
<id>db1429f4ab24433ec1b98721230305ed043aba66</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
