<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libirecovery/include, branch 1.0.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>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.sukimashita.com/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.sukimashita.com/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.sukimashita.com/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.sukimashita.com/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.sukimashita.com/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>
<entry>
<title>Add configuration option to allow compiling without USB driver</title>
<updated>2018-09-17T16:11:47+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2018-09-17T16:11:47+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libirecovery.git/commit/?id=4daf6d84f7271cc19256c45b52c63b99ba7b4391'/>
<id>4daf6d84f7271cc19256c45b52c63b99ba7b4391</id>
<content type='text'>
Using --with-dummy, libirecovery can be compiled in a way that it will
not require any USB driver at all. This is only useful if you just want
to query libirecovery's device database by product type or hardware model,
namely using:
    irecv_devices_get_device_by_product_type();
    irecv_devices_get_device_by_hardware_model();
All other function are either no-op or return IRECV_E_UNSUPPORTED
if the library is compiled this way.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Using --with-dummy, libirecovery can be compiled in a way that it will
not require any USB driver at all. This is only useful if you just want
to query libirecovery's device database by product type or hardware model,
namely using:
    irecv_devices_get_device_by_product_type();
    irecv_devices_get_device_by_hardware_model();
All other function are either no-op or return IRECV_E_UNSUPPORTED
if the library is compiled this way.
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated copyright notices in source file headers</title>
<updated>2017-07-03T20:00:09+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2017-07-03T20:00:09+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libirecovery.git/commit/?id=48e3fcc9d7b3baabdb61f7eda5ea3a576d5cf051'/>
<id>48e3fcc9d7b3baabdb61f7eda5ea3a576d5cf051</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace () with (void) for proper function prototypes</title>
<updated>2015-09-24T18:17:04+00:00</updated>
<author>
<name>Martin Szulecki</name>
</author>
<published>2015-09-24T18:17:04+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libirecovery.git/commit/?id=6b32c996520b867a5a812eff64e495a65623b445'/>
<id>6b32c996520b867a5a812eff64e495a65623b445</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remove irecv_get_* functions and provide general irecv_get_device_info()</title>
<updated>2013-11-19T19:01:55+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2013-11-19T19:01:55+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libirecovery.git/commit/?id=054a79d64e55ce7d9874e65814c5a17caa1ca1f0'/>
<id>054a79d64e55ce7d9874e65814c5a17caa1ca1f0</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_get_nonce to a more general irecv_get_nonce_with_tag</title>
<updated>2013-11-18T17:01:16+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2013-11-18T17:01:16+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libirecovery.git/commit/?id=e5bbb647163e69d4ac0cc09eecfe65eac0f63704'/>
<id>e5bbb647163e69d4ac0cc09eecfe65eac0f63704</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
