| Commit message (Expand) | Author | Age | Files | Lines |
* | zeromq: Add bind argument for message based zeromq blocks. | Jacob Gilbert | 2020-04-10 | 6 | -6/+19 |
* | Switch from boost pointers to std C++11 pointers | Thomas Habets | 2020-04-01 | 12 | -12/+12 |
* | gr-zeromq: Add optional key filtering | Andriy Gelman | 2020-03-02 | 2 | -6/+16 |
* | Update license header to SPDX format | devnulling | 2020-01-27 | 14 | -182/+14 |
* | clang-format: Ordering all the includes | Marcus Müller | 2019-08-09 | 12 | -12/+12 |
* | Tree: clang-format without the include sorting | Marcus Müller | 2019-08-09 | 13 | -347/+371 |
* | gr-zeromq: Add last_endpoint function to zmq source and sink blocks | Brennan Ashton | 2018-11-28 | 12 | -0/+60 |
* | Merge branch 'master' into next | Johnathan Corgan | 2017-09-22 | 12 | -12/+12 |
|\ |
|
| * | docs: fixed units of timeout param in all the zmq blocks | Marc L | 2017-08-29 | 12 | -12/+12 |
* | | cmake: nuke cpack from existence | Johnathan Corgan | 2016-08-03 | 1 | -1/+0 |
|/ |
|
* | gr-zeromq: Big rework for performance and correctness | Sylvain Munaut | 2016-01-27 | 6 | -6/+12 |
* | docs: cleaning up some doxygen warnings and formatting. | Tom Rondeau | 2015-03-13 | 6 | -30/+36 |
* | zeromq: cleanup and made req_msg_source derive from gr::block | Johnathan Corgan | 2015-01-12 | 1 | -7/+6 |
* | zeromq: cleanup and converted rep_msg_sink to derive from gr::block | Johnathan Corgan | 2015-01-12 | 1 | -7/+7 |
* | zeromq: cleanup and made pull_msg_source derive from gr::block | Johnathan Corgan | 2015-01-12 | 1 | -5/+5 |
* | zeromq: cleanup and converted push_msg_sink to derive from gr::block | Johnathan Corgan | 2015-01-12 | 3 | -10/+8 |
* | zeromq: cleanup and convert sub_msg_source to derive from gr::block | Johnathan Corgan | 2015-01-12 | 1 | -4/+4 |
* | zeromq: cleanup and convert pub_msg_sink to derive from gr::block | Johnathan Corgan | 2015-01-12 | 1 | -5/+5 |
* | zmq: building working versions of additional zmq message blocks in place (pus... | Tim O'Shea | 2014-12-30 | 5 | -0/+243 |
* | zmq: Adding zmq pub/sub blocks for message passing | Tim O'Shea | 2014-12-29 | 3 | -0/+120 |
* | zmq: sync blocks now all support tag headers | Tim O'Shea | 2014-10-27 | 2 | -2/+2 |
* | zmq: all source blocks should now support tag headers | Tim O'Shea | 2014-10-27 | 2 | -2/+2 |
* | zmq: default to not pass tags (compatible wire format) | Tim O'Shea | 2014-10-27 | 2 | -2/+2 |
* | zeromq: Remove blocking Add timeout in xml, fix doxygen | Camilo Solano | 2014-05-13 | 3 | -4/+3 |
* | Add sub_source block and fix pub_sink | Camilo Solano | 2014-05-13 | 4 | -2/+63 |
* | zeromq: Remove ZMQ_NOBLOCK as we are using polling | Johannes Schmitz | 2014-05-09 | 4 | -4/+4 |
* | zeromq: Timeout needs to be in milliseconds for zmq 3.0, close sockets | Johannes Schmitz | 2014-05-09 | 4 | -4/+4 |
* | zeromq: Add missing timeout and blocking parameters and polling | Johannes Schmitz | 2014-05-08 | 2 | -2/+2 |
* | Merge remote-tracking branch 'iohannez/vlen' into zeromq | Johnathan Corgan | 2014-05-07 | 5 | -2/+6 |
|\ |
|
| * | zeromq: Fix doxygen and memcpy for vlen | Johannes Schmitz | 2014-05-07 | 5 | -2/+6 |
* | | zeromq: remove nopoll req/rep blocks | Johnathan Corgan | 2014-05-06 | 3 | -114/+0 |
|/ |
|
* | zeromq: renamed source_reqrep to req_source | Camilo Solano | 2014-05-06 | 2 | -11/+16 |
* | Add vlen | Camilo Solano | 2014-05-06 | 4 | -4/+4 |
* | wip, renaming and implementing rep_sink | Johnathan Corgan | 2014-04-24 | 2 | -17/+23 |
* | zeromq: removed feedback source | Johnathan Corgan | 2014-04-22 | 2 | -61/+0 |
* | zeromq: renamed sink_pubsub to pub_sink | Johnathan Corgan | 2014-04-22 | 3 | -20/+24 |
* | zeromq: renamed source_pushpull to pull_source | Johnathan Corgan | 2014-04-22 | 2 | -9/+10 |
* | zeromq: renamed sink_pushpull push_sink | Johnathan Corgan | 2014-04-22 | 2 | -7/+7 |
* | zeromq: fix import in example | Johnathan Corgan | 2014-04-22 | 3 | -23/+38 |
* | zeromq: cleanup and reformatting | Johnathan Corgan | 2014-04-22 | 8 | -35/+35 |
* | zeromq: Initial conversion of include/gnuradio/zeromq files | Johnathan Corgan | 2014-04-22 | 10 | -0/+516 |