Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | uci: use a delete-safe iterator in the Lua :foreach() function The following ↵ | Jo-Philipp Wich | 2010-11-01 | 1 | -0/+20 |
| | | | | | | test case exposed a NULL pointer dereference in uci_lua_foreach(): lua -luci -e 'x=uci.cursor(); x:foreach("firewall", "forwarding", function(s) x:delete("firewall", s[".name"]) end)' SVN-Revision: 23757 | ||||
* | uci: update to 2010-09-28 | Felix Fietkau | 2010-10-14 | 1 | -3/+3 |
| | | | | SVN-Revision: 23430 | ||||
* | bump to the lastest git commit | Travis Kemen | 2010-03-23 | 2 | -434/+0 |
| | | | | SVN-Revision: 20378 | ||||
* | add ucitrigger: a uci plugin, command line tool and lua interface for ↵ | Felix Fietkau | 2009-06-08 | 2 | -0/+605 |
| | | | | | | automatically applying uci config changes SVN-Revision: 16375 | ||||
* | uci: increase argv size in batch mode to silence a false gcc 4.4 compiler ↵ | Felix Fietkau | 2009-04-30 | 1 | -0/+11 |
warning SVN-Revision: 15521 |