aboutsummaryrefslogtreecommitdiff
path: root/src/im-zmq.c
AgeCommit message (Expand)Author
2022-07-06indexamajig: Reset z->request_sent after receiving ZMQ replyThomas White
2022-07-06indexamajig: Add timeout for ZMQ socketThomas White
2022-06-22indexamajig: Wrap ZMQ parameters into separate structureThomas White
2021-07-21Reduce variable scope where possibleThomas White
2021-07-21Add missing cleanup on error pathsThomas White
2021-05-05indexamajig: Add --zmq-requestThomas White
2021-04-23indexamajig: Add --zmq-subscribeThomas White
2021-04-23MsgPack: Implement extraction of image dataThomas White
2021-04-15Separate ZMQ from MessagePack, switch to pub/sub socketThomas White
2021-03-05Mass update of copyright dates in source code commentsThomas White
2020-07-29Remove events.c, part 1Thomas White
2020-07-29Remove unused includesThomas White
2020-07-29Move MessagePack stuff to separate fileThomas White
2020-07-29Remove references to old headersThomas White
2020-07-29Convert stream to DataTemplateThomas White
2020-07-29Port indexamajig to new API, part IIThomas White
2020-07-29Port indexamajig to new API, part IThomas White
2020-07-29get_peaks_msgpack(): Convert to new APIThomas White
2020-01-10Mass update of copyright datesThomas White
2019-07-17zmq: Remove reference to image.num_peaksThomas White
2019-04-02zmq: Consider pixel as bad if its value is NaN or infinityThomas White
2019-03-15Set proper size for blank dataThomas White
2019-03-14indexamajig: Add --no-image-dataThomas White
2019-03-14More ZMQ/MsgPack logic fixesThomas White
2019-03-14More MessagePack tidy up / error checkingThomas White
2019-03-14Fix typoThomas White
2019-03-14Clean up MessagePack stuffThomas White
2019-03-14Connect up hooks for unpacking MsgPack dataThomas White
2019-03-14ZMQ connection and setup stuffThomas White