]> git.sesse.net Git - vlc/history - modules/access_output/http.c
Merge branch 'master' into lpcm_encoder
[vlc] / modules / access_output / http.c
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.
2004-03-11 Laurent Aimar * access_output: sout_buffer_t -> block_t.
2004-03-09 Gildas Bazin* include/vlc_common.h: free tab if empty in TAB_REMOVE().
2004-03-06 Laurent Aimar * http, udp: update p_sout->i_out_pace_nocontrol.
2004-03-03 Laurent Aimar * http: ported to new httpd.
2004-02-03 Laurent Aimar * http: Err -> Warn for Seek.
2004-01-25 Felix Paul Kühnestring review by Christophe Mutricy aka xtophe
2004-01-15 Gildas Bazin* modules/access_output/http.c: fixed small mem leak...
2003-12-06 Jean-Paul SamanFixed compiler waring about signed - unsigned comparisi...
2003-08-25 Laurent Aimar * http: added alias "mmsh" to output as mmsh (work...
2003-08-24 Laurent Aimar * http: added wma/wmv mime type.
2003-08-03 Benjamin Pracht* modules/access_out/http.c :
2003-07-31 Benjamin Pracht* modules/access_out/http.c
2003-03-06 Laurent Aimar * http: lalala, forgot one line :)
2003-02-25 Laurent Aimar * stream_output.* : added a flags variable to sout_buf...
2003-02-23 Laurent Aimar * modules/access_output/http : http output.