<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libimobiledevice/src, branch 1.1.1</title>
<subtitle>A cross-platform protocol library to access iOS devices</subtitle>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libimobiledevice.git/'/>
<entry>
<title>device_link_service: Allow passing a reason message upon disconnecting</title>
<updated>2011-04-28T19:01:27+00:00</updated>
<author>
<name>Martin Szulecki</name>
</author>
<published>2011-04-28T19:01:27+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libimobiledevice.git/commit/?id=fa40b4ad59bce6b9d8c3a0763b09530e8cf2a006'/>
<id>fa40b4ad59bce6b9d8c3a0763b09530e8cf2a006</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>idevicebackup2: Improve disconnect behavior to cleanly disconnect from agent</title>
<updated>2011-04-28T17:42:21+00:00</updated>
<author>
<name>Martin Szulecki</name>
</author>
<published>2011-04-28T17:42:21+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libimobiledevice.git/commit/?id=8ecfbc77ccaaa0c017aae5d944efec47bd2c6171'/>
<id>8ecfbc77ccaaa0c017aae5d944efec47bd2c6171</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>mobilebackup2: Finish mobilebackup2_version_exchange() and use it in idevicebackup2</title>
<updated>2011-04-27T12:58:45+00:00</updated>
<author>
<name>Martin Szulecki</name>
</author>
<published>2011-04-27T12:58:45+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libimobiledevice.git/commit/?id=88a5b03233ad95a0ccb3449a656f637ccde453ce'/>
<id>88a5b03233ad95a0ccb3449a656f637ccde453ce</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>mobilebackup2: Add missing function documentation</title>
<updated>2011-04-11T17:42:19+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2011-01-10T15:12:02+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libimobiledevice.git/commit/?id=ca931097ff93286d65ecab3ab07156601c2e252f'/>
<id>ca931097ff93286d65ecab3ab07156601c2e252f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>mobilebackup2: small api changes</title>
<updated>2011-04-11T15:05:57+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2010-11-22T22:15:48+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libimobiledevice.git/commit/?id=ae7013d7d8355da926c0818182dd500589b48ed6'/>
<id>ae7013d7d8355da926c0818182dd500589b48ed6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add initial mobilebackup2 support and idevicebackup4 tool</title>
<updated>2011-04-11T15:05:38+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2010-09-05T18:15:43+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libimobiledevice.git/commit/?id=ca7dba1c618ed499d0693427e89701cda1731ca9'/>
<id>ca7dba1c618ed499d0693427e89701cda1731ca9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>userpref: Fix a segfault that might occour if locally stored certs could not be read</title>
<updated>2011-03-31T09:43:39+00:00</updated>
<author>
<name>Martin Szulecki</name>
</author>
<published>2011-03-31T09:43:39+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libimobiledevice.git/commit/?id=c5fe346717a449a6bfcdbd7477724d95cdeb85d5'/>
<id>c5fe346717a449a6bfcdbd7477724d95cdeb85d5</id>
<content type='text'>
userpref_get_file_contents() was stil attempting to set the data and size
properties on the passed gnutls_datum_t even if g_file_get_contents() failed.
This shoud fix a possible segfault in any code code using the pairing.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
userpref_get_file_contents() was stil attempting to set the data and size
properties on the passed gnutls_datum_t even if g_file_get_contents() failed.
This shoud fix a possible segfault in any code code using the pairing.
</pre>
</div>
</content>
</entry>
<entry>
<title>debug: Use explicit size for string when debugging non-null terminated</title>
<updated>2011-03-31T09:40:41+00:00</updated>
<author>
<name>Martin Szulecki</name>
</author>
<published>2011-03-31T09:40:41+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libimobiledevice.git/commit/?id=430100a50a955fc574f26524ec784b7f39e310b6'/>
<id>430100a50a955fc574f26524ec784b7f39e310b6</id>
<content type='text'>
The debug code to output the device public key was not taking into account
that the key data is not null terminated.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The debug code to output the device public key was not taking into account
that the key data is not null terminated.
</pre>
</div>
</content>
</entry>
<entry>
<title>Due to a bug in iOS 4.3, plist data might contain invalid null characters</title>
<updated>2011-03-21T15:17:45+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.libimobiledevice.org/libimobiledevice.git/commit/?id=9a380d23e5c45c30509631401a35a71414377656'/>
<id>9a380d23e5c45c30509631401a35a71414377656</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>mobilesync: Plugging a memory leak</title>
<updated>2011-03-16T22:26:46+00:00</updated>
<author>
<name>Christophe Fergeau</name>
</author>
<published>2011-03-16T22:22:16+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libimobiledevice.git/commit/?id=74f050c286e6957294a15c86c5f739f49041b6cb'/>
<id>74f050c286e6957294a15c86c5f739f49041b6cb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
