projects
/
project
/
uci.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
remove the unused "complete" parameter for uci_fill_ptr()
2010-08-21
Felix Fietkau
remove the unused "complete" parameter for uci_fill_ptr()
commit
|
commitdiff
|
tree
2010-08-21
Felix Fietkau
add support for partial lookups - skip lookup for filled...
commit
|
commitdiff
|
tree
2010-08-20
Felix Fietkau
provide backwards compatibility in the lua module after...
commit
|
commitdiff
|
tree
2010-08-20
Felix Fietkau
make uci_lookup_ptr() use the extended flag properly...
commit
|
commitdiff
|
tree
2010-08-20
Felix Fietkau
split off and compile delta.c separately
commit
|
commitdiff
|
tree
2010-08-20
Felix Fietkau
uci_history -> uci_delta
commit
|
commitdiff
|
tree
2010-08-20
Felix Fietkau
split off and compile util.c separately
commit
|
commitdiff
|
tree
2010-08-20
Felix Fietkau
export uci_parse_ptr
commit
|
commitdiff
|
tree
2010-08-20
Felix Fietkau
split off and compile file.c separately
commit
|
commitdiff
|
tree
2010-08-17
Felix Fietkau
simplify dependency handling
commit
|
commitdiff
|
tree
2010-08-17
Felix Fietkau
simplify code (thx, henning)
commit
|
commitdiff
|
tree
2009-11-06
Felix Fietkau
fix compile on snow leopard
commit
|
commitdiff
|
tree
2009-10-28
Felix Fietkau
lua: use extended lookups by default
commit
|
commitdiff
|
tree
2009-10-19
Felix Fietkau
lua: add uci.foreach() error handling patch by xMff
commit
|
commitdiff
|
tree
2009-09-17
Felix Fietkau
fix uci_lookup_ptr comments
commit
|
commitdiff
|
tree
2009-09-06
Felix Fietkau
add test/save to .gitignore
commit
|
commitdiff
|
tree
2009-09-06
Felix Fietkau
ucimap: simplify the parse/format callbacks. the data...
commit
|
commitdiff
|
tree
2009-09-06
Felix Fietkau
ucimap: fix list size initialization, validate list...
commit
|
commitdiff
|
tree
2009-09-06
Felix Fietkau
ucimap: fix list initialization
commit
|
commitdiff
|
tree
2009-09-05
Felix Fietkau
add some comments to the header file
commit
|
commitdiff
|
tree
2009-09-05
Felix Fietkau
replace the use of list.h in the ucimap core, relicense...
commit
|
commitdiff
|
tree
2009-09-04
Felix Fietkau
remove ucimap type->name conversion unless DEBUG is...
commit
|
commitdiff
|
tree
2009-09-04
Felix Fietkau
fix a typo
commit
|
commitdiff
|
tree
2009-09-04
Felix Fietkau
ucimap: add support for saving lists to uci
commit
|
commitdiff
|
tree
2009-09-04
Felix Fietkau
test: do not print expected error messages
commit
|
commitdiff
|
tree
2009-09-04
Felix Fietkau
ucimap: add helper function for resizing lists and...
commit
|
commitdiff
|
tree
2009-09-04
Felix Fietkau
add sanity checks for optmap section type vs sectionmap...
commit
|
commitdiff
|
tree
2009-09-04
Felix Fietkau
ucimap: add custom free() callbacks for options, only...
commit
|
commitdiff
|
tree
2009-09-04
Felix Fietkau
add ucimap_free_section to the api
commit
|
commitdiff
|
tree
2009-09-04
Felix Fietkau
fix a null pointer deref in uci_file_commit when overwriting...
commit
|
commitdiff
|
tree
2009-09-04
Felix Fietkau
add type safety checks for option maps
commit
|
commitdiff
|
tree
2009-09-04
Felix Fietkau
build ucimap-example in make all
commit
|
commitdiff
|
tree
2009-09-02
Felix Fietkau
only call section ->add callbacks after all fixups...
commit
|
commitdiff
|
tree
2009-09-01
Felix Fietkau
fix missing api change
commit
|
commitdiff
|
tree
2009-09-01
Felix Fietkau
preserve section list order
commit
|
commitdiff
|
tree
2009-09-01
Felix Fietkau
rename ucimap_data::section to ptr
commit
|
commitdiff
|
tree
2009-09-01
Felix Fietkau
add missing build dependencies
commit
|
commitdiff
|
tree
2009-09-01
Felix Fietkau
expose the ucimap_parse_section function in the api...
commit
|
commitdiff
|
tree
2009-08-31
Felix Fietkau
protect ucimap.h against multiple inclusions
commit
|
commitdiff
|
tree
2009-08-31
Felix Fietkau
move ucimap into the core library
commit
|
commitdiff
|
tree
2009-08-31
Felix Fietkau
ucimap: add new UCIMAP_LIST_AUTO for automatically...
commit
|
commitdiff
|
tree
2009-08-30
Felix Fietkau
ucimap: properly test bool interpretation
commit
|
commitdiff
|
tree
2009-08-30
Felix Fietkau
ucimap: fix boolean interpretation, add range checks...
commit
|
commitdiff
|
tree
2009-08-30
Felix Fietkau
add missing lib flags for ucimap-example
commit
|
commitdiff
|
tree
2009-08-30
Felix Fietkau
remove ucimap-example during make clean
commit
|
commitdiff
|
tree
2009-08-30
Felix Fietkau
turn ucimap-example.c into a test case
commit
|
commitdiff
|
tree
2009-08-30
Felix Fietkau
add missing null pointer check after malloc
commit
|
commitdiff
|
tree
2009-08-30
Felix Fietkau
ucimap: clarify alloc
commit
|
commitdiff
|
tree
2009-08-30
Felix Fietkau
bump major version
commit
|
commitdiff
|
tree
2009-08-30
Felix Fietkau
ucimap: some hints
commit
|
commitdiff
|
tree
2009-08-30
Felix Fietkau
ucimap: implement format callback for custom data types
commit
|
commitdiff
|
tree
2009-08-29
Felix Fietkau
ucimap: add example for using the alloc callback
commit
|
commitdiff
|
tree
2009-08-29
Felix Fietkau
ucimap: allow api users to take over allocation of...
commit
|
commitdiff
|
tree
2009-08-29
Felix Fietkau
ucimap: move the section data to a dedicated field...
commit
|
commitdiff
|
tree
2009-08-29
Felix Fietkau
ucimap: rename uci_sectmap* to uci_sectionmap*
commit
|
commitdiff
|
tree
2009-08-29
Felix Fietkau
ucimap: add callback for validation/conversion and...
commit
|
commitdiff
|
tree
2009-08-29
Felix Fietkau
shorten callback names
commit
|
commitdiff
|
tree
2009-08-29
Felix Fietkau
ucimap: add an example for optmap data structure encapsulation
commit
|
commitdiff
|
tree
2009-08-29
Felix Fietkau
ucimap: cleanup OPTMAP_OPTION macro, rename to UCIMAP_OPTION
commit
|
commitdiff
|
tree
2009-08-29
Felix Fietkau
ucimap: ignore unhandled data structure changes for now
commit
|
commitdiff
|
tree
2009-08-29
Felix Fietkau
fix ucimap_set_changed
commit
|
commitdiff
|
tree
2009-08-29
Felix Fietkau
ucimap: free memory allocated for fixups
commit
|
commitdiff
|
tree
2009-08-29
Felix Fietkau
ucimap: clean up list handling, use arrays instead...
commit
|
commitdiff
|
tree
2009-08-29
Felix Fietkau
ucimap: allow sectmaps to specify the option map data...
commit
|
commitdiff
|
tree
2009-08-29
Felix Fietkau
ucimap-example: make data structures static
commit
|
commitdiff
|
tree
2009-08-24
Felix Fietkau
lua: add a return code for aborting iteration in uci_foreach
commit
|
commitdiff
|
tree
2009-08-18
Felix Fietkau
do not fail when attempting to set a nonexistant option...
commit
|
commitdiff
|
tree
2009-08-18
Felix Fietkau
when running uci set with an empty value, fall back...
commit
|
commitdiff
|
tree
2009-06-08
Felix Fietkau
add plugin support
commit
|
commitdiff
|
tree
2009-05-23
Felix Fietkau
add reorder to lua api
commit
|
commitdiff
|
tree
2009-05-23
Felix Fietkau
add section reordering to libuci and cli
commit
|
commitdiff
|
tree
2009-04-30
Felix Fietkau
increase argv in batch mode to silence a false gcc...
commit
|
commitdiff
|
tree
2009-04-23
Felix Fietkau
don't bail out on locking errors, when flock() is not...
commit
|
commitdiff
|
tree
2009-04-11
Felix Fietkau
create missing lib dir on installation
commit
|
commitdiff
|
tree
2009-04-10
Felix Fietkau
fix const related compile error with newer gcc
commit
|
commitdiff
|
tree
2009-03-24
Felix Fietkau
add missing fflush() on close - fixes a bug in the...
commit
|
commitdiff
|
tree
2009-02-23
Felix Fietkau
fix compilation on later glibc/gcc versions with stricter...
commit
|
commitdiff
|
tree
2009-01-20
Felix Fietkau
fix signed vs unsigned char validation bug
commit
|
commitdiff
|
tree
2009-01-20
Felix Fietkau
lua: fix rewriting uci lists
commit
|
commitdiff
|
tree
2009-01-20
Felix Fietkau
make the uci_ptr struct reusable after a call to uci_delete()
commit
|
commitdiff
|
tree
2009-01-18
Felix Fietkau
add uci.rename()
commit
|
commitdiff
|
tree
2008-12-27
Felix Fietkau
bump major version
commit
|
commitdiff
|
tree
2008-12-27
Felix Fietkau
fix uci rename for anonymous sections
commit
|
commitdiff
|
tree
2008-12-23
Felix Fietkau
add initial version of the shell api
commit
|
commitdiff
|
tree
2008-11-28
Felix Fietkau
add foreign key and list support for ucimap
commit
|
commitdiff
|
tree
2008-11-25
Felix Fietkau
fix memory leak reported in https://dev.openwrt.org...
commit
|
commitdiff
|
tree
2008-11-15
Felix Fietkau
lua: add uci.add_history to the api
commit
|
commitdiff
|
tree
2008-11-14
Felix Fietkau
add libucimap
commit
|
commitdiff
|
tree
2008-11-14
Felix Fietkau
install development headers
commit
|
commitdiff
|
tree
2008-11-14
Felix Fietkau
don't redefine container_of if it's already defined
commit
|
commitdiff
|
tree
2008-11-14
Felix Fietkau
lua: fix uci.set_list
commit
|
commitdiff
|
tree
2008-10-15
Felix Fietkau
make extended syntax on uci show optional (but enabled...
commit
|
commitdiff
|
tree
2008-10-15
Felix Fietkau
put more descriptive names on anonymous sections when...
commit
|
commitdiff
|
tree
2008-09-05
Felix Fietkau
overhaul package and section type validation - makes...
commit
|
commitdiff
|
tree
2008-09-05
Felix Fietkau
add .index field to sections
commit
|
commitdiff
|
tree
2008-09-04
Felix Fietkau
fix lua binding include path
commit
|
commitdiff
|
tree
2008-09-04
Felix Fietkau
fix uci batch nesting check (patch by lars)
commit
|
commitdiff
|
tree
2008-09-04
Felix Fietkau
fix segmentation fault / endless loop on history loads
commit
|
commitdiff
|
tree
2008-08-31
Felix Fietkau
properly search for lua includes and the library directory
commit
|
commitdiff
|
tree
2008-08-31
Felix Fietkau
fix segfault in uci batch
commit
|
commitdiff
|
tree
next