1. 30 Dec, 2016 2 commits
  2. 14 Sep, 2015 1 commit
    • Elliot Saba's avatar
      Fix pointer indirection precedence issue in docs · 1fbc67a4
      Elliot Saba authored
      Without this change, a segmentation fault is likely to occur when using the proposed snippet of code, as `*address[size]` is equivalent to `*(address[size])`, not `(*address)[size]` as clearly intended.
      1fbc67a4
  3. 08 Nov, 2014 1 commit
  4. 28 Apr, 2014 1 commit
    • Pieter Hintjens's avatar
      Problem: zmq_socket_monitor code is dirty · 9753de85
      Pieter Hintjens authored
      Specifically:
      
      * zmq_event_t should not be used internally in libzmq, it was
        meant to be an outward facing structure.
      
      * In 4.x, zmq_event_t does not correspond to monitor events, so
        I removed the structure entirely.
      
      * man page for zmq_socket_monitor is incomplete and the example
        code was particularly nasty.
      
      * test_monitor.cpp needed rewriting, it was not clean.
      9753de85
  5. 15 Apr, 2013 1 commit
  6. 12 Mar, 2013 1 commit
  7. 08 Mar, 2013 1 commit
  8. 08 Jan, 2013 1 commit
  9. 21 Sep, 2012 1 commit