<feed xmlns='http://www.w3.org/2005/Atom'>
<title>usbmuxd, branch v1.0.0-rc1</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>Add note that the sftp hack is obsolete</title>
<updated>2009-10-24T22:31:11+00:00</updated>
<author>
<name>Hector Martin</name>
</author>
<published>2009-10-24T22:23:51+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/usbmuxd.git/commit/?id=d263491ad33975d34282e0c3d06ec5ad461c768d'/>
<id>d263491ad33975d34282e0c3d06ec5ad461c768d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add missing license headers and make them consistent</title>
<updated>2009-10-24T22:31:06+00:00</updated>
<author>
<name>Hector Martin</name>
</author>
<published>2009-10-24T22:23:35+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/usbmuxd.git/commit/?id=6e2421b3a8b11dc060f0d2516fc495cc37834a20'/>
<id>6e2421b3a8b11dc060f0d2516fc495cc37834a20</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make some log messages more consistent</title>
<updated>2009-10-12T04:12:36+00:00</updated>
<author>
<name>Hector Martin</name>
</author>
<published>2009-10-12T04:12:36+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/usbmuxd.git/commit/?id=e3443789ab4deb611713ce0c1cf6a8049fe84d09'/>
<id>e3443789ab4deb611713ce0c1cf6a8049fe84d09</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Downgrade "no connection for packet" message loglevel too</title>
<updated>2009-10-12T04:11:41+00:00</updated>
<author>
<name>Hector Martin</name>
</author>
<published>2009-10-12T04:11:41+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/usbmuxd.git/commit/?id=2eff00f575de19c749f986f85566219bbf6eb3f8'/>
<id>2eff00f575de19c749f986f85566219bbf6eb3f8</id>
<content type='text'>
Also happens after connection is closed by the host and the like, to be
expected.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also happens after connection is closed by the host and the like, to be
expected.
</pre>
</div>
</content>
</entry>
<entry>
<title>optimize: persist fdlist for duration of main_loop</title>
<updated>2009-10-12T04:10:50+00:00</updated>
<author>
<name>Hector Martin</name>
</author>
<published>2009-10-12T04:10:50+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/usbmuxd.git/commit/?id=07378b9203f949fb7a475115051edb09f134d8ff'/>
<id>07378b9203f949fb7a475115051edb09f134d8ff</id>
<content type='text'>
constant malloc and realloc was wasting lots of time
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
constant malloc and realloc was wasting lots of time
</pre>
</div>
</content>
</entry>
<entry>
<title>optimize: considerable CPU usage was due to needless ops for unlogged messages</title>
<updated>2009-10-12T03:42:43+00:00</updated>
<author>
<name>Hector Martin</name>
</author>
<published>2009-10-12T03:42:43+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/usbmuxd.git/commit/?id=ac37795c7cca4d297ff860678a4197ee94d80f20'/>
<id>ac37795c7cca4d297ff860678a4197ee94d80f20</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Downgrade unknown client fd message loglevel</title>
<updated>2009-10-12T02:48:41+00:00</updated>
<author>
<name>Hector Martin</name>
</author>
<published>2009-10-12T02:48:41+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/usbmuxd.git/commit/?id=5e63dd04443bd62af46caff8f50b71280256f1ae'/>
<id>5e63dd04443bd62af46caff8f50b71280256f1ae</id>
<content type='text'>
It can happen sometimes when the phone and the client close at the same
time (during the same mainloop iteration) and the like, it's not
important when it shows up during connection teardown.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It can happen sometimes when the phone and the client close at the same
time (during the same mainloop iteration) and the like, it's not
important when it shows up during connection teardown.
</pre>
</div>
</content>
</entry>
<entry>
<title>Disable polling in udev mode, use udev to signal device discovery</title>
<updated>2009-10-10T14:01:26+00:00</updated>
<author>
<name>Hector Martin</name>
</author>
<published>2009-10-10T14:01:26+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/usbmuxd.git/commit/?id=e855c861acde634662957131bbfb367260f8daf0'/>
<id>e855c861acde634662957131bbfb367260f8daf0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add libusb-1.0.3 dep to pkg-config</title>
<updated>2009-10-10T13:47:33+00:00</updated>
<author>
<name>Hector Martin</name>
</author>
<published>2009-10-10T13:47:33+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/usbmuxd.git/commit/?id=94033a862cb907c24cb2aaed1d4f1fb75652bfcd'/>
<id>94033a862cb907c24cb2aaed1d4f1fb75652bfcd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Require libusb-1.0.3 and hardcode explicit ZLP logic</title>
<updated>2009-10-03T15:16:24+00:00</updated>
<author>
<name>Hector Martin</name>
</author>
<published>2009-09-20T17:18:15+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/usbmuxd.git/commit/?id=8ea6dc804457d3ad02b5bc2017007f965359d8c5'/>
<id>8ea6dc804457d3ad02b5bc2017007f965359d8c5</id>
<content type='text'>
1.0.3 has the 0-byte transaction fix. The saga
continues on the libusb trac. Whenever they add the
ZLP flag we can get rid of the 0-byte logic and just
set it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
1.0.3 has the 0-byte transaction fix. The saga
continues on the libusb trac. Whenever they add the
ZLP flag we can get rid of the 0-byte logic and just
set it.
</pre>
</div>
</content>
</entry>
</feed>
