| Commit message (Expand) | Author | Age | Files | Lines |
* | lib: transport: apply clang-format | Brent Stapleton | 2019-01-18 | 1 | -24/+29 |
* | uhd: Update license headers | Martin Braun | 2018-02-19 | 1 | -1/+2 |
* | Move all license headers to SPDX format. | Martin Braun | 2017-12-22 | 1 | -12/+1 |
* | Remove all boost:: namespace prefix for uint32_t, int32_t etc. (fixed-width t... | Martin Braun | 2016-11-08 | 1 | -6/+6 |
* | usb: add virtual destructors where needed; make virtual destructors out-of-li... | Michael Dickens | 2016-08-01 | 1 | -0/+6 |
* | usb: fix interfaces to be type 'int' and endpoints to be type 'unsigned char'... | Michael Dickens | 2016-08-01 | 1 | -2/+2 |
* | usb: fix 'timeout' variables to be unsigned since that is what the 'libusb_co... | Michael Dickens | 2016-08-01 | 1 | -1/+1 |
* | usb: fix 'submit' to return 'int' since that is what 'libusb_control_transfer... | Michael Dickens | 2016-08-01 | 1 | -7/+7 |
* | Added missing pure virtual destructors to base classes | Nicholas Corgan | 2014-09-01 | 1 | -1/+5 |
* | usb: added timeout param and additional queries | Josh Blum | 2013-07-15 | 1 | -3/+2 |
* | usb: added interface args to usb abstractions | Josh Blum | 2011-09-19 | 1 | -4/+4 |
* | usrp1: tweaks + implemented other features to mimic async and inline messages | Josh Blum | 2011-07-02 | 1 | -0/+3 |
* | usb: submit should return ssize_t, usrp1: set hash before reset after fw load | Josh Blum | 2010-09-28 | 1 | -1/+1 |
* | usb: work on libusb code to use a single context across all calls | Josh Blum | 2010-09-25 | 1 | -53/+21 |
* | usb: tweaks to usb code to cleanup properly and/or in error conditions | Josh Blum | 2010-09-24 | 1 | -0/+1 |
* | usrp1: Additional comments on libusb transport implemenation | Thomas Tsou | 2010-08-28 | 1 | -0/+7 |
* | usrp1: Disable default debug output for libusb implementations | Thomas Tsou | 2010-08-27 | 1 | -1/+1 |
* | usrp1: Modifiy USB transport implementations to use new interface | Thomas Tsou | 2010-08-26 | 1 | -160/+10 |
* | usrp1: compiling off next branch | Josh Blum | 2010-08-15 | 1 | -7/+7 |
* | usrp1: Add libusb-1.0 implementations of USB interfaces | Thomas Tsou | 2010-08-13 | 1 | -0/+238 |