summaryrefslogtreecommitdiff
path: root/tools/zmqsend.c
Commit message (Collapse)AuthorAgeFilesLines
* tools/zmqsend: Do not truncate fgetc() returnMichael Niedermayer2016-12-241-1/+2
| | | | | | Fixes CID1396836 Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* zmqsend: Initialize ret to 0Timothy Gu2016-12-051-1/+1
| | | | Fixes CID1396857.
* tools/zmqsend: rename ctx to zmq_ctxStefano Sabatini2013-12-231-5/+5
| | | | The new name is more explicit.
* tools/zmqsend: use valid NULL log contextStefano Sabatini2013-12-231-5/+5
| | | | The zmq context is not a valid log context. Fix crash.
* tools: add zmqsend tool, useful to test the zmq filtersStefano Sabatini2013-05-141-0/+167