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
Mikko Koppanen
e33e4d7650
ICC related qualifier fix
...
Signed-off-by: Mikko Koppanen <mkoppanen@php.net>
2010-10-15 10:38:09 +02:00
Martin Pales
da73b7c6f6
zmq::devpoll_t : correct a typo in loop()
...
A minor typo correction to resolve compilation error on Solaris.
Signed-off-by: Martin Pales <m.pales@gmail.com>
2010-10-14 08:38:11 +02:00
Martin Sustrik
5ae878b891
Merge branch 'maint'
...
* maint:
Add support for RHEL6 in the spec file
2010-10-13 08:01:13 +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
Christian Gudrian
f5030a93a5
Execute the timers before pollset initialisation.
...
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-09 19:19:50 +02:00
Nir Soffer
1d431190f5
make sure that reader does not terminate in the middle of a multipart message
2010-10-02 10:01:18 +02:00
Martin Sustrik
ac9b05c36b
Merge branch 'maint'
...
* maint:
zmq_msg_move called on uninitialised message in xrep_t::xrecv -- fixed
2010-09-30 15:12:06 +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
Ilja Golshtein
ec2e85919e
C++ binding destructors don't throw exceptions
2010-09-30 09:11:51 +02:00
Martin Sustrik
10bb9d0405
Dhammika Pathirana was missing from the AUTOHRS file for some reason -- fixed
2010-09-28 15:32:12 +02:00
Ivo Danihelka
ae567be0c2
improved null checking in zmq_term
2010-09-04 16:58:29 +02:00
Martin Sustrik
0a1f7e3524
Merge branch 'maint'
...
* 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-02 08:07:40 +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
Guido Goldstein
4d9b046977
two tests added
2010-08-27 21:13:45 +02:00
Ivo Danihelka
43f2c6ff5b
improved null checking in zmq_term
2010-08-26 12:14:53 +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