summaryrefslogtreecommitdiff
path: root/gr-zeromq/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into nextMartin Braun2018-02-032-2/+2
|\
| * Comment typo fixing.luz.paz2018-02-032-2/+2
* | Merge branch 'master' into nextJohnathan Corgan2017-04-131-2/+15
|\|
| * Support receiving multi-part ZeroMQ messagesBrian Orr2017-04-131-2/+15
* | cmake: nuke cpack from existenceJohnathan Corgan2016-08-031-2/+2
|/
* gr-zmq: Fix build with gcc6.Philip Balister2016-06-287-8/+8
* MSVC-specific fixes for compatibilitygnieboer2016-05-303-3/+9
* gr-zeromq: Big rework for performance and correctnessSylvain Munaut2016-01-2717-456/+531
* zmq: fix for data corruption when not using tagsTim O'Shea2015-02-083-11/+29
* zeromq: minor cleanupJohnathan Corgan2015-01-125-56/+67
* zeromq: cleanup and made req_msg_source derive from gr::blockJohnathan Corgan2015-01-122-43/+33
* zeromq: cleanup and converted rep_msg_sink to derive from gr::blockJohnathan Corgan2015-01-122-68/+47
* zeromq: cleanup and made pull_msg_source derive from gr::blockJohnathan Corgan2015-01-122-38/+30
* zeromq: cleanup and converted push_msg_sink to derive from gr::blockJohnathan Corgan2015-01-122-50/+13
* zeromq: cleanup and convert sub_msg_source to derive from gr::blockJohnathan Corgan2015-01-122-41/+33
* zeromq: cleanup and convert pub_msg_sink to derive from gr::blockJohnathan Corgan2015-01-122-18/+10
* zmq: rep/req msg blocks now workingTim O'Shea2014-12-304-68/+108
* zmq: pull_msg_source should be workingTim O'Shea2014-12-302-43/+46
* zmq: building working versions of additional zmq message blocks in place (pus...Tim O'Shea2014-12-3011-1/+693
* zmq: Adding zmq pub/sub blocks for message passingTim O'Shea2014-12-295-0/+314
* zmq: adding header informationTim O'Shea2014-12-281-1/+23
* zmq: stream tag passing now worksTim O'Shea2014-12-266-20/+18
* zeromq: fix segfault in tag_headersJohnathan Corgan2014-12-261-2/+15
* zeromq: fixups and stylistic changes before mergeJohnathan Corgan2014-10-3110-34/+98
* zmq: sync blocks now all support tag headersTim O'Shea2014-10-275-29/+47
* zmq: all source blocks should now support tag headersTim O'Shea2014-10-275-17/+49
* zmq: hoisting tag parsing into helper function, should now be easy to use in ...Tim O'Shea2014-10-274-42/+56
* zmq: hoisting header encoding to helper functionTim O'Shea2014-10-272-18/+31
* zmq: default to not pass tags (compatible wire format)Tim O'Shea2014-10-274-11/+20
* zmq: tags should now be serializing and deserializing correctly for pub_sink/...Tim O'Shea2014-10-272-6/+28
* zmq: encoding tags into zmq streamTim O'Shea2014-10-271-2/+22
* cmake: follow-up to previous mergeTom Rondeau2014-08-081-1/+0
* Merge branch 'maint'Tom Rondeau2014-08-081-1/+0
|\
| * controlport: removing use of ice for a controlport rpc.Tom Rondeau2014-08-081-1/+0
* | build: better support for static libs.Tom Rondeau2014-07-181-0/+12
|/
* build: adds an ENABLE_STATIC_LIB option to cmake to build static (.a) version...Tom Rondeau2014-06-281-0/+13
* Add sub_source block and fix pub_sinkCamilo Solano2014-05-135-5/+168
* zeromq: Don't call context close as it is not available in zmq 2Johannes Schmitz2014-05-125-5/+0
* zeromq: Change the value of the poll timeout according to the zmq version.Johannes Schmitz2014-05-094-0/+20
* zeromq: Remove ZMQ_NOBLOCK as we are using pollingJohannes Schmitz2014-05-098-29/+25
* zeromq: Timeout needs to be in milliseconds for zmq 3.0, close socketsJohannes Schmitz2014-05-0910-51/+55
* zeromq: Add missing timeout and blocking parameters and pollingJohannes Schmitz2014-05-085-18/+34
* zeromq: set ZMQ_LINGER to 0 for all blocksJohnathan Corgan2014-05-075-0/+10
* zeromq: removed stray debug code and cleanupJohnathan Corgan2014-05-072-16/+12
* Merge remote-tracking branch 'iohannez/vlen' into zeromqJohnathan Corgan2014-05-0710-45/+51
|\
| * zeromq: Fix doxygen and memcpy for vlenJohannes Schmitz2014-05-0710-45/+51
* | zeromq: rename include guardsJohnathan Corgan2014-05-065-15/+15
* | zeromq: remove nopoll req/rep blocksJohnathan Corgan2014-05-065-270/+0
|/
* zeromq: renamed source_reqrep to req_sourceCamilo Solano2014-05-063-16/+16
* Add vlenCamilo Solano2014-05-068-20/+20