Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-12-09 | Bob Beaty added to the AUTHORS file | Martin Sustrik | |
Signed-off-by: Martin Sustrik <sustrik@250bpm.com> | |||
2010-11-13 | Merge branch 'maint' | Martin Sustrik | |
* maint: Couple of patches for AIX build | |||
2010-11-13 | Couple of patches for AIX build | Martin Sustrik | |
- 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-12 | Fix a bug that zmq_poll's select backend spins when timeout=-1, due to | Chia-liang Kao | |
ptimeout not properly recalculated after first pass. Signed-off-by: Chia-liang Kao <clkao@clkao.org> | |||
2010-11-12 | Merge 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-12 | Fix 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-04 | Jacob Rideout added to the AUTGORS file. | Martin Sustrik | |
Signed-off-by: Martin Sustrik <sustrik@250bpm.com> | |||
2010-10-29 | Peter Bourgon added to the AUTHORS file | Martin Sustrik | |
Signed-off-by: Martin Sustrik <sustrik@250bpm.com> | |||
2010-10-28 | Burak Arslan added to the AUTHORS file | Martin Sustrik | |
Signed-off-by: Martin Sustrik <sustrik@250bpm.com> | |||
2010-10-26 | Build with MSVC2005 fixed | Martin Sustrik | |
To use __rdtsc() function MSVC2005 requires including intrin.h Signed-off-by: Martin Sustrik <sustrik@250bpm.com> | |||
2010-10-16 | Cancel tx_timer_id in pgm_sender_t::out_event(). | Toralf Wittner | |
Signed-off-by: Toralf Wittner <toralf.wittner@gmail.com> | |||
2010-10-15 | Merge branch 'maint' | Martin Sustrik | |
* maint: Fix memory leak under Windows | |||
2010-10-15 | Fix memory leak under Windows | Taras 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-15 | ICC related qualifier fix | Mikko Koppanen | |
Signed-off-by: Mikko Koppanen <mkoppanen@php.net> | |||
2010-10-14 | zmq::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-13 | Merge branch 'maint' | Martin Sustrik | |
* maint: Add support for RHEL6 in the spec file | |||
2010-10-13 | Add support for RHEL6 in the spec file | Sebastian Otaegui | |
Signed-off-by: Sebastian Otaegui <feniix@gmail.com> | |||
2010-10-09 | Execute 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-02 | make sure that reader does not terminate in the middle of a multipart message | Nir Soffer | |
2010-09-30 | Merge branch 'maint' | Martin Sustrik | |
* maint: zmq_msg_move called on uninitialised message in xrep_t::xrecv -- fixed | |||
2010-09-30 | zmq_msg_move called on uninitialised message in xrep_t::xrecv -- fixed | Max Wolf | |
2010-09-30 | C++ binding destructors don't throw exceptions | Ilja Golshtein | |
2010-09-28 | Dhammika Pathirana was missing from the AUTOHRS file for some reason -- fixed | Martin Sustrik | |
2010-09-04 | improved null checking in zmq_term | Ivo Danihelka | |
2010-09-02 | Merge 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-02 | Fix for signaler_t on HP-UX and AIX platforms | Bernd Melchers | |
2010-09-02 | Mikael Kjaer added to AUTHORS | Martin Sustrik | |
2010-08-27 | two tests added | Guido Goldstein | |
2010-08-26 | improved null checking in zmq_term | Ivo Danihelka | |
2010-06-15 | test commit | Martin Sustrik | |
2010-06-11 | issue 35 - ZMQ_RCVMORE sometimes erroneously returns false | Brian Buchanan | |
2010-06-09 | Piotr Trojanek added to AUTHORS file | Martin Sustrik | |
2010-06-01 | Pieter Hintjens added to 'authors' section | Martin Sustrik | |
2010-05-20 | Pieter Hintjens added to AUTHORS file | Martin Sustrik | |
2010-03-16 | Update contributors for 2.0.6 | Martin Sustrik | |
2010-02-23 | Java binding beautified, inline documentation added | Martin Sustrik | |
2010-02-20 | Aleksey Yeschenko added to the credit section of AUTHORS file | Martin Sustrik | |
2010-02-19 | build on cygwin enabled | Martin Sustrik | |
2010-02-16 | ZMQII-77: Put librbzmq symbols into ZMQ module | Martin Sustrik | |
2010-02-16 | exconf.rb checks for libzmq.so installation | Martin Sustrik | |
2010-02-15 | Brian Granger added to credits list | Martin Sustrik | |
2010-02-03 | ZMQII-56: Avoid allocation of chunk in yqueue.hpp by keeping a spare one | Martin Sustrik | |
2010-01-22 | Hardcoded loopback address removed from fd_signaler | unknown | |
2010-01-21 | Asko Kauppi added to the list of authors | Martin Sustrik | |
2010-01-16 | Solaris build fixed | Martin Sustrik | |
2010-01-08 | ZMQII-31: memory leak in zmq_poll (on timeout) | Martin Sustrik | |
2009-12-16 | addition to CREDITS section of AUTHORS file | Martin Sustrik | |
2009-12-04 | Vitaly Mayatskikh added to authors section | Martin Sustrik | |
2009-11-26 | zmq_msg_data.3 referenced twice in Makefile.am - fixed | Martin Sustrik | |
2009-11-26 | memory leak in message encoder fixed | Martin Sustrik | |