1. 23 Jun, 2014 1 commit
  2. 04 Jun, 2014 1 commit
  3. 12 May, 2014 2 commits
  4. 08 May, 2014 1 commit
  5. 03 May, 2014 2 commits
  6. 01 May, 2014 3 commits
  7. 14 Apr, 2014 1 commit
  8. 13 Apr, 2014 1 commit
  9. 23 Mar, 2014 2 commits
  10. 19 Mar, 2014 1 commit
  11. 17 Mar, 2014 1 commit
    • Frank's avatar
      fix test_fork · 9dc890c5
      Frank authored
      * was problem on debian/wheezy
      9dc890c5
  12. 16 Mar, 2014 2 commits
  13. 24 Feb, 2014 1 commit
  14. 17 Feb, 2014 1 commit
    • 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
  15. 11 Feb, 2014 1 commit
    • Josh Blum's avatar
      fix libzmq.pc generation under cmake · b1471da5
      Josh Blum authored
      The ${libdir} was getting replaced/removed by configure_file() making pkg-config give bad flags: -L -lzmq
      My fix was to add @ONLY to configure_file() so ${} style pkg-config substitutions are left alone.
      In addition, I put the other typical ${} substitutions back into the libzmq.pc, since its now safe.
      b1471da5
  16. 07 Feb, 2014 1 commit
  17. 30 Jan, 2014 1 commit
  18. 20 Jan, 2014 3 commits
  19. 19 Jan, 2014 1 commit
  20. 18 Jan, 2014 1 commit
  21. 16 Jan, 2014 1 commit
  22. 15 Jan, 2014 2 commits
    • Andre Caron's avatar
      Fixes CMake build after ZAP test file was deleted. · 21011541
      Andre Caron authored
      File was removed in 5bf96f64 a few days ago.
      21011541
    • Andre Caron's avatar
      Adds support for detecting ZMQ_STREAM disconnections. · 17651b92
      Andre Caron authored
      When a ZMQ_STREAM socket connection is broken (intentionally, via `shutdown()`
      or accidentally via client crash or network failure), there is no way for the
      application to dertermine that it should drop per-connection data (such as
      buffers).
      
      This contribution makes sure the application receives a 0-length message to
      notify it that the connection has been broken.  This is symmetric with the
      process of closing the connection from within the application (where the
      application sends a 0-length message to tell ZeroMQ to close the connection).
      
      Conflicts:
      	CMakeLists.txt
      17651b92
  23. 10 Jan, 2014 1 commit
  24. 06 Dec, 2013 2 commits
  25. 25 Nov, 2013 2 commits
  26. 11 Nov, 2013 1 commit
  27. 07 Nov, 2013 2 commits
  28. 29 Oct, 2013 1 commit