]> git.sesse.net Git - vlc/history - modules/misc/lua/intf.c
lua_intf: also provide the --rc-host option for backward compatibility.
[vlc] / modules / misc / lua / intf.c
2010-09-09 Rémi Duraffortlua_intf: also provide the --rc-host option for backwar...
2010-06-17 Rémi Duraffortluatelnet: the oldtelnet options are now working well...
2010-06-11 Ilkka OllakkaRevert "Revert "redundant includes of vlc_playlist.h""
2010-06-11 Jakob LebenRevert "redundant includes of vlc_playlist.h"
2010-06-11 Jakob Lebenredundant includes of vlc_playlist.h
2010-06-06 Jean-Philippe AndréLua: remove 'http' shortcut.
2010-06-02 Rémi Duraffortluahttp: use the same options as the http interface.
2010-05-29 Rémi Denis-CourmontPut http alias back from LUA to native
2010-04-11 Rémi Denis-CourmontLUA: store p_intf->p_sys separately
2010-03-28 Rémi DuraffortLua: fix interface selection.
2010-03-07 Rémi Denis-CourmontLUA: (really) fix infinite loop
2010-02-27 Antoine CellerierDon't use printf to print debug output.
2010-02-27 Antoine CellerierDo not store p_this in a table value visible from lua...
2010-02-20 Antoine CellerierExport VLC's md5 API.
2010-02-16 Fabio RitrovatoLua intf: missing lua_close()
2010-02-13 Antoine CellerierExport vlc's xml api.
2010-02-13 Antoine CellerierSetup lua module search path
2010-02-07 Rémi Denis-CourmontSplit file path functions out of vlc_charset.h into...
2010-02-06 Antoine CellerierAlso load .luac files.
2010-02-06 Rémi Denis-CourmontLUA: fopen/fclose -> stat
2010-02-06 Antoine CellerierFix lua intf thread cancellation and cleanup properly...
2010-01-28 Rémi Denis-CourmontLUA: use psz_intf instead of b_force
2010-01-24 Rémi Denis-CourmontLUA interface: correct/simplify error handling
2010-01-24 Rémi Denis-CourmontLUA: fix busy loop with "luahttp" and "luarc" shortcuts
2010-01-04 Antoine CellerierUse [[ ]] delimiter for string in order to prevent...
2010-01-04 Antoine CellerierFix indentation.
2009-12-30 Antoine CellerierPartially fix interface parsing order when multiple...
2009-12-30 Antoine CellerierOnly default to rc.lua if module loading wasn't forced...
2009-12-30 Pierre d'Herbemontlua/intf: Default to rc instead of dummy since rc has...
2009-12-28 Antoine CellerierRevert "lua: Make sure it builds with --disable-nls."
2009-12-28 Pierre d'Herbemontlua: Make sure it builds with --disable-nls.
2009-12-27 Antoine CellerierExperimental lua gettext support.
2009-12-21 Antoine CellerierDeprecate the C rc, http and telnet interfaces. They...
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.