add make install to the uci build directory
[project/uci.git] / history.c
2008-04-09 Felix Fietkaurename ctx->errno to ctx->err to avoid conflicts with...
2008-02-12 Felix Fietkaucreate the history savedir on uci_save() if it does...
2008-02-12 Felix Fietkaumake more functions available externally
2008-02-12 Felix Fietkaufix uci_set
2008-02-12 Felix Fietkausome backend abstraction
2008-02-09 Felix Fietkaureorganize some code, add an extra command for adding...
2008-02-06 Felix Fietkauextend uci_set so that it can store the resulting eleme...
2008-02-05 Felix Fietkauimplement the uci changes command to display uncommitte...
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-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