summaryrefslogtreecommitdiffhomepage
path: root/libs/core/luasrc/util.lua
AgeCommit message (Expand)Author
2010-10-30libs/core: introduce luci.util.imatch()Jo-Philipp Wich
2010-03-18libs/core: disable runtime byte code stripping, it causes lvm errors (OpenWrt...Jo-Philipp Wich
2009-07-29libs/core: properly handle udata values in overloaded string format operatorJo-Philipp Wich
2009-07-27Optimize util.threadlocal, Add luci.store as global threadlocal storeSteven Barth
2009-07-25libs/core: support udata util.striptags(), optimizie copcall implementationJo-Philipp Wich
2009-07-23libs/core: util.lua optimize get() and set() accessors of threadlocalsJo-Philipp Wich
2009-07-19convert luci.fs users to nixio.fs apiJo-Philipp Wich
2009-07-10libs/core: trigger garbage collection in coxpcall() if 80% of the allocated m...Jo-Philipp Wich
2009-07-10libs/core: optimize strip_bytecode() memory usage by avoiding string concaten...Jo-Philipp Wich
2009-01-25libs/core: further fixes for luci.util.pcdata(), fix wrong character range an...Jo-Philipp Wich
2009-01-25libs/core: rework luci.util.pcdata() to also escape ascii control charsJo-Philipp Wich
2008-11-20Fixed last commitSteven Barth
2008-11-20Remove luci.cutil: does not affect performanceSteven Barth
2008-11-20More luci.cutilSteven Barth
2008-11-20More C-Functions (luci.cutil.instanceof, luci.cutil.pcdata)Steven Barth
2008-11-20Integrate core C implementationSteven Barth
2008-11-16* luci/themes: fix log pagesJo-Philipp Wich
2008-10-30Add luci.util.appendSteven Barth
2008-10-30luci.util.combine now also accepts single objectsSteven Barth
2008-10-24* luci/libs/core: use numeric entities in pcdata()Jo-Philipp Wich
2008-09-10More luci.util optimizationsSteven Barth
2008-09-10Optimized luci.util.classSteven Barth
2008-09-09Performance optimisations:Steven Barth
2008-09-06Removed unneeded exportsSteven Barth
2008-09-05Added bytecodecacheSteven Barth
2008-09-05Removed inefficient environment manipulation functionsSteven Barth
2008-09-01libs/core: Added mising import for math module to luci.utilSteven Barth
2008-08-29General optimizations, simplifications and improvementsSteven Barth
2008-08-28Fixed luci.util.dumptable againSteven Barth
2008-08-28Added maxdepth to luci.util.dumptableSteven Barth
2008-08-28* luci/libs: util: little bugfix in serialize_data()Jo-Philipp Wich
2008-08-28* luci/libs: util: further enhancements to table serialisationJo-Philipp Wich
2008-08-28* luci/libs: util: improve table handling and support mixed tables in seriali...Jo-Philipp Wich
2008-08-28Fixed luci.util.dumptableSteven Barth
2008-08-28libs/core: Add recursion detection to dumptable, serialize_dataSteven Barth
2008-08-24libs/core: Add Pythonic string formatting syntaxSteven Barth
2008-08-20* luci/libs: use pcdata() in striptags()Jo-Philipp Wich
2008-08-20* luci/libs: add striptags() to luci.utilJo-Philipp Wich
2008-08-17* luci/libs: add keys() to luci.utilJo-Philipp Wich
2008-08-15Several escaping fixesSteven Barth
2008-08-14libs/core: Add luci.execi as memory efficient replacement for now deprecated ...Steven Barth
2008-08-14libs/core: Added missing license information to coxpcallSteven Barth
2008-08-06Moved luci.sys.libpath to luci.utilSteven Barth
2008-08-06Moved luci.sys.exec, luci.sys.execl and luci.sys.bigendian to luci.utilSteven Barth
2008-07-29Added "apidocs" target to MakefileSteven Barth
2008-07-28libs/core: Renamed luci.util.create_dtable => luci.util.dtableSteven Barth
2008-07-28libs/core: Add luci.util.create_dtableSteven Barth
2008-07-26libs: Fixed serialization stuffSteven Barth
2008-07-26* luci/libs/core: strip bytecode from serialized data too in get_bytecode()Jo-Philipp Wich
2008-07-26* luci/libs/core: Oops... forgot the boolean datatype in serialize_data()Jo-Philipp Wich