summaryrefslogtreecommitdiff
path: root/file.c
Commit message (Expand)AuthorAgeFilesLines
* overhaul package and section type validation - makes it easier to read and fi...Felix Fietkau2008-09-051-4/+4
* clean up uci_setFelix Fietkau2008-08-221-34/+29
* more cleanupFelix Fietkau2008-08-221-13/+2
* code cleanup, some api changes for new uci_ptr structFelix Fietkau2008-08-221-21/+9
* fix list parsing with anonymous sectionsFelix Fietkau2008-08-181-2/+14
* add list supportFelix Fietkau2008-08-181-2/+42
* add initial work for option datatype abstractionFelix Fietkau2008-08-171-2/+9
* fix some parser glitchesv0.4.6Felix Fietkau2008-07-311-2/+10
* some more input validationv0.4.5Felix Fietkau2008-07-301-0/+3
* replace the uci_escape function with something cleaner, fixes some quoted str...Felix Fietkau2008-06-051-23/+28
* allow more types of characters for uci package namesv0.3.4Felix Fietkau2008-05-031-2/+2
* rename ctx->errno to ctx->err to avoid conflicts with a #define errno in the ...v0.3.2Felix Fietkau2008-04-091-9/+9
* parser: fix precedence of quoting over ; as command terminator, thx to netpri...v0.3.1Felix Fietkau2008-04-081-10/+9
* fix a bug that prevented modifying empty config filesv0.3.0Felix Fietkau2008-02-121-0/+2
* improve error handlingFelix Fietkau2008-02-121-1/+2
* add uci_set_backend()Felix Fietkau2008-02-121-1/+1
* cleanupFelix Fietkau2008-02-121-3/+2
* fix uci_setFelix Fietkau2008-02-121-4/+3
* add abstraction for listing config files as wellFelix Fietkau2008-02-121-6/+3
* some backend abstractionFelix Fietkau2008-02-121-64/+58
* fold uci_file_cleanup into uci_cleanupFelix Fietkau2008-02-121-20/+0
* reorganize some code, add an extra command for adding unnamed sectionsFelix Fietkau2008-02-091-44/+0
* extend uci_set so that it can store the resulting element in a variableFelix Fietkau2008-02-061-2/+2
* export a function for parsing shell-style arguments in libuciFelix Fietkau2008-02-041-160/+1
* only overwrite config files at commit time when actual changes were madeFelix Fietkau2008-02-041-2/+4
* improve validation, accept more characters in the section typev0.1.2Felix Fietkau2008-02-041-1/+3
* make the value of an option optional (found by lubek)v0.1.1Felix Fietkau2008-02-041-1/+1
* implement uci revertFelix Fietkau2008-02-031-3/+3
* move history code into history.cFelix Fietkau2008-02-031-281/+1
* fix accidental lowercasing of license headersFelix Fietkau2008-02-031-3/+3
* add history search pathFelix Fietkau2008-02-031-7/+26
* allow the user of the library to override the confdir/searchdirFelix Fietkau2008-02-031-5/+9
* some extra null pointer checksFelix Fietkau2008-02-031-0/+3
* parse comments properlyFelix Fietkau2008-02-031-0/+5
* minor commentsFelix Fietkau2008-02-031-0/+6
* better input validationFelix Fietkau2008-02-031-7/+8
* disable EOL check for non-strict modeFelix Fietkau2008-02-031-1/+1
* fix filename validationFelix Fietkau2008-02-031-1/+1
* fix more compile errorsFelix Fietkau2008-02-031-0/+2
* add flag for naming unnamed sectionsFelix Fietkau2008-02-031-1/+1
* remove unused variablesFelix Fietkau2008-02-031-1/+0
* implement overwriting importFelix Fietkau2008-02-031-25/+46
* add support for merged importingFelix Fietkau2008-02-021-6/+18
* validate the package name for importFelix Fietkau2008-02-021-1/+1
* more error handling for internal uci_import callsFelix Fietkau2008-02-021-1/+1
* add import merging functionality, fix error handling in uci_importFelix Fietkau2008-02-021-3/+18
* implement uci renameFelix Fietkau2008-02-021-2/+10
* keep unnamed sections unnamed on exportFelix Fietkau2008-02-021-1/+50
* accept unnamed sectionsFelix Fietkau2008-01-301-2/+7
* proper commit support, better debuggingFelix Fietkau2008-01-301-19/+69