1. 28 Oct, 2016 1 commit
    • Luca Boccassi's avatar
      Problem: pointer union for zmq_msg_t is a hack · df367a66
      Luca Boccassi authored
      Solution: use compiler's alignment attributes instead which is
      clearer and less of a hack.
      Pointer alignment violations causing crashes on architectures
      such as sparc64 and aarch64.
      This also avoid triggering ABI checkers as the change is compatible
      even though applications that suffer from the bug should rebuild to
      take advantage of the fix.
      df367a66
  2. 27 Oct, 2016 2 commits
  3. 23 Oct, 2016 4 commits
  4. 21 Oct, 2016 2 commits
  5. 18 Oct, 2016 2 commits
  6. 14 Oct, 2016 2 commits
  7. 12 Oct, 2016 1 commit
    • Jens Auer's avatar
      Fixed problems from previous PR for #2158 (#2160) · b0313259
      Jens Auer authored
      * - Fixed windows build errors
      - Extended monitor lock scope to prevent race-condition between
        process_stop and monitor
      
      * - Fixed windows build errors
      - Extended monitor lock scope to prevent race-condition between
        process_stop and monitor
      b0313259
  8. 11 Oct, 2016 3 commits
  9. 10 Oct, 2016 3 commits
  10. 09 Oct, 2016 2 commits
  11. 07 Oct, 2016 2 commits
  12. 04 Oct, 2016 2 commits
  13. 03 Oct, 2016 2 commits
  14. 01 Oct, 2016 5 commits
  15. 29 Sep, 2016 7 commits