1. 26 Oct, 2018 1 commit
    • Jean Flach's avatar
      Update README.md · 9ff1cc78
      Jean Flach authored
      Add note about using context->data to pass user data to connect and disconnect callbacks
      9ff1cc78
  2. 25 Oct, 2018 1 commit
  3. 24 Oct, 2018 1 commit
    • Stefan Hacker's avatar
      Fix redisBufferRead documentation · 169fcc70
      Stefan Hacker authored
      Referred to redisContextReadReply which I cannot find in this codebase
      nor the old redis-tools one. Presumably this meant to say
      redisGetReplyFromReader which is how redisBufferRead is used in this
      file. Could've also meant the interface function redisReaderGetReply.
      169fcc70
  4. 03 Oct, 2018 1 commit
  5. 27 Sep, 2018 2 commits
  6. 26 Sep, 2018 6 commits
  7. 25 Sep, 2018 3 commits
  8. 24 Sep, 2018 1 commit
  9. 31 May, 2018 1 commit
    • Ryan Schmidt's avatar
      Use -dynamiclib instead of -shared on macOS · a65537a6
      Ryan Schmidt authored
      -dynamiclib is the correct documented flag to use to create dynamic
      libraries on macOS. Newer toolchains recognize -shared as a synonym
      of -dynamiclib but older toolchains don't.
      a65537a6
  10. 21 May, 2018 1 commit
  11. 20 May, 2018 4 commits
  12. 19 May, 2018 1 commit
  13. 16 May, 2018 4 commits
  14. 14 May, 2018 3 commits
  15. 10 May, 2018 1 commit
  16. 09 May, 2018 1 commit
  17. 01 May, 2018 4 commits
  18. 28 Apr, 2018 2 commits
    • Justin Brewer's avatar
      Strip down fmacros.h · 49bbaacc
      Justin Brewer authored
      
      
      strerror_r and addrinfo require _POSIX_C_SOURCE >= 200112L,  which is
      implied by _XOPEN_SOURCE >= 600. With the removal of AF_LOCAL usage,
      the only non-standard features being used are the TCP_KEEP* socket
      flags. _DARWIN_C_SOURCE is required to expose TCP_KEEPALIVE.
      
      Fall back to using _XOPEN_SOURCE 600 for all platforms, and
      additionally define _DARWIN_C_SOURCE for Darwin.
      Signed-off-by: default avatarJustin Brewer <jzb0012@auburn.edu>
      49bbaacc
    • Justin Brewer's avatar
      Use AF_UNIX · bbeab800
      Justin Brewer authored
      
      
      AF_LOCAL is the old, non-standardized name for AF_UNIX. Just use
      AF_UNIX, rather than wrestling with platform specifics of AF_LOCAL
      definitions.
      Signed-off-by: default avatarJustin Brewer <jzb0012@auburn.edu>
      bbeab800
  19. 17 Mar, 2018 1 commit
  20. 06 Jan, 2018 1 commit