<feed xmlns='http://www.w3.org/2005/Atom'>
<title>usbmuxd, 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.sukimashita.com/usbmuxd.git/'/>
<entry>
<title>Make sure license files are added in make dist</title>
<updated>2014-10-14T23:30:45+00:00</updated>
<author>
<name>Martin Szulecki</name>
</author>
<published>2014-10-14T23:30:45+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/usbmuxd.git/commit/?id=cc5ee997669a4f1aa8f297b4ad3b9bfd20db112a'/>
<id>cc5ee997669a4f1aa8f297b4ad3b9bfd20db112a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update NEWS with latest changes</title>
<updated>2014-10-14T16:15:07+00:00</updated>
<author>
<name>Martin Szulecki</name>
</author>
<published>2014-10-14T16:15:07+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/usbmuxd.git/commit/?id=493006c75481a3217a456bbd544c67d80f29aa51'/>
<id>493006c75481a3217a456bbd544c67d80f29aa51</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs: Update man page to match latest usage changes</title>
<updated>2014-10-14T16:14:19+00:00</updated>
<author>
<name>Martin Szulecki</name>
</author>
<published>2014-10-14T16:14:19+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/usbmuxd.git/commit/?id=a52ac3be02779b3cd1c1c1db5c86bf79ece7a5d1'/>
<id>a52ac3be02779b3cd1c1c1db5c86bf79ece7a5d1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use long options for udev activation rule as it's easier to understand</title>
<updated>2014-10-14T16:12:49+00:00</updated>
<author>
<name>Martin Szulecki</name>
</author>
<published>2014-10-14T16:12:49+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/usbmuxd.git/commit/?id=1dc5437d7c25df26368dcce8db75785eb48ec6aa'/>
<id>1dc5437d7c25df26368dcce8db75785eb48ec6aa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>systemd: Use new "--systemd" and fix multiple device handling with systemd</title>
<updated>2014-10-14T16:12:06+00:00</updated>
<author>
<name>Martin Szulecki</name>
</author>
<published>2014-10-14T16:12:06+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/usbmuxd.git/commit/?id=04b5d3e2e3e9bd3e2fa4ecb8b9b00789afdf2902'/>
<id>04b5d3e2e3e9bd3e2fa4ecb8b9b00789afdf2902</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix support for more than one device with systemd by extending usbmuxd usage</title>
<updated>2014-10-14T16:05:31+00:00</updated>
<author>
<name>Martin Szulecki</name>
</author>
<published>2014-10-14T16:05:31+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/usbmuxd.git/commit/?id=4a5bddef1ea5f19308eaae417d7bbc57dc3246d1'/>
<id>4a5bddef1ea5f19308eaae417d7bbc57dc3246d1</id>
<content type='text'>
Upon connecting a new device, usbmuxd was not notified to scan for it if
systemd was used as the activation method. This change introduces the
"--disable-hotplug" and "--enable-exit" options to have a finer control
over usbmuxd's signaling behavior. The convenience option "--systemd"
complements the "--udev" option and setups the right settings for systemd.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Upon connecting a new device, usbmuxd was not notified to scan for it if
systemd was used as the activation method. This change introduces the
"--disable-hotplug" and "--enable-exit" options to have a finer control
over usbmuxd's signaling behavior. The convenience option "--systemd"
complements the "--udev" option and setups the right settings for systemd.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix broken "--user" option which didn't accept an argument</title>
<updated>2014-10-14T16:02:02+00:00</updated>
<author>
<name>Martin Szulecki</name>
</author>
<published>2014-10-14T16:02:02+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/usbmuxd.git/commit/?id=18d1419408205956cca308781202e064a3122d99'/>
<id>18d1419408205956cca308781202e064a3122d99</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Slightly clean up CFLAGS in Makefile.am</title>
<updated>2014-10-14T01:47:44+00:00</updated>
<author>
<name>Martin Szulecki</name>
</author>
<published>2014-10-14T01:47:44+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/usbmuxd.git/commit/?id=4d5e3134069a3223609efd78c6b2d47216151e42'/>
<id>4d5e3134069a3223609efd78c6b2d47216151e42</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update README description to match man page</title>
<updated>2014-10-14T01:44:46+00:00</updated>
<author>
<name>Martin Szulecki</name>
</author>
<published>2014-10-14T01:44:46+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/usbmuxd.git/commit/?id=a8fdff1b46f520da9b4f8926436706f4ef914fe0'/>
<id>a8fdff1b46f520da9b4f8926436706f4ef914fe0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add man page for usbmuxd daemon</title>
<updated>2014-10-14T01:42:39+00:00</updated>
<author>
<name>Martin Szulecki</name>
</author>
<published>2014-10-14T01:42:39+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/usbmuxd.git/commit/?id=f06c3a6cc2c811ef4c9199c82c170b91a5f292fd'/>
<id>f06c3a6cc2c811ef4c9199c82c170b91a5f292fd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
