- 20 May, 2014 1 commit
-
-
Martin Hurton authored
- add const modifier to address parameter of event generating functions
-
- 19 May, 2014 1 commit
-
-
Martin Hurton authored
-
- 18 May, 2014 2 commits
-
-
Martin Hurton authored
-
Martin Hurton authored
-
- 17 May, 2014 1 commit
-
-
Martin Hurton authored
-
- 16 May, 2014 3 commits
-
-
Pieter Hintjens authored
-
Pieter Hintjens authored
Applications that use ZMQ_IDENTITY can be trapped by the artificial restriction on not using a binary zero as first byte. It's specially nasty on random generated identities, e.g. UUIDs, as the chance of a binary zero is low, so it will pass 255 out of 256 times. Solution: remove the restriction.
-
Martin Hurton authored
-
- 15 May, 2014 1 commit
-
-
Martin Hurton authored
-
- 14 May, 2014 5 commits
-
-
Martin Hurton authored
-
Martin Hurton authored
-
Martin Hurton authored
-
Martin Hurton authored
-
Martin Hurton authored
-
- 13 May, 2014 1 commit
-
-
Martin Hurton authored
-
- 12 May, 2014 2 commits
-
-
Stoian Ivanov authored
-
Martin Hurton authored
-
- 10 May, 2014 1 commit
-
-
Stoian Ivanov authored
-
- 09 May, 2014 1 commit
-
-
Will Strang authored
-
- 08 May, 2014 4 commits
- 07 May, 2014 1 commit
-
-
Martin Hurton authored
NULL mechanism sends ERROR command rather than READY command when ZAP handler rejects the ZAP request (status code != "200"). The body of ERROR command contains the status code as returned by ZAP handler.
-
- 06 May, 2014 2 commits
-
-
Martin Hurton authored
-
Martin Hurton authored
-
- 05 May, 2014 3 commits
-
-
Franco Fichtner authored
Using 'ipc://@abstract-socket' on non-Linux platforms yields inconsistent behaviour. Abstract sockets don't exist, so the literal file is created. The test previously failed, but for a different reason: this is not the directory you are looking for. Now, zmq_bind() will fail for the right reason: the socket can't be created. Put the XFAIL back.
-
Franco Fichtner authored
Tested on FreeBSD 10.
-
Martin Hurton authored
-
- 03 May, 2014 2 commits
-
-
Martin Hurton authored
We use metadata_t directly. No need for generic interface now.
-
Richard Newton authored
-
- 02 May, 2014 7 commits
-
-
Pieter Hintjens authored
-
Pieter Hintjens authored
Solution: add this to ZAP reply processing.
-
Pieter Hintjens authored
- also prioritize ZAP metadata over ZMTP metadata in case application uses same names.
-
Pieter Hintjens authored
This reverts commit 5e0facda.
-
dave b authored
Provides control of race windows and logging for some of the interesting transitions.
-
Martin Hurton authored
Metadata are built in stream_engine now. This makes it easy to extend metadata with user-defined properties.
-
Martin Hurton authored
-
- 01 May, 2014 2 commits
-
-
Frank authored
-
Martin Hurton authored
-