Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update license header to SPDX format | devnulling | 2020-01-27 | 1 | -13/+1 |
| | |||||
* | gr-zeromq: Fix warnings deprecated send since 4.3.1 extends PR #2503 | Brennan Ashton | 2019-11-01 | 1 | -1/+0 |
| | | | | | | | | | Wrap some missed send calls with helper define and make sure zmq_common_impl.h is being used everywhere instead of zmq.hpp Most were already pulling this in via the base_impl.h Signed-off-by: Brennan Ashton <bashton@brennanashton.com> | ||||
* | zeromq: fix inconsistent use of override | Bastian Bloessl | 2019-09-05 | 1 | -1/+1 |
| | |||||
* | Tree: clang-format without the include sorting | Marcus Müller | 2019-08-09 | 1 | -14/+19 |
| | |||||
* | gr-zeromq: Add last_endpoint function to zmq source and sink blocks | Brennan Ashton | 2018-11-28 | 1 | -0/+1 |
| | | | | | | The main reason for this is is allows you to read back the real address string in the case that port 0 is used and the OS has auto-assigned a free port. | ||||
* | gr-zeromq: Big rework for performance and correctness | Sylvain Munaut | 2016-01-27 | 1 | -11/+4 |
| | | | | | | | | | | | | | | | - Use class hierarchy trying to maximize code re-use. - Dont' drop samples on receive if the output buffer doesn't have enough space. - Don't drop tags on receive by putting tags in the future. - Better metadata creation/parsing avoiding copying lots data. - Always do as much work as possible in a single call to work() to avoid scheduler overhead as long as possible. - Allow setting the high watermark to avoid older version of zeromq's default of buffering infinite messages and causing a paging thrash to/from disk when the flow graph can't keep up. Signed-off-by: Sylvain Munaut <tnt@246tNt.com> | ||||
* | zeromq: fixups and stylistic changes before merge | Johnathan Corgan | 2014-10-31 | 1 | -1/+1 |
| | |||||
* | zmq: all source blocks should now support tag headers | Tim O'Shea | 2014-10-27 | 1 | -1/+2 |
| | |||||
* | zeromq: Timeout needs to be in milliseconds for zmq 3.0, close sockets | Johannes Schmitz | 2014-05-09 | 1 | -1/+1 |
| | | | | correctly, cleanup | ||||
* | Merge remote-tracking branch 'iohannez/vlen' into zeromq | Johnathan Corgan | 2014-05-07 | 1 | -0/+1 |
|\ | |||||
| * | zeromq: Fix doxygen and memcpy for vlen | Johannes Schmitz | 2014-05-07 | 1 | -0/+1 |
| | | |||||
* | | zeromq: rename include guards | Johnathan Corgan | 2014-05-06 | 1 | -3/+3 |
|/ | |||||
* | Add vlen | Camilo Solano | 2014-05-06 | 1 | -1/+1 |
| | |||||
* | zeromq: renamed source_pushpull to pull_source | Johnathan Corgan | 2014-04-22 | 1 | -0/+52 |