summaryrefslogtreecommitdiff
path: root/delta.c
Commit message (Expand)AuthorAgeFilesLines
* delta: simplify uci_load_delta() by using a helperRafał Miłecki2022-08-281-5/+2
* delta: prevent possible null pointer usePetr Štetiar2019-11-141-1/+1
* iron out all extra compiler warningsPetr Štetiar2019-11-141-0/+1
* build: Add -Wclobbered to detect problems with longjmpHauke Mehrtens2019-11-081-10/+10
* delta: fix parsing malformed delta linesYousong Zhou2018-08-111-0/+6
* delta: catch error when parsing delta line.Yousong Zhou2015-05-251-2/+4
* delta: fix adding new savedir.Yousong Zhou2015-04-031-3/+2
* Fix delta path handling.Yousong Zhou2015-03-311-6/+33
* delta: fix outputing of delta entries occupying multiple lines.Yousong Zhou2014-12-181-39/+46
* delta: use a table for converting between UCI_CMD_XXX and prefixes.Yousong Zhou2014-12-181-45/+19
* delta: preprocess delta line with uci_parse_argument().Yousong Zhou2014-12-181-11/+14
* delta: add a simple duplication check when adding delta path.Yousong Zhou2014-12-181-0/+2
* Use offset into parser buffer to avoid potential heap overflow.Yousong Zhou2014-11-251-2/+13
* Preserve original permissions when rewriting config files on commitJo-Philipp Wich2014-04-111-3/+3
* style: fix whitespace errorsLuka Perkov2013-10-151-5/+5
* style: free(NULL) is perfectly valid so we can drop some checksLuka Perkov2013-10-151-12/+6
* uci: copy permisions of /etc/config/ files for temp filesEtienne CHAMPETIER2013-04-241-3/+8
* Change delta encoding of list deletionsJo-Philipp Wich2013-04-221-2/+2
* remove unused hook supportFelix Fietkau2013-01-041-11/+0
* extend delete command so it can delete list elemets using indexLuka Perkov2012-11-091-1/+1
* add new command del_listLuka Perkov2012-11-091-0/+12
* fix lgpl license headersFelix Fietkau2011-08-311-1/+1
* split off and compile delta.c separatelyFelix Fietkau2010-08-201-2/+7
* uci_history -> uci_deltaFelix Fietkau2010-08-201-0/+483