summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fix one more unused-but-set variablev0.8.0Felix Fietkau2011-07-191-4/+3
* fix more unused-but-set errorsFelix Fietkau2011-07-181-14/+9
* remove unused but set variable to fix a compiler warningFelix Fietkau2011-07-181-2/+0
* do not attempt to build lua if disabledFelix Fietkau2011-04-071-11/+16
* constify arguments to parser functionFelix Fietkau2011-04-052-5/+5
* add parser helpers similar to the blobmsg parser in libuboxFelix Fietkau2011-04-053-1/+155
* cli: do not return 0 if the command was invalidFelix Fietkau2011-04-021-3/+2
* also link the shared libuci to libdlFelix Fietkau2011-03-271-0/+1
* fix lua plugin linker errorFelix Fietkau2011-03-271-0/+1
* fix building without plugin supportFelix Fietkau2011-03-261-1/+1
* fix include pathFelix Fietkau2011-03-262-3/+3
* use libdlFelix Fietkau2011-03-262-4/+4
* allow the user to override the lua pathFelix Fietkau2011-03-261-9/+11
* move ucimap to a separate libraryFelix Fietkau2011-03-261-2/+4
* replace the existing build system with cmakeFelix Fietkau2011-03-267-179/+92
* improve support for C++ stuffFelix Fietkau2011-03-151-0/+8
* fix uci_list_set_pos to reorder sections properly, even when moving a section...Felix Fietkau2011-01-191-2/+3
* make uci_file_commit() staticFelix Fietkau2010-12-281-1/+1
* lua: use uci_foreach_element_safe in uci_lua_foreach() - patch by jowFelix Fietkau2010-11-011-2/+2
* 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
* ucimap: ucimap_parse: consider smap_offset when allocating the section dataLars-Peter Clausen2010-08-211-0/+1
* add convenience functions for looking up packages/sections/optionsFelix Fietkau2010-08-212-6/+71
* remove the unused "complete" parameter for uci_fill_ptr()Felix Fietkau2010-08-211-5/+3
* add support for partial lookups - skip lookup for filled-in sections or packagesFelix Fietkau2010-08-211-3/+9
* provide backwards compatibility in the lua module after the history -> delta ...Felix Fietkau2010-08-201-0/+1
* make uci_lookup_ptr() use the extended flag properly againFelix Fietkau2010-08-201-3/+7
* split off and compile delta.c separatelyFelix Fietkau2010-08-205-16/+26
* uci_history -> uci_deltaFelix Fietkau2010-08-209-108/+108
* split off and compile util.c separatelyFelix Fietkau2010-08-204-20/+26
* export uci_parse_ptrFelix Fietkau2010-08-201-0/+9
* split off and compile file.c separatelyFelix Fietkau2010-08-207-341/+362
* simplify dependency handlingFelix Fietkau2010-08-171-13/+16
* simplify code (thx, henning)Felix Fietkau2010-08-171-12/+2
* Fix memory leak in uci_list_config_filesJustin Bronder2009-12-011-1/+3
* Allow setting of libdirname.Justin Bronder2009-12-012-5/+6
* fix compile on snow leopardFelix Fietkau2009-11-061-0/+3
* lua: use extended lookups by defaultFelix Fietkau2009-10-281-7/+7
* lua: add uci.foreach() error handling patch by xMffFelix Fietkau2009-10-191-0/+5
* fix uci_lookup_ptr commentsFelix Fietkau2009-09-171-1/+3
* add test/save to .gitignoreFelix Fietkau2009-09-061-0/+1
* ucimap: simplify the parse/format callbacks. the data argument now always poi...Felix Fietkau2009-09-062-11/+3
* ucimap: fix list size initialization, validate list size on fixups as wellFelix Fietkau2009-09-061-10/+25
* ucimap: fix list initializationFelix Fietkau2009-09-061-1/+1
* add some comments to the header fileFelix Fietkau2009-09-051-1/+76
* replace the use of list.h in the ucimap core, relicense ucimap to LGPL v2.1, ...Felix Fietkau2009-09-056-80/+115
* remove ucimap type->name conversion unless DEBUG is enabledFelix Fietkau2009-09-051-1/+3
* fix a typoFelix Fietkau2009-09-051-1/+1
* ucimap: add support for saving lists to uciFelix Fietkau2009-09-053-41/+85
* test: do not print expected error messagesFelix Fietkau2009-09-054-24/+26