project/uci.git
16 years agoallow accessing files outside of /etc/config
Felix Fietkau [Mon, 28 Jan 2008 02:41:53 +0000 (03:41 +0100)]
allow accessing files outside of /etc/config

16 years agoanother small comment
Felix Fietkau [Mon, 28 Jan 2008 02:14:21 +0000 (03:14 +0100)]
another small comment

16 years agoadd shared locking for uci_load
Felix Fietkau [Mon, 28 Jan 2008 02:14:00 +0000 (03:14 +0100)]
add shared locking for uci_load

16 years agoadd a stub for testing uci_set()
Felix Fietkau [Mon, 28 Jan 2008 01:58:48 +0000 (02:58 +0100)]
add a stub for testing uci_set()

16 years agoimplement uci_set, improve error handling
Felix Fietkau [Mon, 28 Jan 2008 01:58:23 +0000 (02:58 +0100)]
implement uci_set, improve error handling

16 years agofix assertion debugging
Felix Fietkau [Mon, 28 Jan 2008 01:55:09 +0000 (02:55 +0100)]
fix assertion debugging

16 years agoimplement uci get
Felix Fietkau [Sun, 27 Jan 2008 23:10:55 +0000 (00:10 +0100)]
implement uci get

16 years agoadd a comment
Felix Fietkau [Sat, 26 Jan 2008 11:23:00 +0000 (12:23 +0100)]
add a comment

16 years agoremove unnecessary null pointer check
Felix Fietkau [Sat, 26 Jan 2008 11:19:35 +0000 (12:19 +0100)]
remove unnecessary null pointer check

16 years agomove get_filename as well
Felix Fietkau [Sat, 26 Jan 2008 11:17:33 +0000 (12:17 +0100)]
move get_filename as well

16 years agomove uci_list_configs to file.c
Felix Fietkau [Sat, 26 Jan 2008 11:15:12 +0000 (12:15 +0100)]
move uci_list_configs to file.c

16 years agochange __uci_list_add to uci_list_insert and remove an unnecessary parameter
Felix Fietkau [Sat, 26 Jan 2008 11:14:22 +0000 (12:14 +0100)]
change __uci_list_add to uci_list_insert and remove an unnecessary parameter

16 years agoinitialize strtok_r context to NULL
Felix Fietkau [Fri, 25 Jan 2008 14:18:52 +0000 (15:18 +0100)]
initialize strtok_r context to NULL

16 years agoadd uci_lookup function
Felix Fietkau [Thu, 24 Jan 2008 17:20:11 +0000 (18:20 +0100)]
add uci_lookup function

16 years agoimplement more suggestions by lorenz schori
Felix Fietkau [Wed, 23 Jan 2008 15:06:29 +0000 (16:06 +0100)]
implement more suggestions by lorenz schori

16 years agoremove more useless stuff
Felix Fietkau [Wed, 23 Jan 2008 14:49:27 +0000 (15:49 +0100)]
remove more useless stuff

16 years agoremove some obsolete variables. thx, lorenz
Felix Fietkau [Wed, 23 Jan 2008 14:48:23 +0000 (15:48 +0100)]
remove some obsolete variables. thx, lorenz

16 years agoonly use -g if debugging is requested
Felix Fietkau [Wed, 23 Jan 2008 07:26:32 +0000 (08:26 +0100)]
only use -g if debugging is requested

16 years agoimproved debugging
Felix Fietkau [Wed, 23 Jan 2008 07:21:02 +0000 (08:21 +0100)]
improved debugging

16 years agomajor code refactoring for more code reuse and smaller code size
Felix Fietkau [Wed, 23 Jan 2008 07:10:45 +0000 (08:10 +0100)]
major code refactoring for more code reuse and smaller code size

16 years agoadd back uci_context parameter for uci_list_configs - for future use with multiple...
Felix Fietkau [Wed, 23 Jan 2008 04:51:26 +0000 (05:51 +0100)]
add back uci_context parameter for uci_list_configs - for future use with multiple backends

16 years agoconsistency: rename uci_config to uci_package, rename variables as well; add some...
Felix Fietkau [Wed, 23 Jan 2008 04:47:56 +0000 (05:47 +0100)]
consistency: rename uci_config to uci_package, rename variables as well; add some data structures for config history

16 years agofix double free bug
Felix Fietkau [Wed, 23 Jan 2008 01:48:46 +0000 (02:48 +0100)]
fix double free bug

16 years agorefactor uci show code
Felix Fietkau [Wed, 23 Jan 2008 01:48:11 +0000 (02:48 +0100)]
refactor uci show code

16 years agomove export functionality to libuci
Felix Fietkau [Wed, 23 Jan 2008 01:44:16 +0000 (02:44 +0100)]
move export functionality to libuci

16 years agofix null string test
Felix Fietkau [Wed, 23 Jan 2008 00:08:19 +0000 (01:08 +0100)]
fix null string test

16 years agoadd a few more comments
Felix Fietkau [Tue, 22 Jan 2008 23:42:56 +0000 (00:42 +0100)]
add a few more comments

16 years agoremove junk file
Felix Fietkau [Tue, 22 Jan 2008 23:28:54 +0000 (00:28 +0100)]
remove junk file

16 years agoreduce the default linebuffer size
Felix Fietkau [Tue, 22 Jan 2008 23:14:09 +0000 (00:14 +0100)]
reduce the default linebuffer size

16 years agoadd support for parsing escaped newline characters
Felix Fietkau [Tue, 22 Jan 2008 23:12:46 +0000 (00:12 +0100)]
add support for parsing escaped newline characters

