<feed xmlns='http://www.w3.org/2005/Atom'>
<title>usbmuxd, branch v0.1.1</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>Added missing __func__ to printf</title>
<updated>2009-08-02T14:58:48+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2009-08-02T14:58:48+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/usbmuxd.git/commit/?id=843db538ed4b75d0d5943f0df5ba7ab1ce4e65f9'/>
<id>843db538ed4b75d0d5943f0df5ba7ab1ce4e65f9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump version to 0.1.1</title>
<updated>2009-08-02T14:58:11+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2009-08-02T14:58:11+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/usbmuxd.git/commit/?id=c62271b8a872803f2cbf9ba233a5197bd0289ea4'/>
<id>c62271b8a872803f2cbf9ba233a5197bd0289ea4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>include config.h and defined ENABLE_HACKS</title>
<updated>2009-08-02T05:35:00+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2009-08-02T05:35:00+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/usbmuxd.git/commit/?id=6fbd2a72122d6bcd70edbf599baa7465e3e9acb6'/>
<id>6fbd2a72122d6bcd70edbf599baa7465e3e9acb6</id>
<content type='text'>
Use --disable-hacks to NOT enable hacks like the N*128/N*512 hack when
running configure. Hacks are enabled by default.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use --disable-hacks to NOT enable hacks like the N*128/N*512 hack when
running configure. Hacks are enabled by default.
</pre>
</div>
</content>
</entry>
<entry>
<title>Automatically execute configure from inside autogen.sh</title>
<updated>2009-08-02T05:29:37+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2009-08-02T05:29:37+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/usbmuxd.git/commit/?id=a4ef4325ec1b6cddd4212a6fec954cba270cebb4'/>
<id>a4ef4325ec1b6cddd4212a6fec954cba270cebb4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Workaround for usb communication issue aka 'N*128 problem' or 'N*512 problem'</title>
<updated>2009-08-02T04:42:00+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2009-08-02T04:42:00+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/usbmuxd.git/commit/?id=3d517f6879b0c476a2e1ac9a55bb7d436977e3b6'/>
<id>3d517f6879b0c476a2e1ac9a55bb7d436977e3b6</id>
<content type='text'>
For some strange reason packets that are N*128 bytes long via USB 1.1,
or N*512 bytes long via USB 2.0, the device will not send an answer and
any following packet will cause a connection reset.
See this as a workaround until the usb issue has been resolved.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For some strange reason packets that are N*128 bytes long via USB 1.1,
or N*512 bytes long via USB 2.0, the device will not send an answer and
any following packet will cause a connection reset.
See this as a workaround until the usb issue has been resolved.
</pre>
</div>
</content>
</entry>
<entry>
<title>Replaced HEADERLEN with sizeof(usbmux_tcp_header)</title>
<updated>2009-08-02T04:32:22+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2009-08-02T04:32:22+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/usbmuxd.git/commit/?id=50a85a4c8b50a9884ddd5530132995dc962ebb13'/>
<id>50a85a4c8b50a9884ddd5530132995dc962ebb13</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added support for PTP + Apple Mobile Device + Apple USB Ethernet interfaces</title>
<updated>2009-07-13T12:30:23+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2009-07-13T12:30:23+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/usbmuxd.git/commit/?id=2bff11cdd189745dd044c759afec9ce9c6ceb9fa'/>
<id>2bff11cdd189745dd044c759afec9ce9c6ceb9fa</id>
<content type='text'>
by setting to the highest configuration value available(thanks Martin).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
by setting to the highest configuration value available(thanks Martin).
</pre>
</div>
</content>
</entry>
<entry>
<title>use TCP_RST instead of TCP_FIN when closing the connection so the device does not complain with messages like handleMuxTCPInput th.th_flags = 0x1, not TH_ACK(0x10)</title>
<updated>2009-06-29T00:54:16+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2009-06-29T00:54:16+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/usbmuxd.git/commit/?id=96149556f89f4250621f5892a0684f96f8c7c5e5'/>
<id>96149556f89f4250621f5892a0684f96f8c7c5e5</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 wait for connection request after scan request</title>
<updated>2009-06-20T02:45:47+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2009-06-20T02:45:47+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/usbmuxd.git/commit/?id=296c7764942bc7dac55b631cf17539742b54bf59'/>
<id>296c7764942bc7dac55b631cf17539742b54bf59</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>removed debugging output</title>
<updated>2009-06-20T02:30:44+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2009-06-20T02:30:44+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/usbmuxd.git/commit/?id=23a07f6bc7e14b325f7b3ea29ebe0eeb1d5635b4'/>
<id>23a07f6bc7e14b325f7b3ea29ebe0eeb1d5635b4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
