| Commit message (Expand) | Author | Age | Files | Lines |
* | blocks: remove deprecated network blocks | Josh Morman | 2021-04-21 | 1 | -63/+0 |
* | modernization: `override` instead of virtual in all compilation units | Marcus Müller | 2020-11-03 | 1 | -1/+1 |
* | Add `override` for common virtual function overrides | Thomas Habets | 2020-11-03 | 1 | -1/+1 |
* | blocks/tcp_server_sink: Remove manual memory management | Thomas Habets | 2020-08-14 | 1 | -3/+3 |
* | Switch from boost pointers to std C++11 pointers | Thomas Habets | 2020-04-01 | 1 | -1/+1 |
* | blocks: Add const to member variables that don't change | Thomas Habets | 2020-03-26 | 1 | -1/+1 |
* | Update license header to SPDX format | devnulling | 2020-01-27 | 1 | -13/+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 | -31/+33 |
* | blocks: Fix tcp_server_sink_impl alloc-dealloc-mismatch | Dan Robertson | 2018-12-18 | 1 | -1/+1 |
* | runtime: replace std::auto_ptr usage with std::unique_ptr | Johnathan Corgan | 2017-04-17 | 1 | -1/+1 |
* | tcp_server_sink: implementation | Jiří Pinkava | 2016-06-29 | 1 | -0/+73 |