<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/libusb.git, branch test</title>
<subtitle>github.com: libusb/libusb.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libusb.git/'/>
<entry>
<title>configure.ac: bump .so version for next release</title>
<updated>2018-12-05T17:36:50+00:00</updated>
<author>
<name>Nathan Hjelm</name>
<email>hjelmn@lanl.gov</email>
</author>
<published>2018-12-05T17:36:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libusb.git/commit/?id=fde20bb9b7cba0ea6e96db920d0a0169c361ca92'/>
<id>fde20bb9b7cba0ea6e96db920d0a0169c361ca92</id>
<content type='text'>
Signed-off-by: Nathan Hjelm &lt;hjelmn@lanl.gov&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Nathan Hjelm &lt;hjelmn@lanl.gov&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Update ChangeLog</title>
<updated>2018-12-05T17:36:20+00:00</updated>
<author>
<name>Nathan Hjelm</name>
<email>hjelmn@lanl.gov</email>
</author>
<published>2018-12-05T17:36:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libusb.git/commit/?id=15239f6b8a299c36cfc0e7ac4dc236a6cc97a9b9'/>
<id>15239f6b8a299c36cfc0e7ac4dc236a6cc97a9b9</id>
<content type='text'>
Signed-off-by: Nathan Hjelm &lt;hjelmn@lanl.gov&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Nathan Hjelm &lt;hjelmn@lanl.gov&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>usbi_dbg() uses backend's clock_gettime(), break recursion in sunos backend</title>
<updated>2018-12-05T17:14:05+00:00</updated>
<author>
<name>Alexander Pyhalov</name>
<email>apyhalov@gmail.com</email>
</author>
<published>2018-05-24T12:03:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libusb.git/commit/?id=2830d9e9f01011e2685f2ff8c592e678ec5f94ea'/>
<id>2830d9e9f01011e2685f2ff8c592e678ec5f94ea</id>
<content type='text'>
Closes #431

Signed-off-by: Nathan Hjelm &lt;hjelmn@lanl.gov&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #431

Signed-off-by: Nathan Hjelm &lt;hjelmn@lanl.gov&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>examples: Fix format-truncation on debug</title>
<updated>2018-12-05T17:13:08+00:00</updated>
<author>
<name>Victor Toso</name>
<email>me@victortoso.com</email>
</author>
<published>2018-08-07T07:45:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libusb.git/commit/?id=fcf9a53595882149ebe3adfe833cd6ade2ce7e31'/>
<id>fcf9a53595882149ebe3adfe833cd6ade2ce7e31</id>
<content type='text'>
As description is used only for debug, we can extend it to be sure to
fit 256 from string variable plus 3 chars from " - " as described in
gcc warning below

 | testlibusb.c: In function ‘print_device.constprop’:
 | testlibusb.c:188:51: warning: ‘ - ’ directive output may be truncated writing 3 bytes into a region of size between 1 and 256 [-Wformat-truncation=]
 |      snprintf(description, sizeof(description), "%s - ", string);
 |                                                    ^~~
 | testlibusb.c:188:5: note: ‘snprintf’ output between 4 and 259 bytes into a destination of size 256
 |      snprintf(description, sizeof(description), "%s - ", string);
 |      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Closes #460

Signed-off-by: Victor Toso &lt;victortoso@redhat.com&gt;

Signed-off-by: Nathan Hjelm &lt;hjelmn@lanl.gov&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As description is used only for debug, we can extend it to be sure to
fit 256 from string variable plus 3 chars from " - " as described in
gcc warning below

 | testlibusb.c: In function ‘print_device.constprop’:
 | testlibusb.c:188:51: warning: ‘ - ’ directive output may be truncated writing 3 bytes into a region of size between 1 and 256 [-Wformat-truncation=]
 |      snprintf(description, sizeof(description), "%s - ", string);
 |                                                    ^~~
 | testlibusb.c:188:5: note: ‘snprintf’ output between 4 and 259 bytes into a destination of size 256
 |      snprintf(description, sizeof(description), "%s - ", string);
 |      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Closes #460

Signed-off-by: Victor Toso &lt;victortoso@redhat.com&gt;

