aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/transport
Commit message (Expand)AuthorAgeFilesLines
* UDP transport: Utilize poll instead of selectPaul David2017-02-131-0/+12
* uhd: replace BOOST_FOREACH with C++11 range-based for loopAndrej Rode2017-02-104-9/+5
* transport: Fixed memory leak in muxed_zero_copy_ifMartin Braun2016-11-281-2/+2
* transport: Removed some superfluous variablesMartin Braun2016-11-283-8/+6
* Remove all boost:: namespace prefix for uint32_t, int32_t etc. (fixed-width t...Martin Braun2016-11-0814-125/+125
* X300: Fix for recv timeout and wait_for_ack errors over PCIe.michael-west2016-11-081-9/+59
* CMake: fix the lvbitx path on windowsPaul David2016-10-261-6/+6
* transport: Removed conditional compiles for terminator APIsMartin Braun2016-09-052-14/+2
* Merge branch 'UHD-3.9.LTS' into maintMartin Braun2016-09-021-3/+8
|\
| * N200: Simplify GPSDO UART so it does not strip or add charactersmichael-west2016-09-021-4/+1
| * GPSDO: Make sure read_uart() returns only complete strings for all devices.michael-west2016-09-021-3/+11
| * transport: Also send flow control ACKs on sequence errorsMartin Braun2016-03-161-0/+6
* | 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