- 22 Nov, 2010 1 commit
-
-
Martin Sustrik authored
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
-
- 16 Nov, 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 1 commit
-
-
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>
-
- 01 Nov, 2010 1 commit
-
-
Martin Lucina authored
INSTALL gets added in somewhat magically by automake, or not. Adding it into Git ensures it's always included in the distribution. Signed-off-by: Martin Lucina <mato@kotelna.sk>
-
- 23 Oct, 2010 2 commits
-
-
Mikko Koppanen authored
Signed-off-by: Mikko Koppanen <mkoppanen@php.net>
-
Martin Sustrik authored
With SunStudio's implementation of STL basic_string constructor doesn't accept NULL as a parameter even though size of string is set to zero. Fixed. Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
-
- 15 Oct, 2010 6 commits
-
-
Martin Sustrik authored
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
-
Martin Sustrik authored
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
-
Taras Shpot authored
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>
-
Martin Lucina authored
Upgrade OpenPGM to version 2.1.28 for ZeroMQ 2.0.x. Now we also use the DFSG-compliant upstream release tarball. Signed-off-by: Martin Lucina <mato@kotelna.sk>
-
Martin Lucina authored
Add missing files needed for regenerating configure to the distribution; add MAINTAINERS; improve maintainer-clean to produce a really clean tree. Signed-off-by: Martin Lucina <mato@kotelna.sk>
-
Martin Lucina authored
* Added a version.sh and relevant changes to configure.in to extract the API version from zmq.h at the time autogen.sh is run. * Moved the version macros to be next to zmq_version in zmq.h and improved the comments. * Modified ZMQ_MAKE_VERSION to use (x) instead of plain x when expanding macro parameters. Signed-off-by: Martin Lucina <mato@kotelna.sk>
-
- 14 Oct, 2010 1 commit
-
-
Gonzalo Diethelm authored
-
- 13 Oct, 2010 1 commit
-
-
Sebastian Otaegui authored
Signed-off-by: Sebastian Otaegui <feniix@gmail.com>
-
- 11 Oct, 2010 2 commits
-
-
Martin Lucina authored
For historic reasons (mainly compatbility with really old libtool), configure was patching libtool to not use rpath in binaries. This breaks (among other things) correct operation of "make check" since the test binaries may not be run with the correct shared library version. Current best practice as seen e.g. at http://wiki.debian.org/RpathIssue suggests that this is no longer an issue, so I'm removing the code that patches libtool. Signed-off-by: Martin Lucina <mato@kotelna.sk>
-
Martin Sustrik authored
When adding ZMQ_VERSION macros, I incorrectly removed the PACKAGE_VERSION macro. Adding it back. Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
-
- 09 Oct, 2010 1 commit
-
-
Martin Sustrik authored
Macro ZMQ_VERSION represents the current version of 0MQ Macro ZMQ_MAKE_VERSION(major,minor,patch) allows to create a representation of the specified version. The versions can be compared using simple <, >, ==, etc. operators. Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
-
- 30 Sep, 2010 1 commit
-
-
Max Wolf authored
-
- 28 Sep, 2010 2 commits
-
-
Dhammika Pathirana authored
-
Martin Sustrik authored
-
- 26 Sep, 2010 1 commit
-
-
Martin Sustrik authored
if TSC jumps backwards (in case of migration to a different CPU core) latency peak may occur -- fixed
-
- 15 Sep, 2010 1 commit
-
-
Martin Sustrik authored
-
- 04 Sep, 2010 17 commits
-
-
Martin Sustrik authored
-
Martin Sustrik authored
-
Martin Lucina authored
-
Martin Lucina authored
Thanks to Matt Weinstein for the suggestion.
-
Martin Lucina authored
Change 'make dist' to generate the Git ChangeLog file, that way it doesn't have to be manually updated nor kept in Git which causes unnecessary work. Also change 'make dist' to invoke 'dist-zip' automatically to generate a ZIP as well as a .tar.gz. Thanks to http://live.gnome.org/Git/ChangeLog for the inspiration to automatically generate ChangeLog.
-
Martin Sustrik authored
-
Dhammika Pathirana authored
-
Jon Dyte authored
-
Ivo Danihelka authored
-
Martin Lucina authored
Ensure that 0MQ does not attempt to call select() on more than FD_SETSIZE file descriptors.
-
Martin Lucina authored
-
Martin Lucina authored
-
Martin Lucina authored
This reverts commit f575f252. Conflicts: doc/zmq_device.txt
-
Martin Lucina authored
This reverts commit 6cd90304.
-
Martin Lucina authored
This reverts commit 77a3c36f.
-
Martin Lucina authored
This reverts commit c51de31f.
-
Martin Lucina authored
This reverts commit 6ff19399.
-