| Commit message (Expand) | Author | Age | Files | Lines |
* | gr-blocks: remove pdu blocks | Jacob Gilbert | 2021-03-18 | 1 | -171/+0 |
* | gr-blocks: tuntap_pdu: change char array size to fix warning on strncpy | Jeff Long | 2021-02-11 | 1 | -4/+6 |
* | Replace all calls to `get_initial_sptr` with `make_block_sptr` | Thomas Habets | 2020-07-30 | 1 | -1/+1 |
* | msg_handler: Use lambdas to set msg handlers | Johannes Demel | 2020-06-04 | 1 | -2/+1 |
* | msg_handler: Switch from boost::function to std::function | Johannes Demel | 2020-06-04 | 1 | -1/+2 |
* | gr-blocks: Updated tuntap_pdu_impl.cc to fix strncpy warning | Alekh Gupta | 2020-05-05 | 1 | -3/+2 |
* | gr-blocks: Fixed strncpy warning in tuntap_pdu_impl | alekhgupta1441 | 2020-05-05 | 1 | -0/+1 |
* | blocks: replace stderr logging by calls to GR's logging facilties | Marcus Müller | 2020-04-13 | 1 | -6/+8 |
* | 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 | -4/+4 |
* | Tree: clang-format without the include sorting | Marcus Müller | 2019-08-09 | 1 | -119/+116 |
* | tuntap_pdu_impl.cc: Don't leak socket handle.. | Philip Balister | 2018-10-05 | 1 | -2/+5 |
* | blocks: avoid potential static initialization order fiasco | Marcus Müller | 2018-03-30 | 1 | -4/+4 |
* | blocks: don't pmt::mp("string") for every single PDU | Marcus Müller | 2018-02-23 | 1 | -4/+4 |
* | tuntap_pdu: use MTU+14 byte receive buffer for TAP to be able to receive MTU ... | Miklos Maroti | 2017-09-22 | 1 | -1/+1 |
* | blocks: fixed issue #853: set MTU on tun/tap network interface in TUNTAP PDU ... | Sean Nowlan | 2016-01-13 | 1 | -0/+33 |
* | Addresses Defects 1046385 & 1046340: Buffer not NULL-terminated | Ben Hilburn | 2015-08-28 | 1 | -1/+1 |
* | gr-blocks: Make tap/tun configurable, fix GRC spec to be consistent with defa... | Paul Garver | 2015-01-24 | 1 | -5/+12 |
* | Removing trailing/extra whitespaces before release. | Tom Rondeau | 2014-07-07 | 1 | -2/+2 |
* | runtime: converting runtime core to gr namespace, gnuradio include dir. | Tom Rondeau | 2013-04-29 | 1 | -5/+5 |
* | blocks: added gr::blocks::pdu namespace for PDU functions | Johnathan Corgan | 2013-02-28 | 1 | -1/+1 |
* | blocks: added gr::blocks::tuntap_pdu | Johnathan Corgan | 2013-02-27 | 1 | -0/+139 |