fix segfault in extended section lookup
[project/uci.git] / history.c
2008-08-23 Felix Fietkauwork around a gcc optimizer bug
2008-08-22 Felix Fietkaufix uci revert
2008-08-22 Felix Fietkauclean up uci_set
2008-08-22 Felix Fietkauuci_revert api cleanup
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-18 Felix Fietkauadd list support
2008-05-26 Felix Fietkaumore const stuff
2008-04-13 Felix Fietkauconstify
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