Age | Commit message (Expand) | Author |
2010-03-10 | Fixes to TCP wire format specification | Martin Lucina |
2010-03-10 | wire formats in docs clarified | Martin Sustrik |
2010-03-10 | Documentation fixes | Martin Lucina |
2010-03-09 | Add missing section with zmq_version() | Martin Lucina |
2010-03-09 | Add dependency for zmq_epgm.7 | Martin Lucina |
2010-03-09 | Hack, zmq_epgm.7 needs to be copied from zmq_pgm.7 | Martin Lucina |
2010-03-09 | Documentation rewrite | Martin Lucina |
2010-03-09 | udp transport renamed to epgm | Martin Sustrik |
2010-03-09 | PGM late joiners would start receiving a complete message rather than a messa... | Martin Sustrik |
2010-03-09 | message flags from the wire are written to zmq_msg_t and vice versa | Martin Sustrik |
2010-03-09 | message flags added to zmq_msg_t strcuture | Martin Sustrik |
2010-03-09 | 'flags' fields added to the wire format | Martin Sustrik |
2010-03-09 | rollback functionality added to pipe | Martin Sustrik |
2010-03-06 | problem with NIC name resolution on OSX fixed | Martin Sustrik |
2010-03-03 | Win32 build fixes | Martin Lucina |
2010-03-03 | type mismatch in tcp_listener (win version) fixed | unknown |
2010-03-03 | Fix typo: zmq_close -> zmq_msg_close | Martin Hurton |
2010-03-03 | Fix possible lockups when reading from ZMQ_REP sockets | Martin Hurton |
2010-03-01 | polling on POSIX sockets returns POLLERR (win32) | unknown |
2010-03-01 | return POLLERR from polling on POSIX sockets (linux version) | Martin Sustrik |
2010-02-27 | Merge branch 'master' of git@github.com:sustrik/zeromq2 | Martin Sustrik |
2010-02-27 | Ruby binding removed | Martin Sustrik |
2010-02-27 | ruby binding removed from msvc build | unknown |
2010-02-27 | python binding removed from nsvc build | unknown |
2010-02-27 | python binding removed | Martin Sustrik |
2010-02-26 | Cygwin support | Martin Lucina |
2010-02-26 | Java Poller patch | Martin Sustrik |
2010-02-26 | Win32 build of Java binding fixed | unknown |
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 |
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; MS... | Martin Sustrik |
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 |