laag-libzmq 4.2.3.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (792) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +57 -0
  3. data/LICENSE.txt +181 -0
  4. data/README.org +34 -0
  5. data/ext/laag/libzmq/extconf.rb +22 -0
  6. data/laag-libzmq.gemspec +21 -0
  7. data/lib/laag/libzmq.rb +31 -0
  8. data/vendor/github.com/zeromq/libzmq/.github/PULL_REQUEST_TEMPLATE.md +28 -0
  9. data/vendor/github.com/zeromq/libzmq/.github/issue_template.md +22 -0
  10. data/vendor/github.com/zeromq/libzmq/.gitignore +180 -0
  11. data/vendor/github.com/zeromq/libzmq/.hgeol +2 -0
  12. data/vendor/github.com/zeromq/libzmq/.mailmap +81 -0
  13. data/vendor/github.com/zeromq/libzmq/.travis.yml +115 -0
  14. data/vendor/github.com/zeromq/libzmq/AUTHORS +151 -0
  15. data/vendor/github.com/zeromq/libzmq/CMakeLists.txt +1104 -0
  16. data/vendor/github.com/zeromq/libzmq/COPYING +674 -0
  17. data/vendor/github.com/zeromq/libzmq/COPYING.LESSER +181 -0
  18. data/vendor/github.com/zeromq/libzmq/Dockerfile +11 -0
  19. data/vendor/github.com/zeromq/libzmq/Doxygen.cfg +2320 -0
  20. data/vendor/github.com/zeromq/libzmq/FindSodium.cmake +40 -0
  21. data/vendor/github.com/zeromq/libzmq/INSTALL +311 -0
  22. data/vendor/github.com/zeromq/libzmq/Jenkinsfile +369 -0
  23. data/vendor/github.com/zeromq/libzmq/Makefile.am +908 -0
  24. data/vendor/github.com/zeromq/libzmq/NEWS +1582 -0
  25. data/vendor/github.com/zeromq/libzmq/README.cygwin.md +15 -0
  26. data/vendor/github.com/zeromq/libzmq/README.doxygen.md +48 -0
  27. data/vendor/github.com/zeromq/libzmq/README.md +102 -0
  28. data/vendor/github.com/zeromq/libzmq/RELICENSE/AndreLouisCaron.md +15 -0
  29. data/vendor/github.com/zeromq/libzmq/RELICENSE/Asmod4n.md +13 -0
  30. data/vendor/github.com/zeromq/libzmq/RELICENSE/BerndPrager.md +13 -0
  31. data/vendor/github.com/zeromq/libzmq/RELICENSE/Bklyn.md +15 -0
  32. data/vendor/github.com/zeromq/libzmq/RELICENSE/BrianBuchanan.md +15 -0
  33. data/vendor/github.com/zeromq/libzmq/RELICENSE/ChuckRemes.md +15 -0
  34. data/vendor/github.com/zeromq/libzmq/RELICENSE/FrancoFichtner.md +15 -0
  35. data/vendor/github.com/zeromq/libzmq/RELICENSE/GavinMcNiff.md +15 -0
  36. data/vendor/github.com/zeromq/libzmq/RELICENSE/GhislainPutois.md +15 -0
  37. data/vendor/github.com/zeromq/libzmq/RELICENSE/GiuseppeCorbelli.md +15 -0
  38. data/vendor/github.com/zeromq/libzmq/RELICENSE/HaraldAchitz.md +17 -0
  39. data/vendor/github.com/zeromq/libzmq/RELICENSE/Hugne.md +17 -0
  40. data/vendor/github.com/zeromq/libzmq/RELICENSE/JimHague.md +16 -0
  41. data/vendor/github.com/zeromq/libzmq/RELICENSE/JohanMabille.md +16 -0
  42. data/vendor/github.com/zeromq/libzmq/RELICENSE/LeonardMichelet +14 -0
  43. data/vendor/github.com/zeromq/libzmq/RELICENSE/LeonardoConsoni.md +15 -0
  44. data/vendor/github.com/zeromq/libzmq/RELICENSE/LionelOrry.md +15 -0
  45. data/vendor/github.com/zeromq/libzmq/RELICENSE/OsirisPedroso.md +15 -0
  46. data/vendor/github.com/zeromq/libzmq/RELICENSE/README.md +23 -0
  47. data/vendor/github.com/zeromq/libzmq/RELICENSE/RobGagnon.md +13 -0
  48. data/vendor/github.com/zeromq/libzmq/RELICENSE/SebastienRombauts.md +15 -0
  49. data/vendor/github.com/zeromq/libzmq/RELICENSE/StoianIvanov.md +15 -0
  50. data/vendor/github.com/zeromq/libzmq/RELICENSE/SylvainCorlay.md +16 -0
  51. data/vendor/github.com/zeromq/libzmq/RELICENSE/TimotheeBesset.md +15 -0
  52. data/vendor/github.com/zeromq/libzmq/RELICENSE/VincentTellier.md +15 -0
  53. data/vendor/github.com/zeromq/libzmq/RELICENSE/VolodymyrKorniichuk.md +15 -0
  54. data/vendor/github.com/zeromq/libzmq/RELICENSE/abbradar.md +16 -0
  55. data/vendor/github.com/zeromq/libzmq/RELICENSE/agronholm.md +15 -0
  56. data/vendor/github.com/zeromq/libzmq/RELICENSE/amuraru.md +15 -0
  57. data/vendor/github.com/zeromq/libzmq/RELICENSE/arsenm.md +15 -0
  58. data/vendor/github.com/zeromq/libzmq/RELICENSE/aseering.md +15 -0
  59. data/vendor/github.com/zeromq/libzmq/RELICENSE/bjorntopel.md +16 -0
  60. data/vendor/github.com/zeromq/libzmq/RELICENSE/bjovke.md +16 -0
  61. data/vendor/github.com/zeromq/libzmq/RELICENSE/brocade_communications_systems.md +15 -0
  62. data/vendor/github.com/zeromq/libzmq/RELICENSE/brunobodin.md +13 -0
  63. data/vendor/github.com/zeromq/libzmq/RELICENSE/c-rack.md +15 -0
  64. data/vendor/github.com/zeromq/libzmq/RELICENSE/camachat.md +15 -0
  65. data/vendor/github.com/zeromq/libzmq/RELICENSE/cdolan.md +15 -0
  66. data/vendor/github.com/zeromq/libzmq/RELICENSE/chrisstaite.md +14 -0
  67. data/vendor/github.com/zeromq/libzmq/RELICENSE/chugga_fan.md +15 -0
  68. data/vendor/github.com/zeromq/libzmq/RELICENSE/cjuniet.md +15 -0
  69. data/vendor/github.com/zeromq/libzmq/RELICENSE/ckamm.md +15 -0
  70. data/vendor/github.com/zeromq/libzmq/RELICENSE/clkao.md +15 -0
  71. data/vendor/github.com/zeromq/libzmq/RELICENSE/danielhtshih.md +15 -0
  72. data/vendor/github.com/zeromq/libzmq/RELICENSE/danriegsecker.md +16 -0
  73. data/vendor/github.com/zeromq/libzmq/RELICENSE/dfons.md +16 -0
  74. data/vendor/github.com/zeromq/libzmq/RELICENSE/djelenc.md +15 -0
  75. data/vendor/github.com/zeromq/libzmq/RELICENSE/drodri.md +15 -0
  76. data/vendor/github.com/zeromq/libzmq/RELICENSE/eburkitt.md +15 -0
  77. data/vendor/github.com/zeromq/libzmq/RELICENSE/egomotion.md +16 -0
  78. data/vendor/github.com/zeromq/libzmq/RELICENSE/evoskuil.md +15 -0
  79. data/vendor/github.com/zeromq/libzmq/RELICENSE/febeling.md +16 -0
  80. data/vendor/github.com/zeromq/libzmq/RELICENSE/fidlej.md +15 -0
  81. data/vendor/github.com/zeromq/libzmq/RELICENSE/flub.md +14 -0
  82. data/vendor/github.com/zeromq/libzmq/RELICENSE/gena-moscow.md +15 -0
  83. data/vendor/github.com/zeromq/libzmq/RELICENSE/gonzus.md +15 -0
  84. data/vendor/github.com/zeromq/libzmq/RELICENSE/goodfella_ltd.md +13 -0
  85. data/vendor/github.com/zeromq/libzmq/RELICENSE/google.md +13 -0
  86. data/vendor/github.com/zeromq/libzmq/RELICENSE/ianbarber.md +15 -0
  87. data/vendor/github.com/zeromq/libzmq/RELICENSE/imatix.md +23 -0
  88. data/vendor/github.com/zeromq/libzmq/RELICENSE/jakecobb.md +13 -0
  89. data/vendor/github.com/zeromq/libzmq/RELICENSE/jemc.md +15 -0
  90. data/vendor/github.com/zeromq/libzmq/RELICENSE/jimklimov.md +17 -0
  91. data/vendor/github.com/zeromq/libzmq/RELICENSE/jkryl.md +15 -0
  92. data/vendor/github.com/zeromq/libzmq/RELICENSE/johntconklin.md +15 -0
  93. data/vendor/github.com/zeromq/libzmq/RELICENSE/jruffin.md +14 -0
  94. data/vendor/github.com/zeromq/libzmq/RELICENSE/kentzo.md +15 -0
  95. data/vendor/github.com/zeromq/libzmq/RELICENSE/kevinsapper.md +13 -0
  96. data/vendor/github.com/zeromq/libzmq/RELICENSE/kobolog.md +12 -0
  97. data/vendor/github.com/zeromq/libzmq/RELICENSE/kurdybacha.md +15 -0
  98. data/vendor/github.com/zeromq/libzmq/RELICENSE/linville.md +15 -0
  99. data/vendor/github.com/zeromq/libzmq/RELICENSE/loachfish.md +15 -0
  100. data/vendor/github.com/zeromq/libzmq/RELICENSE/lodagro.md +15 -0
  101. data/vendor/github.com/zeromq/libzmq/RELICENSE/madebr.md +15 -0
  102. data/vendor/github.com/zeromq/libzmq/RELICENSE/mattconnolly.md +15 -0
  103. data/vendor/github.com/zeromq/libzmq/RELICENSE/mauri-melato.md +13 -0
  104. data/vendor/github.com/zeromq/libzmq/RELICENSE/mditzel.md +15 -0
  105. data/vendor/github.com/zeromq/libzmq/RELICENSE/meox.md +15 -0
  106. data/vendor/github.com/zeromq/libzmq/RELICENSE/michael-fox.md +16 -0
  107. data/vendor/github.com/zeromq/libzmq/RELICENSE/michicc.md +15 -0
  108. data/vendor/github.com/zeromq/libzmq/RELICENSE/minrk.md +15 -0
  109. data/vendor/github.com/zeromq/libzmq/RELICENSE/mipaaa.md +15 -0
  110. data/vendor/github.com/zeromq/libzmq/RELICENSE/mkluwe.md +15 -0
  111. data/vendor/github.com/zeromq/libzmq/RELICENSE/montoyaedu.md +15 -0
  112. data/vendor/github.com/zeromq/libzmq/RELICENSE/naos_ltd.md +19 -0
  113. data/vendor/github.com/zeromq/libzmq/RELICENSE/natano.md +15 -0
  114. data/vendor/github.com/zeromq/libzmq/RELICENSE/olafmandel.md +13 -0
  115. data/vendor/github.com/zeromq/libzmq/RELICENSE/pijyoi.md +13 -0
  116. data/vendor/github.com/zeromq/libzmq/RELICENSE/ptroja.md +14 -0
  117. data/vendor/github.com/zeromq/libzmq/RELICENSE/reunanen.md +15 -0
  118. data/vendor/github.com/zeromq/libzmq/RELICENSE/reza-ebrahimi.md +15 -0
  119. data/vendor/github.com/zeromq/libzmq/RELICENSE/rikvdh.md +15 -0
  120. data/vendor/github.com/zeromq/libzmq/RELICENSE/rlenferink.md +15 -0
  121. data/vendor/github.com/zeromq/libzmq/RELICENSE/roalz.md +13 -0
  122. data/vendor/github.com/zeromq/libzmq/RELICENSE/rodgert.md +17 -0
  123. data/vendor/github.com/zeromq/libzmq/RELICENSE/rotty.md +16 -0
  124. data/vendor/github.com/zeromq/libzmq/RELICENSE/sabae.md +15 -0
  125. data/vendor/github.com/zeromq/libzmq/RELICENSE/scemama.md +15 -0
  126. data/vendor/github.com/zeromq/libzmq/RELICENSE/sheremetyev.md +13 -0
  127. data/vendor/github.com/zeromq/libzmq/RELICENSE/shripchenko.md +15 -0
  128. data/vendor/github.com/zeromq/libzmq/RELICENSE/sigiesec.md +17 -0
  129. data/vendor/github.com/zeromq/libzmq/RELICENSE/soulik.md +15 -0
  130. data/vendor/github.com/zeromq/libzmq/RELICENSE/swansontec.md +15 -0
  131. data/vendor/github.com/zeromq/libzmq/RELICENSE/t-b.md +15 -0
  132. data/vendor/github.com/zeromq/libzmq/RELICENSE/tSed.md +15 -0
  133. data/vendor/github.com/zeromq/libzmq/RELICENSE/tabe.md +15 -0
  134. data/vendor/github.com/zeromq/libzmq/RELICENSE/tailhook.md +16 -0
  135. data/vendor/github.com/zeromq/libzmq/RELICENSE/taotetek.md +13 -0
  136. data/vendor/github.com/zeromq/libzmq/RELICENSE/templates/relicense-template-mplv2-any-osi.txt +15 -0
  137. data/vendor/github.com/zeromq/libzmq/RELICENSE/templates/relicense-template-mplv2-share-alike-osi.txt +15 -0
  138. data/vendor/github.com/zeromq/libzmq/RELICENSE/templates/relicense-template-mplv2.txt +13 -0
  139. data/vendor/github.com/zeromq/libzmq/RELICENSE/thompsa.md +15 -0
  140. data/vendor/github.com/zeromq/libzmq/RELICENSE/torehalvorsen.md +15 -0
  141. data/vendor/github.com/zeromq/libzmq/RELICENSE/twhittock.md +15 -0
  142. data/vendor/github.com/zeromq/libzmq/RELICENSE/ulikoehler.md +16 -0
  143. data/vendor/github.com/zeromq/libzmq/RELICENSE/vyskocilm.md +7 -0
  144. data/vendor/github.com/zeromq/libzmq/RELICENSE/willstrang.md +15 -0
  145. data/vendor/github.com/zeromq/libzmq/RELICENSE/xaqq.md +13 -0
  146. data/vendor/github.com/zeromq/libzmq/RELICENSE/yuvallanger.md +15 -0
  147. data/vendor/github.com/zeromq/libzmq/ZeroMQConfig.cmake.in +25 -0
  148. data/vendor/github.com/zeromq/libzmq/acinclude.m4 +1122 -0
  149. data/vendor/github.com/zeromq/libzmq/appveyor.yml +97 -0
  150. data/vendor/github.com/zeromq/libzmq/autogen.sh +49 -0
  151. data/vendor/github.com/zeromq/libzmq/branding.bmp +0 -0
  152. data/vendor/github.com/zeromq/libzmq/builds/Makefile.am +31 -0
  153. data/vendor/github.com/zeromq/libzmq/builds/README +4 -0
  154. data/vendor/github.com/zeromq/libzmq/builds/android/Dockerfile +22 -0
  155. data/vendor/github.com/zeromq/libzmq/builds/android/README.md +78 -0
  156. data/vendor/github.com/zeromq/libzmq/builds/android/android_build_helper.sh +316 -0
  157. data/vendor/github.com/zeromq/libzmq/builds/android/build.sh +70 -0
  158. data/vendor/github.com/zeromq/libzmq/builds/android/ci_build.sh +30 -0
  159. data/vendor/github.com/zeromq/libzmq/builds/cmake/Modules/FindAsciiDoc.cmake +26 -0
  160. data/vendor/github.com/zeromq/libzmq/builds/cmake/Modules/TestZMQVersion.cmake +8 -0
  161. data/vendor/github.com/zeromq/libzmq/builds/cmake/Modules/ZMQSourceRunChecks.cmake +301 -0
  162. data/vendor/github.com/zeromq/libzmq/builds/cmake/NSIS.template32.in +952 -0
  163. data/vendor/github.com/zeromq/libzmq/builds/cmake/NSIS.template64.in +960 -0
  164. data/vendor/github.com/zeromq/libzmq/builds/cmake/ci_build.sh +34 -0
  165. data/vendor/github.com/zeromq/libzmq/builds/cmake/platform.hpp.in +104 -0
  166. data/vendor/github.com/zeromq/libzmq/builds/coverage/ci_build.sh +32 -0
  167. data/vendor/github.com/zeromq/libzmq/builds/cygwin/Makefile.cygwin +48 -0
  168. data/vendor/github.com/zeromq/libzmq/builds/gyp/.gitignore +5 -0
  169. data/vendor/github.com/zeromq/libzmq/builds/gyp/build.bat +4 -0
  170. data/vendor/github.com/zeromq/libzmq/builds/gyp/platform.hpp +80 -0
  171. data/vendor/github.com/zeromq/libzmq/builds/gyp/project-tests.gsl +19 -0
  172. data/vendor/github.com/zeromq/libzmq/builds/gyp/project-tests.gypi +895 -0
  173. data/vendor/github.com/zeromq/libzmq/builds/gyp/project-tests.xml +83 -0
  174. data/vendor/github.com/zeromq/libzmq/builds/gyp/project.gyp +295 -0
  175. data/vendor/github.com/zeromq/libzmq/builds/mingw32/Makefile.mingw32 +49 -0
  176. data/vendor/github.com/zeromq/libzmq/builds/mingw32/platform.hpp +43 -0
  177. data/vendor/github.com/zeromq/libzmq/builds/msvc/.gitignore +256 -0
  178. data/vendor/github.com/zeromq/libzmq/builds/msvc/Makefile.am +94 -0
  179. data/vendor/github.com/zeromq/libzmq/builds/msvc/build/build.bat +33 -0
  180. data/vendor/github.com/zeromq/libzmq/builds/msvc/build/buildall.bat +16 -0
  181. data/vendor/github.com/zeromq/libzmq/builds/msvc/build/buildbase.bat +73 -0
  182. data/vendor/github.com/zeromq/libzmq/builds/msvc/errno.cpp +32 -0
  183. data/vendor/github.com/zeromq/libzmq/builds/msvc/errno.hpp +56 -0
  184. data/vendor/github.com/zeromq/libzmq/builds/msvc/platform.hpp +14 -0
  185. data/vendor/github.com/zeromq/libzmq/builds/msvc/properties/Common.props +21 -0
  186. data/vendor/github.com/zeromq/libzmq/builds/msvc/properties/DLL.props +16 -0
  187. data/vendor/github.com/zeromq/libzmq/builds/msvc/properties/Debug.props +29 -0
  188. data/vendor/github.com/zeromq/libzmq/builds/msvc/properties/DebugDEXE.props +21 -0
  189. data/vendor/github.com/zeromq/libzmq/builds/msvc/properties/DebugDLL.props +20 -0
  190. data/vendor/github.com/zeromq/libzmq/builds/msvc/properties/DebugLEXE.props +20 -0
  191. data/vendor/github.com/zeromq/libzmq/builds/msvc/properties/DebugLIB.props +21 -0
  192. data/vendor/github.com/zeromq/libzmq/builds/msvc/properties/DebugLTCG.props +20 -0
  193. data/vendor/github.com/zeromq/libzmq/builds/msvc/properties/DebugSEXE.props +21 -0
  194. data/vendor/github.com/zeromq/libzmq/builds/msvc/properties/EXE.props +17 -0
  195. data/vendor/github.com/zeromq/libzmq/builds/msvc/properties/LIB.props +16 -0
  196. data/vendor/github.com/zeromq/libzmq/builds/msvc/properties/LTCG.props +13 -0
  197. data/vendor/github.com/zeromq/libzmq/builds/msvc/properties/Link.props +21 -0
  198. data/vendor/github.com/zeromq/libzmq/builds/msvc/properties/Messages.props +15 -0
  199. data/vendor/github.com/zeromq/libzmq/builds/msvc/properties/Output.props +30 -0
  200. data/vendor/github.com/zeromq/libzmq/builds/msvc/properties/Release.props +41 -0
  201. data/vendor/github.com/zeromq/libzmq/builds/msvc/properties/ReleaseDEXE.props +20 -0
  202. data/vendor/github.com/zeromq/libzmq/builds/msvc/properties/ReleaseDLL.props +19 -0
  203. data/vendor/github.com/zeromq/libzmq/builds/msvc/properties/ReleaseLEXE.props +20 -0
  204. data/vendor/github.com/zeromq/libzmq/builds/msvc/properties/ReleaseLIB.props +19 -0
  205. data/vendor/github.com/zeromq/libzmq/builds/msvc/properties/ReleaseLTCG.props +19 -0
  206. data/vendor/github.com/zeromq/libzmq/builds/msvc/properties/ReleaseSEXE.props +20 -0
  207. data/vendor/github.com/zeromq/libzmq/builds/msvc/properties/Win32.props +20 -0
  208. data/vendor/github.com/zeromq/libzmq/builds/msvc/properties/x64.props +23 -0
  209. data/vendor/github.com/zeromq/libzmq/builds/msvc/readme.txt +27 -0
  210. data/vendor/github.com/zeromq/libzmq/builds/msvc/resource.h +14 -0
  211. data/vendor/github.com/zeromq/libzmq/builds/msvc/resource.rc +0 -0
  212. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2008/inproc_lat/inproc_lat.vcproj +52 -0
  213. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2008/inproc_thr/inproc_thr.vcproj +52 -0
  214. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2008/libzmq.sln +95 -0
  215. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2008/libzmq/libzmq.vcproj +338 -0
  216. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2008/local_lat/local_lat.vcproj +52 -0
  217. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2008/local_thr/local_thr.vcproj +52 -0
  218. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2008/remote_lat/remote_lat.vcproj +52 -0
  219. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2008/remote_thr/remote_thr.vcproj +52 -0
  220. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2010/inproc_lat/inproc_lat.props +49 -0
  221. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2010/inproc_lat/inproc_lat.vcxproj +82 -0
  222. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2010/inproc_thr/inproc_thr.props +49 -0
  223. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2010/inproc_thr/inproc_thr.vcxproj +82 -0
  224. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2010/libsodium.import.props +52 -0
  225. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2010/libsodium.import.xml +17 -0
  226. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2010/libzmq.import.props +64 -0
  227. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2010/libzmq.import.xml +49 -0
  228. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2010/libzmq.sln +206 -0
  229. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2010/libzmq/libzmq.props +76 -0
  230. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2010/libzmq/libzmq.vcxproj +289 -0
  231. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2010/libzmq/libzmq.vcxproj.filters +627 -0
  232. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2010/libzmq/libzmq.xml +40 -0
  233. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2010/local_lat/local_lat.props +49 -0
  234. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2010/local_lat/local_lat.vcxproj +82 -0
  235. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2010/local_thr/local_thr.props +49 -0
  236. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2010/local_thr/local_thr.vcxproj +82 -0
  237. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2010/remote_lat/remote_lat.props +49 -0
  238. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2010/remote_lat/remote_lat.vcxproj +82 -0
  239. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2010/remote_thr/remote_thr.props +49 -0
  240. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2010/remote_thr/remote_thr.vcxproj +82 -0
  241. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2012/inproc_lat/inproc_lat.props +49 -0
  242. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2012/inproc_lat/inproc_lat.vcxproj +82 -0
  243. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2012/inproc_thr/inproc_thr.props +49 -0
  244. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2012/inproc_thr/inproc_thr.vcxproj +82 -0
  245. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2012/libsodium.import.props +52 -0
  246. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2012/libsodium.import.xml +17 -0
  247. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2012/libzmq.import.props +64 -0
  248. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2012/libzmq.import.xml +49 -0
  249. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2012/libzmq.sln +206 -0
  250. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2012/libzmq/libzmq.props +76 -0
  251. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2012/libzmq/libzmq.vcxproj +289 -0
  252. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2012/libzmq/libzmq.vcxproj.filters +627 -0
  253. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2012/libzmq/libzmq.xml +40 -0
  254. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2012/local_lat/local_lat.props +49 -0
  255. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2012/local_lat/local_lat.vcxproj +82 -0
  256. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2012/local_thr/local_thr.props +49 -0
  257. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2012/local_thr/local_thr.vcxproj +82 -0
  258. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2012/remote_lat/remote_lat.props +49 -0
  259. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2012/remote_lat/remote_lat.vcxproj +82 -0
  260. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2012/remote_thr/remote_thr.props +49 -0
  261. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2012/remote_thr/remote_thr.vcxproj +82 -0
  262. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2013/inproc_lat/inproc_lat.props +49 -0
  263. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2013/inproc_lat/inproc_lat.vcxproj +82 -0
  264. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2013/inproc_thr/inproc_thr.props +49 -0
  265. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2013/inproc_thr/inproc_thr.vcxproj +82 -0
  266. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2013/libsodium.import.props +52 -0
  267. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2013/libsodium.import.xml +17 -0
  268. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2013/libzmq.import.props +64 -0
  269. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2013/libzmq.import.xml +49 -0
  270. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2013/libzmq.sln +208 -0
  271. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2013/libzmq/libzmq.props +76 -0
  272. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2013/libzmq/libzmq.vcxproj +289 -0
  273. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2013/libzmq/libzmq.vcxproj.filters +627 -0
  274. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2013/libzmq/libzmq.xml +40 -0
  275. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2013/local_lat/local_lat.props +49 -0
  276. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2013/local_lat/local_lat.vcxproj +82 -0
  277. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2013/local_thr/local_thr.props +49 -0
  278. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2013/local_thr/local_thr.vcxproj +82 -0
  279. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2013/remote_lat/remote_lat.props +49 -0
  280. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2013/remote_lat/remote_lat.vcxproj +82 -0
  281. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2013/remote_thr/remote_thr.props +49 -0
  282. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2013/remote_thr/remote_thr.vcxproj +82 -0
  283. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2015/inproc_lat/inproc_lat.props +49 -0
  284. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2015/inproc_lat/inproc_lat.vcxproj +82 -0
  285. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2015/inproc_thr/inproc_thr.props +49 -0
  286. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2015/inproc_thr/inproc_thr.vcxproj +82 -0
  287. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2015/libsodium.import.props +52 -0
  288. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2015/libsodium.import.xml +17 -0
  289. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2015/libzmq.import.props +64 -0
  290. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2015/libzmq.import.xml +49 -0
  291. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2015/libzmq.sln +208 -0
  292. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2015/libzmq/libzmq.props +76 -0
  293. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2015/libzmq/libzmq.vcxproj +289 -0
  294. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2015/libzmq/libzmq.vcxproj.filters +627 -0
  295. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2015/libzmq/libzmq.xml +40 -0
  296. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2015/local_lat/local_lat.props +49 -0
  297. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2015/local_lat/local_lat.vcxproj +82 -0
  298. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2015/local_thr/local_thr.props +49 -0
  299. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2015/local_thr/local_thr.vcxproj +82 -0
  300. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2015/remote_lat/remote_lat.props +49 -0
  301. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2015/remote_lat/remote_lat.vcxproj +82 -0
  302. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2015/remote_thr/remote_thr.props +49 -0
  303. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2015/remote_thr/remote_thr.vcxproj +82 -0
  304. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2015_xp/libzmq.vcxproj +258 -0
  305. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2015_xp/platform.hpp +15 -0
  306. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2015_xp/test_zmq/test_multithread.cpp +229 -0
  307. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2015_xp/test_zmq/test_zmq.vcxproj +155 -0
  308. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2017/inproc_lat/inproc_lat.props +49 -0
  309. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2017/inproc_lat/inproc_lat.vcxproj +82 -0
  310. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2017/inproc_thr/inproc_thr.props +49 -0
  311. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2017/inproc_thr/inproc_thr.vcxproj +82 -0
  312. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2017/libsodium.import.props +52 -0
  313. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2017/libsodium.import.xml +17 -0
  314. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2017/libzmq.import.props +64 -0
  315. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2017/libzmq.import.xml +49 -0
  316. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2017/libzmq.sln +208 -0
  317. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2017/libzmq/libzmq.props +76 -0
  318. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2017/libzmq/libzmq.vcxproj +289 -0
  319. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2017/libzmq/libzmq.vcxproj.filters +627 -0
  320. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2017/libzmq/libzmq.xml +40 -0
  321. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2017/local_lat/local_lat.props +49 -0
  322. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2017/local_lat/local_lat.vcxproj +82 -0
  323. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2017/local_thr/local_thr.props +49 -0
  324. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2017/local_thr/local_thr.vcxproj +82 -0
  325. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2017/remote_lat/remote_lat.props +49 -0
  326. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2017/remote_lat/remote_lat.vcxproj +82 -0
  327. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2017/remote_thr/remote_thr.props +49 -0
  328. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2017/remote_thr/remote_thr.vcxproj +82 -0
  329. data/vendor/github.com/zeromq/libzmq/builds/nuget/libzmq.autopkg +52 -0
  330. data/vendor/github.com/zeromq/libzmq/builds/nuget/readme.nuget +20 -0
  331. data/vendor/github.com/zeromq/libzmq/builds/openwrt/Makefile +70 -0
  332. data/vendor/github.com/zeromq/libzmq/builds/valgrind/ci_build.sh +30 -0
  333. data/vendor/github.com/zeromq/libzmq/builds/valgrind/valgrind.supp +22 -0
  334. data/vendor/github.com/zeromq/libzmq/builds/valgrind/vg +1 -0
  335. data/vendor/github.com/zeromq/libzmq/builds/zos/README.md +463 -0
  336. data/vendor/github.com/zeromq/libzmq/builds/zos/cxxall +62 -0
  337. data/vendor/github.com/zeromq/libzmq/builds/zos/makeclean +36 -0
  338. data/vendor/github.com/zeromq/libzmq/builds/zos/makelibzmq +54 -0
  339. data/vendor/github.com/zeromq/libzmq/builds/zos/maketests +102 -0
  340. data/vendor/github.com/zeromq/libzmq/builds/zos/platform.hpp +300 -0
  341. data/vendor/github.com/zeromq/libzmq/builds/zos/runtests +188 -0
  342. data/vendor/github.com/zeromq/libzmq/builds/zos/test_fork.cpp +95 -0
  343. data/vendor/github.com/zeromq/libzmq/builds/zos/zc++ +42 -0
  344. data/vendor/github.com/zeromq/libzmq/ci_build.sh +66 -0
  345. data/vendor/github.com/zeromq/libzmq/ci_deploy.sh +34 -0
  346. data/vendor/github.com/zeromq/libzmq/configure.ac +827 -0
  347. data/vendor/github.com/zeromq/libzmq/doc/Makefile.am +64 -0
  348. data/vendor/github.com/zeromq/libzmq/doc/asciidoc.conf +56 -0
  349. data/vendor/github.com/zeromq/libzmq/doc/zmq.txt +276 -0
  350. data/vendor/github.com/zeromq/libzmq/doc/zmq_atomic_counter_dec.txt +62 -0
  351. data/vendor/github.com/zeromq/libzmq/doc/zmq_atomic_counter_destroy.txt +62 -0
  352. data/vendor/github.com/zeromq/libzmq/doc/zmq_atomic_counter_inc.txt +61 -0
  353. data/vendor/github.com/zeromq/libzmq/doc/zmq_atomic_counter_new.txt +62 -0
  354. data/vendor/github.com/zeromq/libzmq/doc/zmq_atomic_counter_set.txt +61 -0
  355. data/vendor/github.com/zeromq/libzmq/doc/zmq_atomic_counter_value.txt +62 -0
  356. data/vendor/github.com/zeromq/libzmq/doc/zmq_bind.txt +103 -0
  357. data/vendor/github.com/zeromq/libzmq/doc/zmq_close.txt +56 -0
  358. data/vendor/github.com/zeromq/libzmq/doc/zmq_connect.txt +101 -0
  359. data/vendor/github.com/zeromq/libzmq/doc/zmq_ctx_destroy.txt +67 -0
  360. data/vendor/github.com/zeromq/libzmq/doc/zmq_ctx_get.txt +105 -0
  361. data/vendor/github.com/zeromq/libzmq/doc/zmq_ctx_new.txt +50 -0
  362. data/vendor/github.com/zeromq/libzmq/doc/zmq_ctx_set.txt +184 -0
  363. data/vendor/github.com/zeromq/libzmq/doc/zmq_ctx_shutdown.txt +52 -0
  364. data/vendor/github.com/zeromq/libzmq/doc/zmq_ctx_term.txt +68 -0
  365. data/vendor/github.com/zeromq/libzmq/doc/zmq_curve.txt +92 -0
  366. data/vendor/github.com/zeromq/libzmq/doc/zmq_curve_keypair.txt +56 -0
  367. data/vendor/github.com/zeromq/libzmq/doc/zmq_curve_public.txt +62 -0
  368. data/vendor/github.com/zeromq/libzmq/doc/zmq_disconnect.txt +75 -0
  369. data/vendor/github.com/zeromq/libzmq/doc/zmq_errno.txt +50 -0
  370. data/vendor/github.com/zeromq/libzmq/doc/zmq_getsockopt.txt +944 -0
  371. data/vendor/github.com/zeromq/libzmq/doc/zmq_gssapi.txt +78 -0
  372. data/vendor/github.com/zeromq/libzmq/doc/zmq_has.txt +44 -0
  373. data/vendor/github.com/zeromq/libzmq/doc/zmq_init.txt +52 -0
  374. data/vendor/github.com/zeromq/libzmq/doc/zmq_inproc.txt +88 -0
  375. data/vendor/github.com/zeromq/libzmq/doc/zmq_ipc.txt +106 -0
  376. data/vendor/github.com/zeromq/libzmq/doc/zmq_msg_close.txt +56 -0
  377. data/vendor/github.com/zeromq/libzmq/doc/zmq_msg_copy.txt +72 -0
  378. data/vendor/github.com/zeromq/libzmq/doc/zmq_msg_data.txt +48 -0
  379. data/vendor/github.com/zeromq/libzmq/doc/zmq_msg_get.txt +83 -0
  380. data/vendor/github.com/zeromq/libzmq/doc/zmq_msg_gets.txt +81 -0
  381. data/vendor/github.com/zeromq/libzmq/doc/zmq_msg_init.txt +64 -0
  382. data/vendor/github.com/zeromq/libzmq/doc/zmq_msg_init_data.txt +89 -0
  383. data/vendor/github.com/zeromq/libzmq/doc/zmq_msg_init_size.txt +58 -0
  384. data/vendor/github.com/zeromq/libzmq/doc/zmq_msg_more.txt +65 -0
  385. data/vendor/github.com/zeromq/libzmq/doc/zmq_msg_move.txt +52 -0
  386. data/vendor/github.com/zeromq/libzmq/doc/zmq_msg_recv.txt +124 -0
  387. data/vendor/github.com/zeromq/libzmq/doc/zmq_msg_routing_id.txt +61 -0
  388. data/vendor/github.com/zeromq/libzmq/doc/zmq_msg_send.txt +127 -0
  389. data/vendor/github.com/zeromq/libzmq/doc/zmq_msg_set.txt +46 -0
  390. data/vendor/github.com/zeromq/libzmq/doc/zmq_msg_set_routing_id.txt +46 -0
  391. data/vendor/github.com/zeromq/libzmq/doc/zmq_msg_size.txt +48 -0
  392. data/vendor/github.com/zeromq/libzmq/doc/zmq_null.txt +27 -0
  393. data/vendor/github.com/zeromq/libzmq/doc/zmq_pgm.txt +164 -0
  394. data/vendor/github.com/zeromq/libzmq/doc/zmq_plain.txt +37 -0
  395. data/vendor/github.com/zeromq/libzmq/doc/zmq_poll.txt +135 -0
  396. data/vendor/github.com/zeromq/libzmq/doc/zmq_proxy.txt +99 -0
  397. data/vendor/github.com/zeromq/libzmq/doc/zmq_proxy_steerable.txt +111 -0
  398. data/vendor/github.com/zeromq/libzmq/doc/zmq_recv.txt +91 -0
  399. data/vendor/github.com/zeromq/libzmq/doc/zmq_recvmsg.txt +121 -0
  400. data/vendor/github.com/zeromq/libzmq/doc/zmq_send.txt +104 -0
  401. data/vendor/github.com/zeromq/libzmq/doc/zmq_send_const.txt +103 -0
  402. data/vendor/github.com/zeromq/libzmq/doc/zmq_sendmsg.txt +121 -0
  403. data/vendor/github.com/zeromq/libzmq/doc/zmq_setsockopt.txt +1318 -0
  404. data/vendor/github.com/zeromq/libzmq/doc/zmq_socket.txt +609 -0
  405. data/vendor/github.com/zeromq/libzmq/doc/zmq_socket_monitor.txt +294 -0
  406. data/vendor/github.com/zeromq/libzmq/doc/zmq_strerror.txt +56 -0
  407. data/vendor/github.com/zeromq/libzmq/doc/zmq_tcp.txt +118 -0
  408. data/vendor/github.com/zeromq/libzmq/doc/zmq_term.txt +66 -0
  409. data/vendor/github.com/zeromq/libzmq/doc/zmq_tipc.txt +83 -0
  410. data/vendor/github.com/zeromq/libzmq/doc/zmq_udp.txt +99 -0
  411. data/vendor/github.com/zeromq/libzmq/doc/zmq_unbind.txt +90 -0
  412. data/vendor/github.com/zeromq/libzmq/doc/zmq_version.txt +54 -0
  413. data/vendor/github.com/zeromq/libzmq/doc/zmq_vmci.txt +97 -0
  414. data/vendor/github.com/zeromq/libzmq/doc/zmq_z85_decode.txt +51 -0
  415. data/vendor/github.com/zeromq/libzmq/doc/zmq_z85_encode.txt +58 -0
  416. data/vendor/github.com/zeromq/libzmq/include/zmq.h +708 -0
  417. data/vendor/github.com/zeromq/libzmq/include/zmq_utils.h +48 -0
  418. data/vendor/github.com/zeromq/libzmq/installer.ico +0 -0
  419. data/vendor/github.com/zeromq/libzmq/m4/ax_check_compile_flag.m4 +74 -0
  420. data/vendor/github.com/zeromq/libzmq/m4/ax_code_coverage.m4 +264 -0
  421. data/vendor/github.com/zeromq/libzmq/m4/ax_cxx_compile_stdcxx.m4 +562 -0
  422. data/vendor/github.com/zeromq/libzmq/m4/ax_cxx_compile_stdcxx_11.m4 +40 -0
  423. data/vendor/github.com/zeromq/libzmq/m4/ax_valgrind_check.m4 +233 -0
  424. data/vendor/github.com/zeromq/libzmq/packaging/README +4 -0
  425. data/vendor/github.com/zeromq/libzmq/packaging/debian/changelog +5 -0
  426. data/vendor/github.com/zeromq/libzmq/packaging/debian/compat +1 -0
  427. data/vendor/github.com/zeromq/libzmq/packaging/debian/control +64 -0
  428. data/vendor/github.com/zeromq/libzmq/packaging/debian/copyright +93 -0
  429. data/vendor/github.com/zeromq/libzmq/packaging/debian/libzmq3-dev.install +4 -0
  430. data/vendor/github.com/zeromq/libzmq/packaging/debian/libzmq3-dev.manpages +2 -0
  431. data/vendor/github.com/zeromq/libzmq/packaging/debian/libzmq5.docs +2 -0
  432. data/vendor/github.com/zeromq/libzmq/packaging/debian/libzmq5.install +1 -0
  433. data/vendor/github.com/zeromq/libzmq/packaging/debian/rules +67 -0
  434. data/vendor/github.com/zeromq/libzmq/packaging/debian/source/format +1 -0
  435. data/vendor/github.com/zeromq/libzmq/packaging/debian/zeromq.dsc.obs +15 -0
  436. data/vendor/github.com/zeromq/libzmq/packaging/nuget/package.bat +14 -0
  437. data/vendor/github.com/zeromq/libzmq/packaging/nuget/package.config +6 -0
  438. data/vendor/github.com/zeromq/libzmq/packaging/nuget/package.gsl +264 -0
  439. data/vendor/github.com/zeromq/libzmq/packaging/nuget/package.nuspec +98 -0
  440. data/vendor/github.com/zeromq/libzmq/packaging/nuget/package.targets +129 -0
  441. data/vendor/github.com/zeromq/libzmq/packaging/nuget/package.xml +22 -0
  442. data/vendor/github.com/zeromq/libzmq/packaging/obs/_service +98 -0
  443. data/vendor/github.com/zeromq/libzmq/packaging/redhat/zeromq.spec +234 -0
  444. data/vendor/github.com/zeromq/libzmq/perf/inproc_lat.cpp +240 -0
  445. data/vendor/github.com/zeromq/libzmq/perf/inproc_thr.cpp +250 -0
  446. data/vendor/github.com/zeromq/libzmq/perf/local_lat.cpp +116 -0
  447. data/vendor/github.com/zeromq/libzmq/perf/local_thr.cpp +160 -0
  448. data/vendor/github.com/zeromq/libzmq/perf/remote_lat.cpp +129 -0
  449. data/vendor/github.com/zeromq/libzmq/perf/remote_thr.cpp +135 -0
  450. data/vendor/github.com/zeromq/libzmq/src/address.cpp +134 -0
  451. data/vendor/github.com/zeromq/libzmq/src/address.hpp +77 -0
  452. data/vendor/github.com/zeromq/libzmq/src/array.hpp +167 -0
  453. data/vendor/github.com/zeromq/libzmq/src/atomic_counter.hpp +249 -0
  454. data/vendor/github.com/zeromq/libzmq/src/atomic_ptr.hpp +227 -0
  455. data/vendor/github.com/zeromq/libzmq/src/blob.hpp +186 -0
  456. data/vendor/github.com/zeromq/libzmq/src/client.cpp +116 -0
  457. data/vendor/github.com/zeromq/libzmq/src/client.hpp +81 -0
  458. data/vendor/github.com/zeromq/libzmq/src/clock.cpp +253 -0
  459. data/vendor/github.com/zeromq/libzmq/src/clock.hpp +83 -0
  460. data/vendor/github.com/zeromq/libzmq/src/command.hpp +188 -0
  461. data/vendor/github.com/zeromq/libzmq/src/condition_variable.hpp +279 -0
  462. data/vendor/github.com/zeromq/libzmq/src/config.hpp +98 -0
  463. data/vendor/github.com/zeromq/libzmq/src/ctx.cpp +644 -0
  464. data/vendor/github.com/zeromq/libzmq/src/ctx.hpp +242 -0
  465. data/vendor/github.com/zeromq/libzmq/src/curve_client.cpp +297 -0
  466. data/vendor/github.com/zeromq/libzmq/src/curve_client.hpp +87 -0
  467. data/vendor/github.com/zeromq/libzmq/src/curve_client_tools.hpp +307 -0
  468. data/vendor/github.com/zeromq/libzmq/src/curve_mechanism_base.cpp +181 -0
  469. data/vendor/github.com/zeromq/libzmq/src/curve_mechanism_base.hpp +79 -0
  470. data/vendor/github.com/zeromq/libzmq/src/curve_server.cpp +492 -0
  471. data/vendor/github.com/zeromq/libzmq/src/curve_server.hpp +94 -0
  472. data/vendor/github.com/zeromq/libzmq/src/dbuffer.hpp +144 -0
  473. data/vendor/github.com/zeromq/libzmq/src/dealer.cpp +143 -0
  474. data/vendor/github.com/zeromq/libzmq/src/dealer.hpp +89 -0
  475. data/vendor/github.com/zeromq/libzmq/src/decoder.hpp +198 -0
  476. data/vendor/github.com/zeromq/libzmq/src/decoder_allocators.cpp +144 -0
  477. data/vendor/github.com/zeromq/libzmq/src/decoder_allocators.hpp +155 -0
  478. data/vendor/github.com/zeromq/libzmq/src/devpoll.cpp +205 -0
  479. data/vendor/github.com/zeromq/libzmq/src/devpoll.hpp +119 -0
  480. data/vendor/github.com/zeromq/libzmq/src/dgram.cpp +177 -0
  481. data/vendor/github.com/zeromq/libzmq/src/dgram.hpp +81 -0
  482. data/vendor/github.com/zeromq/libzmq/src/dish.cpp +360 -0
  483. data/vendor/github.com/zeromq/libzmq/src/dish.hpp +125 -0
  484. data/vendor/github.com/zeromq/libzmq/src/dist.cpp +235 -0
  485. data/vendor/github.com/zeromq/libzmq/src/dist.hpp +120 -0
  486. data/vendor/github.com/zeromq/libzmq/src/encoder.hpp +189 -0
  487. data/vendor/github.com/zeromq/libzmq/src/epoll.cpp +206 -0
  488. data/vendor/github.com/zeromq/libzmq/src/epoll.hpp +119 -0
  489. data/vendor/github.com/zeromq/libzmq/src/err.cpp +447 -0
  490. data/vendor/github.com/zeromq/libzmq/src/err.hpp +173 -0
  491. data/vendor/github.com/zeromq/libzmq/src/fd.hpp +52 -0
  492. data/vendor/github.com/zeromq/libzmq/src/fq.cpp +163 -0
  493. data/vendor/github.com/zeromq/libzmq/src/fq.hpp +92 -0
  494. data/vendor/github.com/zeromq/libzmq/src/gather.cpp +94 -0
  495. data/vendor/github.com/zeromq/libzmq/src/gather.hpp +75 -0
  496. data/vendor/github.com/zeromq/libzmq/src/gssapi_client.cpp +237 -0
  497. data/vendor/github.com/zeromq/libzmq/src/gssapi_client.hpp +94 -0
  498. data/vendor/github.com/zeromq/libzmq/src/gssapi_mechanism_base.cpp +402 -0
  499. data/vendor/github.com/zeromq/libzmq/src/gssapi_mechanism_base.hpp +134 -0
  500. data/vendor/github.com/zeromq/libzmq/src/gssapi_server.cpp +249 -0
  501. data/vendor/github.com/zeromq/libzmq/src/gssapi_server.hpp +95 -0
  502. data/vendor/github.com/zeromq/libzmq/src/i_decoder.hpp +64 -0
  503. data/vendor/github.com/zeromq/libzmq/src/i_encoder.hpp +60 -0
  504. data/vendor/github.com/zeromq/libzmq/src/i_engine.hpp +68 -0
  505. data/vendor/github.com/zeromq/libzmq/src/i_mailbox.hpp +60 -0
  506. data/vendor/github.com/zeromq/libzmq/src/i_poll_events.hpp +55 -0
  507. data/vendor/github.com/zeromq/libzmq/src/io_object.cpp +117 -0
  508. data/vendor/github.com/zeromq/libzmq/src/io_object.hpp +89 -0
  509. data/vendor/github.com/zeromq/libzmq/src/io_thread.cpp +114 -0
  510. data/vendor/github.com/zeromq/libzmq/src/io_thread.hpp +99 -0
  511. data/vendor/github.com/zeromq/libzmq/src/ip.cpp +235 -0
  512. data/vendor/github.com/zeromq/libzmq/src/ip.hpp +64 -0
  513. data/vendor/github.com/zeromq/libzmq/src/ipc_address.cpp +106 -0
  514. data/vendor/github.com/zeromq/libzmq/src/ipc_address.hpp +74 -0
  515. data/vendor/github.com/zeromq/libzmq/src/ipc_connecter.cpp +278 -0
  516. data/vendor/github.com/zeromq/libzmq/src/ipc_connecter.hpp +135 -0
  517. data/vendor/github.com/zeromq/libzmq/src/ipc_listener.cpp +427 -0
  518. data/vendor/github.com/zeromq/libzmq/src/ipc_listener.hpp +123 -0
  519. data/vendor/github.com/zeromq/libzmq/src/kqueue.cpp +227 -0
  520. data/vendor/github.com/zeromq/libzmq/src/kqueue.hpp +127 -0
  521. data/vendor/github.com/zeromq/libzmq/src/lb.cpp +173 -0
  522. data/vendor/github.com/zeromq/libzmq/src/lb.hpp +88 -0
  523. data/vendor/github.com/zeromq/libzmq/src/libzmq.pc.cmake.in +11 -0
  524. data/vendor/github.com/zeromq/libzmq/src/libzmq.pc.in +11 -0
  525. data/vendor/github.com/zeromq/libzmq/src/libzmq.vers +4 -0
  526. data/vendor/github.com/zeromq/libzmq/src/likely.hpp +42 -0
  527. data/vendor/github.com/zeromq/libzmq/src/macros.hpp +12 -0
  528. data/vendor/github.com/zeromq/libzmq/src/mailbox.cpp +101 -0
  529. data/vendor/github.com/zeromq/libzmq/src/mailbox.hpp +90 -0
  530. data/vendor/github.com/zeromq/libzmq/src/mailbox_safe.cpp +117 -0
  531. data/vendor/github.com/zeromq/libzmq/src/mailbox_safe.hpp +94 -0
  532. data/vendor/github.com/zeromq/libzmq/src/mechanism.cpp +285 -0
  533. data/vendor/github.com/zeromq/libzmq/src/mechanism.hpp +152 -0
  534. data/vendor/github.com/zeromq/libzmq/src/mechanism_base.cpp +70 -0
  535. data/vendor/github.com/zeromq/libzmq/src/mechanism_base.hpp +53 -0
  536. data/vendor/github.com/zeromq/libzmq/src/metadata.cpp +62 -0
  537. data/vendor/github.com/zeromq/libzmq/src/metadata.hpp +70 -0
  538. data/vendor/github.com/zeromq/libzmq/src/msg.cpp +578 -0
  539. data/vendor/github.com/zeromq/libzmq/src/msg.hpp +268 -0
  540. data/vendor/github.com/zeromq/libzmq/src/mtrie.cpp +434 -0
  541. data/vendor/github.com/zeromq/libzmq/src/mtrie.hpp +102 -0
  542. data/vendor/github.com/zeromq/libzmq/src/mutex.hpp +213 -0
  543. data/vendor/github.com/zeromq/libzmq/src/norm_engine.cpp +736 -0
  544. data/vendor/github.com/zeromq/libzmq/src/norm_engine.hpp +190 -0
  545. data/vendor/github.com/zeromq/libzmq/src/null_mechanism.cpp +220 -0
  546. data/vendor/github.com/zeromq/libzmq/src/null_mechanism.hpp +77 -0
  547. data/vendor/github.com/zeromq/libzmq/src/object.cpp +476 -0
  548. data/vendor/github.com/zeromq/libzmq/src/object.hpp +156 -0
  549. data/vendor/github.com/zeromq/libzmq/src/options.cpp +1089 -0
  550. data/vendor/github.com/zeromq/libzmq/src/options.hpp +251 -0
  551. data/vendor/github.com/zeromq/libzmq/src/own.cpp +216 -0
  552. data/vendor/github.com/zeromq/libzmq/src/own.hpp +154 -0
  553. data/vendor/github.com/zeromq/libzmq/src/pair.cpp +142 -0
  554. data/vendor/github.com/zeromq/libzmq/src/pair.hpp +78 -0
  555. data/vendor/github.com/zeromq/libzmq/src/pgm_receiver.cpp +307 -0
  556. data/vendor/github.com/zeromq/libzmq/src/pgm_receiver.hpp +147 -0
  557. data/vendor/github.com/zeromq/libzmq/src/pgm_sender.cpp +257 -0
  558. data/vendor/github.com/zeromq/libzmq/src/pgm_sender.hpp +124 -0
  559. data/vendor/github.com/zeromq/libzmq/src/pgm_socket.cpp +712 -0
  560. data/vendor/github.com/zeromq/libzmq/src/pgm_socket.hpp +128 -0
  561. data/vendor/github.com/zeromq/libzmq/src/pipe.cpp +547 -0
  562. data/vendor/github.com/zeromq/libzmq/src/pipe.hpp +253 -0
  563. data/vendor/github.com/zeromq/libzmq/src/plain_client.cpp +220 -0
  564. data/vendor/github.com/zeromq/libzmq/src/plain_client.hpp +79 -0
  565. data/vendor/github.com/zeromq/libzmq/src/plain_server.cpp +253 -0
  566. data/vendor/github.com/zeromq/libzmq/src/plain_server.hpp +71 -0
  567. data/vendor/github.com/zeromq/libzmq/src/poll.cpp +193 -0
  568. data/vendor/github.com/zeromq/libzmq/src/poll.hpp +121 -0
  569. data/vendor/github.com/zeromq/libzmq/src/poller.hpp +64 -0
  570. data/vendor/github.com/zeromq/libzmq/src/poller_base.cpp +110 -0
  571. data/vendor/github.com/zeromq/libzmq/src/poller_base.hpp +95 -0
  572. data/vendor/github.com/zeromq/libzmq/src/pollset.cpp +254 -0
  573. data/vendor/github.com/zeromq/libzmq/src/pollset.hpp +121 -0
  574. data/vendor/github.com/zeromq/libzmq/src/precompiled.cpp +30 -0
  575. data/vendor/github.com/zeromq/libzmq/src/precompiled.hpp +120 -0
  576. data/vendor/github.com/zeromq/libzmq/src/proxy.cpp +622 -0
  577. data/vendor/github.com/zeromq/libzmq/src/proxy.hpp +42 -0
  578. data/vendor/github.com/zeromq/libzmq/src/pub.cpp +67 -0
  579. data/vendor/github.com/zeromq/libzmq/src/pub.hpp +63 -0
  580. data/vendor/github.com/zeromq/libzmq/src/pull.cpp +78 -0
  581. data/vendor/github.com/zeromq/libzmq/src/pull.hpp +75 -0
  582. data/vendor/github.com/zeromq/libzmq/src/push.cpp +77 -0
  583. data/vendor/github.com/zeromq/libzmq/src/push.hpp +73 -0
  584. data/vendor/github.com/zeromq/libzmq/src/radio.cpp +252 -0
  585. data/vendor/github.com/zeromq/libzmq/src/radio.hpp +112 -0
  586. data/vendor/github.com/zeromq/libzmq/src/random.cpp +118 -0
  587. data/vendor/github.com/zeromq/libzmq/src/random.hpp +52 -0
  588. data/vendor/github.com/zeromq/libzmq/src/raw_decoder.cpp +74 -0
  589. data/vendor/github.com/zeromq/libzmq/src/raw_decoder.hpp +74 -0
  590. data/vendor/github.com/zeromq/libzmq/src/raw_encoder.cpp +51 -0
  591. data/vendor/github.com/zeromq/libzmq/src/raw_encoder.hpp +64 -0
  592. data/vendor/github.com/zeromq/libzmq/src/reaper.cpp +142 -0
  593. data/vendor/github.com/zeromq/libzmq/src/reaper.hpp +94 -0
  594. data/vendor/github.com/zeromq/libzmq/src/rep.cpp +134 -0
  595. data/vendor/github.com/zeromq/libzmq/src/rep.hpp +73 -0
  596. data/vendor/github.com/zeromq/libzmq/src/req.cpp +323 -0
  597. data/vendor/github.com/zeromq/libzmq/src/req.hpp +121 -0
  598. data/vendor/github.com/zeromq/libzmq/src/router.cpp +551 -0
  599. data/vendor/github.com/zeromq/libzmq/src/router.hpp +147 -0
  600. data/vendor/github.com/zeromq/libzmq/src/scatter.cpp +83 -0
  601. data/vendor/github.com/zeromq/libzmq/src/scatter.hpp +73 -0
  602. data/vendor/github.com/zeromq/libzmq/src/select.cpp +567 -0
  603. data/vendor/github.com/zeromq/libzmq/src/select.hpp +184 -0
  604. data/vendor/github.com/zeromq/libzmq/src/server.cpp +184 -0
  605. data/vendor/github.com/zeromq/libzmq/src/server.hpp +96 -0
  606. data/vendor/github.com/zeromq/libzmq/src/session_base.cpp +716 -0
  607. data/vendor/github.com/zeromq/libzmq/src/session_base.hpp +173 -0
  608. data/vendor/github.com/zeromq/libzmq/src/signaler.cpp +682 -0
  609. data/vendor/github.com/zeromq/libzmq/src/signaler.hpp +91 -0
  610. data/vendor/github.com/zeromq/libzmq/src/socket_base.cpp +1778 -0
  611. data/vendor/github.com/zeromq/libzmq/src/socket_base.hpp +307 -0
  612. data/vendor/github.com/zeromq/libzmq/src/socket_poller.cpp +697 -0
  613. data/vendor/github.com/zeromq/libzmq/src/socket_poller.hpp +145 -0
  614. data/vendor/github.com/zeromq/libzmq/src/socks.cpp +286 -0
  615. data/vendor/github.com/zeromq/libzmq/src/socks.hpp +135 -0
  616. data/vendor/github.com/zeromq/libzmq/src/socks_connecter.cpp +482 -0
  617. data/vendor/github.com/zeromq/libzmq/src/socks_connecter.hpp +163 -0
  618. data/vendor/github.com/zeromq/libzmq/src/stdint.hpp +77 -0
  619. data/vendor/github.com/zeromq/libzmq/src/stream.cpp +321 -0
  620. data/vendor/github.com/zeromq/libzmq/src/stream.hpp +107 -0
  621. data/vendor/github.com/zeromq/libzmq/src/stream_engine.cpp +1110 -0
  622. data/vendor/github.com/zeromq/libzmq/src/stream_engine.hpp +233 -0
  623. data/vendor/github.com/zeromq/libzmq/src/sub.cpp +87 -0
  624. data/vendor/github.com/zeromq/libzmq/src/sub.hpp +64 -0
  625. data/vendor/github.com/zeromq/libzmq/src/tcp.cpp +356 -0
  626. data/vendor/github.com/zeromq/libzmq/src/tcp.hpp +69 -0
  627. data/vendor/github.com/zeromq/libzmq/src/tcp_address.cpp +897 -0
  628. data/vendor/github.com/zeromq/libzmq/src/tcp_address.hpp +117 -0
  629. data/vendor/github.com/zeromq/libzmq/src/tcp_connecter.cpp +426 -0
  630. data/vendor/github.com/zeromq/libzmq/src/tcp_connecter.hpp +134 -0
  631. data/vendor/github.com/zeromq/libzmq/src/tcp_listener.cpp +357 -0
  632. data/vendor/github.com/zeromq/libzmq/src/tcp_listener.hpp +98 -0
  633. data/vendor/github.com/zeromq/libzmq/src/thread.cpp +238 -0
  634. data/vendor/github.com/zeromq/libzmq/src/thread.hpp +102 -0
  635. data/vendor/github.com/zeromq/libzmq/src/timers.cpp +199 -0
  636. data/vendor/github.com/zeromq/libzmq/src/timers.hpp +110 -0
  637. data/vendor/github.com/zeromq/libzmq/src/tipc_address.cpp +124 -0
  638. data/vendor/github.com/zeromq/libzmq/src/tipc_address.hpp +75 -0
  639. data/vendor/github.com/zeromq/libzmq/src/tipc_connecter.cpp +268 -0
  640. data/vendor/github.com/zeromq/libzmq/src/tipc_connecter.hpp +137 -0
  641. data/vendor/github.com/zeromq/libzmq/src/tipc_listener.cpp +190 -0
  642. data/vendor/github.com/zeromq/libzmq/src/tipc_listener.hpp +107 -0
  643. data/vendor/github.com/zeromq/libzmq/src/trie.cpp +340 -0
  644. data/vendor/github.com/zeromq/libzmq/src/trie.hpp +86 -0
  645. data/vendor/github.com/zeromq/libzmq/src/tweetnacl.c +988 -0
  646. data/vendor/github.com/zeromq/libzmq/src/tweetnacl.h +75 -0
  647. data/vendor/github.com/zeromq/libzmq/src/udp_address.cpp +172 -0
  648. data/vendor/github.com/zeromq/libzmq/src/udp_address.hpp +78 -0
  649. data/vendor/github.com/zeromq/libzmq/src/udp_engine.cpp +394 -0
  650. data/vendor/github.com/zeromq/libzmq/src/udp_engine.hpp +73 -0
  651. data/vendor/github.com/zeromq/libzmq/src/v1_decoder.cpp +153 -0
  652. data/vendor/github.com/zeromq/libzmq/src/v1_decoder.hpp +69 -0
  653. data/vendor/github.com/zeromq/libzmq/src/v1_encoder.cpp +76 -0
  654. data/vendor/github.com/zeromq/libzmq/src/v1_encoder.hpp +59 -0
  655. data/vendor/github.com/zeromq/libzmq/src/v2_decoder.cpp +161 -0
  656. data/vendor/github.com/zeromq/libzmq/src/v2_decoder.hpp +74 -0
  657. data/vendor/github.com/zeromq/libzmq/src/v2_encoder.cpp +78 -0
  658. data/vendor/github.com/zeromq/libzmq/src/v2_encoder.hpp +59 -0
  659. data/vendor/github.com/zeromq/libzmq/src/v2_protocol.hpp +49 -0
  660. data/vendor/github.com/zeromq/libzmq/src/version.rc.in +93 -0
  661. data/vendor/github.com/zeromq/libzmq/src/vmci.cpp +88 -0
  662. data/vendor/github.com/zeromq/libzmq/src/vmci.hpp +60 -0
  663. data/vendor/github.com/zeromq/libzmq/src/vmci_address.cpp +170 -0
  664. data/vendor/github.com/zeromq/libzmq/src/vmci_address.hpp +71 -0
  665. data/vendor/github.com/zeromq/libzmq/src/vmci_connecter.cpp +307 -0
  666. data/vendor/github.com/zeromq/libzmq/src/vmci_connecter.hpp +136 -0
  667. data/vendor/github.com/zeromq/libzmq/src/vmci_listener.cpp +262 -0
  668. data/vendor/github.com/zeromq/libzmq/src/vmci_listener.hpp +102 -0
  669. data/vendor/github.com/zeromq/libzmq/src/windows.hpp +93 -0
  670. data/vendor/github.com/zeromq/libzmq/src/wire.hpp +108 -0
  671. data/vendor/github.com/zeromq/libzmq/src/xpub.cpp +340 -0
  672. data/vendor/github.com/zeromq/libzmq/src/xpub.hpp +126 -0
  673. data/vendor/github.com/zeromq/libzmq/src/xsub.cpp +251 -0
  674. data/vendor/github.com/zeromq/libzmq/src/xsub.hpp +103 -0
  675. data/vendor/github.com/zeromq/libzmq/src/ypipe.hpp +218 -0
  676. data/vendor/github.com/zeromq/libzmq/src/ypipe_base.hpp +54 -0
  677. data/vendor/github.com/zeromq/libzmq/src/ypipe_conflate.hpp +137 -0
  678. data/vendor/github.com/zeromq/libzmq/src/yqueue.hpp +225 -0
  679. data/vendor/github.com/zeromq/libzmq/src/zap_client.cpp +305 -0
  680. data/vendor/github.com/zeromq/libzmq/src/zap_client.hpp +100 -0
  681. data/vendor/github.com/zeromq/libzmq/src/zmq.cpp +1527 -0
  682. data/vendor/github.com/zeromq/libzmq/src/zmq_draft.h +178 -0
  683. data/vendor/github.com/zeromq/libzmq/src/zmq_utils.cpp +318 -0
  684. data/vendor/github.com/zeromq/libzmq/tests/CMakeLists.txt +218 -0
  685. data/vendor/github.com/zeromq/libzmq/tests/README.md +28 -0
  686. data/vendor/github.com/zeromq/libzmq/tests/test_abstract_ipc.cpp +67 -0
  687. data/vendor/github.com/zeromq/libzmq/tests/test_ancillaries.cpp +51 -0
  688. data/vendor/github.com/zeromq/libzmq/tests/test_atomics.cpp +48 -0
  689. data/vendor/github.com/zeromq/libzmq/tests/test_base85.cpp +162 -0
  690. data/vendor/github.com/zeromq/libzmq/tests/test_bind_after_connect_tcp.cpp +97 -0
  691. data/vendor/github.com/zeromq/libzmq/tests/test_bind_src_address.cpp +57 -0
  692. data/vendor/github.com/zeromq/libzmq/tests/test_capabilities.cpp +82 -0
  693. data/vendor/github.com/zeromq/libzmq/tests/test_client_server.cpp +106 -0
  694. data/vendor/github.com/zeromq/libzmq/tests/test_conflate.cpp +86 -0
  695. data/vendor/github.com/zeromq/libzmq/tests/test_connect_delay_tipc.cpp +238 -0
  696. data/vendor/github.com/zeromq/libzmq/tests/test_connect_resolve.cpp +70 -0
  697. data/vendor/github.com/zeromq/libzmq/tests/test_connect_rid.cpp +199 -0
  698. data/vendor/github.com/zeromq/libzmq/tests/test_ctx_destroy.cpp +110 -0
  699. data/vendor/github.com/zeromq/libzmq/tests/test_ctx_options.cpp +204 -0
  700. data/vendor/github.com/zeromq/libzmq/tests/test_dgram.cpp +99 -0
  701. data/vendor/github.com/zeromq/libzmq/tests/test_diffserv.cpp +85 -0
  702. data/vendor/github.com/zeromq/libzmq/tests/test_disconnect_inproc.cpp +136 -0
  703. data/vendor/github.com/zeromq/libzmq/tests/test_filter_ipc.cpp +166 -0
  704. data/vendor/github.com/zeromq/libzmq/tests/test_fork.cpp +99 -0
  705. data/vendor/github.com/zeromq/libzmq/tests/test_getsockopt_memset.cpp +64 -0
  706. data/vendor/github.com/zeromq/libzmq/tests/test_heartbeats.cpp +341 -0
  707. data/vendor/github.com/zeromq/libzmq/tests/test_hwm.cpp +312 -0
  708. data/vendor/github.com/zeromq/libzmq/tests/test_hwm_pubsub.cpp +253 -0
  709. data/vendor/github.com/zeromq/libzmq/tests/test_immediate.cpp +250 -0
  710. data/vendor/github.com/zeromq/libzmq/tests/test_inproc_connect.cpp +536 -0
  711. data/vendor/github.com/zeromq/libzmq/tests/test_invalid_rep.cpp +98 -0
  712. data/vendor/github.com/zeromq/libzmq/tests/test_iov.cpp +157 -0
  713. data/vendor/github.com/zeromq/libzmq/tests/test_ipc_wildcard.cpp +65 -0
  714. data/vendor/github.com/zeromq/libzmq/tests/test_issue_566.cpp +99 -0
  715. data/vendor/github.com/zeromq/libzmq/tests/test_last_endpoint.cpp +66 -0
  716. data/vendor/github.com/zeromq/libzmq/tests/test_many_sockets.cpp +100 -0
  717. data/vendor/github.com/zeromq/libzmq/tests/test_metadata.cpp +134 -0
  718. data/vendor/github.com/zeromq/libzmq/tests/test_monitor.cpp +116 -0
  719. data/vendor/github.com/zeromq/libzmq/tests/test_msg_ffn.cpp +145 -0
  720. data/vendor/github.com/zeromq/libzmq/tests/test_msg_flags.cpp +127 -0
  721. data/vendor/github.com/zeromq/libzmq/tests/test_pair_inproc.cpp +81 -0
  722. data/vendor/github.com/zeromq/libzmq/tests/test_pair_ipc.cpp +60 -0
  723. data/vendor/github.com/zeromq/libzmq/tests/test_pair_tcp.cpp +64 -0
  724. data/vendor/github.com/zeromq/libzmq/tests/test_pair_tipc.cpp +62 -0
  725. data/vendor/github.com/zeromq/libzmq/tests/test_pair_vmci.cpp +68 -0
  726. data/vendor/github.com/zeromq/libzmq/tests/test_poller.cpp +404 -0
  727. data/vendor/github.com/zeromq/libzmq/tests/test_probe_router.cpp +86 -0
  728. data/vendor/github.com/zeromq/libzmq/tests/test_proxy.cpp +486 -0
  729. data/vendor/github.com/zeromq/libzmq/tests/test_proxy_single_socket.cpp +121 -0
  730. data/vendor/github.com/zeromq/libzmq/tests/test_proxy_terminate.cpp +132 -0
  731. data/vendor/github.com/zeromq/libzmq/tests/test_pub_invert_matching.cpp +136 -0
  732. data/vendor/github.com/zeromq/libzmq/tests/test_radio_dish.cpp +191 -0
  733. data/vendor/github.com/zeromq/libzmq/tests/test_rebind_ipc.cpp +84 -0
  734. data/vendor/github.com/zeromq/libzmq/tests/test_reconnect_ivl.cpp +149 -0
  735. data/vendor/github.com/zeromq/libzmq/tests/test_req_correlate.cpp +140 -0
  736. data/vendor/github.com/zeromq/libzmq/tests/test_req_relaxed.cpp +220 -0
  737. data/vendor/github.com/zeromq/libzmq/tests/test_reqrep_device.cpp +153 -0
  738. data/vendor/github.com/zeromq/libzmq/tests/test_reqrep_device_tipc.cpp +146 -0
  739. data/vendor/github.com/zeromq/libzmq/tests/test_reqrep_inproc.cpp +60 -0
  740. data/vendor/github.com/zeromq/libzmq/tests/test_reqrep_ipc.cpp +112 -0
  741. data/vendor/github.com/zeromq/libzmq/tests/test_reqrep_tcp.cpp +336 -0
  742. data/vendor/github.com/zeromq/libzmq/tests/test_reqrep_tipc.cpp +61 -0
  743. data/vendor/github.com/zeromq/libzmq/tests/test_reqrep_vmci.cpp +68 -0
  744. data/vendor/github.com/zeromq/libzmq/tests/test_router_handover.cpp +116 -0
  745. data/vendor/github.com/zeromq/libzmq/tests/test_router_mandatory.cpp +292 -0
  746. data/vendor/github.com/zeromq/libzmq/tests/test_router_mandatory_hwm.cpp +129 -0
  747. data/vendor/github.com/zeromq/libzmq/tests/test_router_mandatory_tipc.cpp +70 -0
  748. data/vendor/github.com/zeromq/libzmq/tests/test_scatter_gather.cpp +84 -0
  749. data/vendor/github.com/zeromq/libzmq/tests/test_security_curve.cpp +792 -0
  750. data/vendor/github.com/zeromq/libzmq/tests/test_security_gssapi.cpp +362 -0
  751. data/vendor/github.com/zeromq/libzmq/tests/test_security_null.cpp +209 -0
  752. data/vendor/github.com/zeromq/libzmq/tests/test_security_plain.cpp +212 -0
  753. data/vendor/github.com/zeromq/libzmq/tests/test_security_zap.cpp +417 -0
  754. data/vendor/github.com/zeromq/libzmq/tests/test_setsockopt.cpp +153 -0
  755. data/vendor/github.com/zeromq/libzmq/tests/test_shutdown_stress.cpp +101 -0
  756. data/vendor/github.com/zeromq/libzmq/tests/test_shutdown_stress_tipc.cpp +95 -0
  757. data/vendor/github.com/zeromq/libzmq/tests/test_socket_null.cpp +82 -0
  758. data/vendor/github.com/zeromq/libzmq/tests/test_sockopt_hwm.cpp +190 -0
  759. data/vendor/github.com/zeromq/libzmq/tests/test_sodium.cpp +98 -0
  760. data/vendor/github.com/zeromq/libzmq/tests/test_spec_dealer.cpp +266 -0
  761. data/vendor/github.com/zeromq/libzmq/tests/test_spec_pushpull.cpp +304 -0
  762. data/vendor/github.com/zeromq/libzmq/tests/test_spec_rep.cpp +169 -0
  763. data/vendor/github.com/zeromq/libzmq/tests/test_spec_req.cpp +266 -0
  764. data/vendor/github.com/zeromq/libzmq/tests/test_spec_router.cpp +217 -0
  765. data/vendor/github.com/zeromq/libzmq/tests/test_srcfd.cpp +127 -0
  766. data/vendor/github.com/zeromq/libzmq/tests/test_stream.cpp +342 -0
  767. data/vendor/github.com/zeromq/libzmq/tests/test_stream_disconnect.cpp +295 -0
  768. data/vendor/github.com/zeromq/libzmq/tests/test_stream_empty.cpp +74 -0
  769. data/vendor/github.com/zeromq/libzmq/tests/test_stream_exceeds_buffer.cpp +124 -0
  770. data/vendor/github.com/zeromq/libzmq/tests/test_stream_timeout.cpp +235 -0
  771. data/vendor/github.com/zeromq/libzmq/tests/test_sub_forward.cpp +109 -0
  772. data/vendor/github.com/zeromq/libzmq/tests/test_sub_forward_tipc.cpp +102 -0
  773. data/vendor/github.com/zeromq/libzmq/tests/test_system.cpp +98 -0
  774. data/vendor/github.com/zeromq/libzmq/tests/test_term_endpoint.cpp +226 -0
  775. data/vendor/github.com/zeromq/libzmq/tests/test_term_endpoint_tipc.cpp +120 -0
  776. data/vendor/github.com/zeromq/libzmq/tests/test_thread_safe.cpp +90 -0
  777. data/vendor/github.com/zeromq/libzmq/tests/test_timeo.cpp +85 -0
  778. data/vendor/github.com/zeromq/libzmq/tests/test_timers.cpp +226 -0
  779. data/vendor/github.com/zeromq/libzmq/tests/test_udp.cpp +133 -0
  780. data/vendor/github.com/zeromq/libzmq/tests/test_unbind_inproc.cpp +43 -0
  781. data/vendor/github.com/zeromq/libzmq/tests/test_unbind_wildcard.cpp +216 -0
  782. data/vendor/github.com/zeromq/libzmq/tests/test_use_fd_ipc.cpp +223 -0
  783. data/vendor/github.com/zeromq/libzmq/tests/test_use_fd_tcp.cpp +238 -0
  784. data/vendor/github.com/zeromq/libzmq/tests/test_xpub_manual.cpp +597 -0
  785. data/vendor/github.com/zeromq/libzmq/tests/test_xpub_nodrop.cpp +118 -0
  786. data/vendor/github.com/zeromq/libzmq/tests/test_xpub_welcome_msg.cpp +81 -0
  787. data/vendor/github.com/zeromq/libzmq/tests/test_zmq_poll_fd.cpp +98 -0
  788. data/vendor/github.com/zeromq/libzmq/tests/testutil.hpp +408 -0
  789. data/vendor/github.com/zeromq/libzmq/tests/testutil_security.hpp +684 -0
  790. data/vendor/github.com/zeromq/libzmq/tools/curve_keygen.cpp +58 -0
  791. data/vendor/github.com/zeromq/libzmq/version.sh +21 -0
  792. metadata +875 -0
