summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2008-01-30some helpful commentsFelix Fietkau
2008-01-30create history files with the proper modeFelix Fietkau
2008-01-30free uci_history entries properlyFelix Fietkau
2008-01-30plug a memleakFelix Fietkau
2008-01-30change uci_list_configs api for proper exception handlingFelix Fietkau
2008-01-30disable history tracking for non-confdir filesFelix Fietkau
2008-01-30add strict mode to the cli usageFelix Fietkau
2008-01-30add strict mode flag (enabled by default, can be disabled to ignore lines with parser errors)Felix Fietkau
2008-01-30move the stat check to the stream open functionFelix Fietkau
2008-01-30add proper history tracking for deleteFelix Fietkau
2008-01-29extra checksFelix Fietkau
2008-01-29implement history parsingFelix Fietkau
2008-01-29add extra null pointer checkFelix Fietkau
2008-01-29clean up history handlingFelix Fietkau
2008-01-29set -O0 for debug buildsFelix Fietkau
2008-01-29fix updated parse_tuple functionFelix Fietkau
2008-01-29more input validationFelix Fietkau
2008-01-29cleanup, move parse_tuple to libuci, add some input validationFelix Fietkau
2008-01-28cleanupFelix Fietkau
2008-01-28cleanupFelix Fietkau
2008-01-28add missing checkFelix Fietkau
2008-01-28ignore the package keyword for uci_load()Felix Fietkau
2008-01-28fix uci_set()Felix Fietkau
2008-01-28fix a typo that was breaking the exportFelix Fietkau
2008-01-28implement uci_commit()Felix Fietkau
2008-01-28add an extra checkFelix Fietkau
2008-01-28allow accessing files outside of /etc/configFelix Fietkau
2008-01-28another small commentFelix Fietkau
2008-01-28add shared locking for uci_loadFelix Fietkau
2008-01-28add a stub for testing uci_set()Felix Fietkau
2008-01-28implement uci_set, improve error handlingFelix Fietkau
2008-01-28fix assertion debuggingFelix Fietkau
2008-01-27implement uci getFelix Fietkau
2008-01-26add a commentFelix Fietkau
2008-01-26remove unnecessary null pointer checkFelix Fietkau
2008-01-26move get_filename as wellFelix Fietkau
2008-01-26move uci_list_configs to file.cFelix Fietkau
2008-01-26change __uci_list_add to uci_list_insert and remove an unnecessary parameterFelix Fietkau
2008-01-25initialize strtok_r context to NULLFelix Fietkau
2008-01-24add uci_lookup functionFelix Fietkau
2008-01-23implement more suggestions by lorenz schoriFelix Fietkau
2008-01-23remove more useless stuffFelix Fietkau
2008-01-23remove some obsolete variables. thx, lorenzFelix Fietkau
2008-01-23only use -g if debugging is requestedFelix Fietkau
2008-01-23improved debuggingFelix Fietkau
2008-01-23major code refactoring for more code reuse and smaller code sizeFelix Fietkau
2008-01-23add back uci_context parameter for uci_list_configs - for future use with multiple backendsFelix Fietkau
2008-01-23consistency: rename uci_config to uci_package, rename variables as well; add some data structures for config historyFelix Fietkau
2008-01-23fix double free bugFelix Fietkau
2008-01-23refactor uci show codeFelix Fietkau