]> git.sesse.net Git - vlc/history - modules/control/http/mvar.c
Remove E_()
[vlc] / modules / control / http / mvar.c
2008-05-08 Rémi Denis-CourmontRemove E_()
2008-05-01 Rémi Denis-CourmontNIH syndrome cure (2)
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-03-12 Rémi DuraffortThe last but not the least commit about these useless...
2008-01-28 Rafaël Carrécontrol/http:
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2007-11-23 Rémi Denis-CourmontRemove totally useless transcoding from UTF-8 in HTTP...
2007-10-09 Rafaël Carréhttp: psz_dir is not meant to be a const
2007-10-09 Rafaël CarréPartly revert [20969]. fix #1311
2007-09-18 Rémi Denis-CourmontReplace strerror() with %m (or Linux DVB: strerror_r...
2007-08-30 Rémi Denis-CourmontFlag bug that I am not too sure how to fix.
2007-08-19 Antoine CellerierAnother input_GetItem assert workarround.
2007-08-05 Rémi Denis-CourmontMissing header for INT_MAX
2007-08-04 Rémi Denis-CourmontUse module_* functions
2007-08-04 Rémi Denis-CourmontMinor fixes
2006-11-26 Clément StenacA bit of headers cleanup
2006-11-10 Rémi Denis-CourmontDon't use Apple readdir fix twice
2006-05-14 Clément StenacMerge back branch 0.8.6-playlist-vlm to trunk.
2006-04-30 Rémi Denis-CourmontFix segfault
2006-04-29 Rémi Denis-CourmontAnother overflow
2006-04-29 Rémi Denis-CourmontFix likely stack buffer overflow
2006-03-29 Antoine CellerierFix typos. Thanks to tumu
2006-03-29 Antoine CellerierControl interfaces first string review.
2006-03-27 Rémi Denis-CourmontUse utf8_scandir instead of scandir
2006-03-18 Antoine Cellerier* rpn.c: add "services_discovery_add", "services_discov...
2006-02-19 Antoine CellerierRemove debug message
2006-01-29 Antoine Celleriermodules/control/http/mvar.c : explore vlm_message_t...
2006-01-12 Antoine CellerierFSF address change.
2005-12-15 Christophe Massiot * modules/control/http/mvar.c: Handle file extensions...
2005-12-14 Derk-Jan Hartman* Free scandir results when we are done with them....
2005-08-29 Christophe Massiot * modules/control/http/mvar.c: Under Windows do not...
2005-08-22 Christophe Massiot * src/extras/libc.c: Implemented a vlc_readdir_wrapper...
2005-08-19 Christophe Massiot * modules/control/http/rpn.c: vlc_var_* now take an...
2005-08-18 Clément StenacSplit the HTTP interface and begin to document it