<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libimobiledevice/cython, branch master</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>[cython] Fix build</title>
<updated>2025-06-01T13:20:02+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2025-06-01T13:20:02+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libimobiledevice.git/commit/?id=0bf0f9e941c85d06ce4b5909d7a61b3a4f2a6a05'/>
<id>0bf0f9e941c85d06ce4b5909d7a61b3a4f2a6a05</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for iOS 17+ Personalized Developer Disk image mounting</title>
<updated>2024-06-27T09:20:59+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2024-06-27T09:20:59+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libimobiledevice.git/commit/?id=68df374762b95ab40ca5242da66e3474360669b5'/>
<id>68df374762b95ab40ca5242da66e3474360669b5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>cython: Set explicit language_level to 3str</title>
<updated>2024-04-01T11:45:03+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2024-04-01T11:45:03+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libimobiledevice.git/commit/?id=1ec2c2c5e3609cc02b302bcbd79ed2872260d350'/>
<id>1ec2c2c5e3609cc02b302bcbd79ed2872260d350</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>cython: Fix cython3 noexcept compilation error</title>
<updated>2024-04-01T11:23:02+00:00</updated>
<author>
<name>Andrea Oliveri</name>
</author>
<published>2024-01-11T21:05:00+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libimobiledevice.git/commit/?id=59ec38cb6465f794cf8e2ab204711b9a10dd9eda'/>
<id>59ec38cb6465f794cf8e2ab204711b9a10dd9eda</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>cython: Allow passing null to lockdown set value</title>
<updated>2024-04-01T00:55:18+00:00</updated>
<author>
<name>aymenim</name>
</author>
<published>2016-03-21T08:27:26+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libimobiledevice.git/commit/?id=9eee3d14d19aaee60c3510c558a22ccb3dc2ce10'/>
<id>9eee3d14d19aaee60c3510c558a22ccb3dc2ce10</id>
<content type='text'>
* added code to handle passing null values to lockdown_set_value,
needed for  example setting  device name .
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* added code to handle passing null values to lockdown_set_value,
needed for  example setting  device name .
</pre>
</div>
</content>
</entry>
<entry>
<title>cython: fixed notification_proxy callback gil lock</title>
<updated>2024-04-01T00:55:03+00:00</updated>
<author>
<name>aymenim</name>
</author>
<published>2016-03-15T20:56:08+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libimobiledevice.git/commit/?id=fb1dec7e2cbb2eae14536d8d68db25d3f9384ac1'/>
<id>fb1dec7e2cbb2eae14536d8d68db25d3f9384ac1</id>
<content type='text'>
cython notification proxy bug segmentation fault when callback called
without gil
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
cython notification proxy bug segmentation fault when callback called
without gil
</pre>
</div>
</content>
</entry>
<entry>
<title>cython: Fix Python 3 LockdownClient exception</title>
<updated>2023-12-15T23:33:05+00:00</updated>
<author>
<name>Dave Nicolson</name>
</author>
<published>2023-11-23T21:28:49+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libimobiledevice.git/commit/?id=a7f993d45cf1516a2ed6c82fcddd9677984a65c8'/>
<id>a7f993d45cf1516a2ed6c82fcddd9677984a65c8</id>
<content type='text'>
Fixes #1110
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #1110
</pre>
</div>
</content>
</entry>
<entry>
<title>automake: Reorder CFLAGS to fix build issues and use correct SSL library flags across Makefiles</title>
<updated>2023-10-06T23:49:55+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2023-10-06T23:49:55+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libimobiledevice.git/commit/?id=ba2fb48cfa4d62d86bc22913c87a05ffac5319c2'/>
<id>ba2fb48cfa4d62d86bc22913c87a05ffac5319c2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed method visibility in mobilebackup2.pxi API</title>
<updated>2021-01-03T22:26:52+00:00</updated>
<author>
<name>wendyisgr33n</name>
</author>
<published>2018-07-30T17:47:48+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libimobiledevice.git/commit/?id=12d3a070717ad734b1048b1dcacffae5b903f190'/>
<id>12d3a070717ad734b1048b1dcacffae5b903f190</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed bytes/strings checks in lockdown.pxi for compatibility with Python2/3</title>
<updated>2021-01-03T22:26:52+00:00</updated>
<author>
<name>wendyisgr33n</name>
</author>
<published>2018-07-30T17:45:55+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libimobiledevice.git/commit/?id=652dfdb12ebcdec64dba066550d893de17839365'/>
<id>652dfdb12ebcdec64dba066550d893de17839365</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