@@ -0,0 +1,1582 @@
1
+ 0MQ version 4.2.3 stable, released on 2017/12/13
2
+ ================================================
3
+
4
+ * API change: previously ZMQ_POLLOUT on a ZMQ_ROUTER socket returned always
5
+ true due to how the type works. When ZMQ_ROUTER_MANDATORY is set, sending
6
+ fails when the peer is not available, but ZMQ_POLLOUT always returns true
7
+ anyway, which does not make sense. Now when ZMQ_ROUTER_MANDATORY is set,
8
+ ZMQ_POLLOUT on a ZMQ_ROUTER will return true only if at least one peer is
9
+ available.
10
+ Given ZMQ_POLLOUT with ZMQ_ROUTER was not usable at all previously, we do
11
+ not consider this a breakage warranting a major or minor version increase.
12
+
13
+ * ZMQ_IDENTITY has been renamed to ZMQ_ROUTING_ID and ZMQ_CONNECT_RID has been
14
+ renamed to ZMQ_CONNTECT_ROUTING_ID to disambiguate. ZMQ_IDENTITY and
15
+ ZMQ_CONNECT_RID are still available to keep backward compatibility, and will
16
+ be removed in a future release after further advance notice.
17
+
18
+ * DRAFT API change: zmq_poller_wait, zmq_poller_wait_all and zmq_poller_poll
19
+ have been changed to be inline with other existing APIs that have a timeout
20
+ to return EAGAIN instead of ETIMEDOUT as the errno value.
21
+ See #2713 for details.
22
+
23
+ * Existing non-DRAFT socket types ZMQ_REP/REQ, ZMQ_ROUTER/DEALER and
24
+ ZMQPUB/SUB, that were previously declared deprecated, have been reinstated
25
+ as stable and supported. See #2699 for details.
26
+
27
+ * Tweetnacl: add support for, and use preferably if available, getrandom() as
28
+ a simpler and less error-prone alternative to /dev/urandom on OSes where it
29
+ is available (eg: Linux 3.18 with glibc 2.25).
30
+
31
+ * Curve: all remaining traces of debug output to console are now removed, and
32
+ new DRAFT events are available to properly debug CURVE, PLAIN, GSSAPI and
33
+ ZAP events and failures. See below for details on the new events.
34
+
35
+ * New DRAFT (see NEWS for 4.2.0) socket options:
36
+ - ZMQ_GSSAPI_PRINCIPAL_NAMETYPE and ZMQ_GSSAPI_SERVICE_PRINCIPAL_NAMETYPE, for
37
+ the corresponding GSSAPI features. Additional definitions for principal
38
+ name types:
39
+ - ZMQ_GSSAPI_NT_HOSTBASED
40
+ - ZMQ_GSSAPI_NT_USER_NAME
41
+ - ZMQ_GSSAPI_NT_KRB5_PRINCIPAL
42
+ See doc/zmq_gssapi.txt for details.
43
+ - ZMQ_BINDTODEVICE (Linux only), which will bind the socket(s) to the
44
+ specified interface. Allows to use Linux VRF, see:
45
+ https://www.kernel.org/doc/Documentation/networking/vrf.txt
46
+ NOTE: requires the program to be ran as root OR with CAP_NET_RAW
47
+ - ZMQ_ZAP_ENFORCE_DOMAIN, enables strict RFC 27 compatibility mode and makes
48
+ the ZAP Domain mandatory when using security. See:
49
+ https://rfc.zeromq.org/spec:27/ZAP
50
+ See doc/zmq_setsockopt.txt and doc/zmq_getsockopt.txt for details.
51
+
52
+ * New DRAFT (see NEWS for 4.2.0) context options:
53
+ - ZMQ_THREAD_AFFINITY_CPU_ADD and ZMQ_THREAD_AFFINITY_CPU_REMOVE (Posix only),
54
+ to add and remove CPUs to the affinity set of the I/O threads. Useful to pin
55
+ the background threads to specific CPUs.
56
+ - ZMQ_THREAD_NAME_PREFIX (Posix only), to add a specific integer prefix to the
57
+ background threads names, to easily identify them for debugging purposes.
58
+ See doc/zmq_ctx_set.txt and doc/zmq_ctx_get.txt for details.
59
+
60
+ * New DRAFT (see NEWS for 4.2.0) message property name definitions to facilitate
61
+ the use of zmq_msg_gets:
62
+ - ZMQ_MSG_PROPERTY_ROUTING_ID
63
+ - ZMQ_MSG_PROPERTY_SOCKET_TYPE
64
+ - ZMQ_MSG_PROPERTY_USER_ID
65
+ - ZMQ_MSG_PROPERTY_PEER_ADDRESS
66
+ See doc/zmq_msg_gets.txt for details.
67
+
68
+ * New DRAFT (see NEWS for 4.2.0) API zmq_socket_get_peer_state, to be used to
69
+ query the state of a specific peer (via routing-id) of a ZMQ_ROUTER socket.
70
+
71
+ * New DRAFT (see NEWS for 4.2.0) Socket Monitor events:
72
+ - ZMQ_EVENT_HANDSHAKE_FAILED_NO_DETAIL, unknown system error and returns errno
73
+ - ZMQ_EVENT_HANDSHAKE_SUCCEEDED, handshake was successful
74
+ - ZMQ_EVENT_HANDSHAKE_FAILED_PROTOCOL, protocol errors between peers or server
75
+ and ZAP handler. Returns one of ZMQ_PROTOCOL_ERROR_* - see manpage for list
76
+ - ZMQ_EVENT_HANDSHAKE_FAILED_AUTH, failed authentication, returns ZAP status
77
+ These events trigger when the ZMTP security mechanism handshake is
78
+ completed or failed. See doc/zmq_socket_monitor.txt for more information.
79
+
80
+ * New DRAFT (see NEWS for 4.2.0) zmq_proxy_steerable command 'STATISTICS' to
81
+ retrieve stats about the amount of messages and bytes sent and received by
82
+ the proxy. See doc/zmq_proxy_steerable.txt for more information.
83
+
84
+ * Add new autoconf --disable-libunwind option to stop building with libunwind
85
+ even if it is available.
86
+
87
+ * Add new autoconf --disable-Werror option to avoid building with the Werror
88
+ flag.
89
+
90
+ * Use pkg-config as the first method for finding and building with external
91
+ optional dependencies such as libnorm, libpgm and gssapi.
92
+
93
+ * On Posix platform where the feature is available, name the ZMQ background
94
+ threads to simplify debugging: "ZMQbg/<num_thread>"
95
+
96
+ * Improve performance of zmq_poller_* (and zmq_poll and zmq_proxy when building
97
+ with DRAFT APIs enabled).
98
+
99
+ * The TCP unit tests have been refactored to bind and connect to random ports
100
+ rather than hard-coded ones, to allow running tests in parallel.
101
+ There are 6 exceptions where it is necessary to use an hard-coded port to
102
+ test specific code paths that would not be exercised when binding to a
103
+ wildcard port. These are listed in tests/testutil.hpp so that distributions
104
+ can easily patch them if they wish to and so that they can be unique across
105
+ all the tests, allowing parallel runs.
106
+ The IPC unit tests have been changed as well to use unique socket file names
107
+ per test, where before there were some clashes.
108
+
109
+ * Fixed #2349 - fix building with libsodium when using CMake
110
+
111
+ * Fixed #2334 - do not assert when tuning socket options fails due to network
112
+ errors, but simply retry again when connecting or send a socket monitor
113
+ ZMQ_EVENT_ACCEPT_FAILED event when binding
114
+
115
+ * Fixed #2341 - fix source files path in VS2015 solution
116
+
117
+ * Fixed #2344 - Note that on Windows with VS2012 it is mandatory to increase
118
+ the default stack size to at least 2MB
119
+
120
+ * Fixed #2348 - ZMQ_ROUTER send with ZMQ_ROUTER_MANDATORY can be stuck in case of
121
+ network problem
122
+
123
+ * Fixed #2358 - occasional abort on zmq_connect on Windows
124
+
125
+ * Fixed #2370 - zmq_curve_keypair should return an error on failure rather
126
+ than ignoring them and always returning 0
127
+
128
+ * Fixed #2452 - __STDC_LIMIT_MACROS before precompiled headers causes VC++
129
+ warning
130
+
131
+ * Fixed #2457 - fix building with libsodium in Visual Studio solutions
132
+
133
+ * Fixed #2466 - add const qualifier to internal and public API that does not
134
+ modify parameters
135
+
136
+ * Fixed #2471 - do more checks for OOM conditions when dynamic allocations is
137
+ used
138
+
139
+ * Fixed #2476 - assertion causes abort after ZAP stop at shutdown
140
+
141
+ * Fixed #2479 - improve zmq_poller performance on Windows
142
+
143
+ * Fixed #2481 - potential memory leaks due to ZMTP handshake failures
144
+
145
+ * Fixed #2531 - ZMQ_GSSAPI_PRINCIPAL sockopt has no effect on client side
146
+
147
+ * Fixed #2535 - add BUILD_SHARED and BUILD_STATIC options to CMake, both on by
148
+ default, to toggle shared and static library builds
149
+
150
+ * Fixed #2537 - use SYSTEM_CLOCK on OSX and CLOCK_MONOTONIC elsewhere for
151
+ internal timers to avoid races
152
+
153
+ * Fixed #2540 - new zmq_poller used by zmq_poll without DRAFTs
154
+
155
+ * Fixed #2552 - Fix WITH_DOC CMake build to avoid checking for asciidoc if the
156
+ option is disabled
157
+
158
+ * Fixed #2567 - Memory leak in REP socket handling
159
+
160
+ * Fixed #2579 - Compilation issue on Windows with CMake + ninja
161
+
162
+ * Fixed #2588 - SIGBUS under 64-bit SunOS Sparc
163
+
164
+ * Fixed #2590 - crash when using ZMQ_IMMEDIATE and ZMQ_LINGER to non-zero
165
+
166
+ * Fixed #2601 - XPUB_MANUAL subscriptions not removed on peer term
167
+
168
+ * Fixed #2602 - intermittent memory leak for ZMQ_REQ/REP send/recv
169
+
170
+ * Fixed #2608 - CURVE server (connect) fails when client rebinds
171
+
172
+ * Fixed #2610 - print backtraces in mutual exclusion to avoid mixing
173
+ different traces
174
+
175
+ * Fixed #2621 - add missing CMake files to distributable tarball
176
+
177
+ * Fixed #2630 - improve compatibility with OpenBSD w.r.t. IPV6_V6ONLY
178
+
179
+ * Fixed #2638 - note in INSTALL that when using Windows builds on Linux with
180
+ Wine it is necessary to increase the minimum TCP buffers
181
+
182
+ * Fixed #2632 - Fix file descriptor leak when using Tweetnacl (internal NACL
183
+ implementation) instead of Libsodium, and fix race condition when using
184
+ multiple ZMQ contexts with Tweetnacl
185
+
186
+ * Fixed #2681 - Possible buffer overflow in CURVE mechanism handshake.
187
+ NOTE: this was protected by an assert previously, so there is no security
188
+ risk.
189
+
190
+ * Fixed #2704 - test_sockopt_hwm fails occasionally on Windows
191
+
192
+ * Fixed #2701 - pgm build via cmake doesn't link libzmq with libpgm
193
+
194
+ * Fixed #2711 - ZAP handler communication errors should be handled consistently
195
+
196
+ * Fixed #2723 - assertion in src\select.cpp:111 or hang on zmq_ctx_destroy on
197
+ Windows
198
+
199
+ * Fixed #2728 - fix support O_CLOEXEC when building with CMake
200
+
201
+ * Fixed #2761 - improve compatibility with TrueOS (FreeBSD 12)
202
+
203
+ * Fixed #2764 - do not unlink IPC socket files when closing a socket to avoid
204
+ race conditions
205
+
206
+ * Fixed #2770 - support lcov 1.13 and newer
207
+
208
+ * Fixed #2787 - add libiphlpapi to PKGCFG_LIBS_PRIVATE for static mingw builds
209
+
210
+ * Fixed #2788 - document that adding -DZMQ_STATIC is required for Windows
211
+ static builds with Mingw
212
+
213
+ * Fixed #2789 - description of zmq_atomic_counter_value return value is cloned
214
+ from zmq_atomic_counter_new
215
+
216
+ * Fixed #2791 - fix building with DRAFT APIs on CentOS 6
217
+
218
+ * Fixed #2794 - router_t methods should not allocate memory for lookup in
219
+ outpipes
220
+
221
+ * Fixed #2809 - optimize select() usage on Windows
222
+
223
+ * Fixed #2816 - add CMake and autoconf check for accept4, as it is not
224
+ available on old Linux releases, and fallback to accept + FD_CLOEXEC
225
+
226
+ * Fixed #2824 - ZMQ_REQ socket does not report ZMQ_POLLOUT when ZMQ_REQ_RELAXED
227
+ is set
228
+
229
+ * Fixed #2827 - add support for Haiku
230
+
231
+ * Fixed #2840 - fix building with VS2008
232
+
233
+ * Fixed #2845 - correct the ZMQ_LINGER documentation to accurately reflect that
234
+ the default value is -1 (infinite). It never was 30 second in any released
235
+ version, it was only changed briefly and then changed back, but the manpage
236
+ was not reverted.
237
+
238
+ * Fixed #2861 - CMake/MSVC: export ZMQ_STATIC when needed.
239
+
240
+ 0MQ version 4.2.2 stable, released on 2017/02/18
241
+ =============================================
242
+
243
+ * Improve compatibility with GNU Hurd
244
+
245
+ * Fixed #2286 - improve CMake on Windows documentation
246
+
247
+ * Fixed #1235 - improved compatibility with mingw64
248
+
249
+ * Improve zmq_proxy documentation to state it can return ETERM as well
250
+
251
+ * Fixed #1442 - SO_NOSIGPIPE and connection closing by peer race condition
252
+
253
+ * Improve CMake functionality on Windows: ZeroMQConfig.cmake generation CPack
254
+ option, correct static library filename, ship FindSodium.cmake in tarball
255
+
256
+ * Fixed #2228 - setting HWM after connect on inproc transport leads to infinite
257
+ HWM
258
+
259
+ * Add support for Visual Studio 2017
260
+
261
+ * New DRAFT (see NEWS for 4.2.0) zmq_has option "draft" option that returns
262
+ true if the library was built with DRAFT enabled. Useful for FFI bindings.
263
+ See doc/zmq_has.txt for more information
264
+
265
+ * Fixed #2321 - zmq_z85_decode does not validate its input. The function has
266
+ been fixed to correctly follow RFC32 and return NULL if the input is invalid
267
+
268
+ * Fixed #2323 - clock_t related crash on Apple iOS 9.3.2 and 9.3.5
269
+
270
+ * Fixed #1801 - OSX: Cmake installs libzmq in a weird PATH
271
+
272
+ * Fixed potential divide by zero in zmq::lb_t::sendpipe
273
+
274
+ * Improve compatibility with OpenIndiana by skipping epoll and using poll/select
275
+
276
+ * Fix IPv4-in-IPv6 mapped addresses parsing error
277
+
278
+
279
+ 0MQ version 4.2.1 stable, released on 2016/12/31
280
+ =============================================
281
+
282
+ * New DRAFT (see NEWS for 4.2.0) Socket Monitor events:
283
+ - ZMQ_EVENT_HANDSHAKE_SUCCEED
284
+ - ZMQ_EVENT_HANDSHAKE_FAILED
285
+ These events trigger when the ZMTP security mechanism handshake is
286
+ completed. See doc/zmq_socket_monitor.txt for more information.
287
+
288
+ * New DRAFT (see NEWS for 4.2.0) Context options:
289
+ - ZMQ_MSG_T_SIZE
290
+ See doc/zmq_ctx_get.txt for more information.
291
+
292
+ * Fixed #2268 - improved compatibility with mingw32
293
+
294
+ * Fixed #2254 - ZMQ_PUB compatibility with libzmq 2.x broken
295
+
296
+ * Fixed #2245 - added support for VS2017, Windows SDK 10.0.14393.0, toolset v141
297
+
298
+ * Fixed #2242 - file descriptors leaks on fork+exec
299
+
300
+ * Fixed #2239 - retired poller item crash from reaper thread
301
+
302
+ * Fixed #2234 - improved compatibility with AIX 7.1
303
+
304
+ * Fixed #2225 - cannot pick select for poller
305
+
306
+ * Fixed #2217 - CMake build uses library version as the ABI version
307
+
308
+ * Fixed #2208 - added support for ZMQ_TOS on IPv6
309
+
310
+ * Fixed #2200 - no documentation for ZMQ_SOCKS_PROXY
311
+
312
+ * Fixed #2199 - no documentation for zmq_curve_public
313
+
314
+ * Fixed #2196 - fixed build and runtime errors on kFreeBSD
315
+
316
+
317
+ 0MQ version 4.2.0 stable, released on 2016/11/04
318
+ =============================================
319
+
320
+ * For Pieter. Thanks for making all of this possible.
321
+
322
+ "Tell them I was a writer.
323
+ A maker of software.
324
+ A humanist. A father.
325
+ And many things.
326
+ But above all, a writer.
327
+ Thank You. :)"
328
+ - Pieter Hintjens
329
+
330
+ * This release introduces new APIs, but it is ABI compatible with
331
+ libzmq 4.1.2 and up.
332
+
333
+ * Note for ARM and SPARC users: an alignment problem in zmq_msg_t that could in
334
+ some cases and on some CPUs cause a SIGBUS error was solved, but it requires
335
+ a rebuild of your application against the 4.2.0 version of include/zmq.h.
336
+ To clarify, this change does not affect the internals of the library but only
337
+ the public definition of zmq_msg_t, so there is no ABI incompatibility.
338
+
339
+ * Security with Curve is now available by default thanks to Tweetnacl sources:
340
+ https://tweetnacl.cr.yp.to/index.html
341
+ Libsodium is still fully supported but has to be enabled with the build flag
342
+ --with-libsodium. Distribution and package maintainers are encouraged to use
343
+ libsodium so that the security implementation can be audited and maintained
344
+ separately.
345
+
346
+ * New Context options:
347
+ - ZMQ_MAX_MSGSZ
348
+ - ZMQ_BLOCKY
349
+ See doc/zmq_ctx_set.txt and doc/zmq_ctx_get.txt for details.
350
+
351
+ * New Socket options:
352
+ - ZMQ_HANDSHAKE_IVL
353
+ - ZMQ_SOCKS_PROXY
354
+ - ZMQ_XPUB_NODROP
355
+ - ZMQ_XPUB_MANUAL
356
+ - ZMQ_XPUB_WELCOME_MSG
357
+ - ZMQ_STREAM_NOTIFY
358
+ - ZMQ_INVERT_MATCHING
359
+ - ZMQ_HEARTBEAT_IVL
360
+ - ZMQ_HEARTBEAT_TTL
361
+ - ZMQ_HEARTBEAT_TIMEOUT
362
+ - ZMQ_XPUB_VERBOSER
363
+ - ZMQ_CONNECT_TIMEOUT
364
+ - ZMQ_TCP_MAXRT
365
+ - ZMQ_THREAD_SAFE
366
+ - ZMQ_MULTICAST_MAXTPDU
367
+ - ZMQ_VMCI_BUFFER_SIZE
368
+ - ZMQ_VMCI_BUFFER_MIN_SIZE
369
+ - ZMQ_VMCI_BUFFER_MAX_SIZE
370
+ - ZMQ_VMCI_CONNECT_TIMEOUT
371
+ - ZMQ_USE_FD
372
+ See doc/zmq_setsockopt.txt and doc/zmq_getsockopt.txt for details.
373
+
374
+ * New CURVE helper function to derive z85 public key from secret key:
375
+ zmq_curve_public
376
+
377
+ * New cross-platform atomic counter helper functions:
378
+ zmq_atomic_counter_new, zmq_atomic_counter_set, zmq_atomic_counter_inc,
379
+ zmq_atomic_counter_dec, zmq_atomic_counter_value, zmq_atomic_counter_destroy
380
+ See doc/zmq_atomic_*.txt for details.
381
+
382
+ * New DRAFT APIs early-release mechanism. New APIs will be introduced early
383
+ in public releases, and until they are stabilized and guaranteed not to
384
+ change anymore they will be unavailable unless the new build flag
385
+ --enable-drafts is used. This will allow developers and early adopters to
386
+ test new APIs before they are finalized.
387
+ NOTE: as the name implies, NO GUARANTEE is made on the stability of these APIs.
388
+ They might change or disappear entirely. Distributions are recommended NOT to
389
+ build with them.
390
+
391
+ New socket types have been introduced in DRAFT state:
392
+ ZMQ_SERVER, ZMQ_CLIENT, ZMQ_RADIO, ZMQ_DISH, ZMQ_GATHER, ZMQ_SCATTER,
393
+ ZMQ_DGRAM
394
+ All these sockets are THREAD SAFE, unlike the existing socket types. They do
395
+ NOT support multipart messages (ZMQ_SNDMORE/ZMQ_RCVMORE).
396
+ ZMQ_RADIO, ZMQ_DISH and ZMQ_DGRAM also support UDP as transport,
397
+ both unicast and multicast. See doc/zmq_udp.txt for more details.
398
+ New methods to support the new socket types functionality:
399
+ zmq_join, zmq_leave, zmq_msg_set_routing_id, zmq_msg_routing_id,
400
+ zmq_msg_set_group, zmq_msg_group
401
+ See doc/zmq_socket.txt for more details.
402
+
403
+ New poller mechanism and APIs have been introduced in DRAFT state:
404
+ zmq_poller_new, zmq_poller_destroy, zmq_poller_add, zmq_poller_modify,
405
+ zmq_poller_remove, zmq_poller_wait, zmq_poller_wait_all, zmq_poller_add_fd
406
+ zmq_poller_modify_fd, zmq_poller_remove_fd
407
+ and a new supporting struct typedef: zmq_poller_event_t
408
+ They support existing socket type, new thread-safe socket types and file
409
+ descriptors (cross-platform).
410
+ Documentation will be made available in the future before these APIs are declared
411
+ stable.
412
+
413
+ New cross-platform timers helper functions have been introduced in DRAFT state:
414
+ zmq_timers_new, zmq_timers_destroy, zmq_timers_add, zmq_timers_cancel,
415
+ zmq_timers_set_interval, zmq_timers_reset, zmq_timers_timeout,
416
+ zmq_timers_execute
417
+ and a new supporting callback typedef: zmq_timer_fn
418
+
419
+ * Many, many bug fixes. The most important fixes are backported and captured in the
420
+ 4.1.x and 4.0.x changelogs.
421
+
422
+
423
+ 0MQ version 4.2.0 rc1, released on 2016/11/01
424
+ =============================================
425
+
426
+ * Many changes, see ChangeLog.
427
+
428
+
429
+ 0MQ version 4.1.6 stable, released on 2016/11/01
430
+ ================================================
431
+
432
+ * Fixed #2051 - getifaddrs can fail with ECONNREFUSED
433
+
434
+ * Fixed #2091 - testutil.hpp fails to build on Windows XP
435
+
436
+ * Fixed #2096 - add tests/CMakeLists.in and version.rc.in to dist tar
437
+
438
+ * Fixed #2107 - zmq_connect with IPv6 "source:port;dest:port" broken
439
+
440
+ * Fixed #2117 - ctx_term assert with inproc zmq_router connect-before-bind
441
+
442
+ * Fixed #2158 - Socket monitor uses internal Pair from multiple threads
443
+
444
+ * Fixed #2161 - messages dropped due to HWM race
445
+
446
+ * Fixed #1325 - alignment issue with zmq_msg_t causes SIGBUS on SPARC and ARM
447
+
448
+
449
+ 0MQ version 4.1.5 stable, released on 2016/06/17
450
+ ================================================
451
+
452
+ * Fixed #1673 - CMake on Windows put PDB in wrong directory.
453
+
454
+ * Fixed #1723 - Family is not set when resolving NIC on Android.
455
+
456
+ * Fixed #1608 - Windows 7 TCP slow start issue.
457
+
458
+ * Fixed #1806 - uninitialised read in curve getsockopt.
459
+
460
+ * Fixed #1807 - build broken with GCC 6.
461
+
462
+ * Fixed #1831 - potential assertion failure with latest libsodium.
463
+
464
+ * Fixed #1850 - detection issues with tweetnacl/libsodium.
465
+
466
+ * Fixed #1877 - Avoid terminating connections prematurely
467
+
468
+ * Fixed #1887 - zmq_bind IPv4 fallback still tries IPv6
469
+
470
+ * Fixed #1866 - fails to build on SunOS 5.10 / Solaris 10
471
+
472
+ * Fixed #919 - ZMQ_LINGER (related to #1877)
473
+
474
+ * Fixed #114 - cannot unbind with same endpoint with IPv6 enabled.
475
+
476
+ * Fixed #1952 - CMake scripts not part of release tarballs
477
+
478
+ * Fixed #1542 - Fix a crash on Windows when port 5905 is in use.
479
+
480
+ * Fixed #2021 - Fix building on sparc32.
481
+
482
+
483
+ 0MQ version 4.1.4 stable, released on 2015/12/18
484
+ ================================================
485
+
486
+ * Fixed #1315 - socket monitor hangs if bind/setsockopt failed.
487
+
488
+ * Fixed #1399 - assertion failure in tcp.cpp after network reconnect.
489
+
490
+ * Fixed #1632 - build failure using latest libsodium.
491
+
492
+ * Fixed #1644 - assertion failure in msg.cpp:390 on STREAM sockets.
493
+
494
+ * Fixed #1661 - does not handle IPv6 link local addresses.
495
+
496
+
497
+ 0MQ version 4.1.3 stable, released on 2015/08/17
498
+ ================================================
499
+
500
+ * Fixed #1532 - getsockopt ZMQ_RCVMORE now resets all bits instead of only 32
501
+
502
+ * Fixed #1445 - zmq::socket_base_t::connect fails on tcp ipv6 address
503
+
504
+
505
+ 0MQ version 4.1.2 stable, released on 2015/06/15
506
+ ================================================
507
+
508
+ * Added explicit reference to static link exception in every source file.
509
+
510
+ * Bumped ABI version to 5:0:0 since 4.1.x changed the ABI.
511
+
512
+ * Fixed STDINT event interface macros to work with CZMQ 3.0.
513
+
514
+ * Fixed installation of man pages when BUILD_DOC is not set.
515
+
516
+ * Fixed #1428 - regression on single-socket proxies.
517
+
518
+
519
+ 0MQ version 4.1.1 stable, released on 2015/06/02
520
+ ================================================
521
+
522
+ * Fixed #1208 - fix recursion in automake packaging.
523
+
524
+ * Fixed #1224 - crash when processing empty unsubscribe message.
525
+
526
+ * Fixed #1213 - properties files were missing from source packages.
527
+
528
+ * Fixed #1273 - V3 protocol handler vulnerable to downgrade attacks.
529
+
530
+ * Fixed #1347 - lack way to get peer address.
531
+
532
+ * Fixed #1362 - SUB socket sometimes fails to resubscribe properly.
533
+
534
+ * Fixed #1377, #1144 - failed with WSANOTINITIALISED in some cases.
535
+
536
+ * Fixed #1389 - PUB, PUSH sockets had slow memory leak.
537
+
538
+ * Fixed #1382 - zmq_proxy did not terminate if there were no readers.
539
+
540
+
541
+ 0MQ version 4.1.0 rc1, released on 2014/10/14
542
+ =============================================
543
+
544
+ * All issues that were fixed in 4.0.x
545
+
546
+ * Improved client reconnection strategy on errors
547
+
548
+ * GSSAPI security mechanism
549
+
550
+ * SOCKS5 support (ZMQ_SOCKS_PROXY)
551
+
552
+ * ZMQ_ROUTER_HANDOVER
553
+
554
+ * ZMQ_TOS
555
+
556
+ * ZMQ_CONNECT_RID
557
+
558
+ * ZMQ_HANDSHAKE_IVL
559
+
560
+ * ZMQ_IDENTITY_FD
561
+
562
+ * ZMQ_XPUB_NODROP
563
+
564
+ * ZMQ_SRCFD and ZMQ_SHARED message options
565
+
566
+ * Message metadata -- zmq_msg_gets ()
567
+
568
+ * Probe library configuration -- zmq_has ()
569
+
570
+
571
+ 0MQ version 4.0.8 stable, released on 2016/06/17
572
+ ================================================
573
+
574
+ * Fixed LIBZMQ-949 - zmq_unbind fails for inproc and wildcard endpoints
575
+
576
+ * Fixed #1806 - uninitialised read in curve getsockopt.
577
+
578
+ * Fixed #1807 - build broken with GCC 6.
579
+
580
+ * Fixed #1877 - Avoid terminating connections prematurely
581
+
582
+ * Fixed #1887 - zmq_bind IPv4 fallback still tries IPv6
583
+
584
+ * Fixed #98 - don't require libssp without libsodium on Solaris
585
+
586
+ * Fixed #919 - ZMQ_LINGER (related to #1877)
587
+
588
+ * Fixed #139 - "tempnam" is deprecated.
589
+
590
+
591
+ 0MQ version 4.0.7 stable, released on 2015/06/15
592
+ ================================================
593
+
594
+ * Fixed #1428 - regression on single-socket proxies.
595
+
596
+
597
+ 0MQ version 4.0.6 stable, released on 2015/06/02
598
+ ================================================
599
+
600
+ * Fixed #1273 - V3 protocol handler vulnerable to downgrade attacks.
601
+
602
+ * Fixed #1362 - SUB socket sometimes fails to resubscribe properly.
603
+
604
+ * Fixed #1377, #1144 - failed with WSANOTINITIALISED in some cases.
605
+
606
+ * Fixed #1389 - PUB, PUSH sockets had slow memory leak.
607
+
608
+ * Fixed #1382 - zmq_proxy did not terminate if there were no readers.
609
+
610
+
611
+ 0MQ version 4.0.5 stable, released on 2014/10/14
612
+ ================================================
613
+
614
+ * Fixed #1191; CURVE mechanism does not verify short term nonces.
615
+
616
+ * Fixed #1190; stream_engine is vulnerable to downgrade attacks.
617
+
618
+ * Fixed #1088; assertion failure for WSAENOTSOCK on Windows.
619
+
620
+ * Fixed #1015; race condition while connecting inproc sockets.
621
+
622
+ * Fixed #994; bump so library number to 4.0.0
623
+
624
+ * Fixed #939, assertion failed: !more (fq.cpp:99) after many ZAP requests.
625
+
626
+ * Fixed #872; lost first part of message over inproc://.
627
+
628
+ * Fixed #797, keep-alive on Windows.
629
+
630
+
631
+ 0MQ version 4.0.4 stable, released on 2014/03/10
632
+ ================================================
633
+
634
+ Bug Fixes
635
+ ---------
636
+
637
+ * Fixed #909; out of tree build issue on Linux.
638
+
639
+ * Fixed #888; hangs on terminate when inproc connected but never bound.
640
+
641
+ * Fixed #868; assertion failure at ip.cpp:137 when using port scanner.
642
+
643
+ * Fixed #818; fix timestamp counter on s390/s390x.
644
+
645
+ * Fixed #817; only export zmq_* symbols.
646
+
647
+ * Fixed #797; fixed setting TCP keepalive on Windows.
648
+
649
+ * Fixed #775; compile error on Windows.
650
+
651
+ * Fixed #763; when talking to a ZMTP v1 peer (libzmq 2.2), a socket would
652
+ send an extra identity frame at the start of the connection.
653
+
654
+ * Fixed LIBZMQ-576 - Crash closing a socket after zmq_msg_send returns
655
+ EAGAIN (reverts LIBZMQ-497)
656
+
657
+ * Fixed LIBZMQ-584; subscription filters getting lost on reconnection.
658
+
659
+
660
+ 0MQ version 4.0.3 stable, released on 2013/11/24
661
+ ================================================
662
+
663
+ Bug Fixes
664
+ ---------
665
+
666
+ * Fixed test_many_sockets case, which failed when process socket limit
667
+ was 1024.
668
+
669
+
670
+ 0MQ version 4.0.2 stable, released on 2013/11/24
671
+ ================================================
672
+
673
+ Bug Fixes
674
+ ---------
675
+
676
+ * Fixed LIBZMQ-583 - improved low-res timer for Windows
677
+ * Fixed LIBZMQ-578 - z85_decode was extremely slow
678
+ * Fixed LIBZMQ-577 - fault in man pages.
679
+ * Fixed LIBZMQ-574 - assertion failure when ran out of system file handles
680
+ * Fixed LIBZMQ-571 - test_stream failing in some cases
681
+ * Fixed LIBZMQ-569 - Socket server crashes with random client data and when
682
+ talking to 2.2 versions
683
+ * Fixed LIBZMQ-39 - Bad file descriptor during shutdown
684
+ * Pulled expected failing test_linger.cpp from release
685
+ * Reduced pause time in tests to allow "make check" to run faster
686
+
687
+
688
+ 0MQ version 4.0.1 stable, released on 2013/10/08
689
+ ================================================
690
+
691
+ Changes
692
+ -------
693
+
694
+ * Updated CURVE mechanism to track revised RFC 27 (INITIATE vouch).
695
+
696
+ The INITIATE command vouch box is Box[C',S](C->S') instead of
697
+ Box[C'](C->S), to reduce the risk of client impersonation, as per
698
+ https://codesinchaos.wordpress.com/2012/09/09/curvecp-1/.
699
+
700
+ * Fixed LIBZMQ-567, adding abstract namespaces for IPC sockets on Linux.
701
+
702
+ Converts an initial strudel or "at sign" (@) in the Unix socket path to
703
+ a NULL character ('\0') indicating that the socket uses the abstract
704
+ namespace instead of the filesystem namespace. For instance, binding a
705
+ socket to 'ipc://@/tmp/tester' will not create a file associated with
706
+ the socket whereas binding to 'ipc:///tmp/tester' will create the file
707
+ /tmp/tester. See issue 567 for more information.
708
+
709
+ * Added zmq_z85_encode and zmq_z85_decode to core libzmq API.
710
+
711
+ * Added zmq_curve_keypair to core libzmq API.
712
+
713
+ * Bumped library ABI version to 4:0:1.
714
+
715
+ Bug fixes
716
+ ---------
717
+
718
+ * Fixed some build/test errors on OS/X + Clang++.
719
+
720
+ * Fixed LIBZMQ-565, typo in code.
721
+
722
+ * Fixed LIBZMQ-566, dealer-to-router connections sometimes failing.
723
+
724
+ * Fixed builds for AIX, MSVC 2008, OS/X with clang++, Solaris.
725
+
726
+ * Improved CURVE handshake error handling.
727
+
728
+
729
+ 0MQ version 4.0.0 (RC1), released on 2013/09/20
730
+ ===============================================
731
+
732
+ Major changes
733
+ -------------
734
+
735
+ * New wire level protocol, ZMTP/3.0, see http://rfc.zeromq.org/spec:23.
736
+ Does not yet implement the SUBSCRIBE, CANCEL, PING, and PONG commands.
737
+
738
+ * New security framework, from plain user+password to strong encryption,
739
+ see section below. See http://hintjens.com/blog:49 for a tutorial.
740
+
741
+ * New ZMQ_STREAM socket type for working as a TCP client or server. See:
742
+ tests/test_stream.cpp.
743
+
744
+ Improvements
745
+ ------------
746
+
747
+ * You can now connect to an inproc:// endpoint that does not already
748
+ exist. This means inproc:// no longer needs careful set-up, but it may
749
+ break code that relied on the old behaviour. See:
750
+ tests/test_inproc_connect.cpp.
751
+
752
+ * Libzmq now checks socket types at connection time, so that trying to
753
+ connect a 'wrong' socket type will fail.
754
+
755
+ * New zmq_ctx_shutdown API method will shutdown a context and send ETERM
756
+ to blocking calls, without blocking. Use zmq_ctx_term to finalise the
757
+ process.
758
+
759
+ * The regression test suite has been significantly extended and improved.
760
+
761
+ * Contexts can now be terminated in forked child processes. See:
762
+ tests/test_fork.cpp.
763
+
764
+ * zmq_disconnect now respects the linger setting on sockets.
765
+
766
+ * New zmq_send_const API method to send constant data (without copying).
767
+ See: tests/test_inproc_connect.cpp.
768
+
769
+ * Added CMake support for static libraries.
770
+
771
+ * Added test cases for socket semantics as defined in RFCs 28, 29, 30, 31.
772
+ See: tests/test_spec_*.cpp.
773
+
774
+ * New socket option, ZMQ_PROBE_ROUTER triggers an empty message on connect.
775
+ See: tests/test_probe_router.cpp.
776
+
777
+ * New socket option, ZMQ_REQ_CORRELATE allows for correlation of replies
778
+ from a REP socket. See: tests/test_req_correlate.cpp.
779
+
780
+ * New socket option, ZMQ_REQ_RELAXED, lets you disable the state machine
781
+ on a REQ socket, so you can send multiple requests without waiting for
782
+ replies, and without getting an EFSM error. See:
783
+ tests/test_req_relaxed.cpp.
784
+
785
+ * New socket option, ZMQ_CONFLATE restricts the outgoing and incoming
786
+ socket buffers to a single message. See: tests/test_conflate.cpp.
787
+
788
+ Deprecated Options
789
+ ------------------
790
+
791
+ * ZMQ_IPV4ONLY deprecated and renamed to ZMQ_IPV6 so that options are
792
+ consistently "off" by default.
793
+
794
+ * ZMQ_DELAY_ATTACH_ON_CONNECT deprecated, and renamed to ZMQ_IMMEDIATE.
795
+ See: tests/test_immediate.cpp.
796
+
797
+ Security Framework
798
+ ------------------
799
+
800
+ Based on new ZMTP wire level protocol that negotiates a security
801
+ "mechanism" between client and server before exchanging any other data.
802
+
803
+ Security mechanisms are extensible. ZMTP defines three by default:
804
+
805
+ * NULL - classic ZeroMQ, with no authentication. See
806
+ http://rfc.zeromq.org/spec:23.
807
+
808
+ * PLAIN - plain-text username + password authentication. See
809
+ http://rfc.zeromq.org/spec:24.
810
+
811
+ * CURVE - secure authentication and encryption based on elliptic curve
812
+ cryptography, using the Curve25519 algorithm from Daniel Bernstein and
813
+ based on CurveCP's security handshake. See http://rfc.zeromq.org/spec:25,
814
+ http://rfc.zeromq.org/spec:26, and http://curvecp.org.
815
+
816
+ Authentication is done by pluggable "authenticators" that connect to libzmq
817
+ over an inproc endpoint, see http://rfc.zeromq.org/spec:27.
818
+
819
+ Socket options to configure PLAIN security on client or server:
820
+
821
+ * ZMQ_PLAIN_SERVER, ZMQ_PLAIN_USERNAME, ZMQ_PLAIN_PASSWORD. See
822
+ tests/test_security_plain.
823
+
824
+ Socket options to configure CURVE security on client or server:
825
+
826
+ * ZMQ_CURVE_SERVER, ZMQ_CURVE_PUBLICKEY, ZMQ_CURVE_SECRETKEY,
827
+ ZMQ_CURVE_SERVERKEY. See tests/test_security_curve.cpp.
828
+
829
+ Socket options to configure "domain" for ZAP handler:
830
+
831
+ * ZMQ_ZAP_DOMAIN, see tests/test_security_null.cpp.
832
+
833
+ Support for encoding/decoding CURVE binary keys to ASCII:
834
+
835
+ * zmq_z85_encode, zmq_z85_decode.
836
+
837
+ Other issues addressed in this release
838
+ --------------------------------------
839
+
840
+ * LIBZMQ-525 Multipart upstreaming from XSUB to XPUB
841
+
842
+
843
+ 0MQ version 3.2.4 stable, released on 2013/09/20
844
+ ================================================
845
+
846
+ * LIBZMQ-84 (Windows) Assertion failed: Address already in use at signaler.cpp:80
847
+ * LIBZMQ-456 ZMQ_XPUB_VERBOSE does not propagate in a tree of XPUB/XSUB devices
848
+ * LIBZMQ-532 (Windows) critical section not released on error
849
+ * LIBZMQ-569 Detect OpenPGM 5.2 system library
850
+ * LIBZMQ-563 Subscribers sometimes stopped receiving messages (aka LIBZMQ-541)
851
+ * LIBZMQ-XXX Added support for Travis Continuous Integration
852
+ * LIBZMQ-XXX Several improvements to MSVC support
853
+
854
+
855
+ 0MQ version 3.2.3 stable, released on 2013/05/02
856
+ ================================================
857
+
858
+ Issues addressed in this release
859
+ --------------------------------
860
+
861
+ * LIBZMQ-526 Assertion failure "Invalid argument (tcp_connecter.cpp:285)"
862
+ * LIBZMQ-446 Setting the DSCP bits by default causes CAP_NET_ADMIN error
863
+ * LIBZMQ-496 Crash on heavy socket opening/closing: Device or resource busy (mutex.hpp:90)
864
+ * LIBZMQ-462 test_connect_delay fails at test_connect_delay.cpp:80
865
+ * LIBZMQ-497 Messages getting dropped
866
+ * LIBZMQ-488 signaler.cpp leaks the win32 Event Handle
867
+ * LIBZMQ-476 zmq_disconnect has no effect for inproc sockets
868
+ * LIBZMQ-475 zmq_disconnect does not sent unsubscribe messages
869
+
870
+
871
+ 0MQ version 3.2.2 stable, released on 2012/11/23
872
+ ================================================
873
+
874
+ Issues addressed in this release
875
+ --------------------------------
876
+
877
+ * LIBZMQ-384 No meta data for ZMQ_EVENT_DISCONNECTED monitor event
878
+ * LIBZMQ-414 Error in ARM/Thumb2 assembly (atomic_ptr.hpp)
879
+ * LIBZMQ-417 zmq_assert (!incomplete_in) in session_base.cpp 228
880
+ * LIBZMQ-447 socket_base_t::recv() packet loss and memory leak at high receiving rate
881
+ * LIBZMQ-448 Builds fail on older versions of GCC
882
+ * LIBZMQ-449 Builds fail on AIX
883
+ * LIBZMQ-450 lt-test_monitor: fails with assertion at test_monitor.cpp:81
884
+ * LIBZMQ-451 ZMQ_ROUTER_MANDATORY blocks forever
885
+ * LIBZMQ-452 test_connect_delay.cpp:175:12: error: 'sleep' was not declared in this scope
886
+ * LIBZMQ-458 lt-test_router_mandatory fails with assertion at test_router_mandatory.cpp:53
887
+ * LIBZMQ-459 Assertion failed: encoder (stream_engine.cpp:266
888
+ * LIBZMQ-464 PUB socket with HWM set leaks memory
889
+ * LIBZMQ-465 PUB/SUB results in 80-90% of CPU load
890
+ * LIBZMQ-468 ZMQ_XPUB_VERBOSE & unsubscribe
891
+ * LIBZMQ-472 Segfault in zmq_poll in REQ to ROUTER dialog
892
+
893
+
894
+ 0MQ version 3.2.1 (RC2), released on 2012/10/15
895
+ ===============================================
896
+
897
+ Issues addressed in this release
898
+ --------------------------------
899
+
900
+ * Fixed issue xxx - handle insufficient resources on accept() properly.
901
+ * Fixed issue 443 - added ZMQ_XPUB_VERBOSE setsocket option.
902
+ * Fixed issue 433 - ZeroMQ died on receiving EPIPE
903
+ * Fixed issue 423 - test_pair_tcp hangs
904
+ * Fixed issue 416 - socket_base: fix 'va_list' has not been declared error
905
+ * Fixed issue 409 - Pub-sub interoperability between 2.x and 3.x.
906
+ * Fixed issue 404 - zmq_term can not safely be re-entered with pgm transport
907
+ * Fixed issue 399 - zmq_ctx_set_monitor callback is not works properly
908
+ * Fixed issue 393 - libzmq does not build on Android (socklen_t signed comparison)
909
+ * Fixed issue 392 - Interaction with pyzmq on Android
910
+ * Fixed issue 389 - Assertion failure in mtrie.cpp:317
911
+ * Fixed issue 388 - tests/test_monitor.cpp has no newline at EOF (causes compile error)
912
+ * Fixed issue 387 - "sa_family_t sa_family;" in pgm_socket.cpp is unused variable
913
+ * Fixed issue 385 - Rework ZMQ_FAIL_UNROUTABLE socket option to actually work
914
+ * Fixed issue 382 - Current libzmq doesn't compile on Android NDK
915
+ * Fixed issue 377 - ZeroMQ will not build on Windows with OpenPGM
916
+ * Fixed issue 375 - error: unused variable 'sa_family'
917
+ * Fixed issue 373 - Unable to build libzmq/zeromq3.x on AIX7
918
+ * Fixed issue 372 - Unable to build libzmq/zeromq3.x on HPUX 11iv3
919
+ * Fixed issue 371 - Unable to build libzmq/zeromq3.x on RHEL5/SLES10
920
+ * Fixed issue 329 - wsa_error_to_errno() calls abort() on WSAEACCES
921
+ * Fixed issue 309 - Assertion failed: options.recv_identity (socket_base.cpp:864)
922
+ * Fixed issue 211 - Assertion failed: msg_->flags & ZMQ_MSG_MORE (rep.cpp:81)
923
+
924
+ API changes
925
+ -----------
926
+
927
+ * zmq_device () deprecated and replaced by zmq_proxy ().
928
+ * zmq_ctx_set_monitor () replaced by zmq_socket_monitor ().
929
+ * ZMQ_ROUTER_BEHAVIOR/ZMQ_FAIL_UNROUTABLE renamed experimentally to
930
+ ZMQ_ROUTER_MANDATORY.
931
+
932
+
933
+ 0MQ version 3.2.0 (RC1), released on 2012/06/05
934
+ ===============================================
935
+
936
+ Bug fixes
937
+ ---------
938
+
939
+ * Fixed issue 264 - Potential bug with linger, messages dropped during
940
+ socket close.
941
+
942
+ * Fixed issue 293 - libzmq doesn't follow the ZMTP/1.0 spec (did not
943
+ set reserved bits to 0).
944
+
945
+ * Fixed issue 303 - Assertion failure in pgm_sender.cpp:102.
946
+
947
+ * Fixed issue 320 - Assertion failure in connect_session.cpp:96 when
948
+ connecting epgm to an invalid endpoint.
949
+
950
+ * Fixed issue 325 - Assertion failure in xrep.cpp:93, when two sockets
951
+ connect using the same identity.
952
+
953
+ * Fixed issue 327 - Assertion failure in mtrie.cpp:246, when
954
+ unsubscribing from channel.
955
+
956
+ * Fixed issue 346 - Assertion failure in signaler.cpp:155, when using a
957
+ closed socket.
958
+
959
+ * Fixed issue 328 - unsubscribe wrongly clears multiple subscriptions.
960
+
961
+ * Fixed issue 330 - IPC listener does not remove unix domain stream file
962
+ when terminated.
963
+
964
+ * Fixed issue 334 - Memory leak in session_base.cpp:59.
965
+
966
+ * Fixed issue 369 - ROUTER cannot close/reopen while DEALER connected.
967
+
968
+ Operating systems
969
+ -----------------
970
+
971
+ * Fixed issue 301 - HPUX 11iv2 - build fails, CLOCK_MONOTONIC
972
+ undefined.
973
+
974
+ * Fixed issue 324 - OS/X - build fails, ECANTROUTE undefined.
975
+
976
+ * Fixed issue 368 - Solaris / Sun C++ - build fails, no insert method
977
+ in multimap classes.
978
+
979
+ * Fixed issue 366 - Windows - ports not freed after crash.
980
+
981
+ * Fixed issue 355 - Windows - build fails, MSVC solution file is out of
982
+ date.
983
+
984
+ * Fixed issue 331 - FreeBSD 8 and 9 - getaddrinfo fails with
985
+ EAI_BADFLAGS on AI_V4MAPPED flag.
986
+
987
+ * Fixed issue xxx - Added support for WinCE.
988
+
989
+ Performance
990
+ -----------
991
+
992
+ * Fixed issue xxx - Implemented atomic operations for ARMv7a (runs 15-20% faster).
993
+
994
+ API changes
995
+ -----------
996
+
997
+ * Fixed issue 337 - Cleaned-up context API:
998
+
999
+ zmq_ctx_new() - create new context (will deprecate zmq_init)
1000
+ zmq_ctx_destroy() - destroy context (will deprecate zmq_term)
1001
+ zmq_ctx_set() - set context property
1002
+ zmq_ctx_get() - get context property
1003
+
1004
+ * Fixed issue xxx - Cleaned-up message API:
1005
+
1006
+ zmq_msg_send() - send a message (will deprecate zmq_sendmsg)
1007
+ zmq_msg_recv() - receive a message (will deprecate zmq_recvmsg)
1008
+ zmq_msg_more() - indicate whether this is final part of message
1009
+ zmq_msg_get() - get message property
1010
+ zmq_msg_set() - set message property
1011
+
1012
+ * Fixed issue xxx - Added context monitoring API:
1013
+
1014
+ zmq_ctx_set_monitor() - configure monitor callback.
1015
+
1016
+ * Fixed issue xxx - Added unbind/disconnect API:
1017
+
1018
+ zmq_unbind() - unbind socket.
1019
+ zmq_disconnect() - disconnect socket.
1020
+
1021
+ * Fixed issue xxx - Added ZMQ_TCP_ACCEPT_FILTER setsockopt() for listening TCP sockets.
1022
+
1023
+ * Fixed issue 336 - Removed sys: transport.
1024
+
1025
+ * Fixed issue 333 - Added zmq_device function back to API (was removed
1026
+ in 3.0).
1027
+
1028
+ * Fixed issue 340 - Add support for MAX_SOCKETS to new context API.
1029
+
1030
+
1031
+ OMQ version 3.1.0 (beta), released on 2011/12/18
1032
+ ================================================
1033
+
1034
+ General information
1035
+ -------------------
1036
+
1037
+ Based on community consensus, the 0MQ 3.1.x release reverts a number of
1038
+ features introduced in version 3.0. The major reason for these changes is
1039
+ improving backward compatibility with 0MQ 2.1.x.
1040
+
1041
+ Development of the 0MQ 3.0.x series will be discontinued, and users are
1042
+ encouraged to upgrade to 3.1.
1043
+
1044
+ The 0MQ 3.1.x releases use ABI version 3.
1045
+
1046
+ Reverted functionality
1047
+ ----------------------
1048
+
1049
+ The following functionality present in 0MQ 3.0 has been reverted:
1050
+
1051
+ * Wire format changes. The 0MQ 3.1 wire format is identical to that of 0MQ
1052
+ 2.1.
1053
+
1054
+ * LABELs and COMMANDs have been removed.
1055
+
1056
+ * Explicit identies are re-introduced, however they can be used only for
1057
+ explicit routing, not for durable sockets.
1058
+
1059
+ * The ZMQ_ROUTER and ZMQ_DEALER socket types are once again aliases for
1060
+ ZMQ_XREQ and ZMQ_XREP.
1061
+
1062
+ New functionality
1063
+ -----------------
1064
+
1065
+ * The zmq_getmsgopt() function has been introduced.
1066
+
1067
+ * Experimental IPv6 support has been introduced. This is disabled by
1068
+ default, see the zmq_setsockopt() documentation for enabling it.
1069
+
1070
+ Other changes
1071
+ -------------
1072
+
1073
+ * The default HWM for all socket types has been set to 1000.
1074
+
1075
+ * Many bug fixes.
1076
+
1077
+ Building
1078
+ --------
1079
+
1080
+ * The dependency on libuuid has been removed.
1081
+
1082
+ * Support for building on Android, and with MSVC 10 has been added.
1083
+
1084
+ 0MQ version 3.0.0 (alpha), released on 2011/07/12
1085
+ =================================================
1086
+
1087
+ New functionality
1088
+ -----------------
1089
+
1090
+ * A zmq_ctx_set_monitor() API to register a callback / event sink for changes
1091
+ in socket state.
1092
+
1093
+ * POSIX-compliant zmq_send and zmq_recv introduced (uses raw buffer
1094
+ instead of message object).
1095
+
1096
+ * ZMQ_MULTICAST_HOPS socket option added. Sets the appropriate field in
1097
+ IP headers of PGM packets.
1098
+
1099
+ * Subscription forwarding. Instead of filtering on consumer, the
1100
+ subscription is moved as far as possible towards the publisher and
1101
+ filtering is done there.
1102
+
1103
+ * ZMQ_XPUB, ZMQ_XSUB introduced. Allow to create subscription-
1104
+ forwarding-friendly intermediate devices.
1105
+
1106
+ * Add sockopt ZMQ_RCVTIMEO/ZMQ_SNDTIMEO. Allow to set timeout for
1107
+ blocking send/recv calls.
1108
+
1109
+ * A new LABEL flag was added to the wire format. The flag distinguishes
1110
+ message parts used by 0MQ (labels) from user payload message parts.
1111
+
1112
+ * There is a new wire format for the REQ/REP pattern. First, the empty
1113
+ bottom-of-the-stack message part is not needed any more, the LABEL
1114
+ flag is used instead. Secondly, peer IDs are 32-bit integers rather
1115
+ than 17-byte UUIDs.
1116
+
1117
+ * The REQ socket now drops duplicate replies.
1118
+
1119
+ * Outstanding requests & replies associated with a client are dropped
1120
+ when the clients dies. This is a performance optimisation.
1121
+
1122
+ * Introduced ZMQ_ROUTER and ZMQ_DEALER sockets. These mimic the
1123
+ functionality of ZMQ_ROUTER and ZMQ_DEALER in 0MQ/2.1.x. Guarantees
1124
+ backward compatibility for exsiting code.
1125
+
1126
+ * Removed dependency on OS socketpair buffer size. No more asserts in
1127
+ mailbox.cpp because of low system limit of sockepair buffer size.
1128
+
1129
+ API improvements
1130
+ ----------------
1131
+
1132
+ * Obsolete constants ZMQ_UPSTREAM and ZMQ_DOWNSTREAM removed. Use
1133
+ ZMQ_PUSH and ZMQ_PULL instead.
1134
+
1135
+ * Timeout in zmq_poll is in milliseconds instead of microseconds. This
1136
+ makes zmq_poll() compliant with POSIX poll()
1137
+
1138
+ * ZMQ_MCAST_LOOP removed. There's no support for multicast over
1139
+ loopback any more. Use IPC or TCP isntead.
1140
+
1141
+ * zmq_send/zmq_recv was renamed zmq_sendmsg/zmq_recvmsg.
1142
+
1143
+ * ZMQ_RECOVERY_IVL and ZMQ_RECOVERY_IVL_MSEC reconciled. The new option
1144
+ is named ZMQ_RECOVERY_IVL and the unit is milliseconds.
1145
+
1146
+ * Option types changed. Most of the numeric types are now represented
1147
+ as 'int'.
1148
+
1149
+ * ZMQ_HWM split into ZMQ_SNDHWM and ZMQ_RCVHWM. This makes it possible
1150
+ to control message flow separately for each direction.
1151
+
1152
+ * ZMQ_NOBLOCK renamed ZMQ_DONTWAIT. That makes it POSIX-compliant.
1153
+
1154
+ Less is More
1155
+ ------------
1156
+
1157
+ * Pre-built devices and zmq_device() removed. Should be made available
1158
+ as a separate project(s).
1159
+
1160
+ * ZMQ_SWAP removed. Writing data to disk should be done on top of 0MQ,
1161
+ on inside it.
1162
+
1163
+ * C++ binding removed from the core. Now it's a separate project, same
1164
+ as any other binding.
1165
+
1166
+ Bug fixes
1167
+ ---------
1168
+
1169
+ * Many.
1170
+
1171
+ Building
1172
+ --------
1173
+
1174
+ * Make pkg-config dependency conditional.
1175
+
1176
+ Distribution
1177
+ ------------
1178
+
1179
+ * Removed Debian packaging, which is now available at packages.debian.org
1180
+ or via apt-get.
1181
+
1182
+
1183
+ 0MQ version 2.2.0 (Stable), released on 2012/04/04
1184
+ ==================================================
1185
+
1186
+ Changes
1187
+ -------
1188
+
1189
+ * Fixed issue 349, add send/recv timeout socket options.
1190
+
1191
+ Bug fixes
1192
+ ---------
1193
+
1194
+ * Fixed issue 301, fix builds on HP-UX 11iv3 when using either gcc or aCC.
1195
+
1196
+ * Fixed issue 305, memory leakage when using dynamic subscriptions.
1197
+
1198
+ * Fixed issue 332, libzmq doesn't compile on Android NDK.
1199
+
1200
+ * Fixed issue 293, libzmq doesn't follow ZMTP/1.0 spec.
1201
+
1202
+ * Fixed issue 342, cannot build against zmq.hpp under C++11.
1203
+
1204
+
1205
+ 0MQ version 2.1.11 (Stable), released on 2011/12/18
1206
+ ===================================================
1207
+
1208
+ Bug fixes
1209
+ ---------
1210
+
1211
+ * Fixed issue 290, zmq_poll was using system time instead of monotonic
1212
+ clock (Mika Fischer).
1213
+
1214
+ * Fixed issue 281, crash on heavy socket creation - assertion failure in
1215
+ mutex.hpp:91. (Mika Fischer).
1216
+
1217
+ * Fixed issue 273, O_CLOEXEC flag used in ip.cpp:192 is supported only
1218
+ on Linux kernels 2.6.27+
1219
+
1220
+ * Fixed issue 261, assertion failure in kqueue.cpp:76.
1221
+
1222
+ * Fixed issue 269, faulty diagnostic code in 2.1.10.
1223
+
1224
+ * Fixed issue 254, assertion failure at tcp_socket.cpp:229 on ENOTCONN.
1225
+
1226
+ Changes
1227
+ -------
1228
+
1229
+ * Now builds properly on AIX 6.1 (AJ Lewis).
1230
+
1231
+ * Builds using libdcekt on HP-UX (AJ Lewis).
1232
+
1233
+ * New upstream OpenPGM maintenance release 5.1.118.
1234
+
1235
+ * Enabled debugging on assertion failure on Windows (Paul Betts).
1236
+
1237
+
1238
+ 0MQ version 2.1.10 (Stable), released on 2011/10/03
1239
+ ===================================================
1240
+
1241
+ Bug fixes
1242
+ ---------
1243
+
1244
+ * Fixed issue 140, SWAP failed with assertion failure in pipe.cpp:187
1245
+ if the current directory was not writeable. Behavior now is to return
1246
+ -1 at zmq_setsockopt in this situation.
1247
+
1248
+ * Fixed issue 207, assertion failure in zmq_connecter.cpp:48, when an
1249
+ invalid zmq_connect() string was used, or the hostname could not be
1250
+ resolved. The zmq_connect() call now returns -1 in both those cases.
1251
+
1252
+ * Fixed issue 218, sockets not opened with SOCK_CLOEXEC, causing fork/exec
1253
+ to sit on sockets unnecessarily.
1254
+
1255
+ * Fixed issue 250, build errors on Windows (Mikko Koppanen).
1256
+
1257
+ * Fixed issue 252, assertion failure in req.cpp:87 and req.cpp:88 (Mikko
1258
+ Koppanen).
1259
+
1260
+
1261
+ 0MQ version 2.1.9 (Stable), released on 2011/08/29
1262
+ ==================================================
1263
+
1264
+ Bug fixes
1265
+ ---------
1266
+
1267
+ * Fixed issue 240, assertion failure in pgm_socket.cpp:437.
1268
+
1269
+ * Fixed issue 238, assertion failure in zmq.cpp:655, when zmq_poll is
1270
+ used on an empty set, on Windows.
1271
+
1272
+ * Fixed issue 239, assertion failure in zmq.cpp:223, when ZMQ_SWAP was
1273
+ used with explicit identities and multiple SUB sockets.
1274
+
1275
+ * Fixed issue 236, zmq_send() and zmq_recv() did not always return
1276
+ error conditions such as EFSM properly. This bug was introduced in
1277
+ version 2.1.8 by the backport of changes for issue 231.
1278
+
1279
+ Building
1280
+ --------
1281
+
1282
+ * 0MQ support for Android added (Bill Roberts, Mikko Koppanen).
1283
+
1284
+
1285
+ 0MQ version 2.1.8 (RC), released on 2011/07/28
1286
+ ==============================================
1287
+
1288
+ Bug fixes
1289
+ ---------
1290
+
1291
+ * Fixed issue 223, assertion failure in tcp_connecter.cpp:300 when
1292
+ connecting to a server that is on an unreachable network (errno is
1293
+ equal to ENETUNREACH).
1294
+
1295
+ * Fixed issue 228, assertion failure at rep.cpp:88 when HWM was reached.
1296
+
1297
+ * Fixed issue 231, assertion failure at mailbox.cpp:183 when too many
1298
+ pending socketpair operations were queued (major backport from 3.0).
1299
+
1300
+ * Fixed issue 234, assertion failure at mailbox.cpp:77 when Ctrl-C was
1301
+ used (only affected git master following backport for 231).
1302
+
1303
+ * Fixed issue 230, SIGPIPE killing servers when client disconnected, hit
1304
+ OS/X only.
1305
+
1306
+ Note: this release was renamed "release candidate" due to issue 236,
1307
+ fixed in 2.1.9.
1308
+
1309
+
1310
+ 0MQ version 2.1.7 (Stable), released on 2011/05/12
1311
+ ==================================================
1312
+
1313
+ Bug fixes
1314
+ ---------
1315
+
1316
+ * Fixed issue 188, assert when closing socket that had unread multipart
1317
+ data still on it (affected PULL, SUB, ROUTER, and DEALER sockets).
1318
+
1319
+ * Fixed issue 191, message atomicity issue with PUB sockets (an old issue).
1320
+
1321
+ * Fixed issue 199 (affected ROUTER/XREP sockets, an old issue).
1322
+
1323
+ * Fixed issue 206, assertion failure in zmq.cpp:223, affected all sockets
1324
+ (bug was introduced in 2.1.6 as part of message validity checking).
1325
+
1326
+ * Fixed issue 211, REP socket asserted if sent malformed envelope (old issue
1327
+ due to abuse of assertions for error checking).
1328
+
1329
+ * Fixed issue 212, reconnect failing after resume from sleep on Windows
1330
+ (due to not handling WSAENETDOWN).
1331
+
1332
+ * Properly handle WSAENETUNREACH on Windows (e.g. if client connects
1333
+ before server binds).
1334
+
1335
+ * Fixed memory leak with threads on Windows.
1336
+
1337
+ Changes
1338
+ -------
1339
+
1340
+ * Checks zmq_msg_t validity at each operation.
1341
+
1342
+ * Inproc performance tests now work on Windows.
1343
+
1344
+ * PGM wire format specification improved in zmq_pgm(7)
1345
+
1346
+ * Added thread latency/throughput performance examples.
1347
+
1348
+ * Added "--with-system-pgm" configure option to use already installed
1349
+ OpenPGM.
1350
+
1351
+ * Runtime checking of socket and context validity, to catch e.g. using a
1352
+ socket after closing it, or passing an invalid pointer to context/socket
1353
+ methods.
1354
+
1355
+ * Test cases moved off port 5555, which conflicts with other services.
1356
+
1357
+ * Clarified zmq_poll man page that the resolution of the timeout is 1msec.
1358
+
1359
+
1360
+ 0MQ version 2.1.6 (Broken), released on 2011/04/26
1361
+ ==================================================
1362
+
1363
+ Note that this version contained a malformed patch and is not usable.
1364
+ It is not available for download, but is available in the git via the
1365
+ 2.1.6 tag.
1366
+
1367
+ 0MQ version 2.1.5 (Broken), released on 2011/04/20
1368
+ ==================================================
1369
+
1370
+ Note that this version contained a malformed patch and is not usable.
1371
+ It is not available for download, but is available in the git via the
1372
+ 2.1.5 tag.
1373
+
1374
+
1375
+ 0MQ version 2.1.4 (Stable), released on 2011/03/30
1376
+ ==================================================
1377
+
1378
+ Bug fixes
1379
+ ---------
1380
+
1381
+ * Fix to OpenPGM which was asserting on small messages (Steven McCoy).
1382
+
1383
+ Changes
1384
+ -------
1385
+
1386
+ * Upgraded OpenPGM to version 5.1.115 (Pieter Hintjens).
1387
+
1388
+ * OpenPGM build changed to not install OpenPGM artifacts.
1389
+
1390
+
1391
+ 0MQ version 2.1.3 (Stable), released on 2011/03/21
1392
+ ==================================================
1393
+
1394
+ Bug fixes
1395
+ ---------
1396
+
1397
+ * Fix to PUSH sockets, which would sometimes deliver tail frames of a
1398
+ multipart message to new subscribers (Martin Sustrik).
1399
+
1400
+ * Fix to PUB sockets, which would sometimes deliver tail frames of a
1401
+ multipart message to new subscribers (Martin Sustrik).
1402
+
1403
+ * Windows build was broken due to EPROTONOSUPPORT not being defined. This
1404
+ has now been fixed (Martin Sustrik).
1405
+
1406
+ * Various fixes to make OpenVMS port work (Brett Cameron).
1407
+
1408
+ * Corrected Reference Manual to note that ZMQ_LINGER socket option may be
1409
+ set at any time, not just before connecting/binding (Pieter Hintjens).
1410
+
1411
+ * Fix to C++ binding to properly close sockets (Guido Goldstein).
1412
+
1413
+ * Removed obsolete assert from pgm_socket.cpp (Martin Sustrik).
1414
+
1415
+ Changes
1416
+ -------
1417
+
1418
+ * Removed stand-alone devices (/devices subdirectory) from distribution.
1419
+ These undocumented programs remain available in older packages (Pieter
1420
+ Hintjens).
1421
+
1422
+ * OpenPGM default rate raised to 40mbps by default (Steven McCoy).
1423
+
1424
+ * ZMQ_DEALER and ZMQ_ROUTER macros provided to ease upgrade to 0MQ/3.0.
1425
+ These are scheduled to replace ZMQ_XREQ and ZMQ_XREP (Pieter Hintjens).
1426
+
1427
+ * Added man page for zmq_device(3) which was hereto undocumented (Pieter
1428
+ Hintjens).
1429
+
1430
+ * Removed zmq_queue(3), zmq_forwarder(3), zmq_streamer(3) man pages
1431
+ (Pieter Hintjens).
1432
+
1433
+ OpenPGM Integration
1434
+ -------------------
1435
+
1436
+ * Upgraded OpenPGM to version 5.1.114 (Steven McCoy, Mikko Koppanen).
1437
+
1438
+ * Build system now calls OpenPGM build process directly, allowing easier
1439
+ future upgrades of OpenPGM (Mikko Koppanen).
1440
+
1441
+ * Build system allows configuration with arbitrary versions of OpenPGM
1442
+ (./configure --with-pgm=libpgm-x.y.z) (Mikko Koppanen).
1443
+
1444
+ * OpenPGM uses new PGM_ODATA_MAX_RTE controlling original data instead of
1445
+ PGM_TXW_MAX_RTE covering entire channel (Steven McCoy).
1446
+
1447
+ Building
1448
+ --------
1449
+
1450
+ * 0MQ builds properly on FreeBSD (Mikko Koppanen).
1451
+
1452
+
1453
+ 0MQ version 2.1.2 (rc2), released on 2011/03/06
1454
+ ===============================================
1455
+
1456
+ Bug fixes
1457
+ ---------
1458
+
1459
+ * 0MQ now correctly handles durable inproc sockets; previously it ignored
1460
+ explicit identities on inproc sockets.
1461
+
1462
+ * Various memory leaks were fixed.
1463
+
1464
+ * OpenPGM sender/receiver creation fixed.
1465
+
1466
+
1467
+ 0MQ version 2.1.1 (rc1), released on 2011/02/23
1468
+ ===============================================
1469
+
1470
+ New functionality
1471
+ -----------------
1472
+
1473
+ * New socket option ZMQ_RECONNECT_IVL_MAX added, allows for exponential
1474
+ back-off strategy when reconnecting.
1475
+
1476
+ * New socket option ZMQ_RECOVERY_IVL_MSEC added, as a fine-grained
1477
+ counterpart to ZMQ_RECOVERY_IVL (for multicast transports).
1478
+
1479
+ * If memory is exhausted, 0MQ warns with an explicit message before
1480
+ aborting the process.
1481
+
1482
+ * Size of inproc HWM and SWAP is sum of peers' HWMs and SWAPs (Douglas
1483
+ Greager, Martin Sustrik).
1484
+
1485
+ Bug fixes
1486
+ ---------
1487
+
1488
+ * 0MQ no longer asserts in mailbox.cpp when multiple peers connect with
1489
+ the same identity.
1490
+
1491
+ * 0MQ no longer asserts when rejecting an oversized message.
1492
+
1493
+ * 0MQ no longer asserts in pipe.cpp when the swap fills up.
1494
+
1495
+ * zmq_poll now works correctly with an empty poll set.
1496
+
1497
+ * Many more.
1498
+
1499
+ Building
1500
+ --------
1501
+
1502
+ * 0MQ now builds correctly on CentOS, Debian 6, and SunOS/gcc3.
1503
+
1504
+ * Added WithOpenPGM configuration into MSVC builds.
1505
+
1506
+ Known issues
1507
+ ------------
1508
+
1509
+ * OpenPGM integration is still not fully stable.
1510
+
1511
+
1512
+ 0MQ version 2.1.0 (Beta), released on 2010/12/01
1513
+ ================================================
1514
+
1515
+ New functionality
1516
+ -----------------
1517
+
1518
+ * New semantics for zmq_close () and zmq_term () ensure that all messages
1519
+ are sent before the application terminates. This behaviour may be
1520
+ modified using the new ZMQ_LINGER socket option; for further details
1521
+ refer to the reference manual.
1522
+
1523
+ * The new socket options ZMQ_FD and ZMQ_EVENTS provide a way to integrate
1524
+ 0MQ sockets into existing poll/event loops.
1525
+
1526
+ * Sockets may now be migrated between OS threads, as long as the
1527
+ application ensures that a full memory barrier is issued.
1528
+
1529
+ * The 0MQ ABI exported by libzmq.so has been formalised; DSO symbol
1530
+ visibility is used on supported platforms to ensure that only public ABI
1531
+ symbols are exported. The library ABI version has been set to 1.0.0 for
1532
+ this release.
1533
+
1534
+ * OpenPGM has been updated to version 5.0.92. This version no longer
1535
+ depends on GLIB, and integration with 0MQ should be much improved.
1536
+
1537
+ * zmq_poll() now honors timeouts precisely, and no longer returns if no
1538
+ events are signaled.
1539
+
1540
+ * Blocking calls now return EINTR if interrupted by the delivery of a
1541
+ signal; this also means that language bindings which previously had
1542
+ problems with handling SIGINT/^C should now work correctly.
1543
+
1544
+ * The ZMQ_TYPE socket option was added; this allows retrieval of the socket
1545
+ type after creation.
1546
+
1547
+ * Added a ZMQ_VERSION macro to zmq.h for compile-time API version
1548
+ detection.
1549
+
1550
+ * The ZMQ_RECONNECT_IVL and ZMQ_BACKLOG socket options have been added.
1551
+
1552
+ Bug fixes
1553
+ ---------
1554
+
1555
+ * Forwarder and streamer devices now handle multi-part messages correctly.
1556
+
1557
+ * 0MQ no longer asserts when malformed data is received on the wire.
1558
+
1559
+ * 0MQ internal timers now work correctly if the TSC jumps backwards.
1560
+
1561
+ * The internal signalling functionality (mailbox) has been improved
1562
+ to automatically resize socket buffers on POSIX systems.
1563
+
1564
+ * Many more.
1565
+
1566
+ Building
1567
+ --------
1568
+
1569
+ * 0MQ now builds correctly with many more non-GCC compilers (Sun Studio,
1570
+ Intel ICC, CLang).
1571
+
1572
+ * AIX and HP-UX builds should work now.
1573
+
1574
+ * FD_SETSIZE has been set to 1024 by default for MSVC builds.
1575
+
1576
+ * Windows builds using GCC (MinGW) now work out of the box.
1577
+
1578
+ Distribution
1579
+ ------------
1580
+
1581
+ * A simple framework for regression tests has been added, along with a few
1582
+ basic self-tests. The tests can be run using "make check".