1. 14 Aug, 2012 1 commit
  2. 08 Jun, 2012 1 commit
  3. 04 Jan, 2012 2 commits
    • Pieter Noordhuis's avatar
      Return address when connecting with getaddrinfo · 11ad647a
      Pieter Noordhuis authored
      It is opaque to the caller which address the handle connects to when the
      host is resolved by getaddrinfo. Now, it returns a redis_address type
      that encapsulates multiple sockaddr_* structs (sockaddr_storage would be
      appropriate here, but it appears not to be portable).
      11ad647a
    • Pieter Noordhuis's avatar
      Use macro for test definition · 7e773ee2
      Pieter Noordhuis authored
      This makes sure that tests are declared static, so the compiler
      complains when they are not used. Declaring static is easy to forget,
      and we want to make sure all tests are run!
      7e773ee2
  4. 01 Oct, 2011 1 commit
  5. 30 Sep, 2011 2 commits