libs/cbi: attach pcdata() to template scope and use it
[project/luci.git] / libs / core /
2009-08-04 Jo-Philipp Wichlibs/core: fix loading of nixio.bit in luci.ip
2009-08-01 Jo-Philipp Wich[PATCH] make luci.ip.IPvX a bit more forgiving
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-24 Steven BarthFIx lsat commit
2009-07-24 Steven Barthluci.fs compat
2009-07-23 Jo-Philipp Wichlibs/core: util.lua optimize get() and set() accessors...
2009-07-23 Jo-Philipp Wichlibs/core: debug.lua use integers for memory size and...
2009-07-19 Jo-Philipp Wichconvert luci.fs users to nixio.fs api
2009-07-18 Jo-Philipp Wichlibs/core: record peak values in luci.debug
2009-07-10 Jo-Philipp Wichlibs/core: trigger garbage collection in coxpcall(...
2009-07-10 Steven BarthMove memory limit to lucid, reincrease thread limit
2009-07-10 Jo-Philipp Wichlibs/core: optimize strip_bytecode() memory usage by...
2009-07-10 Jo-Philipp Wichlibs/core: make use of global memory limits if supported
2009-07-10 Jo-Philipp Wichlibs/core: make memory tracer work with c and r events...
2009-06-21 Steven BarthDrop support for luaposix and bitlib (obsoleted by...
2009-05-17 Jo-Philipp Wichlibs/core: make sure that bitlib is loaded, fixes some...
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...
2009-01-20 Steven BarthAdd utime to luci.fs
2009-01-17 Jo-Philipp Wichbuild: add mkversion.sh helper script
2008-12-27 Jo-Philipp Wichlibs/ip: return a copy of given tables in __mask16...
2008-12-19 Jo-Philipp Wichlibs/core: implement fs.isdirectory()
2008-11-29 Jo-Philipp Wichlibs/core/ip: optmizations
2008-11-26 Jo-Philipp Wichlibs/core/ip: fix host() method
2008-11-26 Jo-Philipp Wichlibs/core/ip: fix prefix length handling in Hex() const...
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-19 Steven BarthLuCI Core C-Rewrite: First steps
2008-11-16 Jo-Philipp Wich* luci/themes: fix log pages
2008-11-12 Steven BarthMake luci.fs.rename work across fielsystems
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-15 Steven BarthOptimized caching behaviour, automatically flush caches...
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 BarthBump version to 0.9
2008-09-06 Steven BarthRemoved unneeded exports
2008-09-05 Steven BarthAdded bytecodecache
2008-09-05 Steven BarthAdded memory tracer
2008-09-05 Steven BarthRemoved inefficient environment manipulation functions
2008-09-02 Steven BarthFixed reference to luci.ltn12
2008-09-01 Steven BarthAdded luci.fs.copy and luci.fs.rename
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-29 Steven BarthCleanup and documentation
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-26 Steven Barthlibs/core: Reworked some basic libraries to not use...
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: big svn property fixup
2008-08-17 Jo-Philipp Wich* luci/libs: add keys() to luci.util
2008-08-17 Jo-Philipp Wich* luci/libs: add alias to posix.readlink() in luci.fs
2008-08-15 Steven BarthSeveral escaping fixes
2008-08-14 Steven Barthlibs/core: Remove deprecated luci.bits which got replac...
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-09 Jo-Philipp Wich* luci/libs: In luci.ip: __array16() does assert()...
2008-08-09 Jo-Philipp Wich* luci/libs: add missing parameter documentation for...
2008-08-09 Jo-Philipp Wich* luci/libs: updated documentation for luci.ip to use...
2008-08-09 Jo-Philipp Wich* luci/libs: fixed documentation for broadcast() in...
2008-08-09 Jo-Philipp Wich* luci/libs: added broadcast(), minhost() and maxhost...
2008-08-08 Jo-Philipp Wich* luci/libs: Damn, I should take english lessons ....
2008-08-08 Jo-Philipp Wich* luci/libs: added inline documentation and luci.ip...
2008-08-08 Jo-Philipp Wich* luci/libs: properly handle overflows in luci.ip.add()
2008-08-08 Jo-Philipp Wich* luci/libs: fix off-by-one bug in luci.ip
2008-08-08 Jo-Philipp Wich* luci/libs: fixed contains() in luci.ip
2008-08-08 Steven Barthlibs/core: Cleaned up luci.sys in favor of the new...
2008-08-08 Jo-Philipp Wich* luci/libs: add assert() to contains() in luci.ip
2008-08-08 Jo-Philipp Wich* luci/libs: fixed big endian in Hex() constructor
2008-08-08 Jo-Philipp Wich* luci/libs: added Hex() constructor to luci.ip
2008-08-07 Jo-Philipp Wich* libs/core/ip: save a redundant object in compare()
2008-08-07 Steven Barthlib/core: luci.ip: Added more sanity checks and optimiz...
2008-08-07 Steven Barthlibs/core: Taught luci.ip how to use netmasks and small...
2008-08-07 Jo-Philipp Wich* luci/libs/ip: fix add()
2008-08-07 Jo-Philipp Wich* luci/libs: add preliminary ip calculation library
2008-08-06 Steven Barthlibs/core: Outsourced luci.sys to own directory
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-08-06 Steven BarthOutsourced IPKG abstraction to own directory
2008-08-06 Steven Barthlibs/core: Replace luci.sys.bigendian with a system...
2008-08-03 Steven Barthlibs/core: luci.model.ipkg: Use OPKG instead of IPKG...
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...
next