1. 04 Jun, 2014 1 commit
  2. 12 May, 2014 2 commits
  3. 08 May, 2014 1 commit
  4. 03 May, 2014 2 commits
  5. 01 May, 2014 3 commits
  6. 14 Apr, 2014 1 commit
  7. 13 Apr, 2014 1 commit
  8. 23 Mar, 2014 2 commits
  9. 19 Mar, 2014 1 commit
  10. 17 Mar, 2014 1 commit
    • Frank's avatar
      fix test_fork · 9dc890c5
      Frank authored
      * was problem on debian/wheezy
      9dc890c5
  11. 16 Mar, 2014 2 commits
  12. 24 Feb, 2014 1 commit
  13. 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
  14. 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
  15. 07 Feb, 2014 1 commit
  16. 30 Jan, 2014 1 commit
  17. 20 Jan, 2014 3 commits
  18. 19 Jan, 2014 1 commit
  19. 18 Jan, 2014 1 commit
  20. 16 Jan, 2014 1 commit
  21. 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
  22. 10 Jan, 2014 1 commit
  23. 06 Dec, 2013 2 commits
  24. 25 Nov, 2013 2 commits
  25. 11 Nov, 2013 1 commit
  26. 07 Nov, 2013 2 commits
  27. 29 Oct, 2013 2 commits