summaryrefslogtreecommitdiffhomepage
path: root/contrib/package/luaposix
AgeCommit message (Collapse)Author
2008-07-26contrib/package: Add luaposix to OpenWRT feedSteven Barth
2008-05-24* Removed luaposix package (was committed to OpenWRT)Steven Barth
2008-05-23* Updated luaposix Makefile (prepare for merge to OpenWRT)Steven Barth
2008-05-22* Changed Makefiles to use mainline LuaSteven Barth
* Added a dispatching shortcut (thanks to Jow)
2008-04-27* Fixed broken commitSteven Barth
2008-04-27(no commit message)Steven Barth
2008-04-05* Added own custom version of LuaSteven Barth
* Updated Lua to produce architecture-independent bytecode * Updated Lua to load bytecode from different endianess * Updated Lua to use optimized integer arithmetic for CPUs without an FPU * Updated haserl-lua to fit to optimized Lua version (hopefully this should fix: "bad header in precompiled chunk" on some platforms) * Luci core will now be bytecompiled and stripped by default to save disk space and CPU time
2008-03-29* Replaced luafilesystem with luaposix librarySteven Barth
* Introduced privilege dropping capability * Automatically drop privileges for "public" to "nobody/nogroup" (as defined in ffluci.uci)