1. 01 May, 2017 3 commits
  2. 04 Apr, 2017 1 commit
    • bbdb68's avatar
      Problem: no windows UWP support · 1d58a009
      bbdb68 authored
      * add define for windows/UWP
      
      * prevent issue with COM references
      
      * gettickcount not available on uwp
      
      * add compiler definitions
      
      * add convenitnece cmake file
      
      * brute force uwp compilation
      
      * fix compiler version
      
      * cosmetics
      1d58a009
  3. 29 Mar, 2017 1 commit
  4. 24 Mar, 2017 4 commits
  5. 19 Mar, 2017 2 commits
  6. 12 Mar, 2017 1 commit
    • Luca Boccassi's avatar
      Problem: ZMQ background threads are unnamed · 3ab4796c
      Luca Boccassi authored
      Solution: use pthread API to set the name. For now call every thread
      "ZMQ b/g thread". Would be nice to number the I/O threads and name
      explicitly the reaper thread, but in reality a bit of internal API
      churn would be necessary, so perhaps it's not worth it.
      This is useful when debugging a process with many threads.
      3ab4796c
  7. 22 Feb, 2017 1 commit
    • boringuy's avatar
      cmake WITH_LIBSODIUM option is broken (#2349) · d6f4263c
      boringuy authored
      * cmake WITH_LIBSODIUM option is broken
      
      - Fixed the variable name in platform.hpp.in
      - Fixed #if check for randombytes_close() when libsodium is used
      
      * Fixed typo from previous commit
      
      * Reverted compile error fix for randombytes_close()
      d6f4263c
  8. 21 Feb, 2017 1 commit
    • zstang's avatar
      #2341 fix · 3b0dfd52
      zstang authored
      the root path name specified in this file cause the #2341 problem, the root path name is not need.
      3b0dfd52
  9. 16 Jan, 2017 1 commit
  10. 27 Dec, 2016 2 commits
  11. 26 Dec, 2016 2 commits
  12. 22 Dec, 2016 2 commits
  13. 09 Dec, 2016 1 commit
  14. 02 Nov, 2016 1 commit
  15. 04 Jul, 2016 3 commits
  16. 13 Jun, 2016 1 commit
  17. 11 Jun, 2016 1 commit
    • Michael Lutz's avatar
      Problem: Windows performance is not optimal due to select(). · 7a6ff07a
      Michael Lutz authored
      Solution: Provide poll() for Windows as well. This is a build option that
      defaults to off as the resulting binary will only run on Windows Vista or
      newer.
      
      This is not tested with alternative Winsock service providers like VMCI,
      but the documentation for WSAPoll does not mention limitations.
      
      On my local machine, throughput improves by ~10 % (20 simultaneous
      remote_thr workes to one local_thr, 10 byte messages), while latency
      improves by ~30 % (measured with remote/local_lat).
      7a6ff07a
  18. 07 Jun, 2016 3 commits
  19. 25 May, 2016 1 commit
  20. 18 May, 2016 1 commit
  21. 14 May, 2016 1 commit
  22. 13 May, 2016 6 commits