]> git.sesse.net Git - vlc/history - src/modules/cache.c
Don't leak every https parameters.
[vlc] / src / modules / cache.c
2008-07-03 Christophe MutricyAllow binary maintainer to pass a custom string
2008-06-17 Rémi Denis-CourmontMove object lock and condition into the internals
2008-05-31 Rémi Denis-Courmontlibvlc: use vlc_common.h (libvlccore) instead of vlc...
2008-05-16 Rémi Denis-CourmontHide i_children and pp_children away
2008-05-06 Rémi Denis-CourmontUse config_GetCacheDir internally
2008-05-05 Rémi Denis-CourmontHide psz_(cache|config|data)dir
2008-05-05 Rafaël CarréDo not leak the object name
2008-05-05 Rafaël CarréFix leaking of psz_object_name
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émodules CacheFind(): remove unused parameter
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2007-12-17 Rémi Denis-CourmontAdd support for aliases through vlc_config_set
2007-12-12 Rémi Denis-CourmontHandle I/O errors while writing the cache file
2007-12-12 Rémi Denis-CourmontRemove some cruft
2007-12-12 Rémi Denis-CourmontSplit the over-large module.c