Name
Last commit
Last update
builds Problem: no support for OpenWRT
doc Problem: CLIENT and SERVER don't check SNDMORE
include Problem: zmq poller API is not CLASS conformant
packaging/nuget Update VS DLL and NuGet versioning to 4.2.0.
perf Fixed executable name in the usage string
src Fixed issue #1690 (ZMQ_REQ_RELAXED)
tests Test for issue #1690 (ZMQ_REQ_RELAXED)
tools Problem: source file headers are somewhat confusing about LGPLv3
tweetnacl tweetNaCL: fix winrandom
.gitignore Problem: no support for OpenWRT
.hgeol Line-ending conversion rules for hg-git users and enabled use of .gitignore by hg-git users
.mailmap Fix mailmap entry for Max Skaller
.travis.yml Problem: travis CI tries to build "qt-android"
AUTHORS Add the VMCI transport.
CMakeLists.txt CMAKE_VS_PLATFORM_TOOLSET may not be set.
COPYING missing COPYING file added
COPYING.LESSER Added note about tivotisation
Dockerfile Add Docker support
FindSodium.cmake CMake: use libsodium if available, else use tweet_nacl
INSTALL Added autogen.sh hint
MAINTAINERS Fixed email addresses in the MAITAINERS file
Makefile.am add timers API to libzmq
NEWS Updated development master to 4.2.x
README.cygwin.md Implement a definitive cygwin target for libzmq.
README.md Problem: libzmq appveyor build status is not visible
acinclude.m4 acinclude.m4: make kernel-specific flags cacheable
appveyor.yml appveyor: build all relevant combinations
autogen.sh Check for libtoolize instead of libtool on Linux
branding.bmp Add ZeroMQ branding.
ci_build.sh Problem: build scripts don't need full git history
configure.ac Fix a typo in reference to with_norm_ext.
installer.ico Add ZeroMQ branding.
version.sh m4_esyscmd_s doesnt seem to be portable across different systems

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