1. 31 Oct, 2013 1 commit
  2. 28 Oct, 2013 2 commits
  3. 23 Oct, 2013 1 commit
  4. 21 Oct, 2013 1 commit
    • Pieter Hintjens's avatar
      Cleaned up the code · 406e6051
      Pieter Hintjens authored
      - removed unnecessary malloc
      - spaces, not tabs to indent
      - renamed control states to be more logical
      - renamed SUSPEND to PAUSE, feels more accurate
      - fixed indentation, which was off in places
      406e6051
  5. 18 Oct, 2013 3 commits
  6. 11 Oct, 2013 1 commit
  7. 09 Oct, 2013 1 commit
  8. 07 Oct, 2013 2 commits
  9. 04 Oct, 2013 3 commits
  10. 29 Sep, 2013 2 commits
  11. 26 Sep, 2013 3 commits
  12. 24 Sep, 2013 1 commit
  13. 20 Sep, 2013 3 commits
  14. 17 Sep, 2013 4 commits
  15. 16 Sep, 2013 1 commit
  16. 15 Sep, 2013 3 commits
  17. 14 Sep, 2013 1 commit
  18. 12 Sep, 2013 5 commits
  19. 10 Sep, 2013 1 commit
  20. 09 Sep, 2013 1 commit
    • Pieter Hintjens's avatar
      Added ZMQ_ZAP_DOMAIN socket option · 6725c464
      Pieter Hintjens authored
      * This is passed to the ZAP handler in the 'domain' field
      
      * If not set, or empty, then NULL security does not call the ZAP handler
      
      * This resolves the phantom ZAP request syndrome seen with sockets where
        security was never intended (e.g. in test cases)
      
      * This means if you install a ZAP handler, it will not get any requests
        for new connections until you take some explicit action, which can be
        setting a username/password for PLAIN, a key for CURVE, or the domain
        for NULL.
      6725c464