| Commit message (Expand) | Author | Age | Files | Lines |
* | gr-blocks: remove pdu blocks | Jacob Gilbert | 2021-03-18 | 1 | -271/+0 |
* | blocks/socket_pdu: Remove manual memory management | Thomas Habets | 2020-08-14 | 1 | -7/+7 |
* | Replace all calls to `get_initial_sptr` with `make_block_sptr` | Thomas Habets | 2020-07-30 | 1 | -2/+2 |
* | msg_handler: Use lambdas to set msg handlers | Johannes Demel | 2020-06-04 | 1 | -12/+8 |
* | msg_handler: Switch from boost::function to std::function | Johannes Demel | 2020-06-04 | 1 | -8/+12 |
* | 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 | -155/+180 |
* | blocks: simple fix for Boost 1.70.0 in socket_pdu | Michael Dickens | 2019-05-28 | 1 | -1/+5 |
* | blocks: avoid potential static initialization order fiasco | Marcus Müller | 2018-03-30 | 1 | -8/+8 |
* | blocks: don't pmt::mp("string") for every single PDU | Marcus Müller | 2018-02-23 | 1 | -9/+9 |
* | socket_pdu_impl: garbage collect closed tcp_connections | Jeff Long | 2018-02-03 | 1 | -0/+9 |
* | blocks: fix incorrect use of items/bytes in PDU handling | Jacob Gilbert | 2016-02-08 | 1 | -2/+2 |
* | blocks: fix destruction and shutdown for socket_pdu | Nathan West | 2015-10-07 | 1 | -0/+17 |
* | Removing trailing/extra whitespaces before release. | Tom Rondeau | 2014-07-07 | 1 | -14/+14 |
* | socket_pdu: fixed resolver issue by applying same resolver as in udp_sink. | Marcus Müller | 2014-04-12 | 1 | -2/+6 |
* | blocks: added 'MTU' and 'tcp_no_delay' params for 'socket_pdu' (and GRC optio... | Balint Seeber | 2014-03-27 | 1 | -55/+81 |
* | runtime: converting runtime core to gr namespace, gnuradio include dir. | Tom Rondeau | 2013-04-29 | 1 | -5/+5 |
* | gruel: moved gruel into subdirs of gnuradio-runtime. | Tom Rondeau | 2013-04-01 | 1 | -1/+1 |
* | blocks: added gr::blocks::random_pdu | Johnathan Corgan | 2013-02-28 | 1 | -1/+1 |
* | Merge branch 'master' into next | Johnathan Corgan | 2013-02-28 | 1 | -11/+11 |
* | blocks: added gr::blocks::socket_pdu | Johnathan Corgan | 2013-02-28 | 1 | -0/+198 |