<feed xmlns='http://www.w3.org/2005/Atom'>
<title>platform_external_libusb/tests, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_libusb/'/>
<entry>
<title>core: Introduce libusb_set_option() API function</title>
<updated>2017-07-16T21:02:05+00:00</updated>
<author>
<name>Chris Dickens</name>
<email>christopher.a.dickens@gmail.com</email>
</author>
<published>2017-07-11T05:37:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_libusb/commit/?id=539f22e2fd916558d11ab9a66f10f461c5593168'/>
<id>539f22e2fd916558d11ab9a66f10f461c5593168</id>
<content type='text'>
This new function allows more flexibility in extending the library to
support more user-configurable options. It is intended to provide a
single API that can support a wide variety of needs and eliminates the
need for new API functions to set future options.

The function is introduced with a single option (LIBUSB_OPTION_LOG_LEVEL)
that replaces the libusb_set_debug() function. Documentation relating to
libusb_set_debug() and the uses of this function in the examples and
tests have been updated accordingly.

Signed-off-by: Chris Dickens &lt;christopher.a.dickens@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This new function allows more flexibility in extending the library to
support more user-configurable options. It is intended to provide a
single API that can support a wide variety of needs and eliminates the
need for new API functions to set future options.

The function is introduced with a single option (LIBUSB_OPTION_LOG_LEVEL)
that replaces the libusb_set_debug() function. Documentation relating to
libusb_set_debug() and the uses of this function in the examples and
tests have been updated accordingly.

Signed-off-by: Chris Dickens &lt;christopher.a.dickens@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Misc: Revert all references to libusb/libusb.info</title>
<updated>2014-01-08T23:51:01+00:00</updated>
<author>
<name>hjelmn@cs.unm.edu</name>
<email>hjelmn@cs.unm.edu</email>
</author>
<published>2014-01-08T23:50:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_libusb/commit/?id=1eff220474f63d7ea7f8f99bef2a3da9da5324eb'/>
<id>1eff220474f63d7ea7f8f99bef2a3da9da5324eb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: set output_file to a valid value</title>
<updated>2013-09-28T10:19:16+00:00</updated>
<author>
<name>Ludovic Rousseau</name>
<email>ludovic.rousseau+github@gmail.com</email>
</author>
<published>2013-09-22T19:29:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_libusb/commit/?id=c4f2c353b9a1f6bc418dcd1d330d7c99084570d5'/>
<id>c4f2c353b9a1f6bc418dcd1d330d7c99084570d5</id>
<content type='text'>
If fdopen(3) fails then ctx-&gt;output_file is NULL and should not be used
in cleanup_test_output() called next.

