<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libimobiledevice/src, branch 1.0.3</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>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>
<entry>
<title>Expose more userpref functions for use in the new idevicepair tool</title>
<updated>2010-06-20T14:40:30+00:00</updated>
<author>
<name>Martin Szulecki</name>
</author>
<published>2010-05-28T16:18:00+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libimobiledevice.git/commit/?id=4114926901ac71274f39cec0dbf9199cfe6aa95a'/>
<id>4114926901ac71274f39cec0dbf9199cfe6aa95a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>userpref: new internal function userpref_get_paired_uuids</title>
<updated>2010-06-20T14:37:23+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2010-05-28T14:50:53+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libimobiledevice.git/commit/?id=61a16c34ef764497a5794dbc7726ba191619dd3e'/>
<id>61a16c34ef764497a5794dbc7726ba191619dd3e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>lockdown: correctly handle activation_record parameter in lockdownd_activate</title>
<updated>2010-06-06T14:22:47+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2010-06-04T12:06:26+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libimobiledevice.git/commit/?id=2639fb870dfbf99a4954404bd1b4c25b60b8a7bc'/>
<id>2639fb870dfbf99a4954404bd1b4c25b60b8a7bc</id>
<content type='text'>
The activation_record was inserted into the request plist and freed at
the end. If the user app then uses plist_free to free the activation
record, it gets an invalid free. By using plist_copy the
activation_record is not touched.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The activation_record was inserted into the request plist and freed at
the end. If the user app then uses plist_free to free the activation
record, it gets an invalid free. By using plist_copy the
activation_record is not touched.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add special handling for unpair request; probably a bug in the iPhone OS</title>
<updated>2010-06-06T14:21:46+00:00</updated>
<author>
<name>Martin Szulecki</name>
</author>
<published>2010-05-28T15:48:20+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libimobiledevice.git/commit/?id=d546183bcb1ddb44903f061be1bc3bf3343e83e8'/>
<id>d546183bcb1ddb44903f061be1bc3bf3343e83e8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Silence 64bit compiler warnings using proper casts</title>
<updated>2010-06-06T14:17:48+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2010-05-26T18:18:28+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libimobiledevice.git/commit/?id=4a809450c4bf55f522320e14568bae332fa4b8bf'/>
<id>4a809450c4bf55f522320e14568bae332fa4b8bf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Document that lockdownd automatically drops the connection when idle</title>
<updated>2010-06-04T17:21:41+00:00</updated>
<author>
<name>Martin Szulecki</name>
</author>
<published>2010-05-25T09:41:28+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libimobiledevice.git/commit/?id=8c0ee866a53c6134d4e9b0803cba13e2469807d1'/>
<id>8c0ee866a53c6134d4e9b0803cba13e2469807d1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
