]> git.sesse.net Git - vlc/commit
* src/extras/libc.c: Implemented a wrapper around fork() and execve()
authorChristophe Massiot <massiot@videolan.org>
Fri, 26 Aug 2005 18:15:21 +0000 (18:15 +0000)
committerChristophe Massiot <massiot@videolan.org>
Fri, 26 Aug 2005 18:15:21 +0000 (18:15 +0000)
commitfe927c0f058f3f9b27a48524ff9471ae1082f1bc
tree8bd62d544830324d7b4539e4532c82bdce172899
parent375abfbdd16fa92a9a23f94a87d1b6ce0ca48c25
 * src/extras/libc.c: Implemented a wrapper around fork() and execve()
   to spawn an external process and get its output. Only implemented for
   UNIX-style systems at present.
 * src/misc/httpd.c: New "handler" node type which bypasses the internal
   HTTPD behaviour.
 * modules/control/http: New --http-handlers option to dedicate
   particular extensions to external programs (PHP or Perl for instance).
   This is in accordance with the CGI/1.1 specification.
configure.ac
include/vlc_common.h
include/vlc_httpd.h
include/vlc_symbols.h
modules/control/http/http.c
modules/control/http/http.h
modules/control/http/util.c
src/extras/libc.c
src/misc/httpd.c