Problem detected by the Coverity tool
CID 1042543 (#1 of 1): Dereference after null check (FORWARD_NULL)9.
var_deref_model: Passing "ctx" to function
"cleanup_test_output(libusbx_testlib_ctx *)", which dereferences null
"ctx-&gt;output_file".
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If fdopen(3) fails then ctx-&gt;output_file is NULL and should not be used
in cleanup_test_output() called next.

Problem detected by the Coverity tool
CID 1042543 (#1 of 1): Dereference after null check (FORWARD_NULL)9.
var_deref_model: Passing "ctx" to function
"cleanup_test_output(libusbx_testlib_ctx *)", which dereferences null
"ctx-&gt;output_file".
</pre>
</div>
</content>
</entry>
<entry>
<title>Android: Add examples and stress tests</title>
<updated>2013-08-11T21:14:13+00:00</updated>
<author>
<name>Toby Gray</name>
<email>toby.gray@realvnc.com</email>
</author>
<published>2013-08-08T17:22:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_libusb/commit/?id=c6321017903dbeb92a417d6d1128edc46dcb7100'/>
<id>c6321017903dbeb92a417d6d1128edc46dcb7100</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>libusbx 1.0.15-rc1</title>
<updated>2013-04-02T19:21:48+00:00</updated>
<author>
<name>Pete Batard</name>
<email>pete@akeo.ie</email>
</author>
<published>2013-04-02T18:52:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_libusb/commit/?id=196acee784cee02c641685f0decb978cbb00754c'/>
<id>196acee784cee02c641685f0decb978cbb00754c</id>
<content type='text'>
* Also fix missing header in release tarball
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Also fix missing header in release tarball
</pre>
</div>
</content>
</entry>
<entry>
<title>Tests: Suppress Visual Studio 2012 Code Analysis warnings</title>
<updated>2013-03-16T23:40:30+00:00</updated>
<author>
<name>Pete Batard</name>
<email>pete@akeo.ie</email>
</author>
<published>2013-03-16T16:39:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_libusb/commit/?id=5ab16a216589d59a4dc85e76b0790ea4196f836a'/>
<id>5ab16a216589d59a4dc85e76b0790ea4196f836a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Misc: Simplify includes and misc. cleanup</title>
<updated>2013-02-27T22:58:49+00:00</updated>
<author>
<name>Pete Batard</name>
<email>pete@akeo.ie</email>
</author>
<published>2013-02-27T22:58:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_libusb/commit/?id=0ded9c126e9b48b5ed217e60d392cfb882cbc351'/>
<id>0ded9c126e9b48b5ed217e60d392cfb882cbc351</id>
<content type='text'>
* fxload sample provenance
* No need for &lt;sys/types.h&gt; in samples as already in libusb.h
* Don't bother about sscanf_s in xusb
* Use HAVE_### and rely on config.h where possible
* Formal inclusion of &lt;winsock.h&gt; in libusb.h for WinCE and WDK
* Cleanup of Windows' config.h
* Avoid ENAMETOOLONG and ENOTEMPTY conflict between errno.h and winsock.h for WinCE
* Additional newlines &amp; braces cleanup
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* fxload sample provenance
* No need for &lt;sys/types.h&gt; in samples as already in libusb.h
* Don't bother about sscanf_s in xusb
* Use HAVE_### and rely on config.h where possible
* Formal inclusion of &lt;winsock.h&gt; in libusb.h for WinCE and WDK
* Cleanup of Windows' config.h
* Avoid ENAMETOOLONG and ENOTEMPTY conflict between errno.h and winsock.h for WinCE
* Additional newlines &amp; braces cleanup
</pre>
</div>
</content>
</entry>
<entry>
<title>Tests: Fix broken OS-X and Linux builds</title>
<updated>2013-02-24T23:03:32+00:00</updated>
<author>
<name>Xiaofan Chen</name>
<email>xiaofanc@gmail.com</email>
</author>
<published>2013-02-24T05:50:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_libusb/commit/?id=c56f89068452f6ff144cd72ad234540049c06433'/>
<id>c56f89068452f6ff144cd72ad234540049c06433</id>
<content type='text'>
* _dup2 is Windows only. Use dup2 instead
* Breakage was introduced in 76eecc6ce11d1bedee369859899901037dcd4cc2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* _dup2 is Windows only. Use dup2 instead
* Breakage was introduced in 76eecc6ce11d1bedee369859899901037dcd4cc2
</pre>
</div>
</content>
</entry>
<entry>
<title>Tests: Simplify stdout redirection and fix Windows assertion error on cleanup</title>
<updated>2013-02-22T00:49:29+00:00</updated>
<author>
<name>Pete Batard</name>
<email>pete@akeo.ie</email>
</author>
<published>2013-02-21T00:24:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_libusb/commit/?id=76eecc6ce11d1bedee369859899901037dcd4cc2'/>
<id>76eecc6ce11d1bedee369859899901037dcd4cc2</id>
<content type='text'>
* cleanup_test_output() produced an assertion error when compiled with MSVC
  due to closing ctx-&gt;output_file
* set ctx-&gt;output_file to stdout by default
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* cleanup_test_output() produced an assertion error when compiled with MSVC
  due to closing ctx-&gt;output_file
* set ctx-&gt;output_file to stdout by default
</pre>
</div>
</content>
</entry>
<entry>
<title>WinCE: Add support for WinCE (sources)</title>
<updated>2013-01-23T00:40:18+00:00</updated>
<author>
<name>Toby Gray</name>
<email>toby.gray@realvnc.com</email>
</author>
<published>2013-01-16T02:07:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_libusb/commit/?id=244271931a782028fd9bc1cdcdb12200f65cf8d9'/>
<id>244271931a782028fd9bc1cdcdb12200f65cf8d9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
