summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-02-26Java Poller patchMartin Sustrik
2010-02-26Win32 build of Java binding fixedunknown
2010-02-26Poller object implemented in Java bindingMartin Sustrik
2010-02-26MIT license text addedMartin Sustrik
2010-02-251st version of Java poll addedMartin Sustrik
2010-02-24handle invalid PGM connection string decentlyMartin Sustrik
2010-02-24Merge branch 'master' of git@github.com:sustrik/zeromq2Martin Sustrik
2010-02-24minor cast issues on cygwin fixedMartin Sustrik
2010-02-24chat example removed from win build; missing fd_signaler_t::poll on win addedunknown
2010-02-24use binary UUIDs instead of string representation to save some bytesMartin Sustrik
2010-02-24Fix: OpenPGM is now distributed as .tar.gzMartin Lucina
2010-02-24Disable IPv6 supportMartin Lucina
The current IPv6 support is half-assed and breaks for too many people. Revert back to IPv4 only for now.
2010-02-24Update OpenPGM to 2.0.24 (stable)Martin Lucina
2010-02-24chat example moved to separate repoMartin Sustrik
2010-02-24zmq_error used from ruby bindingMartin Sustrik
2010-02-23zmq_errno used in C++ bindingMartin Sustrik
2010-02-23zmq_errno is exported from the DLLMartin Sustrik
2010-02-23zmq_errno helper function addedMartin Sustrik
2010-02-23recv fails after polling for IN on REQ socketMartin Sustrik
2010-02-23execution disabled on certain source files; some comments on java binding; ↵Martin Sustrik
MSVC temp files added to .gitignore
2010-02-23Win32 build fixedunknown
2010-02-23Java binding beautified, inline documentation addedMartin Sustrik
2010-02-23minor fix in zmq_socket(3) man pageMartin Sustrik
2010-02-22Merge branch 'master' of git@github.com:sustrik/zeromq2Martin Sustrik
2010-02-22zmq_poll doesn't exit when infinite timeout is set and interrupt occursMartin Sustrik
2010-02-22NetBSD: Check for and use atomic_ops(3) if availableMartin Lucina
2010-02-22Fix $build_doc/$install_man check yet againMartin Lucina
2010-02-21typo in zmq_ipc(7) fixedMartin Sustrik
2010-02-20Minor buid system tunningmalosek
2010-02-20Aleksey Yeschenko added to the credit section of AUTHORS fileMartin Sustrik
2010-02-19Add missing check for install_man=yesMartin Lucina
Fixes git builds w/o asciidoc, bug introduced in 46824abe
2010-02-19build on cygwin enabledMartin Sustrik
2010-02-19don't check for identity, if the connection is anonymousMartin Sustrik
2010-02-19Merge branch 'master' of git@github.com:sustrik/zeromq2Martin Sustrik
2010-02-19Multi-hop REQ/REP, part XII., generate unique identities for anonymous ↵Martin Sustrik
connections
2010-02-18Add NetBSD supportMartin Lucina
2010-02-18Fix typoMartin Lucina
2010-02-18libstdc++ depends on libm on some platformsMartin Lucina
2010-02-18Fix detection of libstdc++Martin Lucina
We only care about libstdc++ when using GNU C++. Further, libstdc++ depends on libm on some platforms, fix this.
2010-02-18Never build docs from tarball releasesMartin 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-18Use feature test macros more conservativelyMartin 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-17one more attempt to fix the previous win32 problemMartin Sustrik
2010-02-17Merge branch 'master' of git@github.com:sustrik/zeromq2Martin Sustrik
2010-02-17recv returning -1 while errno=0 fixedMartin Sustrik
2010-02-17zmq_version fixed on Win32 platformunknown
2010-02-17Add POSIX and GNU Feature Test MacrosMartin 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-17ZMQII-76: Bug in how replies are handled when the REQ endpoint goes awayMartin Sustrik
2010-02-16ZMQII-77: Put librbzmq symbols into ZMQ moduleMartin Sustrik
2010-02-16exconf.rb checks for libzmq.so installationMartin Sustrik
2010-02-16Merge branch 'master' of git@github.com:sustrik/zeromq2Martin Sustrik