1. 13 Feb, 2012 2 commits
  2. 12 Feb, 2012 1 commit
  3. 11 Feb, 2012 2 commits
  4. 10 Feb, 2012 2 commits
  5. 08 Feb, 2012 3 commits
    • skaller's avatar
      Fix uio support. · c3f7543e
      skaller authored
      We have to use an incomplete type in the interface.
      The definition of iovec is only in the implementation.
      This appears to following existing practice in 0MQ.
      It seems a bit flakey that zmq.h is not included in zmq.cpp,
      which is normal practice to ensure the implementation matches
      the specified interface. YMMV. I follow 0MQ style.
      c3f7543e
    • skaller's avatar
      Provide interface. · 970a0053
      skaller authored
      Also move iovec definition from implementation to interface.
      Not clear to me at present if an incomplete type should
      be used to avoid gratuitously including <sys/uio.h> in
      the interface. The interface can't be used with this include.
      970a0053
    • skaller's avatar
      Implement zmq_recvmmsg. · 383a49da
      skaller authored
      383a49da
  6. 07 Feb, 2012 2 commits
  7. 04 Feb, 2012 3 commits
  8. 03 Feb, 2012 10 commits
  9. 02 Feb, 2012 7 commits
  10. 30 Jan, 2012 3 commits
  11. 28 Jan, 2012 1 commit
  12. 27 Jan, 2012 4 commits