Age | Commit message (Expand) | Author |
2008-08-17 | * luci: big svn property fixup | Jo-Philipp Wich |
2008-08-17 | * luci/libs: add keys() to luci.util | Jo-Philipp Wich |
2008-08-17 | * luci/libs: add alias to posix.readlink() in luci.fs | Jo-Philipp Wich |
2008-08-15 | Several escaping fixes | Steven Barth |
2008-08-14 | libs/core: Remove deprecated luci.bits which got replaced by bitlib | Steven Barth |
2008-08-14 | libs/core: Add luci.execi as memory efficient replacement for now deprecated ... | Steven Barth |
2008-08-14 | libs/core: Added missing license information to coxpcall | Steven 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.ip | Jo-Philipp Wich |
2008-08-09 | * luci/libs: updated documentation for luci.ip to use new features of luadoc | Jo-Philipp Wich |
2008-08-09 | * luci/libs: fixed documentation for broadcast() in luci.ip | Jo-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.ip | Jo-Philipp Wich |
2008-08-08 | * luci/libs: fixed contains() in luci.ip | Jo-Philipp Wich |
2008-08-08 | libs/core: Cleaned up luci.sys in favor of the new luci.ip module | Steven Barth |
2008-08-08 | * luci/libs: add assert() to contains() in luci.ip | Jo-Philipp Wich |
2008-08-08 | * luci/libs: fixed big endian in Hex() constructor | Jo-Philipp Wich |
2008-08-08 | * luci/libs: added Hex() constructor to luci.ip | Jo-Philipp Wich |
2008-08-07 | * libs/core/ip: save a redundant object in compare() | Jo-Philipp Wich |
2008-08-07 | lib/core: luci.ip: Added more sanity checks and optimizations | Steven Barth |
2008-08-07 | libs/core: Taught luci.ip how to use netmasks and smaller syntax sugars | Steven Barth |
2008-08-07 | * luci/libs/ip: fix add() | Jo-Philipp Wich |
2008-08-07 | * luci/libs: add preliminary ip calculation library | Jo-Philipp Wich |
2008-08-06 | libs/core: Outsourced luci.sys to own directory | Steven Barth |
2008-08-06 | Moved luci.sys.libpath to luci.util | Steven Barth |
2008-08-06 | Moved luci.sys.exec, luci.sys.execl and luci.sys.bigendian to luci.util | Steven Barth |
2008-08-06 | Outsourced IPKG abstraction to own directory | Steven Barth |
2008-08-06 | libs/core: Replace luci.sys.bigendian with a system independent version | Steven Barth |
2008-08-03 | libs/core: luci.model.ipkg: Use OPKG instead of IPKG if available | Steven Barth |
2008-07-29 | Added "apidocs" target to Makefile | Steven Barth |
2008-07-28 | libs/core: Renamed luci.util.create_dtable => luci.util.dtable | Steven Barth |
2008-07-28 | libs/core: Add luci.util.create_dtable | Steven Barth |
2008-07-26 | libs: Fixed serialization stuff | Steven 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 |
2008-07-25 | libs/core, libs/uci, libs/web: Fixed several inline documentation typos | Steven Barth |
2008-07-25 | libs/core: Fixed some typos in the luci.util inline documentation | Steven Barth |
2008-07-24 | * luci/libs/core: Small translation fix for get_bytecode() | Jo-Philipp Wich |
2008-07-24 | * luci/libd/core: Add serialize_data() and restore_data() to luci.util, use t... | Jo-Philipp Wich |
2008-07-23 | libs/core: Fixed docstrings for luci.util | Steven Barth |
2008-07-23 | libs/core: Update luci.sys inline documentation | Steven Barth |
2008-07-23 | * luci/libs/core: fix description of link() function in luci.fs | Jo-Philipp Wich |
2008-07-23 | * luci/libs/core: add inline documentation to luci.fs, style fixups in util.lua | Jo-Philipp Wich |
2008-07-22 | libs/core: Fixed luci.utils, Added missing in-line documentation | Steven Barth |
2008-07-22 | * luci/libs/core: added inline documentation to luci.util, reordered and rena... | Jo-Philipp Wich |
2008-07-22 | libs/core: Add in-line documentation for luci.util.class | Steven Barth |
2008-07-22 | * luci/libs/core: add inline documentation to luci.sys | Jo-Philipp Wich |