| Commit message (Expand) | Author | Age | Files | Lines |
* | blocks: remove deprecated network blocks | Josh Morman | 2021-04-21 | 1 | -200/+0 |
* | removed ssize_t, which is not standard C, and we're a C++ project | Marcus Müller | 2021-02-23 | 1 | -4/+5 |
* | Removing unused <cerrno> (and includes found on the way) | Marcus Müller | 2021-01-28 | 1 | -3/+0 |
* | clang-tidy: run full .clang-tidy on C++17 codebase | Marcus Müller | 2021-01-19 | 1 | -3/+3 |
* | C++14: Use std::make_unique instead of boost::make_unique | Marcus Müller | 2021-01-04 | 1 | -2/+2 |
* | Replace all calls to `get_initial_sptr` with `make_block_sptr` | Thomas Habets | 2020-07-30 | 1 | -2/+2 |
* | gr-blocks: Remove warnings. | Ron Economos | 2020-04-08 | 1 | -3/+3 |
* | blocks/udp_source: Switch to smart pointers for socket | Thomas Habets | 2020-03-27 | 1 | -2/+3 |
* | blocks/udp_source: Remove manual memory management for buffers | Thomas Habets | 2020-03-27 | 1 | -11/+8 |
* | Update license header to SPDX format | devnulling | 2020-01-27 | 1 | -13/+1 |
* | clang-tidy in gnuradio-runtime: use empty() instead of size()!=0 | Marcus Müller | 2019-08-22 | 1 | -1/+1 |
* | clang-format: Ordering all the includes | Marcus Müller | 2019-08-09 | 1 | -1/+1 |
* | Tree: clang-format without the include sorting | Marcus Müller | 2019-08-09 | 1 | -141/+136 |
* | Fix for misc. documentation + trivial typos | luz.paz | 2019-07-17 | 1 | -1/+1 |
* | Clean-up: Remove unused private variables (Issue #1621, #1622, #1624) | andriy gelman | 2018-04-28 | 1 | -1/+1 |
* | Merge branch 'maint' | Johnathan Corgan | 2016-05-30 | 1 | -3/+0 |
|\ |
|
| * | MSVC-specific fixes for compatibility | gnieboer | 2016-05-30 | 1 | -3/+0 |
* | | Merge remote-tracking branch 'mmueller/udp_source_add_payload_buffer_gr_pref' | Johnathan Corgan | 2016-04-25 | 1 | -1/+3 |
|\ \
| |/
|/| |
|
| * | added a gr-preferences getter | Marcus Müller | 2016-04-14 | 1 | -1/+3 |
* | | udp sink: actually send 0-byte packets at EOF | Andy Sloane | 2016-04-25 | 1 | -1/+1 |
|/ |
|
* | blocks: Fixed UDP source bug | Martin Braun | 2015-03-13 | 1 | -11/+14 |
* | blocks: UDP source does not enforce IPv4 anny more | Jiří Pinkava | 2014-11-17 | 1 | -2/+1 |
* | Removing trailing/extra whitespaces before release. | Tom Rondeau | 2014-07-07 | 1 | -1/+1 |
* | blocks: updated UDP source to handle no network connections by allowing use o... | Tom Rondeau | 2013-11-16 | 1 | -3/+6 |
* | Merge branch 'master' into next | Johnathan Corgan | 2013-05-22 | 1 | -1/+3 |
|\ |
|
| * | udp: fix udp_source to avoid permanent work blockage | Josh Blum | 2013-05-22 | 1 | -1/+3 |
* | | runtime: converting runtime core to gr namespace, gnuradio include dir. | Tom Rondeau | 2013-04-29 | 1 | -5/+5 |
* | | gruel: moved gruel into subdirs of gnuradio-runtime. | Tom Rondeau | 2013-04-01 | 1 | -4/+4 |
|/ |
|
* | blocks: fixing some UDP handling of ports/options; using gr-blocks blocks in QA. | Tom Rondeau | 2013-03-13 | 1 | -4/+20 |
* | docs: fixes for doxygen warnings (and a simple build warning). | Tom Rondeau | 2013-03-13 | 1 | -1/+1 |
* | blocks: actually adding the udp_source blocks. | Tom Rondeau | 2013-03-13 | 1 | -0/+199 |