libs/core: improve luci.util.imatch() to not create temporary strings when iterating...
[project/luci.git] / libs / core / luasrc / util.lua
2012-06-26 Jo-Philipp Wichlibs/core: improve luci.util.imatch() to not create...
2010-11-13 Jo-Philipp Wichlibs/core: switch to C pcdata() implementation, its...
2010-11-09 Jo-Philipp Wichlibs/core: restore original implementation of copcall...
2010-10-30 Jo-Philipp Wichlibs/core: introduce luci.util.imatch()
2010-03-18 Jo-Philipp Wichlibs/core: disable runtime byte code stripping, it...
2009-07-29 Jo-Philipp Wichlibs/core: properly handle udata values in overloaded...
2009-07-27 Steven BarthOptimize util.threadlocal, Add luci.store as global...
2009-07-25 Jo-Philipp Wichlibs/core: support udata util.striptags(), optimizie...
2009-07-23 Jo-Philipp Wichlibs/core: util.lua optimize get() and set() accessors...
2009-07-19 Jo-Philipp Wichconvert luci.fs users to nixio.fs api
2009-07-10 Jo-Philipp Wichlibs/core: trigger garbage collection in coxpcall(...
2009-07-10 Jo-Philipp Wichlibs/core: optimize strip_bytecode() memory usage by...
2009-01-25 Jo-Philipp Wichlibs/core: further fixes for luci.util.pcdata(), fix...
2009-01-25 Jo-Philipp Wichlibs/core: rework luci.util.pcdata() to also escape...
2008-11-20 Steven BarthFixed last commit
2008-11-20 Steven BarthRemove luci.cutil: does not affect performance
2008-11-20 Steven BarthMore luci.cutil
2008-11-20 Steven BarthMore C-Functions (luci.cutil.instanceof, luci.cutil...
2008-11-20 Steven BarthIntegrate core C implementation
2008-11-16 Jo-Philipp Wich* luci/themes: fix log pages
2008-10-30 Steven BarthAdd luci.util.append
2008-10-30 Steven Barthluci.util.combine now also accepts single objects
2008-10-24 Jo-Philipp Wich* luci/libs/core: use numeric entities in pcdata()
2008-09-10 Steven BarthMore luci.util optimizations
2008-09-10 Steven BarthOptimized luci.util.class
2008-09-09 Steven BarthPerformance optimisations:
2008-09-06 Steven BarthRemoved unneeded exports
2008-09-05 Steven BarthAdded bytecodecache
2008-09-05 Steven BarthRemoved inefficient environment manipulation functions
2008-09-01 Steven Barthlibs/core: Added mising import for math module to luci...
2008-08-29 Steven BarthGeneral optimizations, simplifications and improvements
2008-08-28 Steven BarthFixed luci.util.dumptable again
2008-08-28 Steven BarthAdded maxdepth to luci.util.dumptable
2008-08-28 Jo-Philipp Wich* luci/libs: util: little bugfix in serialize_data()
2008-08-28 Jo-Philipp Wich* luci/libs: util: further enhancements to table serial...
2008-08-28 Jo-Philipp Wich* luci/libs: util: improve table handling and support...
2008-08-28 Steven BarthFixed luci.util.dumptable
2008-08-28 Steven Barthlibs/core: Add recursion detection to dumptable, serial...
2008-08-24 Steven Barthlibs/core: Add Pythonic string formatting syntax
2008-08-20 Jo-Philipp Wich* luci/libs: use pcdata() in striptags()
2008-08-20 Jo-Philipp Wich* luci/libs: add striptags() to luci.util
2008-08-17 Jo-Philipp Wich* luci/libs: add keys() to luci.util
2008-08-15 Steven BarthSeveral escaping fixes
2008-08-14 Steven Barthlibs/core: Add luci.execi as memory efficient replaceme...
2008-08-14 Steven Barthlibs/core: Added missing license information to coxpcall
2008-08-06 Steven BarthMoved luci.sys.libpath to luci.util
2008-08-06 Steven BarthMoved luci.sys.exec, luci.sys.execl and luci.sys.bigend...
2008-07-29 Steven BarthAdded "apidocs" target to Makefile
2008-07-28 Steven Barthlibs/core: Renamed luci.util.create_dtable => luci...
2008-07-28 Steven Barthlibs/core: Add luci.util.create_dtable
2008-07-26 Steven Barthlibs: Fixed serialization stuff
2008-07-26 Jo-Philipp Wich* luci/libs/core: strip bytecode from serialized data...
2008-07-26 Jo-Philipp Wich* luci/libs/core: Oops... forgot the boolean datatype...
2008-07-25 Steven Barthlibs/core: Fixed some typos in the luci.util inline...
2008-07-24 Jo-Philipp Wich* luci/libs/core: Small translation fix for get_bytecode()
2008-07-24 Jo-Philipp Wich* luci/libd/core: Add serialize_data() and restore_data...
2008-07-23 Steven Barthlibs/core: Fixed docstrings for luci.util
2008-07-23 Jo-Philipp Wich* luci/libs/core: add inline documentation to luci...
2008-07-22 Steven Barthlibs/core: Fixed luci.utils, Added missing in-line...
2008-07-22 Jo-Philipp Wich* luci/libs/core: added inline documentation to luci...
2008-07-22 Steven Barthlibs/core: Add in-line documentation for luci.util...
2008-07-05 Steven Barthlibs/core: Fixed luci.util.split
2008-06-29 Steven Barth* libs/core: Made luci.util.strip_bytecode forward...
2008-06-25 Steven Barth* libs/httpd: Optimized performance
2008-06-23 Steven Barth* libs/util: Fixed memory leaks in threadlocal implemen...
2008-06-20 Steven Barth* libs/core: Added garbage collector to luci.util.threa...
2008-06-14 Steven Barth* Minor cleanups
2008-06-14 Steven Barth* Rewrote Luci to be coroutine-safe allowing the use...
2008-06-08 Jo-Philipp Wich* luci/core: add spairs(), kspairs() and vspairs...
2008-06-08 Steven Barth* Core translation
2008-06-06 Steven Barth* Separated OLSR pages into separate application pack
2008-06-03 Jo-Philipp Wich* luci/core: util.lua: implement min(utes) in parse_units()
2008-06-02 Jo-Philipp Wich* luci/core: util.lua: added parse_units() helper function
2008-06-01 Steven Barth* libs/core: Adapted luci.util.strip_bytecode to handle...
2008-06-01 Steven Barth* Added OpenWRT package for english translation (incomp...
2008-06-01 Steven Barth* Performance optimizations
2008-05-27 Steven Barthcommit 4f6198094cf4134179d1f9c9fa8f79759a27c87e