- 14 Oct, 2014 1 commit
-
-
Phillip Mienk authored
-
- 10 Oct, 2014 1 commit
-
-
Phillip Mienk authored
-
- 09 Oct, 2014 4 commits
-
-
Pieter Hintjens authored
PVS Studio small fix
-
Pavel Pimenov authored
Fix V815 Decreased performance. Consider replacing the expression 'peer_address = ""' with 'peer_address.clear()'. stream_engine.cpp 99
-
Pavel Pimenov authored
Fix V815 Decreased performance. Consider replacing the expression 'options.socks_proxy_address != ""' with '!options.socks_proxy_address.empty()'. session_base.cpp 497
-
Pavel Pimenov authored
Fix V803 Decreased performance. In case 'it' is iterator it's more effective to use prefix form of increment. Replace iterator++ with ++iterator. stream_engine.cpp http://www.viva64.com/en/d/0165/print/
-
- 07 Oct, 2014 2 commits
-
-
Pieter Hintjens authored
Remove build and runtime dependencies on uuid and uuid-devel.
-
J.T. Conklin authored
-
- 02 Oct, 2014 4 commits
-
-
Pieter Hintjens authored
Fix up spec build
-
Dan Mick authored
Signed-off-by: Dan Mick <dmick@redhat.com>
-
Dan Mick authored
Signed-off-by: Dan Mick <dmick@redhat.com>
-
Dan Mick authored
Signed-off-by: Dan Mick <dmick@redhat.com>
-
- 01 Oct, 2014 4 commits
-
-
Dan Mick authored
Signed-off-by: Dan Mick <dmick@redhat.com>
-
Dan Mick authored
Signed-off-by: Dan Mick <dmick@localhost.localdomain>
-
Dan Mick authored
Signed-off-by: Dan Mick <dmick@redhat.com>
-
Dan Mick authored
Signed-off-by: Dan Mick <dmick@redhat.com>
-
- 24 Sep, 2014 3 commits
-
-
Pieter Hintjens authored
Problem : Build failed with MinGW on windows
-
Michaël Paul authored
-
Pieter Hintjens authored
Update NuGet package.
-
- 23 Sep, 2014 1 commit
-
-
evoskuil authored
-
- 20 Sep, 2014 2 commits
-
-
Pieter Hintjens authored
Problem: curve messages can be replayed
-
Matthew Hawn authored
Solution: ensure message short nonces are strictly increasing and validate them
-
- 19 Sep, 2014 2 commits
-
-
Martin Hurton authored
Problem: stream_engine.cpp security can be downgraded
-
Pieter Hintjens authored
Solution: accept only the mechanism defined by the socket options. I've not tested this yet, so it's a speculative fix.
-
- 18 Sep, 2014 2 commits
-
-
Martin Hurton authored
Problem: test_security_curve does't try wrong mechanisms
-
Pieter Hintjens authored
Solution: check that it rejects attempts to connect to a CURVE server using NULL or PLAIN client.
-
- 17 Sep, 2014 2 commits
-
-
Martin Hurton authored
Fix hang terminating PGM ZMQ_SUB (#822).
-
Jim Hague authored
-
- 16 Sep, 2014 2 commits
-
-
Martin Hurton authored
Fix non-constant-expression narrowing
-
Huu Nguyen authored
For OS X, the microseconds field is implemented as an int type. The implicit narrowing in the initializer list throws a compiler error for some compilers with C++11 support turned on. The specific error message is: "error: non-constant-expression cannot be narrowed from type 'long' to '__darwin_suseconds_t' (aka 'int') in initializer list [-Wc++11-narrowing]". Tested on Clang 5.1.0 and Mac OS X 10.9.4.
-
- 12 Sep, 2014 4 commits
-
-
Pieter Hintjens authored
Stop session's timer when pipe terminates
-
Martin Hurton authored
-
Pieter Hintjens authored
Update nuget package.
-
evoskuil authored
-
- 11 Sep, 2014 2 commits
-
-
Pieter Hintjens authored
Code cleanup
-
Martin Hurton authored
-
- 10 Sep, 2014 2 commits
-
-
Martin Hurton authored
Problem: undocumented limit on IPC paths in Linux is 107 chars
-
Pieter Hintjens authored
Solution: document the limit of 113 chars including ipc://. We might fix this in libzmq by shortening an over-long IPC pathname into a unique string; so long as this is done consistently in bind and in connect, it will save applications from weird failures when they use external data to generate IPC pathnames.
-
- 04 Sep, 2014 1 commit
-
-
Pieter Hintjens authored
Fix configure warning.
-
- 03 Sep, 2014 1 commit
-
-
evoskuil authored
-