aboutsummaryrefslogtreecommitdiffstats
path: root/host/examples/network_relay.cpp
Commit message (Expand)AuthorAgeFilesLines
* uhd: mpm: apply clang-format to all filesBrent Stapleton2019-01-161-69/+92
* examples: utils: skip formatting program optionsBrent Stapleton2019-01-161-0/+2
* lib: Purge all references to boost::this_thread::sleep()Martin Braun2018-04-301-1/+3
* uhd: Update license headersMartin Braun2018-02-191-1/+2
* Move all license headers to SPDX format.Martin Braun2017-12-221-12/+1
* Fix build with Boost 1.66ilovezfs2017-12-191-2/+2
* utils: add set_thread_name API call, move thread_priority to threadAndrej Rode2017-06-291-1/+1
* uhd: cast thread_group.create_thread() return value to void to avoid memory leakAndrej Rode2017-04-251-2/+2
* fixup! Remove all boost:: namespace prefix for uint32_t, int32_t etc. (fixed-...Martin Braun2016-11-151-2/+2
* network_relay: added #include necessary for older versions of Boost on WindowsNicholas Corgan2013-12-051-1/+2
* Squashed merge of Coverity fixes.Ben Hilburn2013-11-271-10/+7
* examples & utils: return EXIT_FAILURE and EXIT_SUCCESS respectivelyMoritz Fischer2012-10-261-2/+3
* examples: fix bsd compilation for network relay exampleJosh Blum2012-04-011-3/+3
* uhd: fixed some compile warnings for msvcJosh Blum2012-02-281-2/+2
* usrp2: added bind option to the relayJosh Blum2011-12-201-7/+9
* usrp2: more work on relay app and sequence error detectionJosh Blum2011-12-201-14/+45
* usrp2: created network relay example appJosh Blum2011-12-201-0/+194