Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-18 | Never build docs from tarball releases | Martin Lucina | |
This fixes the build_doc logic to work as advertised and never try to (re)build documentation when working with a tarball release. | |||
2010-02-18 | Use feature test macros more conservatively | Martin Lucina | |
It turns out that feature test macros are a complete mess, and defining _GNU_SOURCE and _POSIX_C_SOURCE together breaks some systems. So we try and define the appropriate "make everything visible" combination specific to each system instead. This may still break something, so people should test their platforms and speak up if so. | |||
2010-02-17 | one more attempt to fix the previous win32 problem | Martin Sustrik | |
2010-02-17 | Merge branch 'master' of git@github.com:sustrik/zeromq2 | Martin Sustrik | |
2010-02-17 | recv returning -1 while errno=0 fixed | Martin Sustrik | |
2010-02-17 | zmq_version fixed on Win32 platform | unknown | |
2010-02-17 | Add POSIX and GNU Feature Test Macros | Martin Lucina | |
This should fix more exotic POSIX platforms such as HPUX which insist on having _POSIX_C_SOURCE defined to get proper threading behaviour. We also define _GNU_SOURCE so that we get any extensions on systems with glibc, e.g. eventfd. | |||
2010-02-17 | ZMQII-76: Bug in how replies are handled when the REQ endpoint goes away | 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-16 | Merge branch 'master' of git@github.com:sustrik/zeromq2 | Martin Sustrik | |
2010-02-16 | Special exception clause added to LGPL license | Martin Sustrik | |
2010-02-16 | Merge branch 'master' of github.com:sustrik/zeromq2 | Martin Lucina | |
2010-02-16 | PGM tarball should be removed on 'distclean', not 'clean' | Martin Lucina | |
2010-02-16 | Multi-hop REQ/REP, part XI., finalise the XREQ/XREP functionality | Martin Sustrik | |
2010-02-16 | Merge branch 'master' of git@github.com:sustrik/zeromq2 | Martin Sustrik | |
2010-02-16 | missing COPYING file added | Martin Sustrik | |
2010-02-16 | Fix 'make dist' to work with no special magic | Martin Lucina | |
2010-02-15 | Correct path for pgm distclean | Martin Lucina | |
2010-02-15 | Missed one instance of pgm2 | Martin Lucina | |
2010-02-15 | Update gitignore | Martin Lucina | |
2010-02-15 | Cleaning up more PGM cruft | Martin Lucina | |
2010-02-15 | Clarify python.h messages | Martin Lucina | |
2010-02-15 | Fix typo | Martin Lucina | |
2010-02-15 | Cleanup messages from configure.in | Martin Lucina | |
2010-02-15 | Replace check for sparc with host_cpu | Martin Lucina | |
2010-02-15 | Multiple fixes to --with-pgm | Martin Lucina | |
Disallow build --with-pgm on non-x86/AMB64 CPUs Check correctly for all dependencies required by --with-pgm Don't assume tar has -j Reorder --with-pgm checks | |||
2010-02-15 | Brian Granger added to credits list | Martin Sustrik | |
2010-02-15 | ZMQ_POLLERR placeholder added to zmq.h | Martin Sustrik | |
2010-02-15 | fixing the previous commit :( | Martin Sustrik | |
2010-02-15 | care taken of the fact that AI_NUMERICSERV is not defined on OSX 10.5 | Martin Sustrik | |
2010-02-15 | removed first dummy run of PKG_CHECK_EXISTS | malosek | |
2010-02-14 | Multi-hop REQ/REP, part X., optional delayed creation of pipes during connect | Martin Sustrik | |
2010-02-13 | Multi-hop REQ/REP, part IX., pass the peer identity as far as socket_base_t | Martin Sustrik | |
2010-02-13 | Multi-hop REQ/REP, part VIII., new blob_t type used for holding identity | Martin Sustrik | |
2010-02-13 | Multi-hop REQ/REP, part VII., identity-related algorithms rewritten | Martin Sustrik | |
2010-02-13 | Multi-hop REQ/REP, part VI., session 'name' renamed to 'peer_identity' | Martin Sustrik | |
2010-02-12 | Multi-hop REQ/REP, part V., peer identity is passed from init object to session | Martin Sustrik | |
2010-02-12 | Multi-hop REQ/REP, part IV., add command deallocation mechanism | Martin Sustrik | |
2010-02-12 | Multi-hop REQ/REP, part III., change 'type' in options to simple ↵ | Martin Sustrik | |
'traceroute' flag | |||
2010-02-12 | Merge branch 'master' of git@github.com:sustrik/zeromq2 | Martin Sustrik | |
2010-02-12 | Multi-hop REQ/REP, part I., tracerouting switched on on XREP socket | Martin Sustrik | |
2010-02-12 | Fix memory leak in bind() | Martin Hurton | |
2010-02-12 | Multi-hop REQ/REP, part I., socket type is known to all associated objects | Martin Sustrik | |
2010-02-12 | Resolve command starvation in recv() | Martin Hurton | |
2010-02-11 | Next 0MQ release will be 2.0.6 | Martin Lucina | |
As decided on the mailing list, there have been five 2.x releases to date, so the upcoming release will be numbered 2.0.6. | |||
2010-02-11 | Merge branch 'master' of github.com:sustrik/zeromq2 | Martin Lucina | |
2010-02-11 | Integrate version numbering into autoconf | Martin Lucina | |
configure.in is now the master source for the package version number, this propagates to src/platform.hpp (for zmq_version) and doc/Makefile.am (for documentation generation) automagically. | |||
2010-02-11 | python binding build with 2.4 version of python fixed | Martin Sustrik | |
2010-02-11 | ZMQII-72: Add zmq_version function (documentation) | Martin Sustrik | |