]> git.sesse.net Git - vlc/history - modules/misc/lua/libs/misc.c
lua: implement timers in vlc.misc
[vlc] / modules / misc / lua / libs / misc.c
2010-09-12 Rémi Duraffortlua: implement timers in vlc.misc
2010-04-11 Rémi Denis-CourmontLUA: do not blindly cast object to interface thread...
2010-04-11 Rémi Denis-CourmontLUA: store p_intf->p_sys separately
2010-04-11 Rémi Denis-CourmontLUA: avoid leading underscores
2010-03-02 Antoine CellerierRevert "Use pushliteral instead of pushstring where...
2010-03-02 Antoine CellerierUse pushliteral instead of pushstring where possible...
2010-02-27 Antoine CellerierFix NULL pointer dereferencing due to c58a5af7401735b50...
2010-02-27 Antoine CellerierUse pushliteral instead of pushstring where possible...
2010-02-27 Antoine CellerierDo not store p_this in a table value visible from lua...
2010-02-20 Antoine CellerierDynamically allocate the dir list to prevent potential...
2010-02-07 Rémi Denis-CourmontSplit file path functions out of vlc_charset.h into...
2010-01-24 Rémi Denis-CourmontLUA interface: unlock the mutex sometime
2009-12-27 Antoine CellerierAdd vlc_GetActionId().
2009-12-21 Antoine CellerierFix mutex cancellation.
2009-12-21 Antoine CellerierAdd --data-path option. Access the src share directory...
2009-08-26 Rémi Denis-CourmontRemove config_GetCacheDir
2009-08-24 Rémi Denis-CourmontRemove config_GetUserDataDir()...
2009-08-24 Rémi Denis-CourmontRemove config_GetUserConfDir
2009-08-24 Rémi Denis-CourmontAdd a directory type parameter to config_GetHomeDir
2009-01-24 Rémi Denis-CourmontUse libvlc_Quit
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_...
2009-01-05 Rémi Denis-CourmontLUA: remove misc.signal() - this API does not make...
2008-09-14 Rémi Denis-CourmontGrrr at subsubsubsubdirectories
2008-09-10 Antoine CellerierAdd new functions to Lua API.
2008-09-08 Rémi Denis-CourmontFix cut&paste error in 1014a2aa09d4c4a529407b221676f913...
2008-08-28 Rémi Denis-Courmontvlc_object_lock_and_wait: broken by design, remove
2008-08-01 Rémi DuraffortFix memleaks (use vlclua_dir_list_free).
2008-06-15 Antoine CellerierAdd a global documentation for all the Lua modules.
2008-06-15 Antoine CellerierImplement Lua objects in the C code directly. Fix most...