<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libirecovery, branch 1.2.0</title>
<subtitle>Library and utility to talk to iBoot/iBSS via USB on Mac OS X, Windows, and Linux</subtitle>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libirecovery.git/'/>
<entry>
<title>Updated NEWS for release</title>
<updated>2024-03-23T16:50:41+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2024-03-23T16:50:41+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libirecovery.git/commit/?id=2254dab893ec439f9a73235ea07194afa77399db'/>
<id>2254dab893ec439f9a73235ea07194afa77399db</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated README</title>
<updated>2024-03-23T16:50:33+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2024-03-23T16:50:33+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libirecovery.git/commit/?id=6f0f00e8c7debfd96ebafadba16ebe258a27b8cc'/>
<id>6f0f00e8c7debfd96ebafadba16ebe258a27b8cc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update soversion for release</title>
<updated>2024-03-23T02:27:34+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2024-03-23T02:27:34+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libirecovery.git/commit/?id=54a106e6fe529c9ffaef647f64fa19e01eb30807'/>
<id>54a106e6fe529c9ffaef647f64fa19e01eb30807</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[github-actions] Updated build workflow to use newer action versions</title>
<updated>2024-03-23T02:27:03+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2024-03-23T02:27:03+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libirecovery.git/commit/?id=6aba9de9ebc9aa14683ff0774ccd87b7e539485a'/>
<id>6aba9de9ebc9aa14683ff0774ccd87b7e539485a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change irecv_send_buffer to accept an options bitfield instead of just one value</title>
<updated>2024-03-22T11:04:50+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2024-03-22T11:04:50+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libirecovery.git/commit/?id=90cd5efc8fd8ce31ede6121d691324ca2d588436'/>
<id>90cd5efc8fd8ce31ede6121d691324ca2d588436</id>
<content type='text'>
This allows to specify different options. To not break existing behavior, a
value of 1 or (1 &lt;&lt; 0) means IRECV_SEND_OPT_DFU_NOTIFY_FINISH which is used
extensively in e.g. idevicerestore. Other options are
IRECV_SEND_OPT_DFU_FORCE_ZLP which I don't remember what it was added for,
and a new option IRECV_SEND_OPT_DFU_SMALL_PKT which needed for upload in
port DFU mode, as it won't accept packets with more than 64 bytes data and
also doesn't like a CRC attached to it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This allows to specify different options. To not break existing behavior, a
value of 1 or (1 &lt;&lt; 0) means IRECV_SEND_OPT_DFU_NOTIFY_FINISH which is used
extensively in e.g. idevicerestore. Other options are
IRECV_SEND_OPT_DFU_FORCE_ZLP which I don't remember what it was added for,
and a new option IRECV_SEND_OPT_DFU_SMALL_PKT which needed for upload in
port DFU mode, as it won't accept packets with more than 64 bytes data and
also doesn't like a CRC attached to it.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for Port DFU</title>
<updated>2024-03-21T00:31:48+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2024-03-21T00:31:48+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libirecovery.git/commit/?id=d3198a50e51674e0ec19284f44f4aeb027d160a3'/>
<id>d3198a50e51674e0ec19284f44f4aeb027d160a3</id>
<content type='text'>
Note: This does not allow restoring devices in Port DFU mode, this is
handled in idevicerestore.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Note: This does not allow restoring devices in Port DFU mode, this is
handled in idevicerestore.
</pre>
</div>
</content>
</entry>
<entry>
<title>win32: Skip ecid check for KIS mode device in win32_open_with_ecid</title>
<updated>2024-03-11T14:20:02+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2024-03-11T14:20:02+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libirecovery.git/commit/?id=b55d215c25fd415b49430dc3c8423dde7d8f12aa'/>
<id>b55d215c25fd415b49430dc3c8423dde7d8f12aa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove broken ecid check for KIS mode in iokit_open_with_ecid</title>
<updated>2024-03-09T09:52:57+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2024-03-09T09:52:57+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libirecovery.git/commit/?id=03069529736d828ad73be2d0c67a6d6ac074775a'/>
<id>03069529736d828ad73be2d0c67a6d6ac074775a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add March 2024 MacBook Air models</title>
<updated>2024-03-07T18:38:44+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2024-03-07T18:38:44+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libirecovery.git/commit/?id=33a4c112a4aa4c25bde15bba365dda8b7e2544d4'/>
<id>33a4c112a4aa4c25bde15bba365dda8b7e2544d4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add irecv_version() function to interface</title>
<updated>2024-03-07T18:29:37+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2024-03-07T18:29:37+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libirecovery.git/commit/?id=90cbfee714ff7ade4d004a05aa31b96bddfcd71f'/>
<id>90cbfee714ff7ade4d004a05aa31b96bddfcd71f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
