- 03 May, 2014 3 commits
-
-
Martin Hurton authored
We use metadata_t directly. No need for generic interface now.
-
Pieter Hintjens authored
Initialise _has_src_addr variable, fixes hang on Windows.
-
Richard Newton authored
-
- 02 May, 2014 16 commits
-
-
Martin Hurton authored
Added test_metadata
-
Pieter Hintjens authored
-
Pieter Hintjens authored
-
Pieter Hintjens authored
Solution: add this to ZAP reply processing.
-
Pieter Hintjens authored
-
Pieter Hintjens authored
- also prioritize ZAP metadata over ZMTP metadata in case application uses same names.
-
Ian Barber authored
These commits broke regression tests, so I'm reverting them.
-
Pieter Hintjens authored
This reverts commit 5e0facda.
-
Pieter Hintjens authored
This reverts commit 2a84d259. Broke regression test on test_hwm.cpp.
-
Pieter Hintjens authored
Feature/divide by zero investigation
-
dave b authored
These changes cause an assertion in lb_sendpipe() when executing the test_security_plain testcase.
-
dave b authored
Provides control of race windows and logging for some of the interesting transitions.
-
Pieter Hintjens authored
Include ZMTP properties in message metadata
-
Martin Hurton authored
Metadata are built in stream_engine now. This makes it easy to extend metadata with user-defined properties.
-
Pieter Hintjens authored
Don't add empty metadata to received messages
-
Martin Hurton authored
-
- 01 May, 2014 11 commits
-
-
Pieter Hintjens authored
tweetnacl integration for curve
-
Frank authored
Conflicts: CMakeLists.txt
-
Frank authored
-
Frank authored
-
Frank authored
-
Frank authored
-
Pieter Hintjens authored
Add metadata to received messages
-
Martin Hurton authored
-
Ian Barber authored
Bumped ABI version to 4.0.0
-
Pieter Hintjens authored
See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=743508 The ABI in fact changed in two significant ways, one with inproc connects, and one with socket monitoring Solution: generate libzmq.so.4.0.0 library instead. This change should be backported to zeromq-4.x
-
Pieter Hintjens authored
-
- 30 Apr, 2014 6 commits
-
-
Pieter Hintjens authored
Allow to set up a source address and port for outgoing tcp connections in zmq_connect
-
nikita kozlov authored
Few examples: tcp:://192.168.0.4:55555;192.168.0.254:1234 tcp:://192.168.0.4:0;192.168.0.254:1234 tcp:://eth2:55555;192.168.0.254:1234
-
Pieter Hintjens authored
Define i_properties interface
-
Martin Hurton authored
- copy and move message operations are updated to maintain proper reference count of properties object - zmq_msg_gets updated to use i_properties interface to fetch property value - setter/getter added to msg_t class
-
Pieter Hintjens authored
Update function prototype for zmq_msg_gets ()
-
Martin Hurton authored
Added modifiers reflect the following properties: - zmq_msg_gets () does not mutate property parameter - zmq_msg_gets () returns a pointer to memory the caller should not modify
-
- 29 Apr, 2014 4 commits
-
-
Pieter Hintjens authored
Add pointer to properties into message structure
-
Martin Hurton authored
-
Martin Hurton authored
Various small cleanups
-
Pieter Hintjens authored
- additional messages to help people debugging security errors
-