Age | Commit message (Expand) | Author |
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 |
2008-07-22 | * luci/libs/core: added inline documentation to luci.bits, removed duplicated... | Jo-Philipp Wich |
2008-07-18 | modules/admin-mini: Several tweaks, initial status page | Steven Barth |
2008-07-17 | libs/core: Fixed luci.fs.isfile | Steven Barth |
2008-07-14 | * luci: add memory status patches from soma | Jo-Philipp Wich |
2008-07-05 | libs/core: Fixed luci.util.split | Steven Barth |
2008-06-29 | * libs/core: Moved ltn12 inside LuCI to avoid package conflicts with luasocket | Steven Barth |
2008-06-29 | * libs/web: Added Logout support | Steven Barth |
2008-06-29 | * libs/core: Made luci.util.strip_bytecode forward-compatible to upcoming Ope... | Steven Barth |
2008-06-28 | * lib/core: Fixed wrong argument order for luci.user.checkpasswd | Steven Barth |
2008-06-28 | * libs/web: Switched from HTTP-Basic-Auth to Session-Auth | Steven Barth |
2008-06-25 | * libs/httpd: Optimized performance | Steven Barth |
2008-06-25 | * libs/httpd: Introduced keep-alive and pipelining support | Steven Barth |
2008-06-23 | * libs/util: Fixed memory leaks in threadlocal implementations | Steven Barth |
2008-06-20 | * libs/core: Added garbage collector to luci.util.threadlocal to avoid memory... | Steven Barth |
2008-06-20 | * Moved luci.http.protocol to libs/http | Steven Barth |
2008-06-15 | * Added support for CGI SGI | Steven Barth |
2008-06-14 | * Minor cleanups | Steven Barth |
2008-06-14 | * Rewrote Luci to be coroutine-safe allowing the use of non-forking webservers | Steven Barth |
2008-06-08 | * Increased version number to 0.6 | Steven Barth |
2008-06-08 | * luci/core: add spairs(), kspairs() and vspairs() sorted hashtable iterat... | Jo-Philipp Wich |
2008-06-08 | * Core translation | Steven Barth |
2008-06-07 | * libs/web: Fixed Luci template cache | Steven Barth |
2008-06-06 | * Separated OLSR pages into separate application pack | Steven Barth |
2008-06-05 | * Updated UCI libraries | Steven Barth |
2008-06-03 | make use of the new features in the binding for uci v0.4.0 - fixes remaining ... | Felix Fietkau |