2011-10-21 |
Felix Fietkau | add a few missing null pointer checks, and fix check... |
commit | commitdiff | tree | snapshot |
2011-10-21 |
Felix Fietkau | check result of memory allocations (patch by Stanislav... |
commit | commitdiff | tree | snapshot |
2011-10-21 |
Felix Fietkau | ucimap: fix use-after-free on cleanup (patch by Stanisl... |
commit | commitdiff | tree | snapshot |
2011-10-21 |
Felix Fietkau | free memory for uci hooks |
commit | commitdiff | tree | snapshot |
2011-09-15 |
Felix Fietkau | lua: allow overriding of LUA_CFLAGS |
commit | commitdiff | tree | snapshot |
2011-09-15 |
Felix Fietkau | lua: use pkg-config to find the correct lua cflags |
commit | commitdiff | tree | snapshot |
2011-08-31 |
Felix Fietkau | fix lgpl license headers |
commit | commitdiff | tree | snapshot |
2011-07-19 |
Felix Fietkau | fix one more unused-but-set variable |
commit | commitdiff | tree | snapshot |
2011-07-18 |
Felix Fietkau | fix more unused-but-set errors |
commit | commitdiff | tree | snapshot |
2011-07-18 |
Felix Fietkau | remove unused but set variable to fix a compiler warning |
commit | commitdiff | tree | snapshot |
2011-04-06 |
Felix Fietkau | do not attempt to build lua if disabled |
commit | commitdiff | tree | snapshot |
2011-04-05 |
Felix Fietkau | constify arguments to parser function |
commit | commitdiff | tree | snapshot |
2011-04-05 |
Felix Fietkau | add parser helpers similar to the blobmsg parser in... |
commit | commitdiff | tree | snapshot |
2011-04-02 |
Felix Fietkau | cli: do not return 0 if the command was invalid |
commit | commitdiff | tree | snapshot |
2011-03-27 |
Felix Fietkau | also link the shared libuci to libdl |
commit | commitdiff | tree | snapshot |
2011-03-27 |
Felix Fietkau | fix lua plugin linker error |
commit | commitdiff | tree | snapshot |
2011-03-26 |
Felix Fietkau | fix building without plugin support |
commit | commitdiff | tree | snapshot |
2011-03-26 |
Felix Fietkau | fix include path |
commit | commitdiff | tree | snapshot |
2011-03-26 |
Felix Fietkau | use libdl |
commit | commitdiff | tree | snapshot |
2011-03-26 |
Felix Fietkau | allow the user to override the lua path |
commit | commitdiff | tree | snapshot |
2011-03-26 |
Felix Fietkau | move ucimap to a separate library |
commit | commitdiff | tree | snapshot |
2011-03-26 |
Felix Fietkau | replace the existing build system with cmake |
commit | commitdiff | tree | snapshot |
2011-03-15 |
Felix Fietkau | improve support for C++ stuff |
commit | commitdiff | tree | snapshot |
2011-01-19 |
Felix Fietkau | fix uci_list_set_pos to reorder sections properly,... |
commit | commitdiff | tree | snapshot |
2010-12-28 |
Felix Fietkau | make uci_file_commit() static |
commit | commitdiff | tree | snapshot |
2010-11-01 |
Felix Fietkau | lua: use uci_foreach_element_safe in uci_lua_foreach... |
commit | commitdiff | tree | snapshot |
2010-09-28 |
Felix Fietkau | add a helper function for looking up an option string |
commit | commitdiff | tree | snapshot |
2010-09-28 |
Felix Fietkau | fix return value in inline lookup functions |
commit | commitdiff | tree | snapshot |
2010-08-21 |
Lars-Peter... | ucimap: ucimap_parse: consider smap_offset when allocat... |
commit | commitdiff | tree | snapshot |
2010-08-21 |
Felix Fietkau | add convenience functions for looking up packages/secti... |
commit | commitdiff | tree | snapshot |
2010-08-21 |
Felix Fietkau | remove the unused "complete" parameter for uci_fill_ptr() |
commit | commitdiff | tree | snapshot |
2010-08-21 |
Felix Fietkau | add support for partial lookups - skip lookup for fille... |
commit | commitdiff | tree | snapshot |
2010-08-20 |
Felix Fietkau | provide backwards compatibility in the lua module after... |
commit | commitdiff | tree | snapshot |
2010-08-20 |
Felix Fietkau | make uci_lookup_ptr() use the extended flag properly... |
commit | commitdiff | tree | snapshot |
2010-08-20 |
Felix Fietkau | split off and compile delta.c separately |
commit | commitdiff | tree | snapshot |
2010-08-20 |
Felix Fietkau | uci_history -> uci_delta |
commit | commitdiff | tree | snapshot |
2010-08-20 |
Felix Fietkau | split off and compile util.c separately |
commit | commitdiff | tree | snapshot |
2010-08-20 |
Felix Fietkau | export uci_parse_ptr |
commit | commitdiff | tree | snapshot |
2010-08-20 |
Felix Fietkau | split off and compile file.c separately |
commit | commitdiff | tree | snapshot |
2010-08-17 |
Felix Fietkau | simplify dependency handling |
commit | commitdiff | tree | snapshot |
2010-08-17 |
Felix Fietkau | simplify code (thx, henning) |
commit | commitdiff | tree | snapshot |
2009-12-01 |
Justin Bronder | Fix memory leak in uci_list_config_files |
commit | commitdiff | tree | snapshot |
2009-12-01 |
Justin Bronder | Allow setting of libdirname. |
commit | commitdiff | tree | snapshot |
2009-11-06 |
Felix Fietkau | fix compile on snow leopard |
commit | commitdiff | tree | snapshot |
2009-10-28 |
Felix Fietkau | lua: use extended lookups by default |
commit | commitdiff | tree | snapshot |
2009-10-19 |
Felix Fietkau | lua: add uci.foreach() error handling patch by xMff |
commit | commitdiff | tree | snapshot |
2009-09-17 |
Felix Fietkau | fix uci_lookup_ptr comments |
commit | commitdiff | tree | snapshot |
2009-09-06 |
Felix Fietkau | add test/save to .gitignore |
commit | commitdiff | tree | snapshot |
2009-09-06 |
Felix Fietkau | ucimap: simplify the parse/format callbacks. the data... |
commit | commitdiff | tree | snapshot |
2009-09-06 |
Felix Fietkau | ucimap: fix list size initialization, validate list... |
commit | commitdiff | tree | snapshot |
2009-09-06 |
Felix Fietkau | ucimap: fix list initialization |
commit | commitdiff | tree | snapshot |
2009-09-05 |
Felix Fietkau | add some comments to the header file |
commit | commitdiff | tree | snapshot |
2009-09-05 |
Felix Fietkau | replace the use of list.h in the ucimap core, relicense... |
commit | commitdiff | tree | snapshot |
2009-09-04 |
Felix Fietkau | remove ucimap type->name conversion unless DEBUG is... |
commit | commitdiff | tree | snapshot |
2009-09-04 |
Felix Fietkau | fix a typo |
commit | commitdiff | tree | snapshot |
2009-09-04 |
Felix Fietkau | ucimap: add support for saving lists to uci |
commit | commitdiff | tree | snapshot |
2009-09-04 |
Felix Fietkau | test: do not print expected error messages |
commit | commitdiff | tree | snapshot |
2009-09-04 |
Felix Fietkau | ucimap: add helper function for resizing lists and... |
commit | commitdiff | tree | snapshot |
2009-09-04 |
Felix Fietkau | add sanity checks for optmap section type vs sectionmap... |
commit | commitdiff | tree | snapshot |
2009-09-04 |
Felix Fietkau | ucimap: add custom free() callbacks for options, only... |
commit | commitdiff | tree | snapshot |
2009-09-04 |
Felix Fietkau | add ucimap_free_section to the api |
commit | commitdiff | tree | snapshot |
2009-09-04 |
Felix Fietkau | fix a null pointer deref in uci_file_commit when overwr... |
commit | commitdiff | tree | snapshot |
2009-09-04 |
Felix Fietkau | add type safety checks for option maps |
commit | commitdiff | tree | snapshot |
2009-09-04 |
Felix Fietkau | build ucimap-example in make all |
commit | commitdiff | tree | snapshot |
2009-09-02 |
Felix Fietkau | only call section ->add callbacks after all fixups... |
commit | commitdiff | tree | snapshot |
2009-09-01 |
Felix Fietkau | fix missing api change |
commit | commitdiff | tree | snapshot |
2009-09-01 |
Felix Fietkau | preserve section list order |
commit | commitdiff | tree | snapshot |
2009-09-01 |
Felix Fietkau | rename ucimap_data::section to ptr |
commit | commitdiff | tree | snapshot |
2009-09-01 |
Felix Fietkau | add missing build dependencies |
commit | commitdiff | tree | snapshot |
2009-09-01 |
Felix Fietkau | expose the ucimap_parse_section function in the api... |
commit | commitdiff | tree | snapshot |
2009-08-31 |
Felix Fietkau | protect ucimap.h against multiple inclusions |
commit | commitdiff | tree | snapshot |
2009-08-31 |
Felix Fietkau | move ucimap into the core library |
commit | commitdiff | tree | snapshot |
2009-08-31 |
Felix Fietkau | ucimap: add new UCIMAP_LIST_AUTO for automatically... |
commit | commitdiff | tree | snapshot |
2009-08-30 |
Felix Fietkau | ucimap: properly test bool interpretation |
commit | commitdiff | tree | snapshot |
2009-08-30 |
Felix Fietkau | ucimap: fix boolean interpretation, add range checks... |
commit | commitdiff | tree | snapshot |
2009-08-30 |
Felix Fietkau | add missing lib flags for ucimap-example |
commit | commitdiff | tree | snapshot |
2009-08-30 |
Felix Fietkau | remove ucimap-example during make clean |
commit | commitdiff | tree | snapshot |
2009-08-30 |
Felix Fietkau | turn ucimap-example.c into a test case |
commit | commitdiff | tree | snapshot |
2009-08-30 |
Felix Fietkau | add missing null pointer check after malloc |
commit | commitdiff | tree | snapshot |
2009-08-30 |
Felix Fietkau | ucimap: clarify alloc |
commit | commitdiff | tree | snapshot |
2009-08-30 |
Felix Fietkau | bump major version |
commit | commitdiff | tree | snapshot |
2009-08-30 |
Felix Fietkau | ucimap: some hints |
commit | commitdiff | tree | snapshot |
2009-08-30 |
Felix Fietkau | ucimap: implement format callback for custom data types |
commit | commitdiff | tree | snapshot |
2009-08-29 |
Felix Fietkau | ucimap: add example for using the alloc callback |
commit | commitdiff | tree | snapshot |
2009-08-29 |
Felix Fietkau | ucimap: allow api users to take over allocation of... |
commit | commitdiff | tree | snapshot |
2009-08-29 |
Felix Fietkau | ucimap: move the section data to a dedicated field... |
commit | commitdiff | tree | snapshot |
2009-08-29 |
Felix Fietkau | ucimap: rename uci_sectmap* to uci_sectionmap* |
commit | commitdiff | tree | snapshot |
2009-08-29 |
Felix Fietkau | ucimap: add callback for validation/conversion and... |
commit | commitdiff | tree | snapshot |
2009-08-29 |
Felix Fietkau | shorten callback names |
commit | commitdiff | tree | snapshot |
2009-08-29 |
Felix Fietkau | ucimap: add an example for optmap data structure encaps... |
commit | commitdiff | tree | snapshot |
2009-08-29 |
Felix Fietkau | ucimap: cleanup OPTMAP_OPTION macro, rename to UCIMAP_O... |
commit | commitdiff | tree | snapshot |
2009-08-29 |
Felix Fietkau | ucimap: ignore unhandled data structure changes for now |
commit | commitdiff | tree | snapshot |
2009-08-29 |
Felix Fietkau | fix ucimap_set_changed |
commit | commitdiff | tree | snapshot |
2009-08-29 |
Felix Fietkau | ucimap: free memory allocated for fixups |
commit | commitdiff | tree | snapshot |
2009-08-29 |
Felix Fietkau | ucimap: clean up list handling, use arrays instead... |
commit | commitdiff | tree | snapshot |
2009-08-29 |
Felix Fietkau | ucimap: allow sectmaps to specify the option map data... |
commit | commitdiff | tree | snapshot |
2009-08-29 |
Felix Fietkau | ucimap-example: make data structures static |
commit | commitdiff | tree | snapshot |
2009-08-24 |
Felix Fietkau | lua: add a return code for aborting iteration in uci_fo... |
commit | commitdiff | tree | snapshot |
2009-08-18 |
Felix Fietkau | do not fail when attempting to set a nonexistant option... |
commit | commitdiff | tree | snapshot |
2009-08-18 |
Felix Fietkau | when running uci set with an empty value, fall back... |
commit | commitdiff | tree | snapshot |
next |