Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-01-25 | libs/core: further fixes for luci.util.pcdata(), fix wrong character range ↵ | Jo-Philipp Wich | |
and drop invalid control chars entirely | |||
2009-01-25 | libs/core: rework luci.util.pcdata() to also escape ascii control chars | Jo-Philipp Wich | |
2009-01-20 | Add utime to luci.fs | Steven Barth | |
2009-01-17 | build: add mkversion.sh helper script | Jo-Philipp Wich | |
contrib: (re-)generate version.lua at build time libs/core: use version.lua themes: adept header to version.lua, fix css for openwrt.org | |||
2008-12-27 | libs/ip: return a copy of given tables in __mask16() to avoid destroying ↵ | Jo-Philipp Wich | |
them later | |||
2008-12-19 | libs/core: implement fs.isdirectory() | Jo-Philipp Wich | |
2008-11-29 | libs/core/ip: optmizations | Jo-Philipp Wich | |
libs/sys: implement defaultroute6(), change return values of routes() and routes6() modules/admin-full: adept route config page to new api modules/freifunk: adept overview page to new routes api | |||
2008-11-26 | libs/core/ip: fix host() method | Jo-Philipp Wich | |
2008-11-26 | libs/core/ip: fix prefix length handling in Hex() constructor | Jo-Philipp Wich | |
2008-11-20 | Fixed last commit | Steven Barth | |
2008-11-20 | Remove luci.cutil: does not affect performance | Steven Barth | |
2008-11-20 | More luci.cutil | Steven Barth | |
2008-11-20 | More C-Functions (luci.cutil.instanceof, luci.cutil.pcdata) | Steven Barth | |
2008-11-20 | Integrate core C implementation | Steven Barth | |
2008-11-16 | * luci/themes: fix log pages | Jo-Philipp Wich | |
* luci/modules/admin-full: add dmesg page * luci/i18n: add "dmesg" translations * luci/libs/util: add cmatch(), register string functions in string class * luci/libs/sys: add dmesg() | |||
2008-11-12 | Make luci.fs.rename work across fielsystems | Steven Barth | |
2008-10-30 | Add luci.util.append | Steven Barth | |
2008-10-30 | luci.util.combine now also accepts single objects | Steven Barth | |
2008-10-24 | * luci/libs/core: use numeric entities in pcdata() | Jo-Philipp Wich | |
2008-09-15 | Optimized caching behaviour, automatically flush caches in dev environment | Steven Barth | |
2008-09-10 | More luci.util optimizations | Steven Barth | |
2008-09-10 | Optimized luci.util.class | Steven Barth | |
2008-09-09 | Performance optimisations: | Steven Barth | |
In-line expressions are faster than function calls | |||
2008-09-06 | Bump version to 0.9 | Steven Barth | |
2008-09-06 | Removed unneeded exports | Steven Barth | |
2008-09-05 | Added bytecodecache | Steven Barth | |
2008-09-05 | Added memory tracer | Steven Barth | |
2008-09-05 | Removed inefficient environment manipulation functions | Steven Barth | |
2008-09-02 | Fixed reference to luci.ltn12 | Steven Barth | |
2008-09-01 | Added luci.fs.copy and luci.fs.rename | Steven Barth | |
2008-09-01 | libs/core: Added mising import for math module to luci.util | Steven Barth | |
2008-08-29 | General optimizations, simplifications and improvements | Steven Barth | |
2008-08-29 | Cleanup and documentation | Steven Barth | |
2008-08-28 | Fixed luci.util.dumptable again | Steven Barth | |
2008-08-28 | Added maxdepth to luci.util.dumptable | Steven 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 serialisation | Jo-Philipp Wich | |
2008-08-28 | * luci/libs: util: improve table handling and support mixed tables in ↵ | Jo-Philipp Wich | |
serialize_data() | |||
2008-08-28 | Fixed luci.util.dumptable | Steven Barth | |
2008-08-28 | libs/core: Add recursion detection to dumptable, serialize_data | Steven Barth | |
Dumptable now writes to stderr | |||
2008-08-26 | libs/core: Reworked some basic libraries to not use package.seeall | Steven Barth | |
libs/json: Implemented own JSON-Decoder (Encoder will follow) modules/rpc: Preliminary implemented RPC-Exports for luci.fs, luci.sys and luci.model.uci | |||
2008-08-24 | libs/core: Add Pythonic string formatting syntax | Steven Barth | |
2008-08-20 | * luci/libs: use pcdata() in striptags() | Jo-Philipp Wich | |
2008-08-20 | * luci/libs: add striptags() to luci.util | Jo-Philipp Wich | |
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 | |
Updated XML translation system Use the new Table widget for DHCP leases | |||
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 | |
luci.execl |