summaryrefslogtreecommitdiffhomepage
path: root/libs/sys
AgeCommit message (Collapse)Author
2011-02-14libs/sys: Filter model string from /proc/diag/modelManuel Munz
2011-02-14libs/sys: better handle bogomips parsingJo-Philipp Wich
2011-02-12libs/sys: fix call to nixio.uname()Jo-Philipp Wich
2011-02-12libs/sys: fix parsing of model and cpu info, consider 2000::/3 as IPv6 ↵Jo-Philipp Wich
default route if no ::/0 route exists (#200)
2011-01-29libs/sys: fix ip6tables parsing issueJo-Philipp Wich
2011-01-29libs/sys: add ip6tables support to luci.sys.iptparserJo-Philipp Wich
2011-01-25libs/sys: properly handle passwords with apostrophesJo-Philipp Wich
2011-01-19libs/sys: fix luci.sys.wifi.channels()Jo-Philipp Wich
2011-01-02libs/sys: update zonedata to version 2010iJo-Philipp Wich
2010-12-15modules/freifunk: Make status page update dynamically with javascript and ↵Manuel Munz
small cosmetic changes.
2010-11-27libs/sys: protect iwinfo loading and return stub if module is not presentJo-Philipp Wich
2010-11-27libs/sys: lazy load iwinfoJo-Philipp Wich
2010-11-25libs/sys: remove luci.sys.flash()Jo-Philipp Wich
2010-11-05libs/sys: fix logic fail in luci.sys.user.checkpasswd() (#152)Jo-Philipp Wich
2010-10-19libs/sys: resolve pseudo ifaces in luci.sys.wifi.getiwinfo()Jo-Philipp Wich
2010-10-11libs/sys: implement luci.sys.user.getpasswd()Jo-Philipp Wich
2010-03-08libs/sys: fix unwanted invocation of initscripts when probing index of rcSJo-Philipp Wich
2010-03-08libs/sys: workaround for Lua number overflow in ipv6 route metricsJo-Philipp Wich
2009-11-15Minor fixesSteven Barth
2009-11-15libs/sys: mhz are not floatsJo-Philipp Wich
2009-11-15Merge luci.sys.wifi.channels to iwinfoSteven Barth
2009-08-09libs/sys: implement luci.sys.wifi.getiwinfo() oop interfaceJo-Philipp Wich
2009-07-19convert luci.fs users to nixio.fs apiJo-Philipp Wich
2009-07-10libs/sys: implement callbacks in luci.sys.net.arptable() and ↵Jo-Philipp Wich
luci.sys.net.conntrack()
2009-07-10libs/sys: split zoneinfo in tzdata and tzoffset and autoload on demand, ↵Jo-Philipp Wich
saves yet another ~60KB
2009-07-10libs/sys: optimize luci.sys.net.defaultroute6()Jo-Philipp Wich
2009-07-10Optimise luci.sysSteven Barth
2009-07-09libs/sys: improve efficiency of sys.net.defaultroute(), can save hundreds of ↵Jo-Philipp Wich
KB memory usage
2009-06-21Drop support for luaposix and bitlib (obsoleted by nixio)Steven Barth
Mark luci.fs as deprecated
2009-06-07libs/sys: don't convert searched target to uppercase in IptParser, breaks ↵Jo-Philipp Wich
searches for targets referencing custom chains
2009-06-07libs/sys: properly parse iptables rules with not target setJo-Philipp Wich
2009-05-21 - Add support for hostap driverJo-Philipp Wich
- Retrieve channels from all available wireless interfaces - Add channel "auto" to channel list Thanks Vasilis Tsiligiannis
2009-05-13libs/sys: fix checking for empty tableJo-Philipp Wich
2009-05-13libs/sys: fix typo in last commitJo-Philipp Wich
2009-05-13libs/sys: implement luci.sys.wifi.channels()Jo-Philipp Wich
modules/admin-full: only display available channels
2009-04-10libs/sys: sync zoneinfo to tzdata 2009dJo-Philipp Wich
2009-03-12libs/sys: update zoneinfo to version 2009bJo-Philipp Wich
2009-02-08modules/admin-full: implement iptables status pageJo-Philipp Wich
i18n/english: resync xml, add strings for iptables page libs/sys/iptparser: implement chain() and is_custom_target()
2009-02-08libs/sys/iptparser: remove typo, bump copyright yearJo-Philipp Wich
2009-02-08libs/sys/iptparser: import required functionsJo-Philipp Wich
2009-02-08libs/sys/iptparser:Jo-Philipp Wich
- rewrite inline documentation to luadoc - utilize luci.ip for source and destination comparisations
2009-02-02libs/sys: import missing symbolJo-Philipp Wich
2009-02-01libs/sys: extend luci.sys.hostname() to allow setting a new nameJo-Philipp Wich
modules/admin-{full,mini}: update the hostname at runtime
2008-12-07Make luci.sys.wifi.getiwconfig more compatibleSteven Barth
2008-12-06build: generate timezone offsets too in zoneinfo2lua.plJo-Philipp Wich
libs/http: drop zoneinfo information in luci.http.protocol.data, use luci.sys.zoneinfo instead libs/sys: refresh zoneinfo information
2008-11-30modules/admin-full: whitesapce cleanup in routes.luaJo-Philipp Wich
libs/sys: code changes in routes6() and defaultroute6()
2008-11-30Don't fail if we do not have v6 supportSteven Barth
2008-11-30Optimized conntrack (thanks to Joe Burpee)Steven Barth
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-27libs/sys: whitespace fixJo-Philipp Wich