| Commit message (Expand) | Author | Age | Files | Lines |
* | network: addition of a throttle flag to the tcp source and sink blocks | Aditya Thomas | 2021-12-11 | 2 | -0/+2 |
* | network: fix segfaults when TCP & UDP blocks are restarted | Clayton Smith | 2021-12-07 | 9 | -26/+172 |
* | network: pep8 formatting | Josh Morman | 2021-11-24 | 2 | -3/+7 |
* | logging core: replace log4cpp by spdlog | Marcus Müller | 2021-11-19 | 1 | -1/+7 |
* | gr-network: Fixup tuntap suppress warning on Debian 11. | Ron Economos | 2021-09-12 | 1 | -10/+12 |
* | network: tuntap knows what it's doing when it uses strncpy, suppress warning | Marcus Müller | 2021-09-07 | 1 | -3/+14 |
* | IWYU: iomanip, iostream, sstream | Marcus Müller | 2021-09-07 | 1 | -0/+1 |
* | network: include boost/format where used | Marcus Müller | 2021-09-07 | 2 | -0/+2 |
* | network: use common precompiled headers | Marcus Müller | 2021-07-19 | 1 | -0/+5 |
* | network: use logging in tuntap_pdu instead of cout | Marcus Müller | 2021-06-17 | 1 | -3/+3 |
* | network: use logging in socket_pdu instead of cout | Marcus Müller | 2021-06-17 | 1 | -2/+3 |
* | gr-blocks: Standardize Vector parameter name | Solomon Tan | 2021-05-19 | 4 | -4/+4 |
* | runtime, blocks, network: Clean up use of Win headers, fix stream_pdu. | Ryan Volz | 2021-04-17 | 1 | -2/+15 |
* | gr-network: Clean up lib/CMakeLists.txt. | Ron Economos | 2021-03-25 | 1 | -45/+16 |
* | network: replace ::bind with lambda | Marcus Müller | 2021-03-20 | 3 | -4/+3 |
* | gr-pdu: move pdu blocks to gr::pdu | Jacob Gilbert | 2021-03-18 | 23 | -5/+1374 |
* | clang-tidy: run full .clang-tidy on C++17 codebase | Marcus Müller | 2021-01-19 | 1 | -2/+2 |
* | replace fft.window.WIN_ with window.win_ and include in grc default import | Josh Morman | 2020-12-18 | 12 | -12/+12 |
* | global replace of firdes.WIN_ with fft.window.WIN_ | Josh Morman | 2020-12-18 | 12 | -12/+12 |
* | modernization: `override` instead of virtual in all compilation units | Marcus Müller | 2020-11-03 | 3 | -6/+6 |
* | Add `override` for common virtual function overrides | Thomas Habets | 2020-11-03 | 3 | -3/+3 |
* | network: lib: Rename s_host variable so MSVC doesn't barf. | Ryan Volz | 2020-10-20 | 1 | -3/+3 |
* | network: lib: Use std functions for sleep instead of usleep. | Ryan Volz | 2020-10-20 | 1 | -2/+4 |
* | pybind11: Remove SWIG remnants. | Ron Economos | 2020-10-12 | 2 | -2/+0 |
* | gr-network: Add option to enable/disable examples installation. | Ron Economos | 2020-09-04 | 1 | -3/+5 |
* | network: build fixes | Nicholas Corgan | 2020-08-24 | 2 | -0/+57 |
* | python: Remove unnecessary 'from __future__ import' | Oleksandr Kravchuk | 2020-08-03 | 1 | -1/+0 |
* | Replace all calls to `get_initial_sptr` with `make_block_sptr` | Thomas Habets | 2020-07-30 | 3 | -12/+12 |
* | network: fix non-compiling example files | Josh Morman | 2020-06-24 | 1 | -5/+5 |
* | pybind: add hash check to binding file creation (#3472) | mormj | 2020-06-04 | 4 | -4/+28 |
* | pybind: run clang-format | Josh Morman | 2020-06-04 | 7 | -99/+56 |
* | network: add pybind11 bindings | Josh Morman | 2020-06-04 | 13 | -66/+330 |
* | fixup! Remove VOLK as a submodule | Martin Braun | 2020-04-11 | 1 | -1/+0 |
* | gr-network: Remove dead code. | Ron Economos | 2020-04-08 | 2 | -26/+0 |
* | Switch from boost pointers to std C++11 pointers | Thomas Habets | 2020-04-01 | 3 | -3/+3 |
* | gr-network: Add grnet networking blocks to GNU Radio | ghostop14 | 2020-03-29 | 42 | -0/+4534 |