summaryrefslogtreecommitdiff
path: root/gr-blocks/lib/udp_source_impl.h
Commit message (Expand)AuthorAgeFilesLines
* blocks: remove deprecated network blocksJosh Morman2021-04-211-75/+0
* removed ssize_t, which is not standard C, and we're a C++ projectMarcus Müller2021-02-231-2/+4
* modernization: `override` instead of virtual in all compilation unitsMarcus Müller2020-11-031-5/+5
* Add `override` for common virtual function overridesThomas Habets2020-11-031-1/+1
* blocks/udp_source: Switch to smart pointers for socketThomas Habets2020-03-271-1/+2
* blocks/udp_source: Remove manual memory management for buffersThomas Habets2020-03-271-5/+5
* blocks: Add const to member variables that don't changeThomas Habets2020-03-261-2/+2
* Update license header to SPDX formatdevnulling2020-01-271-13/+1
* clang-format: Ordering all the includesMarcus Müller2019-08-091-1/+1
* Tree: clang-format without the include sortingMarcus Müller2019-08-091-40/+39
* Clean-up: Remove unused private variables (Issue #1621, #1622, #1624)andriy gelman2018-04-281-1/+0
* blocks: Fixed UDP source bugMartin Braun2015-03-131-0/+2
* runtime: converting runtime core to gr namespace, gnuradio include dir.Tom Rondeau2013-04-291-2/+2
* gruel: moved gruel into subdirs of gnuradio-runtime.Tom Rondeau2013-04-011-4/+4
* blocks: actually adding the udp_source blocks.Tom Rondeau2013-03-131-0/+84