]> git.sesse.net Git - vlc/history - modules/access_output/http.c
Fix Metacube header handling with multiple header blocks.
[vlc] / modules / access_output / http.c
2015-03-29 Steinar H. GundersonFix Metacube header handling with multiple header blocks. master
2015-03-13 Jean-Baptiste KempfConsistent strings to avoid duplications
2014-05-15 Jean-Baptiste KempfRemove unnecessary vlc_playlist.h include
2014-02-25 Rafaël Carréhttp output: fix off-by-one
2014-02-24 Denis CharmetUse vlc function for host to network conversions
2014-02-24 Steinar H. GundersonSupport the Metacube protocol when streaming over HTTP.
2013-09-16 Steinar H. Gundersonhttpd: Start new clients only at keyframes.
2013-08-02 Jean-Baptiste KempfRelicense access outputs to LGPL
2012-08-21 Rémi Denis-Courmonthttp out: remove dead code
2012-04-01 Rémi Denis-CourmontRemove unused ACL parameter of httpd_StreamNew()
2011-12-18 Pierre Ynardhttp output: print warnings when setting the server...
2011-10-04 Pierre YnardHTTP out: add glue code to set httpd configuration
2011-10-04 Pierre YnardHTTP out: fix error message
2011-09-28 Rémi Denis-CourmontHTTP: deal with https in warning too
2011-09-28 Rémi Denis-CourmontHTTP out: clarify dst= syntax change error
2011-09-24 Rémi Denis-CourmontPhony error if old HTTP output syntax is used and avoid...
2011-09-24 Rémi Denis-CourmontRemove unused defines
2011-08-08 Rémi Denis-Courmonthttp out: Do not look for removed variables
2011-08-02 Rémi Denis-CourmontFactor HTTP/HTTPS/RTSP port in core
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
2010-12-21 Francois CartegnieFiles and paths are not string variables (for Qt)
2010-10-22 Rémi Denis-Courmontadd_bool: remove callback parameter
2010-10-22 Rémi Denis-Courmontadd_password: remove callback parameter
2010-10-22 Rémi Denis-CourmontRemove legacy parameter from add_string()
2010-06-12 Rémi Duraffortmodules: use the new add_shortcut capability (add multi...
2010-06-06 Rémi Denis-Courmontvar_InheritInteger -> var_InheritBool
2010-02-09 Rémi Denis-CourmontRemove pl_Release, and rename pl_Hold back to pl_Get
2009-12-30 Rémi Denis-Courmonthttp output: kill config_Get (commented out anyway)
2009-12-06 Rémi Denis-CourmontDo not assert memory allocations
2009-12-05 JP DingerReplace argument = realloc( argument, size ); with...
2009-07-23 Rémi Durafforthttp access_out: factorize.
2009-07-23 Rémi DuraffortGlobal include not local.
2009-07-15 Rémi DuraffortRemove nestead assignement.
2009-07-09 Rémi Denis-CourmontHTTPS out: handle cert paths from the sout chain, not...
2009-06-15 Rémi DuraffortUse add_password instead of add_string when applicable.
2009-01-27 Rémi Denis-CourmontTrailing ;
2009-01-26 Rémi Duraffortaccess_http: fix segfault due to unitialised bonjour...
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-09-27 Rémi Denis-CourmontDisable horribly broken Bonjour code.
2008-09-20 Antoine Celleriers/pl_Yield/pl_Hold/
2008-09-08 Rémi Denis-CourmontHTTP access_out: fix binding to an IPv6 address
2008-08-29 Rémi Denis-CourmontImplement ACCESS_OUT_CONTROLS_PACE as needed
2008-08-20 Rémi DuraffortFix warnings.
2008-08-01 Rémi DuraffortDon't leak every https parameters.
2008-07-25 Rémi DuraffortUse pl_Release with the right argument.
2008-06-22 Rémi DuraffortRemove unneeded msg_Error.
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
2008-05-27 Rémi Denis-CourmontA lot of missing const in options lists
2008-05-21 Rémi Denis-CourmontUse gettext_noop() consistently
2008-05-08 Rémi Denis-CourmontInclude vlc_plugin.h as needed
2008-04-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2008-01-16 Rémi Denis-CourmontRevert the so-called whitelisting commits that are...
2008-01-16 Rafaël Carréinput options whitelisting, step 2 (refs #1371)
2007-12-09 Rémi Denis-CourmontUse (s)size_t for pf_read and pf_write.
2007-10-09 Rafaël Carréhttp output: fix bonjour advertising
2007-09-30 Rémi Denis-CourmontRemove FREE() macro, since free() does the same internally
2007-08-22 Rafaël CarréInput access locking, part 3 (final).
2007-08-20 Rémi Denis-CourmontRemove stdio while we're at it.
2007-08-20 Rémi Denis-CourmontRemove stdlib.h
2007-03-23 Christophe MutricyFix the strings.
2007-02-15 Rémi Denis-CourmontHTTP and UDP access outputs return byte count
2007-02-10 Rémi Denis-Courmonts/psz_name/psz_path/ for consistency
2007-02-10 Rémi Denis-CourmontFix warnings
2006-11-26 Clément StenacA bit of headers cleanup
2006-10-10 Felix Paul Kühne* forward-port [17020]
2006-10-09 Christophe Mutricyforward port [17012] and make update-po
2006-10-01 Antoine CellerierRename all sout_Cfg* stuff to config_Chain* (as it...
2006-09-17 Clément StenacDon't use find for the playlist
2006-08-03 Clément StenacFix duplicate definitions of FREE
2006-05-16 Derk-Jan Hartman* don't fail http output if AVAHI support is enabled...
2006-05-14 Clément StenacFix http access output with bonjour
2006-04-23 Rémi Denis-CourmontAdd missing white space
2006-04-23 Rémi Denis-CourmontRemove extra white space
2006-04-11 Clément StenacMore strings
2006-03-30 Clément StenacAccess strings (Refs:#438)
2006-01-29 Rémi Denis-Courmontuse vlc-https instead of vlc-http when using TLS
2006-01-29 Rémi Denis-CourmontFix output stream leak in case of Avahi error
2006-01-29 Rémi Denis-CourmontClean up
2006-01-23 Christophe Mutricyhttp.c: add an option to disable bonjour (closes #509).
2006-01-12 Antoine CellerierFSF address change.
2005-09-09 Jon Lech Johansen * Bonjour services discovery module using avahi.
2005-07-12 Rémi Denis-CourmontBetter ACL API (full rewrite)
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-12-16 Clément StenacFix a bug with preferences
2004-12-11 Clément StenacImprovements to preferences
2004-11-15 Benjamin Prachtdon't forget to add options to *ppsz_sout_options...
2004-11-13 Clément StenacMerge string fixes
2004-11-06 Rémi Denis-CourmontHTTP/SSL stream output
2004-07-10 Laurent Aimar * all: sout_ParseCfg -> sout_CfgParse.
2004-07-07 Laurent Aimar * http: added a mime option.
2004-04-27 Sam Hocevar * Massive spelling corrections.
2004-04-25 Clément StenacAdd option descriptions
2004-04-24 Laurent Aimar * all: use sout_ParseCfg.
next