1. 27 Aug, 2014 3 commits
    • Pieter Hintjens's avatar
      Problem: nodrop code is ugly · f15146b5
      Pieter Hintjens authored
      It's bad practice to start by testing all exceptional conditions
      and then dropping through to the 'normal' condition. Apart from
      being inefficient, it's deceptive to the user. Conditional code
      should always try to show the natural expectation of the code,
      with exceptional cases coming last.
      
      Solution: clean up this code.
      f15146b5
    • Pieter Hintjens's avatar
      Added test cases to .gitignore · 2584c3a7
      Pieter Hintjens authored
      2584c3a7
    • Pieter Hintjens's avatar
      Problem: issues with nodrop property · 35040aaf
      Pieter Hintjens authored
      - not initialized before use
      - name is nasty (boolean variables should not have negative names)
      
      Solution: rename to 'lossy' and initialize to 'true'.
      35040aaf
  2. 26 Aug, 2014 3 commits
  3. 23 Aug, 2014 1 commit
    • Pieter Hintjens's avatar
      Problem: FD_SETSIZE 1024 is too restrictive under Windows · 1acc1b15
      Pieter Hintjens authored
      Solution: increased to 4096 by default for all MSVC builds, for MinGW,
      and for CMake.
      
      Note: this is a speculative change, it needs confirmation before we
      can keep it. Particularly, there is some doubt that changing this in
      libzmq will affect upstream applications using libzmq.dll.
      1acc1b15
  4. 14 Aug, 2014 3 commits
  5. 13 Aug, 2014 4 commits
  6. 12 Aug, 2014 11 commits
  7. 08 Aug, 2014 3 commits
  8. 07 Aug, 2014 4 commits
  9. 05 Aug, 2014 2 commits
  10. 29 Jul, 2014 2 commits
  11. 28 Jul, 2014 4 commits