- 14 Jul, 2013 1 commit
-
-
Christian Kamm authored
* Add lb_t::sendpipe() that returns the pipe that was used for sending, similar to fq_t::recvpipe(). * Add forwarder functions to dealer_t to access these two. * Add logic to req_t to ignore replies on pipes that are not the one where the request was sent. * Enable test in test_spec_req.
-
- 20 Mar, 2013 2 commits
-
-
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
-
- 26 Feb, 2013 1 commit
-
-
Attila Mark authored
- option to set number of zmq threads on the command line for local_thr - option to set number of zmq_threads and workers in remote_thr - option to set SND/RCV buffer sizes on command line - option to set whether to PUSH/PULL on command line - option to set to use zmq_recv or zmq_msg for transfer on command line - better timing function - corrected and improved throughput reporting - HWM and DELAY socket options
-
- 04 Dec, 2012 1 commit
-
-
Stefan Radomski authored
- fixes LIBZMQ-476 and LIBZMQ-475
-
- 29 Oct, 2012 1 commit
-
-
Hardeep authored
- Created a new option ZMQ_ROUTER_RAW_SOCK - Added new raw_encoder and raw_decoder to receive and send messages in raw form to remote client - Added test case file tests/test_raw_sock.cpp o To create a raw router sock set the ZMQ_ROUTER_RAW_SOCK option o ZMQ_MSGMORE flag is ignored for non-id messages o To terminate a remote connection send id message followed by zero length data message
-
- 04 May, 2012 1 commit
-
-
Lourens Naudé authored
-
- 11 Feb, 2012 1 commit
-
-
Ian Barber authored
-
- 03 Dec, 2011 1 commit
-
-
Martin Sustrik authored
Signed-off-by:
Martin Sustrik <sustrik@250bpm.com>
-
- 21 Nov, 2011 1 commit
-
-
Martin Sustrik authored
Signed-off-by:
Martin Sustrik <sustrik@250bpm.com>
-
- 19 Nov, 2011 1 commit
-
-
Martin Sustrik authored
Signed-off-by:
Martin Sustrik <sustrik@250bpm.com>
-
- 09 Nov, 2011 1 commit
-
-
Martin Sustrik authored
- AJ Lewis added - Martin Lucina's email address changed Signed-off-by:
Martin Sustrik <sustrik@250bpm.com>
-
- 06 Nov, 2011 1 commit
-
-
Martin Sustrik authored
Signed-off-by:
Martin Sustrik <sustrik@250bpm.com>
-
- 29 Oct, 2011 1 commit
-
-
Martin Sustrik authored
Signed-off-by:
Martin Sustrik <sustrik@250bpm.com>
-
- 27 Oct, 2011 2 commits
-
-
Martin Sustrik authored
Signed-off-by:
Martin Sustrik <sustrik@250bpm.com>
-
Martin Sustrik authored
Signed-off-by:
Martin Sustrik <sustrik@250bpm.com>
-
- 15 Aug, 2011 1 commit
-
-
Ghislain Putois authored
Some small changes to prepare a cross-compilation for the Android platform Signed-off-by:
Ghislain Putois <ghpu@infonie.fr> Signed-off-by:
Martin Sustrik <sustrik@250bpm.com>
-
- 29 Jun, 2011 1 commit
-
-
Andrew Thompson authored
IPv6 addresses have colons and will produce invalid data for the getaddrinfo lookup. Signed-off-by:
Andrew Thompson <andy@fud.org.nz>
-
- 26 Jun, 2011 1 commit
-
-
Carl Clemens authored
Signed-off-by:
Carl Clemens <carlclemens1@yahoo.com>
-
- 23 May, 2011 1 commit
-
-
Martin Sustrik authored
Signed-off-by:
Martin Sustrik <sustrik@250bpm.com>
-
- 17 May, 2011 1 commit
-
-
Martin Sustrik authored
Signed-off-by:
Martin Sustrik <sustrik@250bpm.com>
-
- 04 May, 2011 1 commit
-
-
Martin Sustrik authored
Signed-off-by:
Martin Sustrik <sustrik@250bpm.com>
-
- 31 Mar, 2011 2 commits
-
-
Martin Sustrik authored
talks on conferences, videos Signed-off-by:
Martin Sustrik <sustrik@250bpm.com>
-
Martin Sustrik authored
Signed-off-by:
Martin Sustrik <sustrik@250bpm.com>
-
- 08 Mar, 2011 1 commit
-
-
Brett Cameron authored
Signed-off-by:
Martin Sustrik <sustrik@250bpm.com>
-
- 15 Feb, 2011 1 commit
-
-
Michael Compton authored
Signed-off-by:
Michael Compton <michael.compton@littleedge.co.uk>
-
- 05 Feb, 2011 1 commit
-
-
Chris Rempel authored
Signed-off-by:
Chris Rempel <csrl@gmx.com> Please enter the commit message for your changes. Lines starting
-
- 26 Jan, 2011 1 commit
-
-
Thijs Terlouw authored
It allows for exponential back-off strategy when reconnecting. Signed-off-by:
Thijs Terlouw <thijsterlouw@gmail.com>
-
- 14 Jan, 2011 1 commit
-
-
Martin Sustrik authored
Signed-off-by:
Martin Sustrik <sustrik@250bpm.com>
-
- 12 Jan, 2011 1 commit
-
-
Neale Ferguson authored
Signed-off-by:
Neale Ferguson <neale@sinenomine.net>
-
- 10 Jan, 2011 1 commit
-
-
Martin Sustrik authored
The meat of the patch was contributed by Douglas Creager. Martin Sustrik implemented storing peer options in inproc endpoint repository. Signed-off-by:
Martin Sustrik <sustrik@250bpm.com>
-
- 06 Jan, 2011 1 commit
-
-
Min Ragan-Kelley authored
change two declarations in headers to form f(void); instead of f(); which eliminates the warnings when compiling against zeromq Signed-off-by:
MinRK <benjaminrk@gmail.com>
-
- 09 Dec, 2010 1 commit
-
-
Martin Sustrik authored
Signed-off-by:
Martin Sustrik <sustrik@250bpm.com>
-
- 13 Nov, 2010 1 commit
-
-
Martin Sustrik authored
- RAND_bytes function resides in crypto library - pollfd on AIX used 'reqevents' instead of events and 'retnevents' instead of 'revents' Signed-off-by:
Martin Sustrik <sustrik@250bpm.com>
-
- 12 Nov, 2010 2 commits
-
-
Chia-liang Kao authored
ptimeout not properly recalculated after first pass. Signed-off-by:
Chia-liang Kao <clkao@clkao.org>
-
Marc Rossi authored
Added block boolean var to second process_commands() invocation for blocking sockets instead of always using true. This prevents the process_commands() call from hanging when a message is received with an empty queue after the call to xrecv() but prior to the initial call to process_commands() invoked when ++ticks == inbound_poll_rate. Signed-off-by:
Marc Rossi <mrossi19@gmail.com>
-
- 04 Nov, 2010 1 commit
-
-
Martin Sustrik authored
Signed-off-by:
Martin Sustrik <sustrik@250bpm.com>
-
- 29 Oct, 2010 1 commit
-
-
Martin Sustrik authored
Signed-off-by:
Martin Sustrik <sustrik@250bpm.com>
-
- 28 Oct, 2010 1 commit
-
-
Martin Sustrik authored
Signed-off-by:
Martin Sustrik <sustrik@250bpm.com>
-
- 26 Oct, 2010 1 commit
-
-
Martin Sustrik authored
To use __rdtsc() function MSVC2005 requires including intrin.h Signed-off-by:
Martin Sustrik <sustrik@250bpm.com>
-