add missing fflush() on close - fixes a bug in the lock/unlock order (thx, Cyrus)
[project/uci.git] / util.c
2009-03-24 Felix Fietkauadd missing fflush() on close - fixes a bug in the...
2009-01-20 Felix Fietkaufix signed vs unsigned char validation bug
2008-09-05 Felix Fietkauoverhaul package and section type validation - makes...
2008-08-31 Felix Fietkaufix segfault in uci batch
2008-08-25 Felixadd an extra option check for tuple parsing
2008-08-22 Felix Fietkauremove uci_parse_tuple, preparation for adding a new...
2008-08-17 Felix Fietkauimplement extended uci lookup syntax
2008-07-31 Felix Fietkauanother one
2008-07-31 Felix Fietkaufix a really stupid bug
2008-07-30 Felix Fietkausome more input validation
2008-05-03 Felix Fietkauallow more types of characters for uci package names
2008-04-08 Felix Fietkauparser: fix precedence of quoting over ; as command...
2008-02-12 Felix Fietkaumore functionality for plugins
2008-02-12 Felix Fietkaumore plugin support
2008-02-12 Felix Fietkaufix uci_set
2008-02-09 Felix Fietkaureorganize some code, add an extra command for adding...
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 Fietkaufix an off-by-one error that prevented the open() check...
2008-02-04 Felix Fietkauimprove the argument parser
2008-02-04 Felix Fietkauexport a function for parsing shell-style arguments...
2008-02-04 Felix Fietkauimprove validation, accept more characters in the secti...
2008-02-03 Felix Fietkauimplement uci revert
2008-02-03 Felix Fietkaumove history code into history.c
2008-02-02 Felix Fietkauconstify
2008-01-29 Felix Fietkaufix updated parse_tuple function
2008-01-29 Felix Fietkaumore input validation
2008-01-29 Felix Fietkaucleanup, move parse_tuple to libuci, add some input...
2008-01-23 Felix Fietkauimplement more suggestions by lorenz schori