<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libimobiledevice/src, branch 1.0.2</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>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>
<entry>
<title>Document user_data parameter in installation_proxy interface</title>
<updated>2010-06-04T17:21:12+00:00</updated>
<author>
<name>Martin Szulecki</name>
</author>
<published>2010-05-15T14:10:24+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libimobiledevice.git/commit/?id=69229a3edffbbe328065f62e28e39cd08d64b8aa'/>
<id>69229a3edffbbe328065f62e28e39cd08d64b8aa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Plug some memory leaks in lockdownd due to missing free() calls</title>
<updated>2010-05-13T20:15:07+00:00</updated>
<author>
<name>Bryan Forbes</name>
</author>
<published>2010-05-13T20:13:13+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libimobiledevice.git/commit/?id=a4f14a777733fe85edbf3c482c2c0ffbda865949'/>
<id>a4f14a777733fe85edbf3c482c2c0ffbda865949</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Actually free the client in the _free() call.</title>
<updated>2010-05-13T20:14:19+00:00</updated>
<author>
<name>Bryan Forbes</name>
</author>
<published>2010-05-13T20:05:08+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libimobiledevice.git/commit/?id=3548bb06c3d1eb54a3ec7db142ad5fe90683e72b'/>
<id>3548bb06c3d1eb54a3ec7db142ad5fe90683e72b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix memory leak and actually set the label supplied for new lockdown clients</title>
<updated>2010-04-11T13:55:05+00:00</updated>
<author>
<name>Martin Szulecki</name>
</author>
<published>2010-04-11T13:48:41+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libimobiledevice.git/commit/?id=79a20cddfb75ec6653c22a19cee21f9d02eb8eb8'/>
<id>79a20cddfb75ec6653c22a19cee21f9d02eb8eb8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
