1. 02 Nov, 2016 2 commits
    • Dmitriy-GH's avatar
      Add WinXP compatibility · e7b12b3c
      Dmitriy-GH authored
      #define ZMQ_HAVE_WINDOWS_TARGET_XP  disable uncompatible WinAPI
      
      1. Disable call if_indextoname()
      2. Emulate windows Condition Variable API in class condition_variable_t with std::condition_variable
       	
      This code can be compiled in MSVC 2015 with option "Platform toolset: Visual Studio 2015 - Windows XP (v140_xp)"
      e7b12b3c
    • Constantin Rack's avatar
      Merge pull request #2186 from bluca/de-draft · 819bf785
      Constantin Rack authored
      Problem: socket option marked as draft for 4.2
      819bf785
  2. 01 Nov, 2016 6 commits
  3. 31 Oct, 2016 4 commits
  4. 29 Oct, 2016 3 commits
  5. 28 Oct, 2016 5 commits
  6. 27 Oct, 2016 2 commits
  7. 23 Oct, 2016 4 commits
  8. 21 Oct, 2016 2 commits
  9. 18 Oct, 2016 2 commits
  10. 14 Oct, 2016 2 commits
  11. 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
  12. 11 Oct, 2016 3 commits
  13. 10 Oct, 2016 3 commits
  14. 09 Oct, 2016 1 commit