]> git.sesse.net Git - vlc/commit
- Add httpd_ServerIP() to obtain HTTP server's IP used with a given client
authorRémi Denis-Courmont <rem@videolan.org>
Fri, 29 Jul 2005 17:53:50 +0000 (17:53 +0000)
committerRémi Denis-Courmont <rem@videolan.org>
Fri, 29 Jul 2005 17:53:50 +0000 (17:53 +0000)
commit81dd5aa6a5b0a654601714792705d4704b573337
tree6040dced222ddc187eb5b4f22af76d97daeed61b
parent7a8c3950657c765de550fb62122f243470eec9da
- Add httpd_ServerIP() to obtain HTTP server's IP used with a given client
(much like httpd_ClientIP())
- Rewrite httpd_ClientIP() to use existing API and not use malloc/free
include/vlc_httpd.h
include/vlc_symbols.h
modules/misc/rtsp.c
modules/stream_out/rtp.c
src/misc/httpd.c