1. 08 Jan, 2015 2 commits
  2. 05 Jan, 2015 3 commits
  3. 31 Dec, 2014 2 commits
    • Joe Eli McIlvain's avatar
      Merge pull request #1284 from hintjens/master · c993ac88
      Joe Eli McIlvain authored
      Problem: incomplete definition of integer types
      c993ac88
    • Pieter Hintjens's avatar
      Problem: incomplete definition of integer types · 89a20417
      Pieter Hintjens authored
      Firstly, only a few types are defined, leaving it hard for higher layers
      to complete the set. Secondly, the code incorrectly tries to use ifndef
      to avoid re-defining typedefs, which does not work in C.
      
      Solution: define all types, unconditionally for all MSVC compilers.
      Additionally, define ZMQ_DEFINED_STDINT that tells higher layers that we
      already defined these integer types.
      89a20417
  4. 29 Dec, 2014 1 commit
  5. 23 Dec, 2014 5 commits
  6. 20 Dec, 2014 1 commit
  7. 19 Dec, 2014 1 commit
    • Pieter Hintjens's avatar
      Problem: very hard to debug security mechanism mismatch · 17937ffc
      Pieter Hintjens authored
      E.g. when server is not configured, and client tries PLAIN security,
      there is no hint of why this does not work.
      
      Solution: add debugging output for this case. Note that the various
      debugging outputs for security failures should probably be sent to
      an inproc monitor of some kind.
      17937ffc
  8. 07 Dec, 2014 2 commits
  9. 04 Dec, 2014 3 commits
  10. 03 Dec, 2014 5 commits
  11. 27 Nov, 2014 1 commit
  12. 26 Nov, 2014 7 commits
  13. 24 Nov, 2014 2 commits
  14. 20 Nov, 2014 2 commits
  15. 17 Nov, 2014 2 commits
  16. 10 Nov, 2014 1 commit