<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libirecovery/include, branch 1.0.1</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>Fix dllexport/dllimport and visibility definitions</title>
<updated>2023-05-07T13:41:21+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2023-05-07T13:41:21+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libirecovery.git/commit/?id=4aad1bcdd9d9f499be5ed65b017965cbb54b8f3a'/>
<id>4aad1bcdd9d9f499be5ed65b017965cbb54b8f3a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>move IRECV_API into the headers</title>
<updated>2023-05-05T00:52:00+00:00</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-05-07T09:26:24+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libirecovery.git/commit/?id=14102fb7ef8737965c97836560eb3a287f480a25'/>
<id>14102fb7ef8737965c97836560eb3a287f480a25</id>
<content type='text'>
clang + lld + ucrt on Windows seems to require that the dllimport
attribute be applied to the first declaration.

Fixes -Wdll-attribute-on-declaration error.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
clang + lld + ucrt on Windows seems to require that the dllimport
attribute be applied to the first declaration.

Fixes -Wdll-attribute-on-declaration error.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Introduce non-persistent setenvnp command</title>
<updated>2022-06-28T10:25:06+00:00</updated>
<author>
<name>Rick Mark</name>
</author>
<published>2021-12-24T09:10:18+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libirecovery.git/commit/?id=ab5b4d8d4c0e90c05d80f80c7e99a6516de9b5c6'/>
<id>ab5b4d8d4c0e90c05d80f80c7e99a6516de9b5c6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add new irecv_send_command_breq to allow choosing the b_request usb param when sending commands</title>
<updated>2021-05-26T01:40:03+00:00</updated>
<author>
<name>Benjamin BOURGEAIS</name>
</author>
<published>2021-05-06T16:01:11+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libirecovery.git/commit/?id=47934949e0015165a4562b08e824adb3f664c0ea'/>
<id>47934949e0015165a4562b08e824adb3f664c0ea</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix compiler warning about format string specifiers by using uint64_t instead of unsinged long long</title>
<updated>2020-07-06T14:08:27+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2020-07-06T14:08:27+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libirecovery.git/commit/?id=6e965298e439d52f8c96ccc98edb488891807c7d'/>
<id>6e965298e439d52f8c96ccc98edb488891807c7d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove a trailig whitespace from public header</title>
<updated>2020-06-08T19:26:00+00:00</updated>
<author>
<name>Martin Szulecki</name>
</author>
<published>2020-06-08T19:26:00+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libirecovery.git/commit/?id=4850e86a355a631bff9fa15aa21cc430fc50f60a'/>
<id>4850e86a355a631bff9fa15aa21cc430fc50f60a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Parse SRTG (build tag string) from usb serial number if available</title>
<updated>2019-10-03T18:04:43+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2019-10-03T18:04:06+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libirecovery.git/commit/?id=eae71e0647635fc00769764ec998e3136c5f0baa'/>
<id>eae71e0647635fc00769764ec998e3136c5f0baa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Expose entire usb serial number string in struct irecv_device_info</title>
<updated>2019-10-03T17:58:26+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2019-10-03T17:58:26+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libirecovery.git/commit/?id=50f5b05ac2ce98e9d834fd9cce5453a1cf985ab7'/>
<id>50f5b05ac2ce98e9d834fd9cce5453a1cf985ab7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add display_name to device database and irecv_device struct</title>
<updated>2019-09-28T14:15:40+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2019-09-28T14:15:40+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libirecovery.git/commit/?id=b2a9edb52b4b56c5865dc0f4bc9a2a15ab32d539'/>
<id>b2a9edb52b4b56c5865dc0f4bc9a2a15ab32d539</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add device add/remove event subscription API</title>
<updated>2019-09-04T21:56:37+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2019-09-04T21:56:37+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libirecovery.git/commit/?id=38befc71844a6108a78e1fe5a76946450d49ca76'/>
<id>38befc71844a6108a78e1fe5a76946450d49ca76</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
