1. 13 May, 2016 7 commits
  2. 12 May, 2016 6 commits
  3. 11 May, 2016 3 commits
    • Hitster GTD's avatar
      Merge pull request #1982 from Hugne/bug_1968 · 29c8e30f
      Hitster GTD authored
      tipc: add support for address domain suffix
      29c8e30f
    • Erik Hugne's avatar
      tipc: add support for address domain suffix · f81ef1bc
      Erik Hugne authored
      The TIPC protocol bindings in ZeroMQ defaults to a lookup domain
      of 1.0.0 to prevent 'closest first' search, and instead always
      do round robin if several sockets in the network or node have
      the same name published. In retrospect, this might have been a
      bad idea because it won't work on standalone configurations.
      We solve this by allowing an optional domain suffix to be provided
      in the address, and 0.0.0 should be used in that case, or if the
      TIPC address range in the cluster configuration is defined to some
      other value. Domain suffixes are only relevant for connecting
      addresses.
      Signed-off-by: 's avatarErik Hugne <erik.hugne@gmail.com>
      f81ef1bc
    • Luca Boccassi's avatar
      Merge pull request #1981 from hitstergtd/x-unused-req · 4ad68e0d
      Luca Boccassi authored
      Problem: hint parameter throws unused warning
      4ad68e0d
  4. 10 May, 2016 9 commits
  5. 09 May, 2016 7 commits
    • Luca Boccassi's avatar
      Merge pull request #1974 from hitstergtd/master · a6e8d153
      Luca Boccassi authored
      Problem: style/typo issue
      a6e8d153
    • hitstergtd's avatar
      Problem: style/typo issue · 8fc985a9
      hitstergtd authored
      Solution:
      Fix it.
      8fc985a9
    • Luca Boccassi's avatar
      Merge pull request #1973 from hitstergtd/x-fix-m4-llvm-gcov-coverage · a4a247cf
      Luca Boccassi authored
      Problem: Coverage option broken with LLVM GCOV Frontend
      a4a247cf
    • Constantin Rack's avatar
      Merge pull request #1972 from hitstergtd/x-stylefix-udpengine · 3eef0a7b
      Constantin Rack authored
      Problem: UDP engine code not indented properly [style]
      3eef0a7b
    • hitstergtd's avatar
      Problem: Coverage option broken with LLVM GCOV · 415af273
      hitstergtd authored
      Solution:
      This is an issue with the imported Autoconf M4 macro package for standardised
      code coverage builds, i.e. using --enable-code-coverage.
      
      The simplest way that I could find is to add a case statement that checks if
      the output of running `gcov -version` contains the "LLVM" keyword; if that is
      true then do not link with LIBGCOV as its neither required nor supported when
      using the GCOV frontend for LLVM; least not on Mac OS X. The case statement
      would also be the most portable.
      
      Moreover, using the "-version" argument instead of "-v" seems to be the best
      bet as that is supported by the normal GCOV and LLVM GCOV frontend.
      
      Upstream candidate - this solution should be improved by Autoconf M4 macro
      overlords and applied to the upstream M4 package; I could not find a suitable
      way to detect if LLVM GCOV is being used, except for the solution herein; this
      should also work on *BSD too.
      415af273
    • Luca Boccassi's avatar
      Merge pull request #1971 from sappo/master · 1f309d3a
      Luca Boccassi authored
      Problem: Deploying release artifacts to github is a manual process
      1f309d3a
    • Kevin Sapper's avatar
      Problem: Deploying release artifacts is a manual process · b2255811
      Kevin Sapper authored
      Solution: Use travis to deploy these artifacts automatically.
      
      The deployment is triggered by tagging on the zeromq/libzmq repository.
      Of the many builds travis is checking only the default one with
      libsodium and drafts disabled is used for deployment.
      
      For now the results of `make distcheck` are deployed as well as their
      md5 and sha1 hash sums. Further changes may upload a generated
      Changelog as well.
      b2255811
  6. 08 May, 2016 5 commits
  7. 06 May, 2016 3 commits