aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/transport
Commit message (Expand)AuthorAgeFilesLines
* Merging RFNoC support for X310Martin Braun2016-08-092-13/+90
* usb: usb_dummy made to match usb_control and usb_zero_copyMartin Braun2016-08-021-2/+10
* usb: tweak types for consistency between LIBUSB API calls and internal UHD us...Michael Dickens2016-08-012-8/+8
* usb: add virtual destructors where needed; make virtual destructors out-of-li...Michael Dickens2016-08-014-20/+73
* usb: fix interfaces to be type 'int' and endpoints to be type 'unsigned char'...Michael Dickens2016-08-012-11/+11
* usb: fix 'timeout' variables to be unsigned since that is what the 'libusb_co...Michael Dickens2016-08-011-1/+1
* usb: fix 'submit' to return 'int' since that is what 'libusb_control_transfer...Michael Dickens2016-08-011-7/+7
* transport: fixed an issue where the number of conversions were incorrectly ba...Paul David2016-08-012-2/+2
* usrp3: Added SW muxer/demuxer for the zero_copy interfaceAshish Chaudhari2016-07-292-0/+251
* UHD: Fixes for super_recv_packet_hadlermichael-west2016-07-221-3/+14
* transport: Removing task barrier for conversion calls in the super_send_packe...Paul David2016-06-081-22/+13
* transport: Removing task barrier for conversion calls in the super_recv_packe...Paul David2016-06-081-23/+12
* transport optimize: Added a thread transport offload to share the workloadPaul David2016-04-182-0/+159
* Updated code to work for new minimum dependenciesNicholas Corgan2016-03-211-22/+2
* transport: Also send flow control ACKs on sequence errorsMartin Braun2016-03-211-0/+6
* Merge branch 'maint'Martin Braun2016-03-111-2/+2
|\
| * Fixed minor warnings:Nicholas Corgan2016-03-041-2/+2
* | Merge branch 'maint'Ashish Chaudhari2016-02-182-5/+5
|\|
| * Corrected the UHD behavior in the event of a USB disconnectDaulPavid2016-02-122-5/+5
* | fixed a orthography typo; funnier if you're German.Marcus Müller2015-12-311-3/+3
* | cmake: Cleaned up output, removed duplicate OctoClock component registrationMartin Braun2015-11-171-0/+1
* | cmake: Register components earlierMartin Braun2015-11-161-5/+0
* | cmake: Proper selection of files for ENABLE_X300Martin Braun2015-10-262-4/+12
* | transport: Fix bug where stop commands could erroneously throwMartin Braun2015-09-101-1/+3
* | transport: Fail for multi-chan-rx + stream_nowMartin Braun2015-09-081-0/+4
|/
* Fixed minor warningsNicholas Corgan2015-09-011-3/+2
* nirio: Changes to kernel proxy to work with RIO 15.0 on linuxAshish Chaudhari2015-08-143-46/+655
* Transport: Update flow control on overrunsJohannes Walter2015-08-131-0/+5
* C API cleanup, feature additionsNicholas Corgan2015-08-121-2/+2
* UHD: Change libusb_error_name() to libusb_strerror() to improve error outputmichael-west2015-08-121-2/+2
* b200: fix libusb exceptions to work with that expected by b200 impl exception...Michael Dickens2015-08-111-3/+3
* cmake: added variable to LIBUHD_REGISTER_COMPONENT macro to make required, se...Nicholas Corgan2015-08-111-2/+2
* UHD: libusb_strerror compatibility with older versions of libusbmichael-west2015-08-062-17/+23
* libusb: Fixed Windows build issueAshish Chaudhari2015-08-061-5/+5
* Fix for BUG 869: UHD: Unhandled exceptions during destruction of multi_usrp ...michael-west2015-08-053-22/+60
* b200: Change init sequence to catch bad USB statesBalint Seeber2015-08-033-2/+21
* Fixed minor warningsNicholas Corgan2015-07-241-1/+1
* build: Python 3 compatibility for build scriptsNicholas Corgan2015-07-141-8/+8
* uhd: Replacing Cheetah w/ Mako 0.4.2 (allows Python 3 compat)Martin Braun2015-07-141-149/+120
* Merge branch 'maint'Ashish Chaudhari2015-04-231-0/+1
|\
| * B200: UHD now detects loaded FW on NI-USRP devicesBen Hilburn2015-04-151-0/+1
* | Merge branch 'maint'Martin Braun2015-03-271-2/+3
|\|
| * usrp1: fixed check for loaded firmwareNicholas Corgan2015-03-271-2/+3
* | Fixed master-specific warningsNicholas Corgan2015-03-271-3/+3
* | Merge branch 'maint'Martin Braun2015-03-273-25/+27
|\|
| * Warning fixesNicholas Corgan2015-03-277-43/+51
* | uhd: Fixed multiple compiler warningsMichael Dickens2015-03-111-1/+1
* | nirio: hopefully fix #pragma declarations; "push" and "pop" introduced in GCC...Michael Dickens2015-03-114-18/+24
* | nirio: when unsupported, comment out unused variables.Michael Dickens2015-03-111-16/+16
* | Merge branch 'maint' into masterBen Hilburn2015-01-283-111/+5
|\|