1. 30 Oct, 2015 1 commit
    • Martin Storsjö's avatar
      os_support: Don't try to return the service name as a string in getnameinfo · 00b62968
      Martin Storsjö authored
      Some systems may be lacking getservbyport; the previous ifdef wasn't
      quite enough since it still assumed that struct servent was defined,
      as pointed out by Clément Gregoire.
      
      Simply remove the possibility to return non-numeric services in
      getnameinfo; no caller of getnameinfo within libavformat
      currently try to use getnameinfo for retrieving the port number without
      NI_NUMERICSERV, and falling back on getservbyport may be non-threadsafe.
      Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
      00b62968
  2. 29 Oct, 2015 1 commit
  3. 28 Oct, 2015 4 commits
  4. 27 Oct, 2015 1 commit
  5. 26 Oct, 2015 8 commits
  6. 25 Oct, 2015 6 commits
  7. 23 Oct, 2015 7 commits
  8. 22 Oct, 2015 2 commits
  9. 21 Oct, 2015 9 commits
  10. 19 Oct, 2015 1 commit