51 Commits (4860e4e3b097a242deb1a07e29afeaa16ac75257)

Author SHA1 Message Date
Denis Charmet 1ffcc4e53a Allow custom HTTP headers for httpd_Stream 12 years ago
Steinar H. Gunderson 79ced312c7 httpd: Start new clients only at keyframes. 13 years ago
Rémi Denis-Courmont d521b25d6f Move httpd typedefs to <vlc_httpd.h> 14 years ago
Rémi Denis-Courmont f478936f9e httpd: remove ACL support 14 years ago
Rémi Denis-Courmont e8150e4308 Remove unused ACL parameter of httpd_StreamNew() 14 years ago
Rémi Denis-Courmont 339ef8e2d3 Rename and remove unused ACL parameter of httpd_UrlNewUnique() 14 years ago
Rémi Denis-Courmont a053ede027 Removed unused httpd_UrlNew() 14 years ago
Jean-Baptiste Kempf 36ab287e77 LGPL 15 years ago
Rémi Denis-Courmont 56ee33a212 HTTPd: remove never used channel & bidirectional modes 15 years ago
Rémi Denis-Courmont 7656b8c5ca Factor HTTP/HTTPS/RTSP port in core 15 years ago
Rémi Denis-Courmont de8438c302 httpd_ServerIP(): return server port too 15 years ago
Rémi Denis-Courmont 0af9a41a91 Factor HTTP/HTTPS/RTSP (bind) address in core 15 years ago
Rémi Denis-Courmont e5c2a63d04 Use separate functions for RTSP and HTTP hosts 15 years ago
Rémi Denis-Courmont 73a0a9f96b Factor HTTP/TLS server code into httpd core 15 years ago
Rémi Denis-Courmont 92f1b3aee7 Rename LIBVLC_* function attributes to VLC_* within plugin API 15 years ago
Rémi Denis-Courmont 6f258887aa Replace VLC_EXPORT macro with a simple prefix, VLC_API 15 years ago
Pierre Ynard 28c4cb7455 Fix spelling: an URL -> a URL 15 years ago
Rémi Duraffort ec87e89b59 Core: add some LIBVLC_USED. 16 years ago
Rémi Denis-Courmont 081b18a15b Privatize httpd_MsgInit and httpd_MsgClean 18 years ago
Jean-Paul Saman ebd800345f Add a bunch of \file doxygen comments 18 years ago
Rémi Denis-Courmont c0f4bfc5d8 Headers: use non-reserved identifiers for multi-inclusion protection 18 years ago
Rémi Denis-Courmont fbb8255dcf Remove __LIBVLC__ test 18 years ago
Rémi Denis-Courmont 9d85c35d50 Fix HAVE_ATTRIBUTE_FORMAT usage - refs #297 18 years ago
Antoine Cellerier 4f2ae2af08 Return the p_sys pointer in the httpd_{Handler,File}Delete functions (in case you need it to clean up stuff). 19 years ago
Rémi Denis-Courmont 29cd2f9042 Fix up HTTP/RTSP version detection: 19 years ago
Rémi Denis-Courmont f464bb35e8 All: missing ATTRIBUTE_FORMAT 19 years ago
Rémi Denis-Courmont 50e9af2047 Don't claim to support HTTP 1.x where x > 1 19 years ago
Rémi Denis-Courmont 653329ea28 Add some const qualifiers 19 years ago
Rémi Denis-Courmont 649ddb6f64 Centralize HTTP/RTSP error text 19 years ago
Clément Stenac fbf4c8060d A bit of vlc/libvlc cleanup: 20 years ago
Rémi Denis-Courmont 5d10806a80 Hide some httpd structures from modules 20 years ago
Clément Stenac d3fe7f2879 A bit of headers cleanup 20 years ago
Rémi Denis-Courmont 9ad4af7c88 Const fixes 20 years ago
Clément Stenac baacaea316 Partial rewrite of stats to avoid lookups (Closes:#693) 20 years ago
Jean-Paul Saman e611fdaed9 Play VOD RTSP from Amino STB with RTSP url: 'rtsp://192.168.0.5:5554//192.168.0.5:5554/dvd;type=VOD;servertype=MediaBase' Note the double slash // between the ip-addresses. Patch by Rob Casey (rob dot casey AT swishgroup dot com dot au) 20 years ago
Clément Stenac 70e482eaea Display IP of client in debug 20 years ago
Rémi Denis-Courmont 31683caff4 Code reuse 20 years ago
Rémi Denis-Courmont 4097f9fab3 Remove outdated comment 20 years ago
Antoine Cellerier 2cb472dba0 FSF address change. 21 years ago
Christophe Massiot fe927c0f05 * src/extras/libc.c: Implemented a wrapper around fork() and execve() 21 years ago
Rémi Denis-Courmont aed69fef62 * modules/control/http.c : specify UTF-8 as charset (closes #236) 21 years ago
Rémi Denis-Courmont 81dd5aa6a5 - Add httpd_ServerIP() to obtain HTTP server's IP used with a given client 21 years ago
Rémi Denis-Courmont e6a2e27bbb Better ACL API (full rewrite) 21 years ago
Rémi Denis-Courmont 3de41d49fd All signedness fixes 21 years ago
Rémi Denis-Courmont fe087a3828 Make Zorglub less unhappy 21 years ago
Rémi Denis-Courmont 85b29bdc28 Copyright fixes 21 years ago
Christophe Massiot 5f9a5f7ccf * modules/control/http.c: Added support for .hosts files detailing hosts 21 years ago
Rémi Denis-Courmont f59392ef8d Support for re-using the same TLS/SSL httpd hosts for multiple stream ouputs; 21 years ago
Rémi Denis-Courmont 319c08cea9 Export HTTP/SSL support otherwise it's not much use 22 years ago
Laurent Aimar 7db4c54cc5 * all: forgot to commit theses files. 22 years ago