<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libirecovery/tools, branch master</title>
<subtitle>Library and utility to talk to iBoot/iBSS via USB on Linux, OS X and Windows</subtitle>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libirecovery.git/'/>
<entry>
<title>Use _WIN32 instead of WIN32</title>
<updated>2024-12-02T04:46:19+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2024-12-02T04:46:19+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libirecovery.git/commit/?id=38a97cf22cf0e70fbdd4d085e0ee8efdf3052d04'/>
<id>38a97cf22cf0e70fbdd4d085e0ee8efdf3052d04</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix conditional compile for libreadline</title>
<updated>2024-11-05T01:55:37+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2024-11-05T01:55:37+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libirecovery.git/commit/?id=7a5e6196a8c5fbb8f52c2ccc0d73a5842818b5c1'/>
<id>7a5e6196a8c5fbb8f52c2ccc0d73a5842818b5c1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow building without readline support for irecovery tool</title>
<updated>2024-11-01T19:48:43+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2024-11-01T19:48:43+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libirecovery.git/commit/?id=24818b238155dc7797f14b471b63c789e6f3bb1a'/>
<id>24818b238155dc7797f14b471b63c789e6f3bb1a</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.libimobiledevice.org/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.libimobiledevice.org/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>irecovery: Print a message for unsupported commands in Debug USB (KIS) mode</title>
<updated>2024-01-09T01:02:20+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2024-01-09T01:02:20+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libirecovery.git/commit/?id=33bdb731adb4f2309ecff1815d4df8d7b80084d4'/>
<id>33bdb731adb4f2309ecff1815d4df8d7b80084d4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Initialize KIS device in device callback</title>
<updated>2024-01-04T14:59:54+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2024-01-04T14:59:54+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libirecovery.git/commit/?id=29592eb6cae8b25b214aa1e3cfb6ef4a6d555d43'/>
<id>29592eb6cae8b25b214aa1e3cfb6ef4a6d555d43</id>
<content type='text'>
Also, print the detailed mode in irecovery -q and -m output.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also, print the detailed mode in irecovery -q and -m output.
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow building --without-tools</title>
<updated>2023-11-03T17:34:27+00:00</updated>
<author>
<name>Daniel VanBritsom</name>
</author>
<published>2023-10-07T01:10:09+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libirecovery.git/commit/?id=f2a166b01445fe412b5bff1b71256aebd62d1fcb'/>
<id>f2a166b01445fe412b5bff1b71256aebd62d1fcb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Coding style changes</title>
<updated>2023-05-13T01:37:38+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2023-05-13T01:37:38+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libirecovery.git/commit/?id=0360cdc603abbfbce76c4c10d20cf80d98c0b1d6'/>
<id>0360cdc603abbfbce76c4c10d20cf80d98c0b1d6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>irecovery: Make sure to send certain commands with bRequest set to 1</title>
<updated>2022-10-11T10:38:28+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2022-10-11T10:38:28+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libirecovery.git/commit/?id=d526c74e0562f7991bde3ec7d156cbf8b0b10bd5'/>
<id>d526c74e0562f7991bde3ec7d156cbf8b0b10bd5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
