tests: remove straying echo in 020_get.
[project/uci.git] / libuci.c
2013-01-04 Felix Fietkauremove unused hook support
2013-01-04 Felix Fietkauremove plugin support, it has been unused for a long...
2011-10-21 Felix Fietkauadd a few missing null pointer checks, and fix check...
2011-10-21 Felix Fietkaufree memory for uci hooks
2011-08-31 Felix Fietkaufix lgpl license headers
2010-08-20 Felix Fietkausplit off and compile delta.c separately
2010-08-20 Felix Fietkauuci_history -> uci_delta
2010-08-20 Felix Fietkausplit off and compile util.c separately
2010-08-20 Felix Fietkausplit off and compile file.c separately
2009-08-30 Felix Fietkauadd missing null pointer check after malloc
2009-06-08 Felix Fietkauadd plugin support
2009-02-23 Felix Fietkaufix compilation on later glibc/gcc versions with strict...
2008-08-27 Felix Fietkauadd \n to error messages only when output goes to stderr
2008-08-27 Felix Fietkauextend api to be able to get a full error string instea...
2008-08-18 Felix Fietkaufix use-after-free
2008-06-03 Felix Fietkauload the saved history by default to make things easier...
2008-04-09 Felix Fietkaurename ctx->errno to ctx->err to avoid conflicts with...
2008-02-12 Felix Fietkaumore plugin support
2008-02-12 Felix Fietkaumake more functions available externally
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 Fietkauadd abstraction for listing config files as well
2008-02-12 Felix Fietkausome backend abstraction
2008-02-12 Felix Fietkaufold uci_file_cleanup into uci_cleanup
2008-02-05 Felix Fietkauimplement the uci changes command to display uncommitte...
2008-02-03 Felix Fietkaufix a few bugs found during code review
2008-02-03 Felix Fietkaumove history code into history.c
2008-02-03 Felix Fietkauadd history search path
2008-02-03 Felix Fietkauallow the user of the library to override the confdir...
2008-02-02 Felix Fietkaufix more compile errors
2008-01-30 Felix Fietkauproper commit support, better debugging
2008-01-30 Felix Fietkauadd strict mode flag (enabled by default, can be disabl...
2008-01-28 Felix Fietkaucleanup
2008-01-28 Felix Fietkauimplement uci_set, improve error handling
2008-01-23 Felix Fietkauimplement more suggestions by lorenz schori
2008-01-23 Felix Fietkauimproved debugging
2008-01-23 Felix Fietkaumajor code refactoring for more code reuse and smaller...
2008-01-23 Felix Fietkauconsistency: rename uci_config to uci_package, rename...
2008-01-23 Felix Fietkaumove export functionality to libuci
2008-01-22 Felix Fietkaurefactor, add uci_import
2008-01-20 Felix Fietkauimplement config unload
2008-01-20 Felix Fietkauadd support for listing config files
2008-01-20 Felix Fietkauprint the reason for parse errors in error messages
2008-01-20 Felix Fietkaubetter config file handling
2008-01-19 Felix Fietkauadd some more list handling
2008-01-19 Felix Fietkaumove some macro magic out of libuci.c
2008-01-19 Felix Fietkaumake uci_errstr const
2008-01-19 Felix Fietkauclean up arg checks
2008-01-19 Felix Fietkauinitial import (incomplete)