]> git.sesse.net Git - vlc/history - modules/control/http/http.h
Remove useless <dirent.h> check
[vlc] / modules / control / http / http.h
2010-08-03 Rémi Denis-CourmontRemove useless <dirent.h> check
2010-06-11 Jakob Lebenhttp: add warning about locking
2010-04-08 Rémi Denis-CourmontHTTP old: use vlc_sd_GetNames(), fix #3490
2010-03-09 Rémi Denis-CourmontConstify (fixes #1391)
2010-03-09 Rémi Denis-CourmontFileToUrl does not need to be extern
2010-02-07 Rémi Denis-CourmontSplit file path functions out of vlc_charset.h into...
2010-01-11 Rémi Denis-CourmontRemove useless <fcntl.h> inclusions
2010-01-11 Rémi Denis-CourmontRemove useless <ctype.h> inclusions
2010-01-11 Rémi Denis-CourmontRemove useless <sys/stat.h> includes
2010-01-11 Rémi Denis-CourmontRemove useless <errno.h> inclusions
2009-12-08 Rémi Duraffortfix doxygen documentation.
2009-07-23 Jean-Baptiste KempfUse Brackets for global headers.
2009-04-10 Rémi Denis-CourmontRemove useless (very partially used) check for errno.h
2008-10-12 Rémi Denis-CourmontCleanup MRLParse
2008-08-24 Antoine CellerierHopefully fix #1910 'When I use the command "mrl playli...
2008-06-28 Rémi Denis-CourmontRemove unused parameter
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
2008-05-08 Rémi Denis-CourmontRemove E_()
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-28 Rafaël Carrécontrol/http:
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-01 Rémi Denis-CourmontMake a bunch of HTTP macro functions static
2007-09-23 Rémi Denis-CourmontDo not leak the art handler from HTTP interface - fixes...
2007-09-22 Rémi Denis-CourmontHTTP control interface does not depend on TLS directly...
2007-08-30 Rémi Denis-CourmontFix #include order
2007-08-04 Rémi Denis-CourmontMinor fixes
2007-03-25 Rémi Denis-CourmontAllow URL parameter of arbitrary size (closes #1125)
2007-03-25 Rémi Denis-CourmontSplit ExtractURIValue into a research and an extract...
2006-11-26 Clément StenacA bit of headers cleanup
2006-05-14 Clément StenacMerge back branch 0.8.6-playlist-vlm to trunk.
2006-04-03 Rémi Denis-Courmont- Do not rewrite “+” as a white space when unescaping...
2006-03-24 Antoine Celleriertry fixing charset problems. I'll launch a win32 nightl...
2006-03-20 Christophe Massiot * modules/control/http: Content-Type should be case...
2006-03-18 Antoine Cellerier* rpn.c: add "services_discovery_add", "services_discov...
2006-02-01 Rémi Denis-CourmontFixed some warnings
2006-01-12 Antoine CellerierFSF address change.
2005-08-26 Christophe Massiot * src/extras/libc.c: Implemented a wrapper around...
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 StenacFix consistency of some function names
2005-08-18 Clément StenacSplit the HTTP interface and begin to document it