summaryrefslogtreecommitdiffhomepage
path: root/libs/core
AgeCommit message (Expand)Author
2008-09-02Fixed reference to luci.ltn12Steven Barth
2008-09-01Added luci.fs.copy and luci.fs.renameSteven 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-29Cleanup and documentationSteven 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-26libs/core: Reworked some basic libraries to not use package.seeallSteven 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: big svn property fixupJo-Philipp Wich
2008-08-17* luci/libs: add keys() to luci.utilJo-Philipp Wich
2008-08-17* luci/libs: add alias to posix.readlink() in luci.fsJo-Philipp Wich
2008-08-15Several escaping fixesSteven Barth
2008-08-14libs/core: Remove deprecated luci.bits which got replaced by bitlibSteven 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-09* luci/libs: In luci.ip: __array16() does assert() already, so drop redundant...Jo-Philipp Wich
2008-08-09* luci/libs: add missing parameter documentation for prefix() in luci.ipJo-Philipp Wich
2008-08-09* luci/libs: updated documentation for luci.ip to use new features of luadocJo-Philipp Wich
2008-08-09* luci/libs: fixed documentation for broadcast() in luci.ipJo-Philipp Wich
2008-08-09* luci/libs: added broadcast(), minhost() and maxhost() to luci.ip, allow var...Jo-Philipp Wich
2008-08-08* luci/libs: Damn, I should take english lessons ... corrected typos in inlin...Jo-Philipp Wich
2008-08-08* luci/libs: added inline documentation and luci.ip.cidr.sub() to luci.ip; al...Jo-Philipp Wich
2008-08-08* luci/libs: properly handle overflows in luci.ip.add()Jo-Philipp Wich
2008-08-08* luci/libs: fix off-by-one bug in luci.ipJo-Philipp Wich
2008-08-08* luci/libs: fixed contains() in luci.ipJo-Philipp Wich
2008-08-08libs/core: Cleaned up luci.sys in favor of the new luci.ip moduleSteven Barth
2008-08-08* luci/libs: add assert() to contains() in luci.ipJo-Philipp Wich
2008-08-08* luci/libs: fixed big endian in Hex() constructorJo-Philipp Wich
2008-08-08* luci/libs: added Hex() constructor to luci.ipJo-Philipp Wich
2008-08-07* libs/core/ip: save a redundant object in compare()Jo-Philipp Wich
2008-08-07lib/core: luci.ip: Added more sanity checks and optimizationsSteven Barth
2008-08-07libs/core: Taught luci.ip how to use netmasks and smaller syntax sugarsSteven Barth
2008-08-07* luci/libs/ip: fix add()Jo-Philipp Wich
2008-08-07* luci/libs: add preliminary ip calculation libraryJo-Philipp Wich
2008-08-06libs/core: Outsourced luci.sys to own directorySteven 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-08-06Outsourced IPKG abstraction to own directorySteven Barth
2008-08-06libs/core: Replace luci.sys.bigendian with a system independent versionSteven Barth
2008-08-03libs/core: luci.model.ipkg: Use OPKG instead of IPKG if availableSteven Barth
2008-07-29Added "apidocs" target to MakefileSteven Barth
2008-07-28libs/core: Renamed luci.util.create_dtable => luci.util.dtableSteven Barth