aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/transport/tcp_zero_copy.cpp
Commit message (Collapse)AuthorAgeFilesLines
* lib: transport: apply clang-formatBrent Stapleton2019-01-181-83/+112
| | | | | | | | | | This is a continuation of 967be2a4. $ find host/lib/transport -iname *.hpp -o -iname *.cpp |\ xargs clang-format -i -style=file Skipping host/lib/transport/nirio/ because of build errors. $ git checkout host/lib/transport/nirio
* lib: Purge all references to boost::this_thread::sleep()Martin Braun2018-04-301-3/+3
| | | | Replace with std::this_thread::sleep_for().
* lib: move atomic.hpp and system_time.hpp to uhdlibMartin Braun2018-04-061-1/+1
|
* uhd: Update license headersMartin Braun2018-02-191-1/+2
| | | | | | | All copyright is now attributed to "Ettus Research, a National Instruments company". SPDX headers were also updated to latest version 3.0.
* Move all license headers to SPDX format.Martin Braun2017-12-221-12/+1
|
* Fix build with Boost 1.66ilovezfs2017-12-191-1/+1
| | | | Thanks to FX Coudert for suggesting this fix.
* logging: Demoted a number of DEBUG messages to TRACEMartin Braun2017-04-051-1/+1
|
* utils: introduce new logging API and remove msg APIAndrej Rode2017-02-201-2/+2
|
* Added missing pure virtual destructors to base classesNicholas Corgan2014-09-011-1/+5
|
* Merging USRP X300 and X310 support!!Ben Hilburn2014-02-041-0/+225