Jan Venekamp
|
04d0c46cfe
uci: macro uci_alloc_element not in uci.h
|
1 year ago |
Hauke Mehrtens
|
eae126f666
file: Check buffer size after strtok()
|
4 years ago |
Hauke Mehrtens
|
7f57427318
file: use size_t for position and pointer
|
4 years ago |
Rosen Penev
|
165b444131
uci: Fix extra semicolons warnings
|
4 years ago |
Hans Dedecker
|
021fd65643
file: remove unnecessary uci_fixup_section calls
|
6 years ago |
Felix Fietkau
|
e66c20610e
allow "-" in package names
|
10 years ago |
Yousong Zhou
|
f8f9decc54
Use offset into parser buffer to avoid potential heap overflow.
|
10 years ago |
Jo-Philipp Wich
|
e339407372
Preserve original permissions when rewriting config files on commit
|
10 years ago |
Luka Perkov
|
f506323c30
style: fix whitespace errors
|
11 years ago |
Felix Fietkau
|
e4516d01a7
remove plugin support, it has been unused for a long time and should not be used for any new code
|
12 years ago |
Felix Fietkau
|
1d6095d5ac
add a few missing null pointer checks, and fix check vs dereference order in some cases (patch by Stanislav Fomichev)
|
13 years ago |
Felix Fietkau
|
4a7d8053ae
fix lgpl license headers
|
13 years ago |
Felix Fietkau
|
fdbcc5e94b
fix building without plugin support
|
13 years ago |
Felix Fietkau
|
b033290657
split off and compile delta.c separately
|
14 years ago |
Felix Fietkau
|
c4402a9e59
uci_history -> uci_delta
|
14 years ago |
Felix Fietkau
|
6ce771b109
split off and compile file.c separately
|
14 years ago |
Felix Fietkau
|
563f8dd6f0
code cleanup, some api changes for new uci_ptr struct
|
16 years ago |
Felix Fietkau
|
b415649d5f
more const stuff
|
16 years ago |
Felix Fietkau
|
51b60a322a
rename ctx->errno to ctx->err to avoid conflicts with a #define errno in the system headers
|
16 years ago |
Felix Fietkau
|
ce0ffab408
more functionality for plugins
|
16 years ago |
Felix Fietkau
|
7cefa00ead
more plugin support
|
16 years ago |
Felix Fietkau
|
68ced4fb64
make more functions available externally
|
16 years ago |
Felix Fietkau
|
5dd8939426
fold err.h into uci_internal.h
|
16 years ago |
Felix Fietkau
|
1465422326
implement the uci changes command to display uncommitted changes
|
16 years ago |