aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/transport
Commit message (Expand)AuthorAgeFilesLines
* lib: Purge all references to boost::this_thread::sleep()Martin Braun2018-04-307-15/+21
* Correctly set end of burst flag in metadata.Vidush2018-04-301-0/+2
* lib: Unbreak build against Boost 1.67Jan Beich2018-04-181-1/+1
* niusrprio: Move a const from header to implMartin Braun2018-04-181-0/+5
* x300: Replace all references to boost::this_thread::sleep()Martin Braun2018-04-171-1/+4
* niusrprio: Refactor niusrprio_session, move out static constsMartin Braun2018-04-171-3/+7
* lib: move atomic.hpp and system_time.hpp to uhdlibMartin Braun2018-04-063-3/+3
* transport: Demote UDP socket buffer size log message to TRACEMartin Braun2018-03-301-1/+1
* uhd: Move internal headers to uhdlib/Martin Braun2018-03-142-2/+2
* x300: improve lvbitx bitstream md5 read timeMark Meserve2018-03-131-10/+20
* uhd: Update license headersMartin Braun2018-02-1941-37/+78
* Move all license headers to SPDX format.Martin Braun2017-12-2239-682/+253
* Fix build with Boost 1.66ilovezfs2017-12-193-3/+3
* transport: nirio_zero_copy: Remove redundant buffer poolsMoritz Fischer2017-10-111-5/+0
* transport: liberio: Check return values for liberio_chan_set_fixed_size()Moritz Fischer2017-10-101-4/+10
* transport: liberio: Fix bug with recv timeout conversionMoritz Fischer2017-10-051-3/+3
* transport: liberio: Fix indentsMoritz Fischer2017-10-051-4/+4
* udp: Modify log messages of UDP transportMartin Braun2017-10-042-10/+27
* udp: Added option to query local address of socketMartin Braun2017-10-042-1/+25
* transport: Added liberio_zero_copy transport implementationMoritz Fischer2017-08-073-0/+304
* utils: add set_thread_name API call, move thread_priority to threadAndrej Rode2017-06-292-0/+3
* uhd: Replaced many lexical_cast with appropriate C++11 equivalentsMartin Braun2017-06-292-4/+3
* x300: Added location info to FW ctrl error messagesAshish Chaudhari2017-06-151-0/+4
* Merge branch 'maint'Martin Braun2017-05-032-171/+79
|\
| * PCIe: Fix runtime page size acquisition and page size alignment checks for ni...Michael West2017-04-201-1/+38
| * Revert commit e348353c4f5acef6a5ece11e9c336df4c15d65e1.Michael West2017-04-201-170/+41
* | add windows get_local_port()Andrej Rode2017-04-141-0/+10
* | transports: Added get_local_port() method to UDP transportsAndrej Rode2017-04-141-0/+1
* | logging: remove unecessery newlines in log messagesAndrej Rode2017-04-071-1/+1
* | transport: Fix some nullptr vs NULL vs 0Martin Braun2017-04-061-2/+2
* | transport: Fixed UHD logging post-mergeMartin Braun2017-04-061-2/+1
* | Merge branch 'maint'Martin Braun2017-04-064-41/+421
|\|
| * Implement worker threads to offload conversion of data and transport I/OMichael West2017-04-051-41/+170
| * PCIe: Add checks to make sure buffers are page alighed (requirement ofMichael West2017-04-051-0/+23
| * Added class to add flow control to any zero_copy_if interface.michael-west2017-04-052-0/+228
* | logging: Demoted a number of DEBUG messages to TRACEMartin Braun2017-04-057-13/+13
* | Merge branch 'maint'Martin Braun2017-03-312-7/+9
|\|
| * NI-RIO: FIFO management optimizations for PCIe performancePatrick Sisterhen2017-03-292-7/+9
* | Merge branch 'maint'Martin Braun2017-03-242-8/+11
|\|
| * UDP: Set default socket buffer size to number of frames * 9000 (maximum Ether...michael-west2017-03-212-8/+11
* | utils: introduce new logging API and remove msg APIAndrej Rode2017-02-2012-56/+56
* | uhd: Replace NULL with nullptr in if_addrs and super_recv_packet_handlerAndrej Rode2017-02-202-7/+7
* | 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