summaryrefslogtreecommitdiff
path: root/uci.h
Commit message (Expand)AuthorAgeFilesLines
* uci: macro uci_alloc_element not in uci.hHEADmasterJan Venekamp2023-03-041-10/+0
* uci: silence UBSAN error by using offsetof macro from compilerPetr Štetiar2020-10-031-5/+1
* Add bitfield_set function from libubox.Stijn Tintel2017-09-291-0/+9
* Revert "mandatory anonymous section identifier"Felix Fietkau2016-11-231-2/+1
* cli: remove now-defunct UCI_FLAG_EXPORT_NAME supportFelix Fietkau2016-10-061-1/+1
* mandatory anonymous section identifierAntonio Paunovic2016-10-061-0/+1
* Fix delta path handling.Yousong Zhou2015-03-311-2/+4
* Add a few notes on the return value of uci_lookup_ptr().Yousong Zhou2015-01-241-0/+7
* delta: use a table for converting between UCI_CMD_XXX and prefixes.Yousong Zhou2014-12-181-0/+6
* delta: add a simple duplication check when adding delta path.Yousong Zhou2014-12-181-0/+2
* remove unused hook supportFelix Fietkau2013-01-041-36/+0
* remove plugin support, it has been unused for a long time and should not be u...Felix Fietkau2013-01-041-39/+0
* add new command del_listLuka Perkov2012-11-091-0/+9
* fix lgpl license headersFelix Fietkau2011-08-311-1/+1
* constify arguments to parser functionFelix Fietkau2011-04-051-1/+1
* add parser helpers similar to the blobmsg parser in libuboxFelix Fietkau2011-04-051-0/+24
* improve support for C++ stuffFelix Fietkau2011-03-151-0/+8
* add a helper function for looking up an option stringFelix Fietkau2010-09-281-0/+12
* fix return value in inline lookup functionsFelix Fietkau2010-09-281-0/+6
* add convenience functions for looking up packages/sections/optionsFelix Fietkau2010-08-211-6/+59
* uci_history -> uci_deltaFelix Fietkau2010-08-201-20/+20
* export uci_parse_ptrFelix Fietkau2010-08-201-0/+9
* fix uci_lookup_ptr commentsFelix Fietkau2009-09-171-1/+3
* add plugin supportFelix Fietkau2009-06-081-0/+77
* add section reordering to libuci and cliFelix Fietkau2009-05-231-0/+9
* don't redefine container_of if it's already definedFelix Fietkau2008-11-141-0/+2
* extend api to be able to get a full error string instead of printing itFelix Fietkau2008-08-271-0/+10
* clean up uci_setFelix Fietkau2008-08-221-17/+4
* uci_revert api cleanupFelix Fietkau2008-08-221-4/+2
* code cleanup, some api changes for new uci_ptr structFelix Fietkau2008-08-221-64/+18
* remove uci_parse_tuple, preparation for adding a new api for lookupsFelix Fietkau2008-08-221-23/+39
* add list supportFelix Fietkau2008-08-181-2/+27
* add initial work for option datatype abstractionFelix Fietkau2008-08-171-1/+9
* implement extended uci lookup syntaxFelix Fietkau2008-08-171-0/+27
* more const stuffFelix Fietkau2008-06-031-1/+1
* more const stuffFelix Fietkau2008-05-261-3/+3
* constifyFelix Fietkau2008-05-011-1/+1
* constifyFelix Fietkau2008-04-131-1/+1
* rename ctx->errno to ctx->err to avoid conflicts with a #define errno in the ...v0.3.2Felix Fietkau2008-04-091-1/+1
* create the history savedir on uci_save() if it does not existFelix Fietkau2008-02-121-1/+2
* more plugin supportFelix Fietkau2008-02-121-11/+4
* add feature flags for the build process, improve automatic rebuildFelix Fietkau2008-02-121-5/+2
* add uci_set_backend()Felix Fietkau2008-02-121-0/+9
* cleanupFelix Fietkau2008-02-121-3/+21
* remove some unused stuffFelix Fietkau2008-02-121-3/+0
* fix uci_setFelix Fietkau2008-02-121-1/+1
* add comment about memory handling in list_configsFelix Fietkau2008-02-121-0/+2
* add abstraction for listing config files as wellFelix Fietkau2008-02-121-0/+1
* some backend abstractionFelix Fietkau2008-02-121-7/+13
* reorganize some code, add an extra command for adding unnamed sectionsFelix Fietkau2008-02-091-0/+9