| Commit message (Expand) | Author | Age | Files | Lines |
* | host: Update code base using clang-tidy | Martin Braun | 2021-03-04 | 1 | -6/+6 |
* | uhd: add udp boost asio implementation of transport interface | Ciro Nishiguchi | 2019-11-26 | 1 | -2/+4 |
* | lib: transport: apply clang-format | Brent Stapleton | 2019-01-18 | 1 | -40/+59 |
* | uhd: udp: 'all_matching' endpoint resolution | Brent Stapleton | 2018-08-29 | 1 | -1/+2 |
* | uhd: Update license headers | Martin Braun | 2018-02-19 | 1 | -1/+2 |
* | Move all license headers to SPDX format. | Martin Braun | 2017-12-22 | 1 | -12/+1 |
* | Fix build with Boost 1.66 | ilovezfs | 2017-12-19 | 1 | -1/+1 |
* | x300: Added location info to FW ctrl error messages | Ashish Chaudhari | 2017-06-15 | 1 | -0/+4 |
* | logging: Demoted a number of DEBUG messages to TRACE | Martin Braun | 2017-04-05 | 1 | -1/+1 |
* | utils: introduce new logging API and remove msg API | Andrej Rode | 2017-02-20 | 1 | -1/+1 |
* | Remove all boost:: namespace prefix for uint32_t, int32_t etc. (fixed-width t... | Martin Braun | 2016-11-08 | 1 | -1/+1 |
* | N200: Simplify GPSDO UART so it does not strip or add characters | michael-west | 2016-09-02 | 1 | -4/+1 |
* | GPSDO: Make sure read_uart() returns only complete strings for all devices. | michael-west | 2016-09-02 | 1 | -3/+11 |
* | Added missing pure virtual destructors to base classes | Nicholas Corgan | 2014-09-01 | 1 | -1/+5 |
* | usrp2: use the socket to determine the device addr | Josh Blum | 2011-12-20 | 1 | -5/+10 |
* | usrp2: uart/udp work in host and fw, working | Josh Blum | 2011-09-28 | 1 | -0/+46 |
* | uhd: replaced many conditional prints with UHD_LOG usage | Josh Blum | 2011-05-04 | 1 | -2/+2 |
* | udp: try non-blocking recv first for performance | Josh Blum | 2011-02-20 | 1 | -3/+1 |
* | udp: update docs for transport, create common header for wait implementation | Josh Blum | 2011-02-20 | 1 | -124/+36 |
* | udp: added polling alternative to select for mac | Josh Blum | 2010-11-17 | 1 | -0/+13 |
* | uhd: pulled in some worthwhile changes from flow control branch | Josh Blum | 2010-11-11 | 1 | -22/+22 |
* | usrp2: add a timeout to udp control and make it large for usrp2 control trans... | Josh Blum | 2010-07-19 | 1 | -10/+11 |
* | added interface address discovery | Josh Blum | 2010-03-26 | 1 | -0/+1 |
* | Added recovery app to use raw socket to burn known ip addr. | Josh Blum | 2010-03-16 | 1 | -1/+1 |
* | Moved timeouts into the udp transports. | Josh Blum | 2010-03-04 | 1 | -2/+27 |
* | Expanded the UDP api: | Josh Blum | 2010-03-02 | 1 | -0/+133 |