Name
Last commit
Last update
RELICENSE Problem: relicense statement from imatix is in the wrong place
builds Problem: parameter %1 set hard to build target and prevents the skipping of pause
doc fix markup syntax on zmq_tipc(7) page
include add n_events argument to zmq_poller_wait_all
m4 Problem: Coverage option broken with LLVM GCOV
packaging Problem: cannot build rpm with drafts on OBS
perf Merge pull request #1764 from GreatFruitOmsk/master
src add n_events argument to zmq_poller_wait_all
tests Problem: zmq_ctx_term asserts with connect-before-bind and sockets with identity over inproc transport
tools Problem: copyright year is still 2015
.gitignore Problem: no bind-after-connect TCP test
.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 OSX builds are broken
AUTHORS Problem: MinGW cross compile is failed on Linux
CMakeLists.txt replace tabs with space
COPYING missing COPYING file added
COPYING.LESSER Added note about tivotisation
Dockerfile Add Docker support
Doxygen.cfg Problem: No default doxygen cfg for ZeroMQ project
FindSodium.cmake CMake: use libsodium if available, else use tweet_nacl
INSTALL Problem: Windows build script requires edit for DevStudio version
Makefile.am Problem: no bind-after-connect TCP test
NEWS Updated development master to 4.2.x
README.cygwin.md Implement a definitive cygwin target for libzmq.
README.doxygen.md Loading commit data...
README.md Loading commit data...
acinclude.m4 Loading commit data...
appveyor.yml Loading commit data...
autogen.sh Loading commit data...
branding.bmp Loading commit data...
ci_build.sh Loading commit data...
ci_deploy.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