Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-12-02 | luci-mod-status: use -w flag when dumping iptables | Jo-Philipp Wich | |
Multiple iptables listing commands might be triggered in parallel due to the XHR polling, so use the -w flag to wait for the lock to become free. Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2018-10-10 | luci-mod-status: rework iptables status page | Jo-Philipp Wich | |
- Parse and format iptables listing in client side JS - Dynamically update packet counters Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2018-09-19 | modules: Split luci-mod-full | Daniel F. Dickinson | |
Move some common elements to luci-base, and otherwise make three packages out of status, system, and network. They were mostly separated already, but there were some shared elements between status and network that are now in luci-base. Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com> |