1. 07 Oct, 2013 2 commits
    • Brandon Carpenter's avatar
      Fix detection of abstract ipc pathname and length calculation. · e0f4d603
      Brandon Carpenter authored
      Abstract socket pathnames must have a NULL character in the first
      position, but the second character must also be checked to differentiate
      an abstract name from the empty string.  The address length must also
      indicate the length of the pathname because the kernel uses the entire
      address as the name, including NULL characters.  ZMQ uses
      NULL-terminated strings for the address, so the abstract address length
      is the length of the string following the initial NULL byte plus 3; two
      bytes for the address family and one for the initial NULL character.
      e0f4d603
    • Brandon Carpenter's avatar
  2. 04 Oct, 2013 10 commits
  3. 02 Oct, 2013 5 commits
  4. 30 Sep, 2013 2 commits
  5. 29 Sep, 2013 7 commits
  6. 28 Sep, 2013 2 commits
  7. 27 Sep, 2013 3 commits
  8. 26 Sep, 2013 9 commits