]> git.sesse.net Git - vlc/history - modules/misc/lua/intf.c
Add --data-path option. Access the src share directory now works from build tree.
[vlc] / modules / misc / lua / intf.c
2009-12-21 Antoine CellerierAdd --data-path option. Access the src share directory...
2009-12-21 Antoine CellerierFix blocking/non-blocking accept in lua interface.
2009-11-12 Rémi Duraffortlua_intf: fix memleaks.
2009-11-12 Rémi Duraffortlua_intf: fix memleak.
2009-10-10 Rémi Duraffortlua: fix potential memleak.
2009-01-19 Antoine CellerierHere too (and I'll stop spamming for today)
2009-01-19 Antoine CellerierUse config chain in lua intf module.
2009-01-19 Antoine CellerierFix horrible typo and vlc.misc.should_die() function.
2009-01-12 Rémi Denis-CourmontLUA intf: fix lock_and_wait, and stop using vlc_object_...
2008-09-03 Rémi Denis-CourmontPull cancellation into (most) remaining interfaces
2008-08-03 Justus PiaterDeclared many static variables const
2008-08-01 Rémi DuraffortFix memleaks (use vlclua_dir_list_free).
2008-08-01 Rémi Duraffortlua/intf: Fix a memleak.
2008-08-01 Rémi DuraffortFix potential memleak.
2008-06-15 Antoine CellerierImplement Lua objects in the C code directly. Fix most...
2008-06-09 Christophe MutricyTypo (pointed by Bruno Queirós)
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-04-02 Antoine CellerierMove lua{intf,playlist,meta} to lua/{intf,playlist...
2008-03-08 Antoine CellerierAdd a function to get the current playlist item in...
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2007-11-24 Antoine CellerierOops, forgot this file.
2007-11-12 Antoine CellerierFix problem with the search lua wrapper (it always...
2007-11-12 Antoine CellerierAdd services discovery support and enhance playlist...
2007-11-10 Antoine CellerierPort the http interface to the Lua Interface Module...
2007-11-05 Antoine Cellerier * modules/misc/lua:
2007-11-04 Antoine CellerierAdd a new type of VLC Lua module: Interfaces.