<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libimobiledevice/src, branch 1.0.5</title>
<subtitle>A protocol library to access iOS devices on Linux</subtitle>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libimobiledevice.git/'/>
<entry>
<title>Due to a bug in iOS 4.3, plist data might contain invalid null characters</title>
<updated>2011-03-26T10:54:40+00:00</updated>
<author>
<name>Martin Szulecki</name>
</author>
<published>2011-03-21T15:17:45+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libimobiledevice.git/commit/?id=880fbffd2f1be66a4b63697d7ca2bea46f624841'/>
<id>880fbffd2f1be66a4b63697d7ca2bea46f624841</id>
<content type='text'>
The main lockdown plist of iOS 4.3 contains invalid null characters
which we now convert to spaces. Fixes running ideviceinfo on iOS 4.3.
Thanks to teuf for debugging and proposing the fix.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The main lockdown plist of iOS 4.3 contains invalid null characters
which we now convert to spaces. Fixes running ideviceinfo on iOS 4.3.
Thanks to teuf for debugging and proposing the fix.
</pre>
</div>
</content>
</entry>
<entry>
<title>Wrap debug_print_line in #ifndef STRIP_DEBUG_CODE</title>
<updated>2011-03-26T10:53:34+00:00</updated>
<author>
<name>Christophe Fergeau</name>
</author>
<published>2011-03-11T19:38:57+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libimobiledevice.git/commit/?id=7eb76c0f7bd5710b7d37c1aac4dd9585d249c2db'/>
<id>7eb76c0f7bd5710b7d37c1aac4dd9585d249c2db</id>
<content type='text'>
This function is only called when STRIP_DEBUG_CODE isn't defined,
so build is broken with -Wmissing-prototypes -Werror if it's
not wrapped in #ifndef
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This function is only called when STRIP_DEBUG_CODE isn't defined,
so build is broken with -Wmissing-prototypes -Werror if it's
not wrapped in #ifndef
</pre>
</div>
</content>
</entry>
<entry>
<title>notification_proxy: read ProxyDeath message after posting notification</title>
<updated>2011-03-26T10:52:02+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2010-11-28T16:00:45+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libimobiledevice.git/commit/?id=f55a7dd55b4ace31a21916ce1e76a7f5fd9c0cc3'/>
<id>f55a7dd55b4ace31a21916ce1e76a7f5fd9c0cc3</id>
<content type='text'>
This prevents ugly error messages appearing in the device's syslog.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This prevents ugly error messages appearing in the device's syslog.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a safety check in lockdownd_client_new_with_handshake() to fix a possible crash</title>
<updated>2010-11-27T18:34:55+00:00</updated>
<author>
<name>Martin Szulecki</name>
</author>
<published>2010-11-27T18:30:40+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libimobiledevice.git/commit/?id=d9ed7fa82a1764c6badbe6cd98e54e04a5250cc6'/>
<id>d9ed7fa82a1764c6badbe6cd98e54e04a5250cc6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make sure uuid argument of idevice_get_uuid() is set</title>
<updated>2010-11-27T18:34:41+00:00</updated>
<author>
<name>Martin Szulecki</name>
</author>
<published>2010-11-27T18:27:03+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libimobiledevice.git/commit/?id=0618efe5492284b1fbdd5dc296476907f670c9dd'/>
<id>0618efe5492284b1fbdd5dc296476907f670c9dd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix iOS 4.2 GnuTLS issue by passing a certificate in the handshake</title>
<updated>2010-11-27T14:07:18+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2010-11-27T13:12:57+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libimobiledevice.git/commit/?id=70f7e3ca9e4b3dcc814ffa465bda5179f74c80e3'/>
<id>70f7e3ca9e4b3dcc814ffa465bda5179f74c80e3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>afc: fix reading of afc status codes on big endian machines</title>
<updated>2010-10-03T22:37:26+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2010-09-01T20:31:23+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libimobiledevice.git/commit/?id=8527540127a97b2f5364987771aeb2400365c9fa'/>
<id>8527540127a97b2f5364987771aeb2400365c9fa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>afc: fix packet communication on big endian machines</title>
<updated>2010-10-03T22:36:39+00:00</updated>
<author>
<name>Marty Rosenberg</name>
</author>
<published>2010-08-26T23:20:00+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libimobiledevice.git/commit/?id=79f05179a4ac8b5d9a19d47993370f8508032319'/>
<id>79f05179a4ac8b5d9a19d47993370f8508032319</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>device_link_service: removed unused local variable</title>
<updated>2010-10-03T22:33:35+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2010-08-14T23:39:44+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libimobiledevice.git/commit/?id=0ce860bfd858a79fd27015eaea22b1b62ebe34a2'/>
<id>0ce860bfd858a79fd27015eaea22b1b62ebe34a2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>property_list_service: fix plist receiving on big endian machines</title>
<updated>2010-10-03T22:30:40+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2010-07-29T21:25:36+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libimobiledevice.git/commit/?id=b6b2f911500c2e7d80dc14a148710986272da609'/>
<id>b6b2f911500c2e7d80dc14a148710986272da609</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
