31 Commits

Author SHA1 Message Date
Martin Sustrik
ffcb0baa73 Couple of patches for AIX build
- 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>
2010-11-13 18:08:18 +01:00
Marc Rossi
f7123de943 Fix socket_t::recv() hang scenario where initial call to process_commands() 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-12 14:38:25 +01:00
Taras Shpot
6e95205333 Fix memory leak under Windows
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-15 17:45:02 +02:00
Sebastian Otaegui
2568947a71 Add support for RHEL6 in the spec file
Signed-off-by: Sebastian Otaegui <feniix@gmail.com>
2010-10-13 07:59:50 +02:00
Max Wolf
79aea5ffa6 zmq_msg_move called on uninitialised message in xrep_t::xrecv -- fixed 2010-09-30 15:10:47 +02:00
Ivo Danihelka
ae567be0c2 improved null checking in zmq_term 2010-09-04 16:58:29 +02:00
Bernd Melchers
8ec0743c75 Fix for signaler_t on HP-UX and AIX platforms 2010-09-02 07:33:57 +02:00
Martin Sustrik
d5b6f680a5 Mikael Kjaer added to AUTHORS 2010-09-02 07:26:14 +02:00
Martin Sustrik
341e8a2673 test commit 2010-06-15 14:01:44 +02:00
Brian Buchanan
ac90b7e0ba issue 35 - ZMQ_RCVMORE sometimes erroneously returns false 2010-06-11 08:03:34 +02:00
Martin Sustrik
7a29e8594f Piotr Trojanek added to AUTHORS file 2010-06-09 17:07:45 +02:00
Martin Sustrik
8a77135079 Pieter Hintjens added to 'authors' section 2010-06-01 10:42:55 +02:00
Martin Sustrik
091e92a11d Pieter Hintjens added to AUTHORS file 2010-05-20 18:01:58 +02:00
Martin Sustrik
49a30d49f3 Update contributors for 2.0.6 2010-03-16 17:49:39 +01:00
Martin Sustrik
7c0df6ee02 Java binding beautified, inline documentation added 2010-02-23 11:52:33 +01:00
Martin Sustrik
740e531fbb Aleksey Yeschenko added to the credit section of AUTHORS file 2010-02-20 09:11:30 +01:00
Martin Sustrik
8b86dcf81c build on cygwin enabled 2010-02-19 17:50:47 +01:00
Martin Sustrik
33cb20a747 ZMQII-77: Put librbzmq symbols into ZMQ module 2010-02-16 23:31:17 +01:00
Martin Sustrik
1e7878489d exconf.rb checks for libzmq.so installation 2010-02-16 23:02:59 +01:00
Martin Sustrik
94c74d5c18 Brian Granger added to credits list 2010-02-15 21:04:34 +01:00
Martin Sustrik
0f697fe2b4 ZMQII-56: Avoid allocation of chunk in yqueue.hpp by keeping a spare one 2010-02-03 20:04:44 +01:00
unknown
d1e09578b2 Hardcoded loopback address removed from fd_signaler 2010-01-22 07:54:16 +01:00
Martin Sustrik
a008af6088 Asko Kauppi added to the list of authors 2010-01-21 10:01:05 +01:00
Martin Sustrik
51e012c446 Solaris build fixed 2010-01-16 09:39:44 +01:00
Martin Sustrik
e806615dd1 ZMQII-31: memory leak in zmq_poll (on timeout) 2010-01-08 15:44:51 +01:00
Martin Sustrik
02202ec30e addition to CREDITS section of AUTHORS file 2009-12-16 14:54:11 +01:00
Martin Sustrik
3e051e874a Vitaly Mayatskikh added to authors section 2009-12-04 10:03:38 +01:00
Martin Sustrik
19ce7c0e77 zmq_msg_data.3 referenced twice in Makefile.am - fixed 2009-11-26 12:41:50 +01:00
Martin Sustrik
8d85638f77 memory leak in message encoder fixed 2009-11-26 12:01:26 +01:00
malosek
d743d97e36 Updated AUTHORS, ChangeLog, README and added COPYING.LESSER files 2009-09-09 10:37:40 +02:00
Martin Sustrik
4ed70a9302 initial commit 2009-07-29 12:07:54 +02:00