<feed xmlns='http://www.w3.org/2005/Atom'>
<title>usbmuxd, branch v0.1.2</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>Use udev mode in the udev rules</title>
<updated>2009-08-03T19:23:25+00:00</updated>
<author>
<name>Bastien Nocera</name>
</author>
<published>2009-08-03T19:23:25+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/usbmuxd.git/commit/?id=91fc30c3247dbc41ce2dfcedfd6086c513ffa80a'/>
<id>91fc30c3247dbc41ce2dfcedfd6086c513ffa80a</id>
<content type='text'>
Otherwise this only works on Debian-based systems.

Signed-off-by: Nikias Bassen &lt;nikias@gmx.li&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Otherwise this only works on Debian-based systems.

Signed-off-by: Nikias Bassen &lt;nikias@gmx.li&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add udev mode of operation</title>
<updated>2009-08-03T19:22:37+00:00</updated>
<author>
<name>Bastien Nocera</name>
</author>
<published>2009-08-03T19:22:37+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/usbmuxd.git/commit/?id=b7d4f48d7e85c43f0dd1111619acf79aba535371'/>
<id>b7d4f48d7e85c43f0dd1111619acf79aba535371</id>
<content type='text'>
When starting up, force background operation when in udev mode and
don't error out when already running.

When disconnecting, check if there are any devices left-over, and
exit if not.

Signed-off-by: Nikias Bassen &lt;nikias@gmx.li&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When starting up, force background operation when in udev mode and
don't error out when already running.

When disconnecting, check if there are any devices left-over, and
exit if not.

Signed-off-by: Nikias Bassen &lt;nikias@gmx.li&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump version to 0.1.2</title>
<updated>2009-08-03T19:18:15+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2009-08-03T19:18:15+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/usbmuxd.git/commit/?id=544f0420cd265194cd0c610f74ef928a60358e68'/>
<id>544f0420cd265194cd0c610f74ef928a60358e68</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix build warnings</title>
<updated>2009-08-03T17:20:07+00:00</updated>
<author>
<name>Bastien Nocera</name>
</author>
<published>2009-08-03T17:20:07+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/usbmuxd.git/commit/?id=9a66df47b0468aeac8dcd975e5991581627357b3'/>
<id>9a66df47b0468aeac8dcd975e5991581627357b3</id>
<content type='text'>
usbmux.c: In function ‘usbmux_free_device’:
usbmux.c:412: warning: ‘bytes’ may be used uninitialized in this
function
main.c: In function ‘usbmuxd_client_init_thread’:
main.c:197: warning: dereferencing pointer ‘s_req.55’ does break
strict-aliasing rules
main.c:613: note: initialized from here
main.c:944: warning: ‘j’ may be used uninitialized in this function

Signed-off-by: Nikias Bassen &lt;nikias@gmx.li&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
usbmux.c: In function ‘usbmux_free_device’:
usbmux.c:412: warning: ‘bytes’ may be used uninitialized in this
function
main.c: In function ‘usbmuxd_client_init_thread’:
main.c:197: warning: dereferencing pointer ‘s_req.55’ does break
strict-aliasing rules
main.c:613: note: initialized from here
main.c:944: warning: ‘j’ may be used uninitialized in this function

Signed-off-by: Nikias Bassen &lt;nikias@gmx.li&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix usb communication problem</title>
<updated>2009-08-03T17:00:38+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2009-08-03T17:00:38+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/usbmuxd.git/commit/?id=1d006240c339dd950c5b4da8000289fba9105c0d'/>
<id>1d006240c339dd950c5b4da8000289fba9105c0d</id>
<content type='text'>
To do this properly, we just have to send an additional zero length usb
packet when we encounter a packet of size wMaxPacketSize or one of its
multiplicants.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
To do this properly, we just have to send an additional zero length usb
packet when we encounter a packet of size wMaxPacketSize or one of its
multiplicants.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Workaround for usb communication issue aka 'N*128 problem' or 'N*512 problem'"</title>
<updated>2009-08-03T16:51:48+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2009-08-03T16:51:48+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/usbmuxd.git/commit/?id=dcc304e88a4d1e2261871a5d4a66bdc8fe4b5339'/>
<id>dcc304e88a4d1e2261871a5d4a66bdc8fe4b5339</id>
<content type='text'>
This reverts commit 3d517f6879b0c476a2e1ac9a55bb7d436977e3b6.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 3d517f6879b0c476a2e1ac9a55bb7d436977e3b6.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "include config.h and defined ENABLE_HACKS"</title>
<updated>2009-08-03T16:51:31+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2009-08-03T16:51:31+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/usbmuxd.git/commit/?id=3441c7a73f138efaa6037746e69f060fc0c3796e'/>
<id>3441c7a73f138efaa6037746e69f060fc0c3796e</id>
<content type='text'>
This reverts commit 6fbd2a72122d6bcd70edbf599baa7465e3e9acb6.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 6fbd2a72122d6bcd70edbf599baa7465e3e9acb6.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Added missing __func__ to printf"</title>
<updated>2009-08-03T16:51:10+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2009-08-03T16:51:10+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/usbmuxd.git/commit/?id=50c536e4b97f0eb5e4991b97d86564ed2f1d0ebe'/>
<id>50c536e4b97f0eb5e4991b97d86564ed2f1d0ebe</id>
<content type='text'>
This reverts commit 843db538ed4b75d0d5943f0df5ba7ab1ce4e65f9.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 843db538ed4b75d0d5943f0df5ba7ab1ce4e65f9.
</pre>
</div>
</content>
</entry>
<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>
</feed>
