<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libimobiledevice/src, branch master</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: Improve error handling</title>
<updated>2025-11-25T00:02:31+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2025-11-25T00:02:31+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libimobiledevice.git/commit/?id=ca85a1829c275635f7b2854887f6490dcb3c5e40'/>
<id>ca85a1829c275635f7b2854887f6490dcb3c5e40</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>afc: Add afc_get_file_info_plist and afc_get_device_info_plist functions</title>
<updated>2025-06-28T19:01:42+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2025-06-28T19:01:42+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libimobiledevice.git/commit/?id=9049ffb7eaab5a75018bb8fb1a54a9c9903daf00'/>
<id>9049ffb7eaab5a75018bb8fb1a54a9c9903daf00</id>
<content type='text'>
These functions are like afc_get_file_info/afc_get_device_info but the
data is returned as a plist_t dictionary instead of a string list.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These functions are like afc_get_file_info/afc_get_device_info but the
data is returned as a plist_t dictionary instead of a string list.
</pre>
</div>
</content>
</entry>
<entry>
<title>ostrace: Use smaller timeout in receive loop</title>
<updated>2025-06-14T00:55:36+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2025-06-14T00:55:36+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libimobiledevice.git/commit/?id=8d048f454e623957dc42379565bb1ae247b3093f'/>
<id>8d048f454e623957dc42379565bb1ae247b3093f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ostrace: Remove commented-out code</title>
<updated>2025-06-12T11:51:44+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2025-06-12T11:51:44+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libimobiledevice.git/commit/?id=421b6e5264ae0088f90fc58f2c209fbb43e30a00'/>
<id>421b6e5264ae0088f90fc58f2c209fbb43e30a00</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ostrace: Use void*/const void* and size_t</title>
<updated>2025-06-12T11:49:37+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2025-06-12T11:49:37+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libimobiledevice.git/commit/?id=483d040ab46a5aa11795453a5c1b69d160b31180'/>
<id>483d040ab46a5aa11795453a5c1b69d160b31180</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>lockdown: Only query ProductVersion and DeviceClass if we are talking to lockdownd</title>
<updated>2025-06-12T10:59:53+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2025-06-12T10:59:53+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libimobiledevice.git/commit/?id=3bf294f149594b61aaa6dace57628c924af2f501'/>
<id>3bf294f149594b61aaa6dace57628c924af2f501</id>
<content type='text'>
In restore mode these requests fail so we need to make sure we are
actually talking to lockdownd
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In restore mode these requests fail so we need to make sure we are
actually talking to lockdownd
</pre>
</div>
</content>
</entry>
<entry>
<title>Add os_trace_relay service implementation</title>
<updated>2025-06-12T05:30:16+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2025-06-12T05:30:16+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libimobiledevice.git/commit/?id=eeb320dc055716e0ebeeb8845c9ca8c4e2451124'/>
<id>eeb320dc055716e0ebeeb8845c9ca8c4e2451124</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>lockdown-cu: Silence compiler warning</title>
<updated>2025-06-12T05:29:24+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2025-06-12T05:29:24+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libimobiledevice.git/commit/?id=c65b19d8edfcc82230205a76da95d3a4a8a282ec'/>
<id>c65b19d8edfcc82230205a76da95d3a4a8a282ec</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>idevice: Remove unused assignment in SSL bio callback for OpenSSL &lt; 3.0</title>
<updated>2025-06-10T19:25:43+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2025-06-10T19:25:43+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libimobiledevice.git/commit/?id=9d26a1636ba684b600b5cfa0e96e7cb648501539'/>
<id>9d26a1636ba684b600b5cfa0e96e7cb648501539</id>
<content type='text'>
At the same time, make sure we don't set a negative value to *processed
for OpenSSL &gt;= 3.0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
At the same time, make sure we don't set a negative value to *processed
for OpenSSL &gt;= 3.0
</pre>
</div>
</content>
</entry>
<entry>
<title>idevice: Fix build</title>
<updated>2025-06-07T12:51:31+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2025-06-07T12:51:31+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libimobiledevice.git/commit/?id=009b98206be4cd075c592ccf187d5237c7238b89'/>
<id>009b98206be4cd075c592ccf187d5237c7238b89</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
