| Commit message (Expand) | Author | Age | Files | Lines |
* | lib: Unbreak build against Boost 1.67 | Jan Beich | 2018-04-18 | 1 | -1/+1 |
* | niusrprio: Move a const from header to impl | Martin Braun | 2018-04-18 | 1 | -0/+5 |
* | x300: Replace all references to boost::this_thread::sleep() | Martin Braun | 2018-04-17 | 1 | -1/+4 |
* | niusrprio: Refactor niusrprio_session, move out static consts | Martin Braun | 2018-04-17 | 1 | -3/+7 |
* | lib: move atomic.hpp and system_time.hpp to uhdlib | Martin Braun | 2018-04-06 | 3 | -3/+3 |
* | transport: Demote UDP socket buffer size log message to TRACE | Martin Braun | 2018-03-30 | 1 | -1/+1 |
* | uhd: Move internal headers to uhdlib/ | Martin Braun | 2018-03-14 | 2 | -2/+2 |
* | x300: improve lvbitx bitstream md5 read time | Mark Meserve | 2018-03-13 | 1 | -10/+20 |
* | uhd: Update license headers | Martin Braun | 2018-02-19 | 41 | -37/+78 |
* | Move all license headers to SPDX format. | Martin Braun | 2017-12-22 | 39 | -682/+253 |
* | Fix build with Boost 1.66 | ilovezfs | 2017-12-19 | 3 | -3/+3 |
* | transport: nirio_zero_copy: Remove redundant buffer pools | Moritz Fischer | 2017-10-11 | 1 | -5/+0 |
* | transport: liberio: Check return values for liberio_chan_set_fixed_size() | Moritz Fischer | 2017-10-10 | 1 | -4/+10 |
* | transport: liberio: Fix bug with recv timeout conversion | Moritz Fischer | 2017-10-05 | 1 | -3/+3 |
* | transport: liberio: Fix indents | Moritz Fischer | 2017-10-05 | 1 | -4/+4 |
* | udp: Modify log messages of UDP transport | Martin Braun | 2017-10-04 | 2 | -10/+27 |
* | udp: Added option to query local address of socket | Martin Braun | 2017-10-04 | 2 | -1/+25 |
* | transport: Added liberio_zero_copy transport implementation | Moritz Fischer | 2017-08-07 | 3 | -0/+304 |
* | utils: add set_thread_name API call, move thread_priority to thread | Andrej Rode | 2017-06-29 | 2 | -0/+3 |
* | uhd: Replaced many lexical_cast with appropriate C++11 equivalents | Martin Braun | 2017-06-29 | 2 | -4/+3 |
* | x300: Added location info to FW ctrl error messages | Ashish Chaudhari | 2017-06-15 | 1 | -0/+4 |
* | Merge branch 'maint' | Martin Braun | 2017-05-03 | 2 | -171/+79 |
|\ |
|
| * | PCIe: Fix runtime page size acquisition and page size alignment checks for ni... | Michael West | 2017-04-20 | 1 | -1/+38 |
| * | Revert commit e348353c4f5acef6a5ece11e9c336df4c15d65e1. | Michael West | 2017-04-20 | 1 | -170/+41 |
* | | add windows get_local_port() | Andrej Rode | 2017-04-14 | 1 | -0/+10 |
* | | transports: Added get_local_port() method to UDP transports | Andrej Rode | 2017-04-14 | 1 | -0/+1 |
* | | logging: remove unecessery newlines in log messages | Andrej Rode | 2017-04-07 | 1 | -1/+1 |
* | | transport: Fix some nullptr vs NULL vs 0 | Martin Braun | 2017-04-06 | 1 | -2/+2 |
* | | transport: Fixed UHD logging post-merge | Martin Braun | 2017-04-06 | 1 | -2/+1 |
* | | Merge branch 'maint' | Martin Braun | 2017-04-06 | 4 | -41/+421 |
|\| |
|
| * | Implement worker threads to offload conversion of data and transport I/O | Michael West | 2017-04-05 | 1 | -41/+170 |
| * | PCIe: Add checks to make sure buffers are page alighed (requirement of | Michael West | 2017-04-05 | 1 | -0/+23 |
| * | Added class to add flow control to any zero_copy_if interface. | michael-west | 2017-04-05 | 2 | -0/+228 |
* | | logging: Demoted a number of DEBUG messages to TRACE | Martin Braun | 2017-04-05 | 7 | -13/+13 |
* | | Merge branch 'maint' | Martin Braun | 2017-03-31 | 2 | -7/+9 |
|\| |
|
| * | NI-RIO: FIFO management optimizations for PCIe performance | Patrick Sisterhen | 2017-03-29 | 2 | -7/+9 |
* | | Merge branch 'maint' | Martin Braun | 2017-03-24 | 2 | -8/+11 |
|\| |
|
| * | UDP: Set default socket buffer size to number of frames * 9000 (maximum Ether... | michael-west | 2017-03-21 | 2 | -8/+11 |
* | | utils: introduce new logging API and remove msg API | Andrej Rode | 2017-02-20 | 12 | -56/+56 |
* | | uhd: Replace NULL with nullptr in if_addrs and super_recv_packet_handler | Andrej Rode | 2017-02-20 | 2 | -7/+7 |
* | | UDP transport: Utilize poll instead of select | Paul David | 2017-02-13 | 1 | -0/+12 |
* | | uhd: replace BOOST_FOREACH with C++11 range-based for loop | Andrej Rode | 2017-02-10 | 4 | -9/+5 |
|/ |
|
* | transport: Fixed memory leak in muxed_zero_copy_if | Martin Braun | 2016-11-28 | 1 | -2/+2 |
* | transport: Removed some superfluous variables | Martin Braun | 2016-11-28 | 3 | -8/+6 |
* | Remove all boost:: namespace prefix for uint32_t, int32_t etc. (fixed-width t... | Martin Braun | 2016-11-08 | 14 | -125/+125 |
* | X300: Fix for recv timeout and wait_for_ack errors over PCIe. | michael-west | 2016-11-08 | 1 | -9/+59 |
* | CMake: fix the lvbitx path on windows | Paul David | 2016-10-26 | 1 | -6/+6 |
* | transport: Removed conditional compiles for terminator APIs | Martin Braun | 2016-09-05 | 2 | -14/+2 |
* | Merge branch 'UHD-3.9.LTS' into maint | Martin Braun | 2016-09-02 | 1 | -3/+8 |
|\ |
|
| * | N200: Simplify GPSDO UART so it does not strip or add characters | michael-west | 2016-09-02 | 1 | -4/+1 |