1. 15 Mar, 2014 2 commits
  2. 12 Mar, 2014 4 commits
  3. 10 Mar, 2014 2 commits
  4. 06 Mar, 2014 2 commits
  5. 04 Mar, 2014 1 commit
  6. 03 Mar, 2014 1 commit
  7. 25 Feb, 2014 2 commits
  8. 24 Feb, 2014 4 commits
  9. 21 Feb, 2014 2 commits
  10. 18 Feb, 2014 4 commits
  11. 17 Feb, 2014 3 commits
    • Pieter Hintjens's avatar
      Merge pull request #899 from olafmandel/duplicate_poller_detect · 1879b8ba
      Pieter Hintjens authored
      Remove duplicate poller decision making
      1879b8ba
    • Olaf Mandel's avatar
      Remove duplicate poller decision making · 48b50cef
      Olaf Mandel authored
      The decision about the poller mechanism to use (select, poll, ...)
      was done twice: once by the build system and once by the code in
      poller.hpp. As the build-system can actually detect the mechanisms
      available, prefer that result to the hard coded defaults in
      poller.hpp.
      
      At the same time, remove the duplicate detection of select() vs.
      poll()-variant from proxy.cpp, signaler.cpp and zmq.cpp.
      
      This patch has not been tested on many build platforms: especially
      the cmake build needs testing / patching. For the other builds,
      hard code the result as these these are all Windows platforms.
      48b50cef
    • Ian Barber's avatar
      Merge pull request #898 from hintjens/master · f789177a
      Ian Barber authored
      Added temporary CURVE debugging support
      f789177a
  12. 16 Feb, 2014 1 commit
  13. 14 Feb, 2014 6 commits
  14. 13 Feb, 2014 6 commits