summaryrefslogtreecommitdiff
path: root/gr-blocks/lib/tcp_server_sink_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* blocks: remove deprecated network blocksJosh Morman2021-04-211-142/+0
* clang-tidy: run full .clang-tidy on C++17 codebaseMarcus Müller2021-01-191-2/+2
* C++14: Use std::make_unique instead of boost::make_uniqueMarcus Müller2021-01-041-4/+4
* blocks/tcp_server_sink: Remove manual memory managementThomas Habets2020-08-141-24/+14
* Replace all calls to `get_initial_sptr` with `make_block_sptr`Thomas Habets2020-07-301-2/+1
* Update license header to SPDX formatdevnulling2020-01-271-13/+1
* clang-format: Ordering all the includesMarcus Müller2019-08-091-4/+4
* Tree: clang-format without the include sortingMarcus Müller2019-08-091-96/+100
* renames s_host to s__host as already #defined in win32gnieboer2016-08-161-3/+3
* tcp_server_sink: implementationJiří Pinkava2016-06-291-0/+161