summaryrefslogtreecommitdiff
path: root/gr-blocks/lib/tcp_connection.cc
Commit message (Expand)AuthorAgeFilesLines
* gr-blocks: remove pdu blocksJacob Gilbert2021-03-181-101/+0
* blocks/tcp_connection: Move vector size to initializerThomas Habets2020-08-141-2/+1
* blocks/tcp_connection: Remove manual memory managementThomas Habets2020-08-141-8/+4
* Switch from boost pointers to std C++11 pointersThomas Habets2020-04-011-1/+1
* Update license header to SPDX formatdevnulling2020-01-271-13/+1
* Tree: clang-format without the include sortingMarcus Müller2019-08-091-59/+66
* blocks: avoid potential static initialization order fiascoMarcus Müller2018-03-301-1/+1
* blocks: don't pmt::mp("string") for every single PDUMarcus Müller2018-02-231-1/+1
* socket_pdu_impl: garbage collect closed tcp_connectionsJeff Long2018-02-031-0/+4
* Swap new/delete memory management with boost::shared_ptrBrian Orr2017-08-161-5/+4
* Fix invalid Asio buffer usage in tcp_connectionBrian Orr2017-08-091-7/+16
* blocks: fix incorrect use of items/bytes in PDU handlingJacob Gilbert2016-02-081-1/+1
* Removing trailing/extra whitespaces before release.Tom Rondeau2014-07-071-1/+1
* blocks: added 'MTU' (buffer size) & 'no_delay' params to 'tcp_connection' (no...Balint Seeber2014-03-271-18/+32
* runtime: converting runtime core to gr namespace, gnuradio include dir.Tom Rondeau2013-04-291-3/+3
* blocks: added gr::blocks::random_pduJohnathan Corgan2013-02-281-3/+1
* Merge branch 'master' into nextJohnathan Corgan2013-02-281-4/+4
* blocks: added gr::blocks::socket_pduJohnathan Corgan2013-02-281-0/+87