- 19 Oct, 2014 1 commit
-
-
Phillip Mienk authored
-
- 18 Oct, 2014 1 commit
-
-
Pieter Hintjens authored
Append to libzmq_la_CPPFLAGS and libzmq_la_LIBADD.
-
- 17 Oct, 2014 5 commits
-
-
Pieter Hintjens authored
Remove build and runtime dependencies on e2fsprogs and e2fsprogs-devel.
-
Pieter Hintjens authored
Add support for POLLPRI flag.
-
Kapp Arnaud authored
This commit adds a ZMQ_POLLPRI flag that maps to poll()'s POLLPRI flag. This flags does nothing for OMQ sockets. It's only useful for raw file descriptor (be it socket or file). This flag does nothing if poll() is not the underlying polling function. So it is Linux only.
-
KAPP Arnaud authored
Releasing 4.1.0 rc1 and moving development master to 4.2.0.
-
J.T. Conklin authored
-
- 16 Oct, 2014 9 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
-
J.T. Conklin 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
-