project/uci.git
2009-08-29 Felix Fietkauucimap: add callback for validation/conversion and...
2009-08-29 Felix Fietkaushorten callback names
2009-08-29 Felix Fietkauucimap: add an example for optmap data structure encaps...
2009-08-29 Felix Fietkauucimap: cleanup OPTMAP_OPTION macro, rename to UCIMAP_O...
2009-08-29 Felix Fietkauucimap: ignore unhandled data structure changes for now
2009-08-29 Felix Fietkaufix ucimap_set_changed
2009-08-29 Felix Fietkauucimap: free memory allocated for fixups
2009-08-29 Felix Fietkauucimap: clean up list handling, use arrays instead...
2009-08-29 Felix Fietkauucimap: allow sectmaps to specify the option map data...
2009-08-29 Felix Fietkauucimap-example: make data structures static
2009-08-24 Felix Fietkaulua: add a return code for aborting iteration in uci_fo...
2009-08-18 Felix Fietkaudo not fail when attempting to set a nonexistant option...
2009-08-18 Felix Fietkauwhen running uci set with an empty value, fall back...
2009-06-08 Felix Fietkauadd plugin support
2009-05-23 Felix Fietkauadd reorder to lua api
2009-05-23 Felix Fietkauadd section reordering to libuci and cli
2009-04-30 Felix Fietkauincrease argv in batch mode to silence a false gcc...
2009-04-23 Felix Fietkaudon't bail out on locking errors, when flock() is not...
2009-04-11 Felix Fietkaucreate missing lib dir on installation
2009-04-10 Felix Fietkaufix const related compile error with newer gcc
2009-03-24 Felix Fietkauadd missing fflush() on close - fixes a bug in the...
2009-02-23 Felix Fietkaufix compilation on later glibc/gcc versions with strict...
2009-01-20 Felix Fietkaufix signed vs unsigned char validation bug
2009-01-20 Felix Fietkaulua: fix rewriting uci lists
2009-01-20 Felix Fietkaumake the uci_ptr struct reusable after a call to uci_de...
2009-01-18 Felix Fietkauadd uci.rename()
2008-12-27 Felix Fietkaubump major version
2008-12-27 Felix Fietkaufix uci rename for anonymous sections
2008-12-23 Felix Fietkauadd initial version of the shell api
2008-11-28 Felix Fietkauadd foreign key and list support for ucimap
2008-11-25 Felix Fietkaufix memory leak reported in https://dev.openwrt.org...
2008-11-15 Felix Fietkaulua: add uci.add_history to the api
2008-11-14 Felix Fietkauadd libucimap
2008-11-14 Felix Fietkauinstall development headers
2008-11-14 Felix Fietkaudon't redefine container_of if it's already defined
2008-11-14 Felix Fietkaulua: fix uci.set_list
2008-10-15 Felix Fietkaumake extended syntax on uci show optional (but enabled...
2008-10-15 Felix Fietkauput more descriptive names on anonymous sections when...
2008-09-05 Felix Fietkauoverhaul package and section type validation - makes...
2008-09-05 Felix Fietkauadd .index field to sections
2008-09-04 Felix Fietkaufix lua binding include path
2008-09-04 Felix Fietkaufix uci batch nesting check (patch by lars)
2008-09-04 Felix Fietkaufix segmentation fault / endless loop on history loads
2008-08-31 Felix Fietkauproperly search for lua includes and the library directory
2008-08-31 Jens MueckeAdd mkdir to Makefile and Makefile.inc, use $prefix...
2008-08-31 Felix Fietkaufix segfault in uci batch
2008-08-27 Felix Fietkaufix uci.save() with cursors
2008-08-27 Felix Fietkaufix uci.get()
2008-08-27 Felix Fietkauadd \n to error messages only when output goes to stderr
2008-08-27 Felix Fietkaupush out uci error messages to lua as well
2008-08-27 Felix Fietkauextend api to be able to get a full error string instea...
2008-08-27 Felix Fietkaufix segfault in extended section lookup
2008-08-27 Felix Fietkauadd uci.cursor() support based on a patch by CyrusFF
2008-08-27 Felix Fietkauadd get functions for savedir and confdir
2008-08-27 Felix Fietkaufix sanity checks for uci.set to be able to create...
2008-08-27 Felix Fietkaufix incomplete lookups for uci.get()
2008-08-27 Felix Fietkaureport errors on partial lookups for show/get in the...
2008-08-26 Frédéric MoulinsCheck for segfault and illegal instruction when expecti...
2008-08-25 Felixadd an extra option check for tuple parsing
2008-08-25 Frédéric MoulinsAdd parsing tests for get, set and show
2008-08-24 Felixadd .anonymous attribute for uci sections in lua
2008-08-23 FelixAdds a unit test framework based on shunit2
2008-08-23 Felix Fietkaufilter incomplete lookups on uci show
2008-08-23 Felix Fietkaufilter out duplicate changes when using uci_set to...
2008-08-23 Felix Fietkauwork around a gcc optimizer bug
2008-08-23 Felix Fietkaufix 4-arg uci.set()
2008-08-23 Felix Fietkauadd some missing initializations
2008-08-23 Felix Fietkauport lua bindings to new uci api
2008-08-22 Felix Fietkaufix uci revert
2008-08-22 Felix Fietkaufix uci delete
2008-08-22 Felix Fietkauclean up uci_set
2008-08-22 Felix Fietkauuci_revert api cleanup
2008-08-22 Felix Fietkaumore cleanup
2008-08-22 Felix Fietkaucleanup, fix rename
2008-08-22 Felix Fietkaucode cleanup, some api changes for new uci_ptr struct
2008-08-22 Felix Fietkauremove uci_parse_tuple, preparation for adding a new...
2008-08-20 Felix Fietkaufix extended cli lookup
2008-08-19 Felix Fietkaucorrectly show list changes in "uci changes" output
2008-08-19 Felix Fietkaulua: allow uci.set() to create/update a list value
2008-08-18 Felix Fietkaufix list parsing with anonymous sections
2008-08-18 Felix Fietkaufix wrong buffer allocation
2008-08-18 Felix Fietkaufix use-after-free
2008-08-18 Felix Fietkaufix lookup for section commands in the cli
2008-08-18 Felix Fietkauadd list support to the uci lua binding
2008-08-18 Felix Fietkauadd list support
2008-08-17 Felix Fietkauadd initial work for option datatype abstraction
2008-08-17 Felix Fietkaubump library version to 0.5
2008-08-17 Felix Fietkauimplement extended uci lookup syntax
2008-08-17 Felix FietkauFix uci show for sections and options.
2008-07-31 Felix Fietkauanother one
2008-07-31 Felix Fietkaufix a really stupid bug
2008-07-31 Felix Fietkaufix some parser glitches
2008-07-30 Felix Fietkausome more input validation
2008-06-20 Felix Fietkaufix a stupid duplicate value checking bug (patch by...
2008-06-06 Felix Fietkauallow the cli to override the confdir
2008-06-04 Felix Fietkauuse the correct soname for libuci
2008-06-04 Felix Fietkaureplace the uci_escape function with something cleaner...
2008-06-04 Felix Fietkaudon't record a changed value if the new value matches...
2008-06-04 Felix Fietkaulua binding: add .name attribute for sections pushed...
2008-06-04 Felix Fietkauadjust default installation target dir for uci lua...
next