Completed rewrite of network interface configuration page
[project/luci.git] / libs / core /
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
2008-06-14 Steven Barth* Minor cleanups
2008-06-14 Steven Barth* Rewrote Luci to be coroutine-safe allowing the use...
2008-06-08 Steven Barth* Increased version number to 0.6
2008-06-08 Jo-Philipp Wich* luci/core: add spairs(), kspairs() and vspairs...
2008-06-08 Steven Barth* Core translation
2008-06-07 Steven Barth* libs/web: Fixed Luci template cache
2008-06-06 Steven Barth* Separated OLSR pages into separate application pack
2008-06-05 Steven Barth* Updated UCI libraries
2008-06-03 Felix Fietkaumake use of the new features in the binding for uci...
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-02 Steven Barth* Added native basic authentication support
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-28 Steven BarthSquashed commit of the following:
2008-05-27 Steven Barthcommit 4f6198094cf4134179d1f9c9fa8f79759a27c87e
2008-05-27 Steven Barth* 3rd Package reorgnaisation