Signed-off-by: Nathan Hjelm &lt;hjelmn@lanl.gov&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Enable timerfd on sunos when available</title>
<updated>2018-12-05T17:11:24+00:00</updated>
<author>
<name>Alexander Pyhalov</name>
<email>apyhalov@gmail.com</email>
</author>
<published>2018-05-24T11:55:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libusb.git/commit/?id=e8e80368b78238ea36b378cd37e94140fec29dc7'/>
<id>e8e80368b78238ea36b378cd37e94140fec29dc7</id>
<content type='text'>
Closes #432

Signed-off-by: Nathan Hjelm &lt;hjelmn@lanl.gov&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #432

Signed-off-by: Nathan Hjelm &lt;hjelmn@lanl.gov&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add missing libusb_exit on an error condition</title>
<updated>2018-12-05T17:09:12+00:00</updated>
<author>
<name>gudenau</name>
<email>gudenau@users.noreply.github.com</email>
</author>
<published>2018-06-20T01:12:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libusb.git/commit/?id=18a5f99ad3c071a3defef7e2ecf117489b8a8552'/>
<id>18a5f99ad3c071a3defef7e2ecf117489b8a8552</id>
<content type='text'>
Closes #448

Signed-off-by: Nathan Hjelm &lt;hjelmn@lanl.gov&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #448

Signed-off-by: Nathan Hjelm &lt;hjelmn@lanl.gov&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Hungarian translation</title>
<updated>2018-12-05T17:05:20+00:00</updated>
<author>
<name>Bence Cs</name>
<email>bence.csokas@gmail.com</email>
</author>
<published>2018-11-07T12:17:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libusb.git/commit/?id=31d59d8ced23ffe2e3c0fe7f07f4d52cca65654a'/>
<id>31d59d8ced23ffe2e3c0fe7f07f4d52cca65654a</id>
<content type='text'>
Closes #493

Signed-off-by: Nathan Hjelm &lt;hjelmn@lanl.gov&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #493

Signed-off-by: Nathan Hjelm &lt;hjelmn@lanl.gov&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed typo in the documentation</title>
<updated>2018-12-05T17:04:27+00:00</updated>
<author>
<name>saur0n</name>
<email>git@saur0n.science</email>
</author>
<published>2018-11-27T17:52:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libusb.git/commit/?id=4441da3f5788edb46e2c0a9d1a6a6d8cc7a87163'/>
<id>4441da3f5788edb46e2c0a9d1a6a6d8cc7a87163</id>
<content type='text'>
Closes #496

Signed-off-by: Nathan Hjelm &lt;hjelmn@lanl.gov&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #496

Signed-off-by: Nathan Hjelm &lt;hjelmn@lanl.gov&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>core: new API libusb_set_log_cb() to redirect global and per context log messages to the provided log handling function</title>
<updated>2018-12-05T16:58:16+00:00</updated>
<author>
<name>dmitrykos</name>
<email>dmitrykos@neutroncode.com</email>
</author>
<published>2018-10-23T18:05:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libusb.git/commit/?id=f74c7f5398db0ad45a4c72ff8903fdd1c74b513d'/>
<id>f74c7f5398db0ad45a4c72ff8903fdd1c74b513d</id>
<content type='text'>
Closes #486

Signed-off-by: Nathan Hjelm &lt;hjelmn@lanl.gov&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #486

Signed-off-by: Nathan Hjelm &lt;hjelmn@lanl.gov&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>update nano</title>
<updated>2018-10-22T20:04:04+00:00</updated>
<author>
<name>Nathan Hjelm</name>
<email>hjelmn@lanl.gov</email>
</author>
<published>2018-10-22T20:04:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libusb.git/commit/?id=270bef4002e3a34e234bda12915c1da2b1e9af88'/>
<id>270bef4002e3a34e234bda12915c1da2b1e9af88</id>
<content type='text'>
Signed-off-by: Nathan Hjelm &lt;hjelmn@lanl.gov&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Nathan Hjelm &lt;hjelmn@lanl.gov&gt;
</pre>
</div>
</content>
</entry>
</feed>
