Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-26 | Poller object implemented in Java binding | Martin Sustrik | |
2010-02-26 | MIT license text added | Martin Sustrik | |
2010-02-25 | 1st version of Java poll added | Martin Sustrik | |
2010-02-24 | handle invalid PGM connection string decently | Martin Sustrik | |
2010-02-24 | Merge branch 'master' of git@github.com:sustrik/zeromq2 | Martin Sustrik | |
2010-02-24 | minor cast issues on cygwin fixed | Martin Sustrik | |
2010-02-24 | chat example removed from win build; missing fd_signaler_t::poll on win added | unknown | |
2010-02-24 | use binary UUIDs instead of string representation to save some bytes | Martin Sustrik | |
2010-02-24 | Fix: OpenPGM is now distributed as .tar.gz | Martin Lucina | |
2010-02-24 | Disable IPv6 support | Martin Lucina | |
The current IPv6 support is half-assed and breaks for too many people. Revert back to IPv4 only for now. | |||
2010-02-24 | Update OpenPGM to 2.0.24 (stable) | Martin Lucina | |
2010-02-24 | chat example moved to separate repo | Martin Sustrik | |
2010-02-24 | zmq_error used from ruby binding | Martin Sustrik | |
2010-02-23 | zmq_errno used in C++ binding | Martin Sustrik | |
2010-02-23 | zmq_errno is exported from the DLL | Martin Sustrik | |
2010-02-23 | zmq_errno helper function added | Martin Sustrik | |
2010-02-23 | recv fails after polling for IN on REQ socket | Martin Sustrik | |
2010-02-23 | execution disabled on certain source files; some comments on java binding; ↵ | Martin Sustrik | |
MSVC temp files added to .gitignore | |||
2010-02-23 | Win32 build fixed | unknown | |
2010-02-23 | Java binding beautified, inline documentation added | Martin Sustrik | |
2010-02-23 | minor fix in zmq_socket(3) man page | Martin Sustrik | |
2010-02-22 | Merge branch 'master' of git@github.com:sustrik/zeromq2 | Martin Sustrik | |
2010-02-22 | zmq_poll doesn't exit when infinite timeout is set and interrupt occurs | Martin Sustrik | |
2010-02-22 | NetBSD: Check for and use atomic_ops(3) if available | Martin Lucina | |
2010-02-22 | Fix $build_doc/$install_man check yet again | Martin Lucina | |
2010-02-21 | typo in zmq_ipc(7) fixed | Martin Sustrik | |
2010-02-20 | Minor buid system tunning | malosek | |
2010-02-20 | Aleksey Yeschenko added to the credit section of AUTHORS file | Martin Sustrik | |
2010-02-19 | Add missing check for install_man=yes | Martin Lucina | |
Fixes git builds w/o asciidoc, bug introduced in 46824abe | |||
2010-02-19 | build on cygwin enabled | Martin Sustrik | |
2010-02-19 | don't check for identity, if the connection is anonymous | Martin Sustrik | |
2010-02-19 | Merge branch 'master' of git@github.com:sustrik/zeromq2 | Martin Sustrik | |
2010-02-19 | Multi-hop REQ/REP, part XII., generate unique identities for anonymous ↵ | Martin Sustrik | |
connections | |||
2010-02-18 | Add NetBSD support | Martin Lucina | |
2010-02-18 | Fix typo | Martin Lucina | |
2010-02-18 | libstdc++ depends on libm on some platforms | Martin Lucina | |
2010-02-18 | Fix 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-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 | |