summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* lua: always return after calling luaL_error (patch by Stanislav Fomichev)Felix Fietkau2011-10-211-9/+15
* cli: check against multiple -f invocations to avoid leaks (patch by Stanislav...Felix Fietkau2011-10-211-0/+5
* ucimap: initialize an uninitialized pointer (patch by Stanislav Fomichev)Felix Fietkau2011-10-211-0/+1
* ucimap: fix a memory leak (patch by Stanislav Fomichev)Felix Fietkau2011-10-211-0/+2
* add a few missing null pointer checks, and fix check vs dereference order in ...Felix Fietkau2011-10-217-10/+17
* check result of memory allocations (patch by Stanislav Fomichev)Felix Fietkau2011-10-213-2/+13
* ucimap: fix use-after-free on cleanup (patch by Stanislav Fomichev)Felix Fietkau2011-10-211-2/+3
* free memory for uci hooksFelix Fietkau2011-10-211-0/+1
* lua: allow overriding of LUA_CFLAGSFelix Fietkau2011-09-151-7/+9
* lua: use pkg-config to find the correct lua cflagsFelix Fietkau2011-09-151-1/+10
* fix lgpl license headersFelix Fietkau2011-08-3110-10/+10
* 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