summaryrefslogtreecommitdiff
path: root/gr-zeromq/lib/sub_source_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* zeromq: Remove manual memory managementThomas Habets2020-09-221-1/+1
* Replace all calls to `get_initial_sptr` with `make_block_sptr`Thomas Habets2020-07-301-2/+2
* gr-zeromq: Add optional key filteringAndriy Gelman2020-03-021-7/+17
* 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-46/+43
* gr-zeromq: Big rework for performance and correctnessSylvain Munaut2016-01-271-62/+32
* zeromq: minor cleanupJohnathan Corgan2015-01-121-12/+13
* zmq: stream tag passing now worksTim O'Shea2014-12-261-1/+4
* zmq: all source blocks should now support tag headersTim O'Shea2014-10-271-1/+1
* zmq: hoisting tag parsing into helper function, should now be easy to use in ...Tim O'Shea2014-10-271-24/+13
* zmq: default to not pass tags (compatible wire format)Tim O'Shea2014-10-271-3/+6
* zmq: tags should now be serializing and deserializing correctly for pub_sink/...Tim O'Shea2014-10-271-6/+27
* Add sub_source block and fix pub_sinkCamilo Solano2014-05-131-0/+102