Name
Last commit
Last update
builds Merge pull request #1367 from evoskuil/master
doc Added socket option ZMQ_INVERT_MATCHING.
include implement client socket type and drop messages when more flag is set on client and server
packaging/nuget Update VS DLL and NuGet versioning to 4.2.0.
perf Remove local pgm configuration option, cleanup configure.ac, remove unused Makefile.am instances.
src Merge pull request #1360 from hurtonm/master
tests Allow zmq_msg_gets checks to assert rather than segfault
tools Remove local pgm configuration option, cleanup configure.ac, remove unused Makefile.am instances.
tweetnacl Clean up after using randombytes from libsodium
.gitignore Update gitignore to include recently added tests for server sockets
.hgeol Line-ending conversion rules for hg-git users and enabled use of .gitignore by hg-git users
.travis.yml Problem: qt-android build doesn't fully work for downstream builds
AUTHORS add to authors
CMakeLists.txt set soversion without ZMQ_BUILD_FRAMEWORK
COPYING missing COPYING file added
COPYING.LESSER Added note about tivotisation
Dockerfile Add Docker support
INSTALL Added autogen.sh hint
MAINTAINERS Fixed email addresses in the MAITAINERS file
Makefile.am Fix autogen.sh warning about trailing whitespace
NEWS Updated development master to 4.2.x
README.cygwin.md Implement a definitive cygwin target for libzmq.
README.md Converted README to markdown + added travis build img
acinclude.m4 acinclude.m4: make kernel-specific flags cacheable
autogen.sh Copyright dates adjusted to reflect reality
branding.bmp Loading commit data...
ci_build.sh Loading commit data...
configure.ac Loading commit data...
installer.ico Loading commit data...
version.sh Loading commit data...

libzmq-cygwin

Definitive build fixes for cygwin (See https://github.com/zeromq/pyzmq/issues/113 for partial solution)

What's changed: ./Makefile.am Add cygwin-specific target mostly the same as mingw ./configure.ac Add cygwin-specific target mostly the same as mingw ./tests/testutil.hpp Lengthen socket timeout to 121 seconds

What's new: ./README.cygwin.md This file ./builds/cygwin Folder for cygwin-specific build files ./builds/cygwin/Makefile.cygwin Makefile for cygwin targets