summaryrefslogtreecommitdiff
path: root/gr-blocks/lib/socket_pdu_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* gr-blocks: remove pdu blocksJacob Gilbert2021-03-181-271/+0
* blocks/socket_pdu: Remove manual memory managementThomas Habets2020-08-141-7/+7
* Replace all calls to `get_initial_sptr` with `make_block_sptr`Thomas Habets2020-07-301-2/+2
* msg_handler: Use lambdas to set msg handlersJohannes Demel2020-06-041-12/+8
* msg_handler: Switch from boost::function to std::functionJohannes Demel2020-06-041-8/+12
* 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-155/+180
* blocks: simple fix for Boost 1.70.0 in socket_pduMichael Dickens2019-05-281-1/+5
* blocks: avoid potential static initialization order fiascoMarcus Müller2018-03-301-8/+8
* blocks: don't pmt::mp("string") for every single PDUMarcus Müller2018-02-231-9/+9
* socket_pdu_impl: garbage collect closed tcp_connectionsJeff Long2018-02-031-0/+9
* blocks: fix incorrect use of items/bytes in PDU handlingJacob Gilbert2016-02-081-2/+2
* blocks: fix destruction and shutdown for socket_pduNathan West2015-10-071-0/+17
* Removing trailing/extra whitespaces before release.Tom Rondeau2014-07-071-14/+14
* socket_pdu: fixed resolver issue by applying same resolver as in udp_sink.Marcus Müller2014-04-121-2/+6
* blocks: added 'MTU' and 'tcp_no_delay' params for 'socket_pdu' (and GRC optio...Balint Seeber2014-03-271-55/+81
* runtime: converting runtime core to gr namespace, gnuradio include dir.Tom Rondeau2013-04-291-5/+5
* gruel: moved gruel into subdirs of gnuradio-runtime.Tom Rondeau2013-04-011-1/+1
* blocks: added gr::blocks::random_pduJohnathan Corgan2013-02-281-1/+1
* Merge branch 'master' into nextJohnathan Corgan2013-02-281-11/+11
* blocks: added gr::blocks::socket_pduJohnathan Corgan2013-02-281-0/+198