summaryrefslogtreecommitdiffhomepage
path: root/libs/core
AgeCommit message (Collapse)Author
2009-10-31all: various i18n realted fixesJo-Philipp Wich
2009-10-31all: change most translate statements to new format, some need manual cleanupJo-Philipp Wich
2009-10-30libs/core: fix type in luci.model.wirelessJo-Philipp Wich
2009-10-29libs/core: extend and fix luci.model.wirelessJo-Philipp Wich
2009-10-28libs/core: fixes luci.model.wirelessJo-Philipp Wich
2009-10-27libs/core: fixes for luci.model.firewall, luci.model.network and ↵Jo-Philipp Wich
luci.model.network.wireless
2009-10-27libs/core: add luci.model.wirelessJo-Philipp Wich
2009-10-15libs/core: implement special treatment of wireless in network modelJo-Philipp Wich
2009-10-10libs/core: fixes for network modelJo-Philipp Wich
2009-10-10libs/core: fix firewall modelJo-Philipp Wich
2009-10-10libs/core: extend network model, only allow one zone per networkJo-Philipp Wich
2009-10-08libs/core: luci.model.network: implement contains_inteface(), fix bugsJo-Philipp Wich
2009-10-08libs/core: add luci.model.network oop abstraction layerJo-Philipp Wich
2009-10-08libs/core: luci.model.firewall: make top level functions instance methods to ↵Jo-Philipp Wich
keep interface consistent, implement rename_zone()
2009-10-08libs/core: add luci.model.firewall, oop abstraction for uci firewallJo-Philipp Wich
2009-08-04libs/core: fix loading of nixio.bit in luci.ipJo-Philipp Wich
2009-08-01[PATCH] make luci.ip.IPvX a bit more forgivingJo-Philipp Wich
Signed-Off-By: Malte S. Stretz <mss at apache.org>
2009-07-29libs/core: properly handle udata values in overloaded string format operatorJo-Philipp Wich
2009-07-27Optimize util.threadlocal, Add luci.store as global threadlocal storeSteven Barth
2009-07-25libs/core: support udata util.striptags(), optimizie copcall implementationJo-Philipp Wich
2009-07-24FIx lsat commitSteven Barth
2009-07-24luci.fs compatSteven Barth
2009-07-23libs/core: util.lua optimize get() and set() accessors of threadlocalsJo-Philipp Wich
2009-07-23libs/core: debug.lua use integers for memory size and peak valueJo-Philipp Wich
2009-07-19convert luci.fs users to nixio.fs apiJo-Philipp Wich
2009-07-18libs/core: record peak values in luci.debugJo-Philipp Wich
2009-07-10libs/core: trigger garbage collection in coxpcall() if 80% of the allocated ↵Jo-Philipp Wich
memory pool are filled
2009-07-10Move memory limit to lucid, reincrease thread limitSteven Barth
2009-07-10libs/core: optimize strip_bytecode() memory usage by avoiding string ↵Jo-Philipp Wich
concatenation
2009-07-10libs/core: make use of global memory limits if supportedJo-Philipp Wich
2009-07-10libs/core: make memory tracer work with c and r events, avoid string ↵Jo-Philipp Wich
allocations for debug output
2009-06-21Drop support for luaposix and bitlib (obsoleted by nixio)Steven Barth
Mark luci.fs as deprecated
2009-05-17libs/core: make sure that bitlib is loaded, fixes some sdk problemsJo-Philipp Wich
2009-01-25libs/core: further fixes for luci.util.pcdata(), fix wrong character range ↵Jo-Philipp Wich
and drop invalid control chars entirely
2009-01-25libs/core: rework luci.util.pcdata() to also escape ascii control charsJo-Philipp Wich
2009-01-20Add utime to luci.fsSteven Barth
2009-01-17build: add mkversion.sh helper scriptJo-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-27libs/ip: return a copy of given tables in __mask16() to avoid destroying ↵Jo-Philipp Wich
them later
2008-12-19libs/core: implement fs.isdirectory()Jo-Philipp Wich
2008-11-29libs/core/ip: optmizationsJo-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-26libs/core/ip: fix host() methodJo-Philipp Wich
2008-11-26libs/core/ip: fix prefix length handling in Hex() constructorJo-Philipp Wich
2008-11-20Fixed last commitSteven Barth
2008-11-20Remove luci.cutil: does not affect performanceSteven Barth
2008-11-20More luci.cutilSteven Barth
2008-11-20More C-Functions (luci.cutil.instanceof, luci.cutil.pcdata)Steven Barth
2008-11-20Integrate core C implementationSteven Barth
2008-11-19LuCI Core C-Rewrite: First stepsSteven Barth
2008-11-16* luci/themes: fix log pagesJo-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-12Make luci.fs.rename work across fielsystemsSteven Barth