1. 19 Sep, 2014 1 commit
  2. 18 Sep, 2014 1 commit
  3. 10 Sep, 2014 1 commit
    • Pieter Hintjens's avatar
      Problem: undocumented limit on IPC paths in Linux is 107 chars · 51c8c1d6
      Pieter Hintjens authored
      Solution: document the limit of 113 chars including ipc://. We might
      fix this in libzmq by shortening an over-long IPC pathname into a
      unique string; so long as this is done consistently in bind and in
      connect, it will save applications from weird failures when they
      use external data to generate IPC pathnames.
      51c8c1d6
  4. 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
  5. 26 Aug, 2014 3 commits
  6. 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
  7. 14 Aug, 2014 3 commits
  8. 13 Aug, 2014 4 commits
  9. 12 Aug, 2014 11 commits
  10. 08 Aug, 2014 3 commits
  11. 07 Aug, 2014 4 commits
  12. 05 Aug, 2014 2 commits
  13. 29 Jul, 2014 2 commits
  14. 28 Jul, 2014 1 commit