]> git.sesse.net Git - vlc/history - modules/control/http/util.c
Merge branch 1.0-bugfix
[vlc] / modules / control / http / util.c
2009-05-20 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-16 Laurent AimarMerge commit 'origin/1.0-bugfix'
2009-05-16 Rémi Denis-CourmontCompare input item pointers, no need to deref here
2009-05-10 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-10 Rémi Denis-CourmontHTTP: use DIR_SEP(_CHAR)
2009-01-17 Laurent AimarRenamed input_item_AddOpt to input_item_AddOption.
2008-10-16 Scott LyonsProvide more item meta data to HTTP RPN.
2008-10-12 Rémi Denis-CourmontCleanup MRLParse
2008-10-12 Rémi Denis-CourmontMemory leak (CID#266)
2008-10-10 Rémi DuraffortFix potential segfault and move code (CID 178)
2008-09-27 Pierre d'Herbemontplaylist: Move more members as private.
2008-08-24 Antoine CellerierHopefully fix #1910 'When I use the command "mrl playli...
2008-08-14 Pierre d'HerbemontMerge branch 'codecleanup' of git://repo.or.cz/vlc...
2008-08-14 Pierre d'Herbemontcodecleanup: Replace input_Item by input_item.
2008-08-13 Rémi DuraffortCheck asprintf return value.
2008-07-05 Rémi Denis-CourmontBunch of warnings
2008-07-02 Rémi Denis-CourmontHTTP ACL: fail closed, not open
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-22 Rémi Denis-CourmontRemove libvlc->psz_homedir and use config_GetHomeDir...
2008-05-20 Rémi Denis-CourmontFix handle leak
2008-05-20 Rémi Denis-CourmontDon't waste stat() right before opendir().
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-03-13 Rémi DuraffortOne more removing session. (useless test before a free())
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-09-27 Rémi Denis-CourmontFix segmentation fault
2007-09-18 Rémi Denis-CourmontReplace strerror() with %m (or Linux DVB: strerror_r...
2007-09-09 Antoine CellerierOn OSes other than Windows, Mac OS X and BeOS (so it...
2007-09-04 Rémi Denis-CourmontFix crash
2007-08-22 Rafaël CarréInput access locking, part 3 (final).
2007-08-21 Rémi Denis-CourmontFix utf8_readdir usage
2007-08-20 Rémi Denis-CourmontRemove stdio while we're at it.
2007-08-19 Antoine CellerierFix playlist_item_t.i_id vs input_item_t.i_id mess...
2007-08-04 Rémi Denis-CourmontOups
2007-08-04 Rémi Denis-CourmontCompile fix
2007-08-04 Rémi Denis-CourmontSimplify
2007-08-04 Rémi Denis-CourmontCleanup
2007-03-25 Rémi Denis-CourmontAllow URL parameter of arbitrary size (closes #1125)
2007-03-25 Rémi Denis-CourmontRemove debug
2007-03-25 Rémi Denis-CourmontSplit ExtractURIValue into a research and an extract...
2006-12-24 Clément StenacMore cleanup
2006-12-11 Derk-Jan Hartman* one more closedir fix
2006-12-11 Derk-Jan Hartman* another closedir fix
2006-12-11 Derk-Jan Hartman* forwardport: [18328]-[18330]
2006-11-11 Rémi Denis-CourmontUse Unicode wrappers to open HTTP interface files
2006-11-10 Rémi Denis-CourmontDon't use Apple readdir fix twice
2006-11-10 Rémi Denis-CourmontUse free() instead of LocaleFree() for utf8_readdir...
2006-09-24 Clément StenacRename vlc_input_item_* functions to input_Item* for...
2006-09-15 Clément StenacFor consistency, remove references to vlc from libvlc
2006-09-12 Rémi Denis-Courmontcontrol/
2006-06-14 Yoann Peronneau* control/http: fix "pl.current"
2006-05-14 Clément StenacMerge back branch 0.8.6-playlist-vlm to trunk.
2006-04-06 Christophe Massiot * modules/control/http/util.c: Simplify MRLParse,...
2006-04-03 Rémi Denis-Courmont- Do not rewrite “+” as a white space when unescaping...
2006-03-29 Antoine CellerierControl interfaces first string review.
2006-03-27 Rémi Denis-CourmontRemove superfluous (as in implied by the previous one...
2006-03-26 Rémi Denis-Courmont- Use iconv transliteration instead of custom code
2006-03-24 Antoine Celleriertry fixing charset problems. I'll launch a win32 nightl...
2006-03-18 Antoine CellerierHTTP interface: Display estimated item time when available.
2006-03-18 Antoine CellerierExport the fact that a playlist item is read only or...
2006-03-11 Antoine Celleriersrc/playlist/loadsave.c, modules/demux/playlist/*,...
2006-02-18 Rémi Denis-CourmontFix warnings
2006-02-13 Rémi Denis-CourmontAnother bunch of Unicode file names fixes (refs #528)
2006-01-12 Antoine CellerierFSF address change.
2005-12-06 Antoine Cellerierugly dirty horrible thing so that text/xml files don...
2005-11-20 Christophe Mutricyutil.c: Partially revert [12120]. the http interface...
2005-08-29 Christophe Massiot * ALL: New p_vlc->psz_userdir. This is different from...
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-20 Rémi Denis-CourmontFix url converter on win32
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 StenacDie !
2005-08-18 Clément StenacSplit the HTTP interface and begin to document it