- 15 Apr, 2013 4 commits
-
-
Ian Barber authored
Throughput perf test was borked, fixed it
-
Pieter Hintjens authored
-
Pieter Hintjens authored
as I can see, these didn't work any more. At the very least, the command line API was broken and forced the user to enter new, exotic arguments. Patches should not break existing APIs. But also, the internals of these programs had become weird. If we want to build more complex performance tests, that's fine, but we should make new programs, not break the old ones. We need minimal, safe performance tests in 0MQ. Also, the code was quite horrid. So it's gone. If anyone wants to bring it back please make the code neat, and build new APIs instead of breaking the old ones. Cheers Pieter
-
Pieter Hintjens authored
contributors and doesn't reflect the real process. I've taken out all named authors and referred to the contribution policy. Hopefully this will improve the contributions to the man pages.
-
- 14 Apr, 2013 2 commits
-
-
Pieter Hintjens authored
Interoperate with higher versions of ZMTP protocol
-
Martin Hurton authored
-
- 13 Apr, 2013 2 commits
-
-
Pieter Hintjens authored
[#LIBZMQ-446] Silence error on setting PGM_TOS on REL 4.
-
Steven McCoy authored
[#LIBZMQ-446] Silence error on setting PGM_TOS due to some platforms raising an error at runtime. Noted are RHEL 4.
-
- 12 Apr, 2013 5 commits
-
-
Pieter Hintjens authored
MSVC local_thr & remote_thr dependency fix
-
Steven McCoy authored
-
Steven McCoy authored
Add platform.hpp as project dependency to vc100 and vc110 projects for local & remote throughput tests.
-
Pieter Hintjens authored
Use state functions for message flow
-
Martin Hurton authored
The patch makes the code somewhat simpler and prepares it for more complex initialization handshakes.
-
- 11 Apr, 2013 4 commits
-
-
Pieter Hintjens authored
Refactor code so that messages go through engines
-
Martin Hurton authored
-
Ian Barber authored
Small clarification about connect and ROUTER
-
Pieter Hintjens authored
-
- 08 Apr, 2013 1 commit
-
-
Pieter Hintjens authored
Adds a needed Windows system library dependency
-
- 07 Apr, 2013 2 commits
-
-
Timothee "TTimo" Besset authored
-
Timothee "TTimo" Besset authored
-
- 01 Apr, 2013 1 commit
-
-
Pieter Hintjens authored
MSVC fixes
-
- 31 Mar, 2013 3 commits
-
-
Timothee "TTimo" Besset authored
Use Multithreaded DLL Runtime, Debug/Release accordingly - need consistency for the czmq configurations
-
Timothee "TTimo" Besset authored
-
Timothee "TTimo" Besset authored
-
- 24 Mar, 2013 4 commits
-
-
Pieter Hintjens authored
mingw32 fixes
-
Timothee Besset authored
-
Martin Hurton authored
Fixed test_last_endpoint (#80)
-
Pieter Hintjens authored
-
- 21 Mar, 2013 1 commit
-
-
Ian Barber authored
Reverted cleanups of copyrghts
-
- 20 Mar, 2013 3 commits
-
-
Pieter Hintjens authored
Optimize atomics implementaiton for the Tile architecture
-
Ken Steele authored
For atomic_counter and atomic_ptr classes, detect the Tile architecture using #if defined __tile__ matching ARM and Solaris and then use the Tile atomic instructions. Without this change, the default Mutex implementation is used, which is slower.
-
Pieter Hintjens authored
-
- 18 Mar, 2013 4 commits
-
-
Pieter Hintjens authored
Work around for LIBZMQ-496
-
Mika Fischer authored
The problem is that other threads might still be in mailbox::send() when it is destroyed. So as a workaround, we just acquire the mutex in the destructor. Therefore the running send will finish before the mailbox is destroyed. See also the fix for LIBZMQ-281 in zeromq2-x. Signed-off-by: Mika Fischer <mika.fischer@zoopnet.de>
-
Pieter Hintjens authored
Update PGM with recent changes
-
Martin Hurton authored
-
- 17 Mar, 2013 1 commit
-
-
Pieter Hintjens authored
-
- 13 Mar, 2013 3 commits
-
-
Pieter Hintjens authored
Fixed CMake building after encoder/decoder changes
-
Tommy Back authored
-
Tommy Back authored
-