index
:
delta/openwrt/uci.git
lede-17.01
master
git.openwrt.org: project/uci.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
list.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
make the uci_ptr struct reusable after a call to uci_delete()
Felix Fietkau
2009-01-20
1
-0
/
+6
*
fix uci rename for anonymous sections
Felix Fietkau
2008-12-27
1
-0
/
+3
*
overhaul package and section type validation - makes it easier to read and fi...
Felix Fietkau
2008-09-05
1
-2
/
+2
*
fix segmentation fault / endless loop on history loads
Felix Fietkau
2008-09-05
1
-1
/
+1
*
fix segfault in extended section lookup
Felix Fietkau
2008-08-27
1
-1
/
+2
*
filter out duplicate changes when using uci_set to change option values
Felix Fietkau
2008-08-23
1
-0
/
+9
*
clean up uci_set
Felix Fietkau
2008-08-22
1
-166
/
+38
*
more cleanup
Felix Fietkau
2008-08-22
1
-3
/
+6
*
cleanup, fix rename
Felix Fietkau
2008-08-22
1
-0
/
+5
*
code cleanup, some api changes for new uci_ptr struct
Felix Fietkau
2008-08-22
1
-158
/
+173
*
remove uci_parse_tuple, preparation for adding a new api for lookups
Felix Fietkau
2008-08-22
1
-21
/
+19
*
fix wrong buffer allocation
Felix Fietkau
2008-08-18
1
-1
/
+1
*
add list support
Felix Fietkau
2008-08-18
1
-9
/
+122
*
add initial work for option datatype abstraction
Felix Fietkau
2008-08-17
1
-8
/
+25
*
implement extended uci lookup syntax
Felix Fietkau
2008-08-17
1
-0
/
+109
*
fix a stupid duplicate value checking bug (patch by Frédéric Moulins)
v0.4.4
Felix Fietkau
2008-06-20
1
-3
/
+5
*
don't record a changed value if the new value matches the old one
v0.4.1
Felix Fietkau
2008-06-04
1
-0
/
+6
*
more const stuff
Felix Fietkau
2008-06-03
1
-1
/
+1
*
more const stuff
Felix Fietkau
2008-05-26
1
-3
/
+3
*
constify
Felix Fietkau
2008-05-01
1
-1
/
+1
*
rename ctx->errno to ctx->err to avoid conflicts with a #define errno in the ...
v0.3.2
Felix Fietkau
2008-04-09
1
-1
/
+1
*
add an extra check for uci_lookup
Felix Fietkau
2008-02-12
1
-1
/
+1
*
more plugin support
Felix Fietkau
2008-02-12
1
-1
/
+1
*
consistency
Felix Fietkau
2008-02-12
1
-1
/
+3
*
add uci_set_backend()
Felix Fietkau
2008-02-12
1
-5
/
+5
*
fix uci_set
Felix Fietkau
2008-02-12
1
-4
/
+4
*
reorganize some code, add an extra command for adding unnamed sections
Felix Fietkau
2008-02-09
1
-1
/
+43
*
extend uci_set so that it can store the resulting element in a variable
Felix Fietkau
2008-02-06
1
-5
/
+13
*
add a missing nullpointer check
v0.2.3
Felix Fietkau
2008-02-05
1
-0
/
+2
*
implement the uci changes command to display uncommitted changes
Felix Fietkau
2008-02-05
1
-46
/
+12
*
improve validation, accept more characters in the section type
v0.1.2
Felix Fietkau
2008-02-04
1
-2
/
+2
*
fix a few bugs found during code review
v0.1
Felix Fietkau
2008-02-03
1
-3
/
+3
*
fix accidental lowercasing of license headers
Felix Fietkau
2008-02-03
1
-3
/
+3
*
save some space
Felix Fietkau
2008-02-03
1
-10
/
+4
*
better input validation
Felix Fietkau
2008-02-03
1
-10
/
+15
*
remove unused variables
Felix Fietkau
2008-02-03
1
-8
/
+0
*
add support for merged importing
Felix Fietkau
2008-02-02
1
-4
/
+8
*
add import merging functionality, fix error handling in uci_import
Felix Fietkau
2008-02-02
1
-0
/
+2
*
implement uci rename
Felix Fietkau
2008-02-02
1
-5
/
+38
*
keep unnamed sections unnamed on export
Felix Fietkau
2008-02-02
1
-6
/
+6
*
proper commit support, better debugging
Felix Fietkau
2008-01-30
1
-3
/
+8
*
free the history on package unload
Felix Fietkau
2008-01-30
1
-28
/
+31
*
some helpful comments
Felix Fietkau
2008-01-30
1
-0
/
+4
*
free uci_history entries properly
Felix Fietkau
2008-01-30
1
-1
/
+14
*
plug a memleak
Felix Fietkau
2008-01-30
1
-0
/
+6
*
disable history tracking for non-confdir files
Felix Fietkau
2008-01-30
1
-0
/
+3
*
add proper history tracking for delete
Felix Fietkau
2008-01-30
1
-17
/
+80
*
implement history parsing
Felix Fietkau
2008-01-30
1
-17
/
+32
*
add extra null pointer check
Felix Fietkau
2008-01-29
1
-0
/
+1
*
clean up history handling
Felix Fietkau
2008-01-29
1
-2
/
+13
[next]