summaryrefslogtreecommitdiff
path: root/gr-blocks/lib/tcp_server_sink_impl.h
Commit message (Expand)AuthorAgeFilesLines
* blocks: remove deprecated network blocksJosh Morman2021-04-211-63/+0
* modernization: `override` instead of virtual in all compilation unitsMarcus Müller2020-11-031-1/+1
* Add `override` for common virtual function overridesThomas Habets2020-11-031-1/+1
* blocks/tcp_server_sink: Remove manual memory managementThomas Habets2020-08-141-3/+3
* Switch from boost pointers to std C++11 pointersThomas Habets2020-04-011-1/+1
* blocks: Add const to member variables that don't changeThomas Habets2020-03-261-1/+1
* 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-31/+33
* blocks: Fix tcp_server_sink_impl alloc-dealloc-mismatchDan Robertson2018-12-181-1/+1
* runtime: replace std::auto_ptr usage with std::unique_ptrJohnathan Corgan2017-04-171-1/+1
* tcp_server_sink: implementationJiří Pinkava2016-06-291-0/+73