work around a gcc optimizer bug
[project/uci.git] / cli.c
2008-08-22 Felix Fietkaufix uci delete
2008-08-22 Felix Fietkauclean up uci_set
2008-08-22 Felix Fietkauuci_revert api cleanup
2008-08-22 Felix Fietkaucleanup, fix rename
2008-08-22 Felix Fietkaucode cleanup, some api changes for new uci_ptr struct
2008-08-20 Felix Fietkaufix extended cli lookup
2008-08-19 Felix Fietkaucorrectly show list changes in "uci changes" output
2008-08-18 Felix Fietkaufix lookup for section commands in the cli
2008-08-18 Felix Fietkauadd list support
2008-08-17 Felix Fietkauadd initial work for option datatype abstraction
2008-08-17 Felix Fietkauimplement extended uci lookup syntax
2008-08-17 Felix FietkauFix uci show for sections and options.
2008-06-06 Felix Fietkauallow the cli to override the confdir
2008-06-03 Felix Fietkauload the saved history by default to make things easier...
2008-03-27 Felix Fietkauadd missing helptext for commit
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 Fietkauallow merge-import, even if the config file does not...
2008-02-05 Felix Fietkauadd missing line to command line help
2008-02-05 Felix Fietkauadd missing include statement
2008-02-05 Felix Fietkauimplement the uci changes command to display uncommitte...
2008-02-04 Felix Fietkauimplement batch mode in cli
2008-02-03 Felix Fietkauimplement uci revert
2008-02-03 Felix Fietkaufix accidental lowercasing of license headers
2008-02-03 Felix Fietkaucli: don't commit, if the savedir was overwritten
2008-02-03 Felix Fietkaumake use of the history path feature in the cli
2008-02-03 Felix Fietkausome extra null pointer checks
2008-02-03 Felix Fietkauadd quiet mode flag for cli
2008-02-02 Felix Fietkaufix compiler error under linux
2008-02-02 Felix Fietkauadd flag for naming unnamed sections
2008-02-02 Felix Fietkauremove unused variables
2008-02-02 Felix Fietkaufix file input for cli
2008-02-02 Felix Fietkauimplement overwriting import
2008-02-02 Felix Fietkauadd support for merged importing
2008-02-02 Felix Fietkauoptimization
2008-02-02 Felix Fietkauadd stub for uci import
2008-02-02 Felix Fietkauimplement uci rename
2008-01-30 Felix Fietkaucli code cleanup
2008-01-30 Felix Fietkauproper commit support, better debugging
2008-01-30 Felix Fietkauchange uci_list_configs api for proper exception handling
2008-01-30 Felix Fietkauadd strict mode to the cli usage
2008-01-30 Felix Fietkauadd strict mode flag (enabled by default, can be disabl...
2008-01-30 Felix Fietkauadd proper history tracking for delete
2008-01-29 Felix Fietkauimplement history parsing
2008-01-29 Felix Fietkaucleanup, move parse_tuple to libuci, add some input...
2008-01-28 Felix Fietkauimplement uci_commit()
2008-01-28 Felix Fietkauallow accessing files outside of /etc/config
2008-01-28 Felix Fietkauadd a stub for testing uci_set()
2008-01-27 Felix Fietkauimplement uci get
2008-01-23 Felix Fietkauimplement more suggestions by lorenz schori
2008-01-23 Felix Fietkauremove some obsolete variables. thx, lorenz
2008-01-23 Felix Fietkaumajor code refactoring for more code reuse and smaller...
2008-01-23 Felix Fietkauadd back uci_context parameter for uci_list_configs...
2008-01-23 Felix Fietkauconsistency: rename uci_config to uci_package, rename...
2008-01-23 Felix Fietkaurefactor uci show code
2008-01-23 Felix Fietkaumove export functionality to libuci
2008-01-21 Felix Fietkaumore export stuff
2008-01-21 Felix Fietkauadd uci export
2008-01-21 Felix Fietkauadd dynamically generated section names
2008-01-20 Felix Fietkauremove unused argument
2008-01-20 Felix Fietkaucleanups/fixes, more cli stuff
2008-01-20 Felix Fietkaureturn a pointer to the uci_config struct in uci_load
2008-01-20 Felix Fietkauimplement config unload
2008-01-20 Felix Fietkauadd support for listing config files