properly search for lua includes and the library directory
[project/uci.git] / uci.h
2008-08-27 Felix Fietkauextend api to be able to get a full error string instea...
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-08-17 Felix Fietkauadd initial work for option datatype abstraction
2008-08-17 Felix Fietkauimplement extended uci lookup syntax
2008-06-03 Felix Fietkaumore const stuff
2008-05-26 Felix Fietkaumore const stuff
2008-05-01 Felix Fietkauconstify
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 Fietkaumore plugin support
2008-02-12 Felix Fietkauadd feature flags for the build process, improve automa...
2008-02-12 Felix Fietkauadd uci_set_backend()
2008-02-12 Felix Fietkaucleanup
2008-02-12 Felix Fietkauremove some unused stuff
2008-02-12 Felix Fietkaufix uci_set
2008-02-12 Felix Fietkauadd comment about memory handling in list_configs
2008-02-12 Felix Fietkauadd abstraction for listing config files as well
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 Fietkauimprove the argument parser
2008-02-04 Felix Fietkauexport a function for parsing shell-style arguments...
2008-02-03 Felix Fietkauimplement uci revert
2008-02-03 Felix Fietkaufix accidental lowercasing of license headers
2008-02-03 Felix Fietkauadd a comment about history path
2008-02-03 Felix Fietkauadd history search path
2008-02-03 Felix Fietkauallow the user of the library to override the confdir...
2008-02-02 Felix Fietkauadd flag for naming unnamed sections
2008-02-02 Felix Fietkauimplement overwriting import
2008-02-02 Felix Fietkauadd import merging functionality, fix error handling...
2008-02-02 Felix Fietkauimplement uci rename
2008-02-02 Felix Fietkaukeep unnamed sections unnamed on export
2008-01-30 Felix Fietkauproper commit support, better debugging
2008-01-30 Felix Fietkaucreate history files with the proper mode
2008-01-30 Felix Fietkauchange uci_list_configs api for proper exception handling
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 Fietkaucleanup
2008-01-28 Felix Fietkauignore the package keyword for uci_load()
2008-01-28 Felix Fietkauimplement uci_commit()
2008-01-28 Felix Fietkauallow accessing files outside of /etc/config
2008-01-28 Felix Fietkauanother small comment
2008-01-28 Felix Fietkauimplement uci_set, improve error handling
2008-01-27 Felix Fietkauimplement uci get
2008-01-26 Felix Fietkauchange __uci_list_add to uci_list_insert and remove...
2008-01-24 Felix Fietkauadd uci_lookup function
2008-01-23 Felix Fietkauimplement more suggestions by lorenz schori
2008-01-23 Felix Fietkauimproved debugging
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 Fietkaumove export functionality to libuci
2008-01-22 Felix Fietkauadd a few more comments
2008-01-22 Felix Fietkaurefactor, add uci_import
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
2008-01-20 Felix Fietkauremove some old junk
2008-01-20 Felix Fietkauprint the reason for parse errors in error messages
2008-01-20 Felix Fietkaubetter config file handling