[vlc-commits] commit: Remove getnameinfo and getaddrinfo wrappers ( Rémi Denis-Courmont )

git at videolan.org git at videolan.org
Wed Apr 28 22:50:30 CEST 2010


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Wed Apr 28 23:48:30 2010 +0300| [95a84cda1e26ab6fae7bc215366d73ac5079d152] | committer: Rémi Denis-Courmont 

Remove getnameinfo and getaddrinfo wrappers

They weren't thread-safe (and did not support IPv6).

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=95a84cda1e26ab6fae7bc215366d73ac5079d152
---

 configure.ac              |   21 +--
 include/vlc_network.h     |   26 ---
 src/libvlccore.sym        |    1 -
 src/network/getaddrinfo.c |  493 ---------------------------------------------
 src/network/io.c          |    2 +-
 src/network/tcp.c         |    2 +-
 src/network/udp.c         |    8 +-
 src/stream_output/sap.c   |    2 +-
 8 files changed, 8 insertions(+), 547 deletions(-)

Diff:   http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=95a84cda1e26ab6fae7bc215366d73ac5079d152


More information about the vlc-commits mailing list