Age | Commit message (Expand) | Author |
2013-01-11 | libs/sys: fix luci.sys.processes.list() for entries with spaces i nthe STAT c... | Jo-Philipp Wich |
2012-08-27 | libs/sys: use 100ms timeouts for name resolution of host hints | Jo-Philipp Wich |
2012-08-14 | libs/sys: fix getiwinfo() for "radioX.networkY" notation if the target networ... | Jo-Philipp Wich |
2012-08-09 | libs/sys: remove _parse_delimitted_table() and incorperate /etc/config/dhcp l... | Jo-Philipp Wich |
2012-08-08 | libs/sys: remove wifi.channels() | Jo-Philipp Wich |
2012-08-08 | libs/sys: remove wifi.getiwconfig() and wifi.getiwscan() | Jo-Philipp Wich |
2012-08-08 | libs/sys: introduce net.mac_hints(), net.ipv4_hints() and net.ipv6_hints() fu... | Jo-Philipp Wich |
2012-07-18 | libs/sys: workaround broken entries in /proc/net/ipv6_route, observed on brcm... | Jo-Philipp Wich |
2012-06-27 | libs/sys: fix login with empty password after previous commit | Jo-Philipp Wich |
2012-06-27 | libs/sys: fix luci.sys.checkpasswd() semantics | Jo-Philipp Wich |
2012-05-06 | libs/sys: fix luci.sys.init.index() (#399) | Jo-Philipp Wich |
2012-04-15 | libs/sys: introduce luci.sys.init.start() and luci.sys.init.stop(), also exec... | Jo-Philipp Wich |
2011-12-05 | From c63e369d57cb6862a8890c7b2ee1b6b449b2c42d Mon Sep 17 00:00:00 2001 | Jo-Philipp Wich |
2011-11-10 | libs/sys: update zoneinfo data to version 2011n (#345) | Jo-Philipp Wich |
2011-10-26 | libs/sys: recent busybox versions changed top output from %MEM to %VSZ, fix l... | Jo-Philipp Wich |
2011-05-21 | libs/sys: redirect stdout to /dev7null when calling initscripts | Jo-Philipp Wich |
2011-03-13 | libs/sys: ignore TIME_WAIT connections in luci.sys.net.conntrack() | Jo-Philipp Wich |
2011-03-12 | libs/sys: disregard ::/0 routes on "lo" in luci.sys.net.defaultroute6() | Jo-Philipp Wich |
2011-02-14 | libs/sys: Filter model string from /proc/diag/model | Manuel Munz |
2011-02-14 | libs/sys: better handle bogomips parsing | Jo-Philipp Wich |
2011-02-12 | libs/sys: fix call to nixio.uname() | Jo-Philipp Wich |
2011-02-12 | libs/sys: fix parsing of model and cpu info, consider 2000::/3 as IPv6 defaul... | Jo-Philipp Wich |
2011-01-29 | libs/sys: fix ip6tables parsing issue | Jo-Philipp Wich |
2011-01-29 | libs/sys: add ip6tables support to luci.sys.iptparser | Jo-Philipp Wich |
2011-01-25 | libs/sys: properly handle passwords with apostrophes | Jo-Philipp Wich |
2011-01-19 | libs/sys: fix luci.sys.wifi.channels() | Jo-Philipp Wich |
2011-01-02 | libs/sys: update zonedata to version 2010i | Jo-Philipp Wich |
2010-12-15 | modules/freifunk: Make status page update dynamically with javascript and sma... | Manuel Munz |
2010-11-27 | libs/sys: protect iwinfo loading and return stub if module is not present | Jo-Philipp Wich |
2010-11-27 | libs/sys: lazy load iwinfo | Jo-Philipp Wich |
2010-11-25 | libs/sys: remove luci.sys.flash() | Jo-Philipp Wich |
2010-11-05 | libs/sys: fix logic fail in luci.sys.user.checkpasswd() (#152) | Jo-Philipp Wich |
2010-10-19 | libs/sys: resolve pseudo ifaces in luci.sys.wifi.getiwinfo() | Jo-Philipp Wich |
2010-10-11 | libs/sys: implement luci.sys.user.getpasswd() | Jo-Philipp Wich |
2010-03-08 | libs/sys: fix unwanted invocation of initscripts when probing index of rcS | Jo-Philipp Wich |
2010-03-08 | libs/sys: workaround for Lua number overflow in ipv6 route metrics | Jo-Philipp Wich |
2009-11-15 | Minor fixes | Steven Barth |
2009-11-15 | libs/sys: mhz are not floats | Jo-Philipp Wich |
2009-11-15 | Merge luci.sys.wifi.channels to iwinfo | Steven Barth |
2009-08-09 | libs/sys: implement luci.sys.wifi.getiwinfo() oop interface | Jo-Philipp Wich |
2009-07-19 | convert luci.fs users to nixio.fs api | Jo-Philipp Wich |
2009-07-10 | libs/sys: implement callbacks in luci.sys.net.arptable() and luci.sys.net.con... | Jo-Philipp Wich |
2009-07-10 | libs/sys: split zoneinfo in tzdata and tzoffset and autoload on demand, saves... | Jo-Philipp Wich |
2009-07-10 | libs/sys: optimize luci.sys.net.defaultroute6() | Jo-Philipp Wich |
2009-07-10 | Optimise luci.sys | Steven Barth |
2009-07-09 | libs/sys: improve efficiency of sys.net.defaultroute(), can save hundreds of ... | Jo-Philipp Wich |
2009-06-21 | Drop support for luaposix and bitlib (obsoleted by nixio) | Steven Barth |
2009-06-07 | libs/sys: don't convert searched target to uppercase in IptParser, breaks sea... | Jo-Philipp Wich |
2009-06-07 | libs/sys: properly parse iptables rules with not target set | Jo-Philipp Wich |
2009-05-21 | - Add support for hostap driver | Jo-Philipp Wich |