- 17 Oct, 2014 1 commit
-
-
KAPP Arnaud authored
Releasing 4.1.0 rc1 and moving development master to 4.2.0.
-
- 16 Oct, 2014 8 commits
-
-
Pieter Hintjens authored
Fix builds/msvc/Makefile.am to include all properties files in the build
-
Pieter Hintjens authored
Fix some typos
-
Dan Mick authored
I attempted to fix up the properties files manifests in the Makefile, but neglected the end-of-line escape characters. It was good enough to pass whatever make dist on Linux did, but I had no Windows build env to test in. The broken change was in commit de4a4422. Signed-off-by: Dan Mick <dan.mick@inktank.com>
-
Sergey M․ authored
-
Pieter Hintjens authored
Correct libsodium inclusion.
-
Phillip Mienk authored
-
Pieter Hintjens authored
Simplify libsodium inclusion
-
Phillip Mienk authored
-
- 14 Oct, 2014 5 commits
-
-
Pieter Hintjens authored
-
Pieter Hintjens authored
-
Pieter Hintjens authored
-
Pieter Hintjens authored
Reduce automake recursion; simplify pgm dependency
-
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 1 commit
-
-
Martin Hurton authored
Fix hang terminating PGM ZMQ_SUB (#822).
-