summaryrefslogtreecommitdiff
path: root/gr-zeromq/lib/rep_sink_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* zeromq: Fix warnings with recv()Martin Braun2021-02-151-2/+7
* zeromq: Remove manual memory managementThomas Habets2020-09-221-3/+3
* Replace all calls to `get_initial_sptr` with `make_block_sptr`Thomas Habets2020-07-301-2/+2
* 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-39/+37
* zeromq: fixes to allow building using CPPZMQ 4.3.1 as well as priorMichael Dickens2019-06-151-1/+5
* Comment typo fixing.luz.paz2018-02-031-1/+1
* gr-zmq: Fix build with gcc6.Philip Balister2016-06-281-1/+1
* gr-zeromq: Big rework for performance and correctnessSylvain Munaut2016-01-271-56/+35
* zmq: fix for data corruption when not using tagsTim O'Shea2015-02-081-3/+10
* zeromq: minor cleanupJohnathan Corgan2015-01-121-8/+11
* zmq: sync blocks now all support tag headersTim O'Shea2014-10-271-17/+21
* zeromq: Don't call context close as it is not available in zmq 2Johannes Schmitz2014-05-121-1/+0
* zeromq: Change the value of the poll timeout according to the zmq version.Johannes Schmitz2014-05-091-0/+5
* zeromq: Remove ZMQ_NOBLOCK as we are using pollingJohannes Schmitz2014-05-091-6/+6
* zeromq: Timeout needs to be in milliseconds for zmq 3.0, close socketsJohannes Schmitz2014-05-091-23/+24
* zeromq: set ZMQ_LINGER to 0 for all blocksJohnathan Corgan2014-05-071-0/+2
* zeromq: Fix doxygen and memcpy for vlenJohannes Schmitz2014-05-071-5/+5
* Add vlenCamilo Solano2014-05-061-4/+4
* wip, renaming and implementing rep_sinkJohnathan Corgan2014-04-241-0/+95