]> git.sesse.net Git - vlc/history - src/modules/cache.c
Use var_Inherit* instead of var_CreateGet*.
[vlc] / src / modules / cache.c
2010-04-24 Rémi DuraffortFix signess.
2010-04-24 Rémi DuraffortSecond attempt to use a dynamic array shortcuts (this...
2010-04-21 Rémi Denis-CourmontRevert "Modules: use a dynamic array for the shortcuts...
2010-04-21 Rémi DuraffortModules: use a dynamic array for the shortcuts (this...
2010-03-13 Rémi Denis-CourmontDo not put copyright statement where it does not belong
2010-02-07 Rémi Denis-Courmontutf8_* -> vlc_* (sed roxxors)
2010-02-07 Rémi Denis-CourmontSplit file path functions out of vlc_charset.h into...
2010-02-04 Rémi Denis-CourmontFix memory leak and dummy warning
2010-02-01 Rémi Denis-CourmontNo need to create a directory to write the cache anymore
2010-01-30 Rémi Denis-CourmontSave plugins cache into corresponding plugins directory
2010-01-30 Rémi Denis-CourmontAdd some const
2010-01-30 Rémi Denis-CourmontLoad/delete plugins cache from plugins directory
2010-01-30 Rémi Denis-CourmontMore verbose error when failing to load the cache file
2010-01-30 Rémi Denis-CourmontEnable loading "the" cache multiple times
2010-01-30 Rémi Denis-Courmont0 -> NULL
2010-01-28 Rémi Denis-CourmontLoad out-of-tree plugin's text domain
2010-01-28 Rémi Denis-CourmontKeep track of plugin text domain
2010-01-27 Rémi Denis-CourmontRemove write-only b_used property from cache entries
2010-01-27 Rémi Denis-CourmontRemove always false b_junk cache entry property
2010-01-25 Rémi Denis-CourmontConsistency loading -> saving
2010-01-25 Rémi Denis-CourmontUse utf8_unlink
2010-01-25 Rémi Denis-CourmontUseless headers
2010-01-25 Rémi Denis-CourmontModules cache: refactor, no functional changes
2010-01-25 Rémi Denis-CourmontRemove CACHEDIR.tag
2010-01-23 Rémi Denis-CourmontRemove the old module config lock
2010-01-21 Rémi Denis-Courmont0 -> NULL
2010-01-20 Rémi Denis-CourmontSave the fact that an item has a callback, not the...
2010-01-16 Rémi Denis-CourmontRemove sys/types.h check
2010-01-14 Rémi Denis-CourmontRemove CPU capability from modules
2010-01-10 Rémi Denis-CourmontMake plugin cache name dependent on CPU capabilities
2010-01-06 Rémi Denis-CourmontRemove unused modules_t.b_reentrant
2009-12-06 Rémi Denis-CourmontUse xmalloc
2009-12-05 JP DingerAdd some more assert()s for unchecked malloc().
2009-11-09 Rémi Denis-CourmontRemove language from plugin cache
2009-08-27 Pierre YnardWinCE: add replacement getpid() function
2009-08-26 Rémi Denis-CourmontRemove config_GetCacheDir
2009-05-14 Pierre Ynardwince: replace getpid by GetCurrentProcessId
2009-05-14 Rémi Denis-CourmontMerge commit 'origin/1.0-bugfix'
2009-05-13 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-13 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-13 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-13 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-12 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-12 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-11 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-11 Rémi Denis-CourmontMerge commit 'origin/1.0-bugfix'
2009-05-10 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-10 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-10 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-09 Pierre Ynardwince: replace getpid by GetCurrentProcessId
2009-05-07 Rémi Denis-CourmontUse utf8_rename
2009-05-07 Rémi Denis-Courmontremove -> utf8_unlink
2009-05-06 Rémi Denis-CourmontAtomically update the cache file
2009-04-26 Rémi Denis-CourmontForce plugins cache rebuild due to previous commit
2008-10-05 Rémi Denis-CourmontBury the module pointer inside modules.c
2008-10-05 Rémi Denis-CourmontCleanup b_cache_delete
2008-09-25 Rémi Denis-CourmontFix cache save submodule recursion
2008-09-24 Rémi Denis-CourmontSave submodules in the same order as we create/load...
2008-09-21 Rémi Denis-Courmontmodule_t: use GC subsystem instead of objects
2008-09-06 Rémi Denis-CourmontRemove memory error message
2008-09-01 Rémi Denis-CourmontCacheName: inline and thread-safe
2008-08-30 Rémi Denis-Courmontp_module_bank: move out of vlc_global
2008-08-13 Rémi DuraffortFix previous commit (thanks jb).
2008-08-13 Rémi DuraffortWe don't need size here to check asprintf value.
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