summaryrefslogtreecommitdiff
path: root/AUTHORS
AgeCommit message (Collapse)Author
2010-11-12Merge branch 'maint'Martin Sustrik
* maint: Fix socket_t::recv() hang scenario where initial call to process_commands() eats signal Conflicts: src/socket_base.cpp
2010-11-12Fix socket_t::recv() hang scenario where initial call to process_commands() ↵Marc Rossi
eats signal 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>
2010-11-04Jacob Rideout added to the AUTGORS file.Martin Sustrik
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
2010-10-29Peter Bourgon added to the AUTHORS fileMartin Sustrik
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
2010-10-28Burak Arslan added to the AUTHORS fileMartin Sustrik
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
2010-10-26Build with MSVC2005 fixedMartin Sustrik
To use __rdtsc() function MSVC2005 requires including intrin.h Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
2010-10-16Cancel tx_timer_id in pgm_sender_t::out_event().Toralf Wittner
Signed-off-by: Toralf Wittner <toralf.wittner@gmail.com>
2010-10-15Merge branch 'maint'Martin Sustrik
* maint: Fix memory leak under Windows
2010-10-15Fix memory leak under WindowsTaras Shpot
The comment about memory ownership in uuid_t::to_string was misleading as on most platforms the buffer is a field of the object; The string allocated in UuidToString() wasn't properly freed with RpcStringFree() Signed-off-by: Taras Shpot <taras.shpot@eleks.com>
2010-10-15ICC related qualifier fixMikko Koppanen
Signed-off-by: Mikko Koppanen <mkoppanen@php.net>
2010-10-14zmq::devpoll_t : correct a typo in loop()Martin Pales
A minor typo correction to resolve compilation error on Solaris. Signed-off-by: Martin Pales <m.pales@gmail.com>
2010-10-13Merge branch 'maint'Martin Sustrik
* maint: Add support for RHEL6 in the spec file
2010-10-13Add support for RHEL6 in the spec fileSebastian Otaegui
Signed-off-by: Sebastian Otaegui <feniix@gmail.com>
2010-10-09Execute the timers before pollset initialisation.Christian Gudrian
Since executing the timers might modify the source pollsets we have to defer the initialisation until after the timers have executed. Signed-off-by: Christian Gudrian <christian.gudrian@fluidon.com>
2010-10-02make sure that reader does not terminate in the middle of a multipart messageNir Soffer
2010-09-30Merge branch 'maint'Martin Sustrik
* maint: zmq_msg_move called on uninitialised message in xrep_t::xrecv -- fixed
2010-09-30zmq_msg_move called on uninitialised message in xrep_t::xrecv -- fixedMax Wolf
2010-09-30C++ binding destructors don't throw exceptionsIlja Golshtein
2010-09-28Dhammika Pathirana was missing from the AUTOHRS file for some reason -- fixedMartin Sustrik
2010-09-04improved null checking in zmq_termIvo Danihelka
2010-09-02Merge branch 'maint'Martin Sustrik
* maint: Prior to this patch prefix_tree asserts. Fix for signaler_t on HP-UX and AIX platforms Mikael Kjaer added to AUTHORS Conflicts: src/trie.cpp
2010-09-02Fix for signaler_t on HP-UX and AIX platformsBernd Melchers
2010-09-02Mikael Kjaer added to AUTHORSMartin Sustrik
2010-08-27two tests addedGuido Goldstein
2010-08-26improved null checking in zmq_termIvo Danihelka
2010-06-15test commitMartin Sustrik
2010-06-11issue 35 - ZMQ_RCVMORE sometimes erroneously returns falseBrian Buchanan
2010-06-09Piotr Trojanek added to AUTHORS fileMartin Sustrik
2010-06-01Pieter Hintjens added to 'authors' sectionMartin Sustrik
2010-05-20Pieter Hintjens added to AUTHORS fileMartin Sustrik
2010-03-16Update contributors for 2.0.6Martin Sustrik
2010-02-23Java binding beautified, inline documentation addedMartin Sustrik
2010-02-20Aleksey Yeschenko added to the credit section of AUTHORS fileMartin Sustrik
2010-02-19build on cygwin enabledMartin Sustrik
2010-02-16ZMQII-77: Put librbzmq symbols into ZMQ moduleMartin Sustrik
2010-02-16exconf.rb checks for libzmq.so installationMartin Sustrik
2010-02-15Brian Granger added to credits listMartin Sustrik
2010-02-03ZMQII-56: Avoid allocation of chunk in yqueue.hpp by keeping a spare oneMartin Sustrik
2010-01-22Hardcoded loopback address removed from fd_signalerunknown
2010-01-21Asko Kauppi added to the list of authorsMartin Sustrik
2010-01-16Solaris build fixedMartin Sustrik
2010-01-08ZMQII-31: memory leak in zmq_poll (on timeout)Martin Sustrik
2009-12-16addition to CREDITS section of AUTHORS fileMartin Sustrik
2009-12-04Vitaly Mayatskikh added to authors sectionMartin Sustrik
2009-11-26zmq_msg_data.3 referenced twice in Makefile.am - fixedMartin Sustrik
2009-11-26memory leak in message encoder fixedMartin Sustrik
2009-09-09Updated AUTHORS, ChangeLog, README and added COPYING.LESSER filesmalosek
2009-07-29initial commitMartin Sustrik