summaryrefslogtreecommitdiff
path: root/parse.c
Commit message (Expand)AuthorAgeFilesLines
* uci: Fix extra semicolons warningsRosen Penev2019-12-111-1/+1
* iron out all extra compiler warningsPetr Štetiar2019-11-141-0/+2
* parse: remove a check that is always true (due to unsigned data type)Felix Fietkau2013-10-291-1/+1
* fix lgpl license headersFelix Fietkau2011-08-311-1/+1
* constify arguments to parser functionFelix Fietkau2011-04-051-4/+4
* add parser helpers similar to the blobmsg parser in libuboxFelix Fietkau2011-04-051-0/+130
* refactor, add uci_importFelix Fietkau2008-01-221-405/+0
* cleanups/fixes, more cli stuffFelix Fietkau2008-01-211-3/+35
* return a pointer to the uci_config struct in uci_loadFelix Fietkau2008-01-201-1/+4
* implement config unloadFelix Fietkau2008-01-201-2/+7
* fix for a double free bugFelix Fietkau2008-01-201-0/+1
* add support for listing config filesFelix Fietkau2008-01-201-4/+0
* print the reason for parse errors in error messagesFelix Fietkau2008-01-201-5/+10
* improved parserFelix Fietkau2008-01-201-54/+93
* better config file handlingFelix Fietkau2008-01-201-4/+22
* add missing break statementsFelix Fietkau2008-01-191-0/+4
* more error handlingFelix Fietkau2008-01-191-1/+3
* more list handlingFelix Fietkau2008-01-191-0/+8
* cleanups, whitespace fixes, some extra data structures, eol fixFelix Fietkau2008-01-191-23/+23
* more commentsFelix Fietkau2008-01-191-0/+29
* clean up arg checksFelix Fietkau2008-01-191-25/+36
* initial import (incomplete)Felix Fietkau2008-01-191-0/+252