aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/transport/zero_copy_flow_ctrl.cpp
Commit message (Expand)AuthorAgeFilesLines
* host: Update code base using clang-tidyMartin Braun2021-03-041-11/+11
* uhd: Apply clang-format against all .cpp and .hpp files in host/Martin Braun2020-03-031-6/+4
* uhd: Replace all occurrences of boost::bind with std::bindMartin Braun2019-11-261-1/+1
* uhd: Replace usage of boost smart pointers with C++11 counterpartsMartin Braun2019-11-261-8/+8
* lib: transport: apply clang-formatBrent Stapleton2019-01-181-55/+44
* Device3: Change packet-based flow control to byte-based flow controlMartin Braun2018-07-251-3/+2
* uhd: Update license headersMartin Braun2018-02-191-1/+2
* Move all license headers to SPDX format.Martin Braun2017-12-221-226/+215
* transport: Fix some nullptr vs NULL vs 0Martin Braun2017-04-061-2/+2
* transport: Fixed UHD logging post-mergeMartin Braun2017-04-061-2/+1
* Added class to add flow control to any zero_copy_if interface.michael-west2017-04-051-0/+227