Name
Last commit
Last update
.github Problem: contributing guidelines unclear for new devs
RELICENSE RELICENSE: Matt Connolly
builds Problem: CI doesn't build with debugging symbols
doc Problem: adapt, clarify docs ZMQ_ROUTER_MANDATORY
include gssapi: renumber socket options
m4 Problem: Coverage option broken with LLVM GCOV
packaging Problem: OBS _service sets version to unix timestamp.commitid
perf Merge pull request #1764 from GreatFruitOmsk/master
src Fix ROUTER's xhas_out() in MANDATORY mode
tests Problem: XPUB_MANUAL subscriptions not removed on peer term
tools Problem: copyright year is still 2015
.gitignore Problem: no mixed FD and zmq socket zmq_poll 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: ASAN test doesn't print good traces with GCC 4.8
AUTHORS Problem: not on the authors list
CMakeLists.txt Problem: CMake evaluation fails with Mingw-w64
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: Stack overflow in Windows VS 2012 builds for simple ZeroMQ usage. Solution: Added notice in INSTALL file to mandatory use at least 2 MB stack size in VS 2012 and recommendation to use at least 2 MB in all other Windows builds.
Makefile.am Problem: test_many_sockets is flacky on OSX
NEWS Problem: 4.2.2 is out, version(s) are out of date
README.cygwin.md Implement a definitive cygwin target for libzmq.
README.doxygen.md Problem: No default doxygen cfg for ZeroMQ project
README.md Problem: no coveralls.io badge in README.md
ZeroMQConfig.cmake.in cmake: Use LOCATION property only for imported targets
acinclude.m4 I have added msys building, license stuff (#2387)
appveyor.yml appveyor: Use correct CURVE security options
autogen.sh Fix small typo
branding.bmp Add ZeroMQ branding.
ci_build.sh Problem: ASAN test doesn't print good traces with GCC 4.8
ci_deploy.sh Problem: no way to deploy releases to OBS
configure.ac configure.ac: allow user to disable libunwind discovery via --disable-libunwind
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