aboutsummaryrefslogtreecommitdiffstats
path: root/gr-network (follow)
Commit message (Expand)AuthorAgeFilesLines
* network: addition of a throttle flag to the tcp source and sink blocksAditya Thomas2021-12-112-0/+2
* network: fix segfaults when TCP & UDP blocks are restartedClayton Smith2021-12-079-26/+172
* network: pep8 formattingJosh Morman2021-11-242-3/+7
* logging core: replace log4cpp by spdlogMarcus Müller2021-11-191-1/+7
* gr-network: Fixup tuntap suppress warning on Debian 11.Ron Economos2021-09-121-10/+12
* network: tuntap knows what it's doing when it uses strncpy, suppress warningMarcus Müller2021-09-071-3/+14
* IWYU: iomanip, iostream, sstreamMarcus Müller2021-09-071-0/+1
* network: include boost/format where usedMarcus Müller2021-09-072-0/+2
* network: use common precompiled headersMarcus Müller2021-07-191-0/+5
* network: use logging in tuntap_pdu instead of coutMarcus Müller2021-06-171-3/+3
* network: use logging in socket_pdu instead of coutMarcus Müller2021-06-171-2/+3
* gr-blocks: Standardize Vector parameter nameSolomon Tan2021-05-194-4/+4
* runtime, blocks, network: Clean up use of Win headers, fix stream_pdu.Ryan Volz2021-04-171-2/+15
* gr-network: Clean up lib/CMakeLists.txt.Ron Economos2021-03-251-45/+16
* network: replace ::bind with lambdaMarcus Müller2021-03-203-4/+3
* gr-pdu: move pdu blocks to gr::pduJacob Gilbert2021-03-1823-5/+1374
* clang-tidy: run full .clang-tidy on C++17 codebaseMarcus Müller2021-01-191-2/+2
* replace fft.window.WIN_ with window.win_ and include in grc default importJosh Morman2020-12-1812-12/+12
* global replace of firdes.WIN_ with fft.window.WIN_Josh Morman2020-12-1812-12/+12
* modernization: `override` instead of virtual in all compilation unitsMarcus Müller2020-11-033-6/+6
* Add `override` for common virtual function overridesThomas Habets2020-11-033-3/+3
* network: lib: Rename s_host variable so MSVC doesn't barf.Ryan Volz2020-10-201-3/+3
* network: lib: Use std functions for sleep instead of usleep.Ryan Volz2020-10-201-2/+4
* pybind11: Remove SWIG remnants.Ron Economos2020-10-122-2/+0
* gr-network: Add option to enable/disable examples installation.Ron Economos2020-09-041-3/+5
* network: build fixesNicholas Corgan2020-08-242-0/+57
* python: Remove unnecessary 'from __future__ import'Oleksandr Kravchuk2020-08-031-1/+0
* Replace all calls to `get_initial_sptr` with `make_block_sptr`Thomas Habets2020-07-303-12/+12
* network: fix non-compiling example filesJosh Morman2020-06-241-5/+5
* pybind: add hash check to binding file creation (#3472)mormj2020-06-044-4/+28
* pybind: run clang-formatJosh Morman2020-06-047-99/+56
* network: add pybind11 bindingsJosh Morman2020-06-0413-66/+330
* fixup! Remove VOLK as a submoduleMartin Braun2020-04-111-1/+0
* gr-network: Remove dead code.Ron Economos2020-04-082-26/+0
* Switch from boost pointers to std C++11 pointersThomas Habets2020-04-013-3/+3
* gr-network: Add grnet networking blocks to GNU Radioghostop142020-03-2942-0/+4534