Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | remove ucitrigger, it is unused and will be replaced by something different ↵ | Felix Fietkau | 2011-03-26 |
| | | | | | | in the future SVN-Revision: 26308 | ||
* | uci: update to latest version, uses cmake now | Felix Fietkau | 2011-03-26 |
| | | | | SVN-Revision: 26307 | ||
* | uci: use latest git, fixes reorder operation and incorperates nested delete ↵ | Jo-Philipp Wich | 2011-01-19 |
| | | | | | | patch SVN-Revision: 25048 | ||
* | uci: use a delete-safe iterator in the Lua :foreach() function The following ↵ | Jo-Philipp Wich | 2010-11-01 |
| | | | | | | 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 |
| | | | | SVN-Revision: 23430 | ||
* | bump to the lastest git commit | Travis Kemen | 2010-03-23 |
| | | | | SVN-Revision: 20378 | ||
* | add ucitrigger: a uci plugin, command line tool and lua interface for ↵ | Felix Fietkau | 2009-06-08 |
| | | | | | | 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 |
warning SVN-Revision: 15521 |