| Commit message (Expand) | Author | Age | Files | Lines |
* | gr-blocks: remove pdu blocks | Jacob Gilbert | 2021-03-18 | 1 | -101/+0 |
* | blocks/tcp_connection: Move vector size to initializer | Thomas Habets | 2020-08-14 | 1 | -2/+1 |
* | blocks/tcp_connection: Remove manual memory management | Thomas Habets | 2020-08-14 | 1 | -8/+4 |
* | Switch from boost pointers to std C++11 pointers | Thomas Habets | 2020-04-01 | 1 | -1/+1 |
* | Update license header to SPDX format | devnulling | 2020-01-27 | 1 | -13/+1 |
* | Tree: clang-format without the include sorting | Marcus Müller | 2019-08-09 | 1 | -59/+66 |
* | blocks: avoid potential static initialization order fiasco | Marcus Müller | 2018-03-30 | 1 | -1/+1 |
* | blocks: don't pmt::mp("string") for every single PDU | Marcus Müller | 2018-02-23 | 1 | -1/+1 |
* | socket_pdu_impl: garbage collect closed tcp_connections | Jeff Long | 2018-02-03 | 1 | -0/+4 |
* | Swap new/delete memory management with boost::shared_ptr | Brian Orr | 2017-08-16 | 1 | -5/+4 |
* | Fix invalid Asio buffer usage in tcp_connection | Brian Orr | 2017-08-09 | 1 | -7/+16 |
* | blocks: fix incorrect use of items/bytes in PDU handling | Jacob Gilbert | 2016-02-08 | 1 | -1/+1 |
* | Removing trailing/extra whitespaces before release. | Tom Rondeau | 2014-07-07 | 1 | -1/+1 |
* | blocks: added 'MTU' (buffer size) & 'no_delay' params to 'tcp_connection' (no... | Balint Seeber | 2014-03-27 | 1 | -18/+32 |
* | runtime: converting runtime core to gr namespace, gnuradio include dir. | Tom Rondeau | 2013-04-29 | 1 | -3/+3 |
* | blocks: added gr::blocks::random_pdu | Johnathan Corgan | 2013-02-28 | 1 | -3/+1 |
* | Merge branch 'master' into next | Johnathan Corgan | 2013-02-28 | 1 | -4/+4 |
* | blocks: added gr::blocks::socket_pdu | Johnathan Corgan | 2013-02-28 | 1 | -0/+87 |