project/uci.git
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...
2008-06-03 Felix Fietkauuse .type instead of .TYPE
2008-06-03 Felix Fietkauminor cleanup
2008-06-03 Felix Fietkauchange the format of uci.get_all() - reduce the number...
2008-06-03 Felix Fietkauimplement uci.changes() in lua binding
2008-06-03 Felix Fietkauload the saved history by default to make things easier...
2008-06-03 Felix Fietkauimplement uci.delete() in the lua binding
2008-06-03 Felix Fietkaumore const stuff
2008-05-26 Felix Fietkauimplement autoload for uci lua binding (optional, enabl...
2008-05-26 Felix Fietkaufix invocation of uci.commit(), uci.save() without...
2008-05-26 Felix Fietkauadd uci.add() to lua binding
2008-05-26 Felix Fietkaumore const stuff
2008-05-03 Felix Fietkauallow more types of characters for uci package names
2008-05-01 Felix Fietkauadd 2 and 3 argument versions of uci.get()
2008-05-01 Felix Fietkauconstify
2008-05-01 Felix Fietkauadd uci.foreach()
2008-05-01 Felix Fietkauadd uci.get_all to the lua binding, which converts...
2008-05-01 Felix Fietkaufix lua plugin linking
2008-04-13 Felix Fietkauadd revert, merge package handler functions
2008-04-13 Felix Fietkauconstify
2008-04-13 Felix Fietkaucompile fixes for native compilation
2008-04-13 Felix Fietkaubuild variable sharing between uci and uci-lua, proper...
2008-04-13 Felix Fietkaufix unused variable
2008-04-13 Felix Fietkauadd make install to the uci build directory
2008-04-13 Felix Fietkauset, save, commit for the lua plugin
2008-04-13 Felix Fietkautypechecking, add set_confdir and set_savedir
2008-04-13 Felix Fietkauadd uci.unload to the lua plugin
2008-04-13 Felix Fietkauadd rudimentary lua binding for uci (can only do "load...
2008-04-09 Felix Fietkaurename ctx->errno to ctx->err to avoid conflicts with...
2008-04-08 Felix Fietkauparser: fix precedence of quoting over ; as command...
2008-03-27 Felix Fietkauadd missing helptext for commit
2008-02-12 Felix Fietkaufix a bug that prevented modifying empty config files
2008-02-12 Felix Fietkauadd an extra check for uci_lookup
2008-02-12 Felix Fietkaumore functionality for plugins
2008-02-12 Felix Fietkaucreate the history savedir on uci_save() if it does...
2008-02-12 Felix Fietkaumore plugin support
2008-02-12 Felix Fietkauadd feature flags for the build process, improve automa...
2008-02-12 Felix Fietkaumake more functions available externally
2008-02-12 Felix Fietkauconsistency
2008-02-12 Felix Fietkauimprove error handling
2008-02-12 Felix Fietkaufold err.h into uci_internal.h
2008-02-12 Felix Fietkauadd uci_set_backend()
2008-02-12 Felix Fietkauuse the per-package backend on commit
2008-02-12 Felix Fietkaucleanup
2008-02-12 Felix Fietkauremove some unused stuff
2008-02-12 Felix Fietkaufix uci_set
2008-02-12 Felix Fietkaumore debugging
2008-02-12 Felix Fietkauadd comment about memory handling in list_configs
2008-02-12 Felix Fietkauadd abstraction for listing config files as well
2008-02-12 Felix Fietkaubump library version
2008-02-12 Felix Fietkausome backend abstraction
2008-02-12 Felix Fietkaufold uci_file_cleanup into uci_cleanup
2008-02-09 Felix Fietkaubump library version number
2008-02-09 Felix Fietkaureorganize some code, add an extra command for adding...
2008-02-09 Felix Fietkauremove accidentally committed junk
2008-02-06 Felix Fietkauextend uci_set so that it can store the resulting eleme...
next