]> git.sesse.net Git - vlc/history - modules/misc/lua/libs/net.c
Use pushliteral instead of pushstring where possible. Saves a strlen call.
[vlc] / modules / misc / lua / libs / net.c
2010-02-27 Antoine CellerierUse pushliteral instead of pushstring where possible...
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-06 Antoine CellerierFix lua intf thread cancellation and cleanup properly...
2010-01-11 Rémi Denis-CourmontRemove useless <sys/stat.h> includes
2010-01-09 Antoine CellerierRemove vlc.net.select() and fd_set.
2010-01-09 Antoine CellerierRemove timeout parameter from lua listner:accept().
2010-01-09 Antoine CellerierRemove linux specific poll flag.
2010-01-09 Antoine CellerierAdd vlc.net.poll() and use in modules/host.lua.
2010-01-06 Antoine CellerierRemove use of select/poll timeouts in lua rc and telnet...
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-10-05 Rémi Denis-Courmontnet_Accept: remove timeout parameter
2008-06-15 Antoine CellerierUpdate lua intf scripts to new API (untested).
2008-06-15 Antoine CellerierImplement Lua objects in the C code directly. Fix most...