1. 26 Nov, 2018 1 commit
  2. 03 Oct, 2018 1 commit
  3. 27 Sep, 2018 2 commits
  4. 26 Sep, 2018 6 commits
  5. 25 Sep, 2018 3 commits
  6. 24 Sep, 2018 1 commit
  7. 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
  8. 21 May, 2018 1 commit
  9. 20 May, 2018 4 commits
  10. 19 May, 2018 1 commit
  11. 16 May, 2018 4 commits
  12. 14 May, 2018 3 commits
  13. 10 May, 2018 1 commit
  14. 09 May, 2018 1 commit
  15. 01 May, 2018 4 commits
  16. 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
  17. 17 Mar, 2018 1 commit
  18. 06 Jan, 2018 2 commits
  19. 05 Jan, 2018 1 commit
    • not-a-robot[bot]'s avatar
      Merge #568 · a827f5a8
      not-a-robot[bot] authored
      568: Make XOPEN_SOURCE definition explicit per architecture r=badboy
      
      Fixes #441
      a827f5a8