More luci.cutil
[project/luci.git] / libs / core /
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...
2008-07-26 Jo-Philipp Wich* luci/libs/core: Oops... forgot the boolean datatype...
2008-07-25 Steven Barthlibs/core, libs/uci, libs/web: Fixed several inline...
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 Steven Barthlibs/core: Update luci.sys inline documentation
2008-07-23 Jo-Philipp Wich* luci/libs/core: fix description of link() function...
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-22 Jo-Philipp Wich* luci/libs/core: add inline documentation to luci.sys
2008-07-22 Jo-Philipp Wich* luci/libs/core: added inline documentation to luci...
2008-07-18 Steven Barthmodules/admin-mini: Several tweaks, initial status...
2008-07-17 Steven Barthlibs/core: Fixed luci.fs.isfile
2008-07-14 Jo-Philipp Wich* luci: add memory status patches from soma
2008-07-05 Steven Barthlibs/core: Fixed luci.util.split
2008-06-29 Steven Barth* libs/core: Moved ltn12 inside LuCI to avoid package...
2008-06-29 Steven Barth* libs/web: Added Logout support
2008-06-29 Steven Barth* libs/core: Made luci.util.strip_bytecode forward...
2008-06-28 Steven Barth* lib/core: Fixed wrong argument order for luci.user...
2008-06-28 Steven Barth* libs/web: Switched from HTTP-Basic-Auth to Session...
2008-06-25 Steven Barth* libs/httpd: Optimized performance
2008-06-25 Steven Barth* libs/httpd: Introduced keep-alive and pipelining...
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-20 Steven Barth* Moved luci.http.protocol to libs/http
2008-06-15 Steven Barth* Added support for CGI SGI
next