summaryrefslogtreecommitdiff
path: root/gr-blocks/lib/udp_source_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* blocks: remove deprecated network blocksJosh Morman2021-04-211-200/+0
* removed ssize_t, which is not standard C, and we're a C++ projectMarcus Müller2021-02-231-4/+5
* Removing unused <cerrno> (and includes found on the way)Marcus Müller2021-01-281-3/+0
* clang-tidy: run full .clang-tidy on C++17 codebaseMarcus Müller2021-01-191-3/+3
* C++14: Use std::make_unique instead of boost::make_uniqueMarcus Müller2021-01-041-2/+2
* Replace all calls to `get_initial_sptr` with `make_block_sptr`Thomas Habets2020-07-301-2/+2
* gr-blocks: Remove warnings.Ron Economos2020-04-081-3/+3
* blocks/udp_source: Switch to smart pointers for socketThomas Habets2020-03-271-2/+3
* blocks/udp_source: Remove manual memory management for buffersThomas Habets2020-03-271-11/+8
* Update license header to SPDX formatdevnulling2020-01-271-13/+1
* clang-tidy in gnuradio-runtime: use empty() instead of size()!=0Marcus Müller2019-08-221-1/+1
* clang-format: Ordering all the includesMarcus Müller2019-08-091-1/+1
* Tree: clang-format without the include sortingMarcus Müller2019-08-091-141/+136
* Fix for misc. documentation + trivial typosluz.paz2019-07-171-1/+1
* Clean-up: Remove unused private variables (Issue #1621, #1622, #1624)andriy gelman2018-04-281-1/+1
* Merge branch 'maint'Johnathan Corgan2016-05-301-3/+0
|\
| * MSVC-specific fixes for compatibilitygnieboer2016-05-301-3/+0
* | Merge remote-tracking branch 'mmueller/udp_source_add_payload_buffer_gr_pref'Johnathan Corgan2016-04-251-1/+3
|\ \ | |/ |/|
| * added a gr-preferences getterMarcus Müller2016-04-141-1/+3
* | udp sink: actually send 0-byte packets at EOFAndy Sloane2016-04-251-1/+1
|/
* blocks: Fixed UDP source bugMartin Braun2015-03-131-11/+14
* blocks: UDP source does not enforce IPv4 anny moreJiří Pinkava2014-11-171-2/+1
* Removing trailing/extra whitespaces before release.Tom Rondeau2014-07-071-1/+1
* blocks: updated UDP source to handle no network connections by allowing use o...Tom Rondeau2013-11-161-3/+6
* Merge branch 'master' into nextJohnathan Corgan2013-05-221-1/+3
|\
| * udp: fix udp_source to avoid permanent work blockageJosh Blum2013-05-221-1/+3
* | runtime: converting runtime core to gr namespace, gnuradio include dir.Tom Rondeau2013-04-291-5/+5
* | gruel: moved gruel into subdirs of gnuradio-runtime.Tom Rondeau2013-04-011-4/+4
|/
* blocks: fixing some UDP handling of ports/options; using gr-blocks blocks in QA.Tom Rondeau2013-03-131-4/+20
* docs: fixes for doxygen warnings (and a simple build warning).Tom Rondeau2013-03-131-1/+1
* blocks: actually adding the udp_source blocks.Tom Rondeau2013-03-131-0/+199