]> git.sesse.net Git - vlc/history - include/vlc_httpd.h
aout: add wait parameter to aout_DecFlush()
[vlc] / include / vlc_httpd.h
2014-02-17 Denis CharmetAllow custom HTTP headers for httpd_Stream
2013-09-16 Steinar H. Gundersonhttpd: Start new clients only at keyframes.
2012-04-02 Rémi Denis-CourmontMove httpd typedefs to <vlc_httpd.h>
2012-04-01 Rémi Denis-Courmonthttpd: remove ACL support
2012-04-01 Rémi Denis-CourmontRemove unused ACL parameter of httpd_StreamNew()
2012-04-01 Rémi Denis-CourmontRename and remove unused ACL parameter of httpd_UrlNewU...
2012-04-01 Rémi Denis-CourmontRemoved unused httpd_UrlNew()
2011-11-27 Jean-Baptiste KempfLGPL
2011-11-03 Rémi Denis-CourmontHTTPd: remove never used channel & bidirectional modes
2011-08-02 Rémi Denis-CourmontFactor HTTP/HTTPS/RTSP port in core
2011-08-02 Rémi Denis-Courmonthttpd_ServerIP(): return server port too
2011-08-02 Rémi Denis-CourmontFactor HTTP/HTTPS/RTSP (bind) address in core
2011-08-02 Rémi Denis-CourmontUse separate functions for RTSP and HTTP hosts
2011-08-02 Rémi Denis-CourmontFactor HTTP/TLS server code into httpd core
2011-05-07 Rémi Denis-CourmontRename LIBVLC_* function attributes to VLC_* within...
2011-05-07 Rémi Denis-CourmontReplace VLC_EXPORT macro with a simple prefix, VLC_API
2011-04-03 Pierre YnardFix spelling: an URL -> a URL
2010-07-05 Rémi DuraffortCore: add some LIBVLC_USED.
2008-10-22 Rémi Denis-CourmontPrivatize httpd_MsgInit and httpd_MsgClean
2008-08-13 Jean-Paul SamanAdd a bunch of \file doxygen comments
2008-08-11 Rémi Denis-CourmontHeaders: use non-reserved identifiers for multi-inclusi...
2008-06-06 Rémi Denis-CourmontRemove __LIBVLC__ test
2008-05-26 Rémi Denis-CourmontFix HAVE_ATTRIBUTE_FORMAT usage - refs #297
2007-11-07 Antoine CellerierReturn the p_sys pointer in the httpd_{Handler,File...
2007-09-24 Rémi Denis-CourmontFix up HTTP/RTSP version detection:
2007-09-11 Rémi Denis-CourmontAll: missing ATTRIBUTE_FORMAT
2007-09-02 Rémi Denis-CourmontDon't claim to support HTTP 1.x where x > 1
2007-08-30 Rémi Denis-CourmontAdd some const qualifiers
2007-08-21 Rémi Denis-CourmontCentralize HTTP/RTSP error text
2006-12-03 Clément StenacA bit of vlc/libvlc cleanup:
2006-12-01 Rémi Denis-CourmontHide some httpd structures from modules
2006-11-26 Clément StenacA bit of headers cleanup
2006-11-24 Rémi Denis-CourmontConst fixes
2006-06-15 Clément StenacPartial rewrite of stats to avoid lookups (Closes:...
2006-04-27 Jean-Paul SamanPlay VOD RTSP from Amino STB with RTSP url: 'rtsp:...
2006-03-18 Clément StenacDisplay IP of client in debug
2006-03-02 Rémi Denis-CourmontCode reuse
2006-03-02 Rémi Denis-CourmontRemove outdated comment
2006-01-12 Antoine CellerierFSF address change.
2005-08-26 Christophe Massiot * src/extras/libc.c: Implemented a wrapper around...
2005-08-04 Rémi Denis-Courmont * modules/control/http.c : specify UTF-8 as charset...
2005-07-29 Rémi Denis-Courmont- Add httpd_ServerIP() to obtain HTTP server's IP used...
2005-07-12 Rémi Denis-CourmontBetter ACL API (full rewrite)
2005-07-10 Rémi Denis-CourmontAll signedness fixes
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-06-17 Christophe Massiot * modules/control/http.c: Added support for .hosts...
2005-05-22 Rémi Denis-CourmontSupport for re-using the same TLS/SSL httpd hosts for...
2004-11-04 Rémi Denis-CourmontExport HTTP/SSL support otherwise it's not much use
2004-03-22 Laurent Aimar * all: forgot to commit theses files.
2004-03-03 Laurent Aimar * include/httpd.h, modules/misc/httpd.c: remove old...