summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-03-11Restructure language bindingsMartin Lucina
2010-03-11Removed Java binding from core distributionMartin Lucina
2010-03-10Typeset literal correctlyMartin Lucina
2010-03-10Fixes to PGM wire format descriptionMartin Lucina
2010-03-10Fixes to TCP wire format specificationMartin Lucina
2010-03-10wire formats in docs clarifiedMartin Sustrik
2010-03-10Documentation fixesMartin Lucina
2010-03-09Add missing section with zmq_version()Martin Lucina
2010-03-09Add dependency for zmq_epgm.7Martin Lucina
2010-03-09Hack, zmq_epgm.7 needs to be copied from zmq_pgm.7Martin Lucina
2010-03-09Documentation rewriteMartin Lucina
2010-03-09udp transport renamed to epgmMartin Sustrik
2010-03-09PGM late joiners would start receiving a complete message rather than a messa...Martin Sustrik
2010-03-09message flags from the wire are written to zmq_msg_t and vice versaMartin Sustrik
2010-03-09message flags added to zmq_msg_t strcutureMartin Sustrik
2010-03-09'flags' fields added to the wire formatMartin Sustrik
2010-03-09rollback functionality added to pipeMartin Sustrik
2010-03-06problem with NIC name resolution on OSX fixedMartin Sustrik
2010-03-03Win32 build fixesMartin Lucina
2010-03-03type mismatch in tcp_listener (win version) fixedunknown
2010-03-03Fix typo: zmq_close -> zmq_msg_closeMartin Hurton
2010-03-03Fix possible lockups when reading from ZMQ_REP socketsMartin Hurton
2010-03-01polling on POSIX sockets returns POLLERR (win32)unknown
2010-03-01return POLLERR from polling on POSIX sockets (linux version)Martin Sustrik
2010-02-27Merge branch 'master' of git@github.com:sustrik/zeromq2Martin Sustrik
2010-02-27Ruby binding removedMartin Sustrik
2010-02-27ruby binding removed from msvc buildunknown
2010-02-27python binding removed from nsvc buildunknown
2010-02-27python binding removedMartin Sustrik
2010-02-26Cygwin supportMartin Lucina
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
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; MS...Martin Sustrik