project/uci.git
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...
2008-02-06 Felix Fietkauuse strsep instead of strtok to avoid a segfault
2008-02-05 Felix Fietkaufix uci_parse_tuple
2008-02-05 Felix Fietkauadd a missing nullpointer check
2008-02-05 Felix Fietkaufix an off-by-one error that prevented the open() check...
2008-02-05 Felix Fietkauallow merge-import, even if the config file does not...
2008-02-05 Felix Fietkauadd missing line to command line help
2008-02-05 Felix Fietkauadd missing include statement
2008-02-05 Felix Fietkauimplement the uci changes command to display uncommitte...
2008-02-04 Felix Fietkauimplement batch mode in cli
2008-02-04 Felix Fietkauimprove the argument parser
2008-02-04 Felix Fietkauexport a function for parsing shell-style arguments...
2008-02-04 Felix Fietkauonly overwrite config files at commit time when actual...
2008-02-04 Felix Fietkauimprove validation, accept more characters in the secti...
2008-02-04 Felix Fietkaumake the value of an option optional (found by lubek)
2008-02-03 Felix Fietkaufix a small memleak
2008-02-03 Felix Fietkaufix a few bugs found during code review
2008-02-03 Felix Fietkauimplement uci revert
2008-02-03 Felix Fietkaumove history code into history.c
2008-02-03 Felix Fietkaufix accidental lowercasing of license headers
2008-02-03 Felix Fietkaucli: don't commit, if the savedir was overwritten
2008-02-03 Felix Fietkauadd a comment about history path
2008-02-03 Felix Fietkaumake use of the history path feature in the cli
2008-02-03 Felix Fietkauadd history search path
2008-02-03 Felix Fietkauallow the user of the library to override the confdir...
2008-02-03 Felix Fietkausome extra null pointer checks
2008-02-03 Felix Fietkauparse comments properly
2008-02-03 Felix Fietkauallow the make command line to override LD properly
2008-02-03 Felix Fietkauadd quiet mode flag for cli
2008-02-03 Felix Fietkauminor comments
2008-02-03 Felix Fietkausave some space
2008-02-03 Felix Fietkaubetter input validation
2008-02-03 Felix Fietkaudisable EOL check for non-strict mode
2008-02-03 Felix Fietkaufix filename validation
2008-02-02 Felix Fietkaufix typo
next