| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'master' into next | Martin Braun | 2018-02-03 | 2 | -2/+2 |
|\ |
|
| * | Comment typo fixing. | luz.paz | 2018-02-03 | 2 | -2/+2 |
* | | Merge branch 'master' into next | Johnathan Corgan | 2017-04-13 | 1 | -2/+15 |
|\| |
|
| * | Support receiving multi-part ZeroMQ messages | Brian Orr | 2017-04-13 | 1 | -2/+15 |
* | | cmake: nuke cpack from existence | Johnathan Corgan | 2016-08-03 | 1 | -2/+2 |
|/ |
|
* | gr-zmq: Fix build with gcc6. | Philip Balister | 2016-06-28 | 7 | -8/+8 |
* | MSVC-specific fixes for compatibility | gnieboer | 2016-05-30 | 3 | -3/+9 |
* | gr-zeromq: Big rework for performance and correctness | Sylvain Munaut | 2016-01-27 | 17 | -456/+531 |
* | zmq: fix for data corruption when not using tags | Tim O'Shea | 2015-02-08 | 3 | -11/+29 |
* | zeromq: minor cleanup | Johnathan Corgan | 2015-01-12 | 5 | -56/+67 |
* | zeromq: cleanup and made req_msg_source derive from gr::block | Johnathan Corgan | 2015-01-12 | 2 | -43/+33 |
* | zeromq: cleanup and converted rep_msg_sink to derive from gr::block | Johnathan Corgan | 2015-01-12 | 2 | -68/+47 |
* | zeromq: cleanup and made pull_msg_source derive from gr::block | Johnathan Corgan | 2015-01-12 | 2 | -38/+30 |
* | zeromq: cleanup and converted push_msg_sink to derive from gr::block | Johnathan Corgan | 2015-01-12 | 2 | -50/+13 |
* | zeromq: cleanup and convert sub_msg_source to derive from gr::block | Johnathan Corgan | 2015-01-12 | 2 | -41/+33 |
* | zeromq: cleanup and convert pub_msg_sink to derive from gr::block | Johnathan Corgan | 2015-01-12 | 2 | -18/+10 |
* | zmq: rep/req msg blocks now working | Tim O'Shea | 2014-12-30 | 4 | -68/+108 |
* | zmq: pull_msg_source should be working | Tim O'Shea | 2014-12-30 | 2 | -43/+46 |
* | zmq: building working versions of additional zmq message blocks in place (pus... | Tim O'Shea | 2014-12-30 | 11 | -1/+693 |
* | zmq: Adding zmq pub/sub blocks for message passing | Tim O'Shea | 2014-12-29 | 5 | -0/+314 |
* | zmq: adding header information | Tim O'Shea | 2014-12-28 | 1 | -1/+23 |
* | zmq: stream tag passing now works | Tim O'Shea | 2014-12-26 | 6 | -20/+18 |
* | zeromq: fix segfault in tag_headers | Johnathan Corgan | 2014-12-26 | 1 | -2/+15 |
* | zeromq: fixups and stylistic changes before merge | Johnathan Corgan | 2014-10-31 | 10 | -34/+98 |
* | zmq: sync blocks now all support tag headers | Tim O'Shea | 2014-10-27 | 5 | -29/+47 |
* | zmq: all source blocks should now support tag headers | Tim O'Shea | 2014-10-27 | 5 | -17/+49 |
* | zmq: hoisting tag parsing into helper function, should now be easy to use in ... | Tim O'Shea | 2014-10-27 | 4 | -42/+56 |
* | zmq: hoisting header encoding to helper function | Tim O'Shea | 2014-10-27 | 2 | -18/+31 |
* | zmq: default to not pass tags (compatible wire format) | Tim O'Shea | 2014-10-27 | 4 | -11/+20 |
* | zmq: tags should now be serializing and deserializing correctly for pub_sink/... | Tim O'Shea | 2014-10-27 | 2 | -6/+28 |
* | zmq: encoding tags into zmq stream | Tim O'Shea | 2014-10-27 | 1 | -2/+22 |
* | cmake: follow-up to previous merge | Tom Rondeau | 2014-08-08 | 1 | -1/+0 |
* | Merge branch 'maint' | Tom Rondeau | 2014-08-08 | 1 | -1/+0 |
|\ |
|
| * | controlport: removing use of ice for a controlport rpc. | Tom Rondeau | 2014-08-08 | 1 | -1/+0 |
* | | build: better support for static libs. | Tom Rondeau | 2014-07-18 | 1 | -0/+12 |
|/ |
|
* | build: adds an ENABLE_STATIC_LIB option to cmake to build static (.a) version... | Tom Rondeau | 2014-06-28 | 1 | -0/+13 |
* | Add sub_source block and fix pub_sink | Camilo Solano | 2014-05-13 | 5 | -5/+168 |
* | zeromq: Don't call context close as it is not available in zmq 2 | Johannes Schmitz | 2014-05-12 | 5 | -5/+0 |
* | zeromq: Change the value of the poll timeout according to the zmq version. | Johannes Schmitz | 2014-05-09 | 4 | -0/+20 |
* | zeromq: Remove ZMQ_NOBLOCK as we are using polling | Johannes Schmitz | 2014-05-09 | 8 | -29/+25 |
* | zeromq: Timeout needs to be in milliseconds for zmq 3.0, close sockets | Johannes Schmitz | 2014-05-09 | 10 | -51/+55 |
* | zeromq: Add missing timeout and blocking parameters and polling | Johannes Schmitz | 2014-05-08 | 5 | -18/+34 |
* | zeromq: set ZMQ_LINGER to 0 for all blocks | Johnathan Corgan | 2014-05-07 | 5 | -0/+10 |
* | zeromq: removed stray debug code and cleanup | Johnathan Corgan | 2014-05-07 | 2 | -16/+12 |
* | Merge remote-tracking branch 'iohannez/vlen' into zeromq | Johnathan Corgan | 2014-05-07 | 10 | -45/+51 |
|\ |
|
| * | zeromq: Fix doxygen and memcpy for vlen | Johannes Schmitz | 2014-05-07 | 10 | -45/+51 |
* | | zeromq: rename include guards | Johnathan Corgan | 2014-05-06 | 5 | -15/+15 |
* | | zeromq: remove nopoll req/rep blocks | Johnathan Corgan | 2014-05-06 | 5 | -270/+0 |
|/ |
|
* | zeromq: renamed source_reqrep to req_source | Camilo Solano | 2014-05-06 | 3 | -16/+16 |
* | Add vlen | Camilo Solano | 2014-05-06 | 8 | -20/+20 |