16 years agoparse the package keyword
Felix Fietkau [Tue, 22 Jan 2008 22:39:12 +0000 (23:39 +0100)]
parse the package keyword

16 years agorefactor, add uci_import
Felix Fietkau [Tue, 22 Jan 2008 22:34:04 +0000 (23:34 +0100)]
refactor, add uci_import

16 years agomore export stuff
Felix Fietkau [Mon, 21 Jan 2008 01:56:27 +0000 (02:56 +0100)]
more export stuff

16 years agoadd uci export
Felix Fietkau [Mon, 21 Jan 2008 01:46:42 +0000 (02:46 +0100)]
add uci export

16 years agoadd dynamically generated section names
Felix Fietkau [Mon, 21 Jan 2008 01:02:23 +0000 (02:02 +0100)]
add dynamically generated section names

16 years agocomment update
Felix Fietkau [Mon, 21 Jan 2008 00:00:29 +0000 (01:00 +0100)]
comment update

16 years agouse -fPIC
Felix Fietkau [Mon, 21 Jan 2008 00:00:23 +0000 (01:00 +0100)]
use -fPIC

16 years agoremove unused argument
Felix Fietkau [Sun, 20 Jan 2008 23:54:17 +0000 (00:54 +0100)]
remove unused argument

16 years agocleanups/fixes, more cli stuff
Felix Fietkau [Sun, 20 Jan 2008 23:45:12 +0000 (00:45 +0100)]
cleanups/fixes, more cli stuff

16 years agoreturn a pointer to the uci_config struct in uci_load
Felix Fietkau [Sun, 20 Jan 2008 22:15:02 +0000 (23:15 +0100)]
return a pointer to the uci_config struct in uci_load

16 years agoimplement config unload
Felix Fietkau [Sun, 20 Jan 2008 22:03:00 +0000 (23:03 +0100)]
implement config unload

16 years agoignore gdb files
Felix Fietkau [Sun, 20 Jan 2008 21:23:39 +0000 (22:23 +0100)]
ignore gdb files

16 years agofix for a double free bug
Felix Fietkau [Sun, 20 Jan 2008 21:22:28 +0000 (22:22 +0100)]
fix for a double free bug

16 years agoadd support for listing config files
Felix Fietkau [Sun, 20 Jan 2008 21:16:59 +0000 (22:16 +0100)]
add support for listing config files

16 years agoremove some old junk
Felix Fietkau [Sun, 20 Jan 2008 18:58:45 +0000 (19:58 +0100)]
remove some old junk

16 years agoprint the reason for parse errors in error messages
Felix Fietkau [Sun, 20 Jan 2008 18:39:47 +0000 (19:39 +0100)]
print the reason for parse errors in error messages

16 years agoimproved parser
Felix Fietkau [Sun, 20 Jan 2008 18:32:43 +0000 (19:32 +0100)]
improved parser

16 years agobetter config file handling
Felix Fietkau [Sun, 20 Jan 2008 15:10:32 +0000 (16:10 +0100)]
better config file handling

16 years agomore config functions
Felix Fietkau [Sat, 19 Jan 2008 23:12:12 +0000 (00:12 +0100)]
more config functions

16 years agomore cleanup/list fixes
Felix Fietkau [Sat, 19 Jan 2008 22:21:44 +0000 (23:21 +0100)]
more cleanup/list fixes

16 years agoremove some crap
Felix Fietkau [Sat, 19 Jan 2008 22:10:36 +0000 (23:10 +0100)]
remove some crap

16 years agoadd missing break statements
Felix Fietkau [Sat, 19 Jan 2008 22:10:15 +0000 (23:10 +0100)]
add missing break statements

16 years agomore error handling
Felix Fietkau [Sat, 19 Jan 2008 22:05:45 +0000 (23:05 +0100)]
more error handling

16 years agomore deps
Felix Fietkau [Sat, 19 Jan 2008 22:05:22 +0000 (23:05 +0100)]
more deps

16 years agomore list handling
Felix Fietkau [Sat, 19 Jan 2008 18:58:45 +0000 (19:58 +0100)]
more list handling

16 years agoadd some more list handling
Felix Fietkau [Sat, 19 Jan 2008 18:46:29 +0000 (19:46 +0100)]
add some more list handling

16 years agoadd -Wno-unused and -Werror
Felix Fietkau [Sat, 19 Jan 2008 18:43:58 +0000 (19:43 +0100)]
add -Wno-unused and -Werror

16 years agocleanups, whitespace fixes, some extra data structures, eol fix
Felix Fietkau [Sat, 19 Jan 2008 18:25:40 +0000 (19:25 +0100)]
cleanups, whitespace fixes, some extra data structures, eol fix

16 years agomove some macro magic out of libuci.c
Felix Fietkau [Sat, 19 Jan 2008 18:21:14 +0000 (19:21 +0100)]
move some macro magic out of libuci.c

16 years agomake uci_errstr const
Felix Fietkau [Sat, 19 Jan 2008 17:14:12 +0000 (18:14 +0100)]
make uci_errstr const

16 years agomore comments
Felix Fietkau [Sat, 19 Jan 2008 17:10:48 +0000 (18:10 +0100)]
more comments

16 years agoclean up arg checks
Felix Fietkau [Sat, 19 Jan 2008 17:06:06 +0000 (18:06 +0100)]
clean up arg checks

16 years agoadd .gitignore
Felix Fietkau [Sat, 19 Jan 2008 16:56:33 +0000 (17:56 +0100)]
add .gitignore

16 years agoinitial import (incomplete)
Felix Fietkau [Sat, 19 Jan 2008 16:56:13 +0000 (17:56 +0100)]
initial import (incomplete)