2008-11-14 |
Felix Fietkau | don't redefine container_of if it's already defined |
commit | commitdiff | tree | snapshot |
2008-11-14 |
Felix Fietkau | lua: fix uci.set_list |
commit | commitdiff | tree | snapshot |
2008-10-15 |
Felix Fietkau | make extended syntax on uci show optional (but enabled... |
commit | commitdiff | tree | snapshot |
2008-10-15 |
Felix Fietkau | put more descriptive names on anonymous sections when... |
commit | commitdiff | tree | snapshot |
2008-09-05 |
Felix Fietkau | overhaul package and section type validation - makes... |
commit | commitdiff | tree | snapshot |
2008-09-05 |
Felix Fietkau | add .index field to sections |
commit | commitdiff | tree | snapshot |
2008-09-04 |
Felix Fietkau | fix lua binding include path |
commit | commitdiff | tree | snapshot |
2008-09-04 |
Felix Fietkau | fix uci batch nesting check (patch by lars) |
commit | commitdiff | tree | snapshot |
2008-09-04 |
Felix Fietkau | fix segmentation fault / endless loop on history loads |
commit | commitdiff | tree | snapshot |
2008-08-31 |
Felix Fietkau | properly search for lua includes and the library directory |
commit | commitdiff | tree | snapshot |
2008-08-31 |
Jens Muecke | Add mkdir to Makefile and Makefile.inc, use $prefix... |
commit | commitdiff | tree | snapshot |
2008-08-31 |
Felix Fietkau | fix segfault in uci batch |
commit | commitdiff | tree | snapshot |
2008-08-27 |
Felix Fietkau | fix uci.save() with cursors |
commit | commitdiff | tree | snapshot |
2008-08-27 |
Felix Fietkau | fix uci.get() |
commit | commitdiff | tree | snapshot |
2008-08-27 |
Felix Fietkau | add \n to error messages only when output goes to stderr |
commit | commitdiff | tree | snapshot |
2008-08-27 |
Felix Fietkau | push out uci error messages to lua as well |
commit | commitdiff | tree | snapshot |
2008-08-27 |
Felix Fietkau | extend api to be able to get a full error string instea... |
commit | commitdiff | tree | snapshot |
2008-08-27 |
Felix Fietkau | fix segfault in extended section lookup |
commit | commitdiff | tree | snapshot |
2008-08-27 |
Felix Fietkau | add uci.cursor() support based on a patch by CyrusFF |
commit | commitdiff | tree | snapshot |
2008-08-27 |
Felix Fietkau | add get functions for savedir and confdir |
commit | commitdiff | tree | snapshot |
2008-08-27 |
Felix Fietkau | fix sanity checks for uci.set to be able to create... |
commit | commitdiff | tree | snapshot |
2008-08-27 |
Felix Fietkau | fix incomplete lookups for uci.get() |
commit | commitdiff | tree | snapshot |
2008-08-27 |
Felix Fietkau | report errors on partial lookups for show/get in the... |
commit | commitdiff | tree | snapshot |
2008-08-26 |
Frédéric Moulins | Check for segfault and illegal instruction when expecti... |
commit | commitdiff | tree | snapshot |
2008-08-25 |
Felix | add an extra option check for tuple parsing |
commit | commitdiff | tree | snapshot |
2008-08-25 |
Frédéric Moulins | Add parsing tests for get, set and show |
commit | commitdiff | tree | snapshot |
2008-08-24 |
Felix | add .anonymous attribute for uci sections in lua |
commit | commitdiff | tree | snapshot |
2008-08-23 |
Felix | Adds a unit test framework based on shunit2 |
commit | commitdiff | tree | snapshot |
2008-08-23 |
Felix Fietkau | filter incomplete lookups on uci show |
commit | commitdiff | tree | snapshot |
2008-08-23 |
Felix Fietkau | filter out duplicate changes when using uci_set to... |
commit | commitdiff | tree | snapshot |
2008-08-23 |
Felix Fietkau | work around a gcc optimizer bug |
commit | commitdiff | tree | snapshot |
2008-08-23 |
Felix Fietkau | fix 4-arg uci.set() |
commit | commitdiff | tree | snapshot |
2008-08-23 |
Felix Fietkau | add some missing initializations |
commit | commitdiff | tree | snapshot |
2008-08-23 |
Felix Fietkau | port lua bindings to new uci api |
commit | commitdiff | tree | snapshot |
2008-08-22 |
Felix Fietkau | fix uci revert |
commit | commitdiff | tree | snapshot |
2008-08-22 |
Felix Fietkau | fix uci delete |
commit | commitdiff | tree | snapshot |
2008-08-22 |
Felix Fietkau | clean up uci_set |
commit | commitdiff | tree | snapshot |
2008-08-22 |
Felix Fietkau | uci_revert api cleanup |
commit | commitdiff | tree | snapshot |
2008-08-22 |
Felix Fietkau | more cleanup |
commit | commitdiff | tree | snapshot |
2008-08-22 |
Felix Fietkau | cleanup, fix rename |
commit | commitdiff | tree | snapshot |
2008-08-22 |
Felix Fietkau | code cleanup, some api changes for new uci_ptr struct |
commit | commitdiff | tree | snapshot |
2008-08-22 |
Felix Fietkau | remove uci_parse_tuple, preparation for adding a new... |
commit | commitdiff | tree | snapshot |
2008-08-20 |
Felix Fietkau | fix extended cli lookup |
commit | commitdiff | tree | snapshot |
2008-08-19 |
Felix Fietkau | correctly show list changes in "uci changes" output |
commit | commitdiff | tree | snapshot |
2008-08-19 |
Felix Fietkau | lua: allow uci.set() to create/update a list value |
commit | commitdiff | tree | snapshot |
2008-08-18 |
Felix Fietkau | fix list parsing with anonymous sections |
commit | commitdiff | tree | snapshot |
2008-08-18 |
Felix Fietkau | fix wrong buffer allocation |
commit | commitdiff | tree | snapshot |
2008-08-18 |
Felix Fietkau | fix use-after-free |
commit | commitdiff | tree | snapshot |
2008-08-18 |
Felix Fietkau | fix lookup for section commands in the cli |
commit | commitdiff | tree | snapshot |
2008-08-18 |
Felix Fietkau | add list support to the uci lua binding |
commit | commitdiff | tree | snapshot |
2008-08-18 |
Felix Fietkau | add list support |
commit | commitdiff | tree | snapshot |
2008-08-17 |
Felix Fietkau | add initial work for option datatype abstraction |
commit | commitdiff | tree | snapshot |
2008-08-17 |
Felix Fietkau | bump library version to 0.5 |
commit | commitdiff | tree | snapshot |
2008-08-17 |
Felix Fietkau | implement extended uci lookup syntax |
commit | commitdiff | tree | snapshot |
2008-08-17 |
Felix Fietkau | Fix uci show for sections and options. |
commit | commitdiff | tree | snapshot |
2008-07-31 |
Felix Fietkau | another one |
commit | commitdiff | tree | snapshot |
2008-07-31 |
Felix Fietkau | fix a really stupid bug |
commit | commitdiff | tree | snapshot |
2008-07-31 |
Felix Fietkau | fix some parser glitches |
commit | commitdiff | tree | snapshot |
2008-07-30 |
Felix Fietkau | some more input validation |
commit | commitdiff | tree | snapshot |
2008-06-20 |
Felix Fietkau | fix a stupid duplicate value checking bug (patch by... |
commit | commitdiff | tree | snapshot |
2008-06-06 |
Felix Fietkau | allow the cli to override the confdir |
commit | commitdiff | tree | snapshot |
2008-06-04 |
Felix Fietkau | use the correct soname for libuci |
commit | commitdiff | tree | snapshot |
2008-06-04 |
Felix Fietkau | replace the uci_escape function with something cleaner... |
commit | commitdiff | tree | snapshot |
2008-06-04 |
Felix Fietkau | don't record a changed value if the new value matches... |
commit | commitdiff | tree | snapshot |
2008-06-04 |
Felix Fietkau | lua binding: add .name attribute for sections pushed... |
commit | commitdiff | tree | snapshot |
2008-06-04 |
Felix Fietkau | adjust default installation target dir for uci lua... |
commit | commitdiff | tree | snapshot |
2008-06-03 |
Felix Fietkau | use .type instead of .TYPE |
commit | commitdiff | tree | snapshot |
2008-06-03 |
Felix Fietkau | minor cleanup |
commit | commitdiff | tree | snapshot |
2008-06-03 |
Felix Fietkau | change the format of uci.get_all() - reduce the number... |
commit | commitdiff | tree | snapshot |
2008-06-03 |
Felix Fietkau | implement uci.changes() in lua binding |
commit | commitdiff | tree | snapshot |
2008-06-03 |
Felix Fietkau | load the saved history by default to make things easier... |
commit | commitdiff | tree | snapshot |
2008-06-03 |
Felix Fietkau | implement uci.delete() in the lua binding |
commit | commitdiff | tree | snapshot |
2008-06-03 |
Felix Fietkau | more const stuff |
commit | commitdiff | tree | snapshot |
2008-05-26 |
Felix Fietkau | implement autoload for uci lua binding (optional, enabl... |
commit | commitdiff | tree | snapshot |
2008-05-26 |
Felix Fietkau | fix invocation of uci.commit(), uci.save() without... |
commit | commitdiff | tree | snapshot |
2008-05-26 |
Felix Fietkau | add uci.add() to lua binding |
commit | commitdiff | tree | snapshot |
2008-05-26 |
Felix Fietkau | more const stuff |
commit | commitdiff | tree | snapshot |
2008-05-03 |
Felix Fietkau | allow more types of characters for uci package names |
commit | commitdiff | tree | snapshot |
2008-05-01 |
Felix Fietkau | add 2 and 3 argument versions of uci.get() |
commit | commitdiff | tree | snapshot |
2008-05-01 |
Felix Fietkau | constify |
commit | commitdiff | tree | snapshot |
2008-05-01 |
Felix Fietkau | add uci.foreach() |
commit | commitdiff | tree | snapshot |
2008-05-01 |
Felix Fietkau | add uci.get_all to the lua binding, which converts... |
commit | commitdiff | tree | snapshot |
2008-05-01 |
Felix Fietkau | fix lua plugin linking |
commit | commitdiff | tree | snapshot |
2008-04-13 |
Felix Fietkau | add revert, merge package handler functions |
commit | commitdiff | tree | snapshot |
2008-04-13 |
Felix Fietkau | constify |
commit | commitdiff | tree | snapshot |
2008-04-13 |
Felix Fietkau | compile fixes for native compilation |
commit | commitdiff | tree | snapshot |
2008-04-13 |
Felix Fietkau | build variable sharing between uci and uci-lua, proper... |
commit | commitdiff | tree | snapshot |
2008-04-13 |
Felix Fietkau | fix unused variable |
commit | commitdiff | tree | snapshot |
2008-04-13 |
Felix Fietkau | add make install to the uci build directory |
commit | commitdiff | tree | snapshot |
2008-04-13 |
Felix Fietkau | set, save, commit for the lua plugin |
commit | commitdiff | tree | snapshot |
2008-04-13 |
Felix Fietkau | typechecking, add set_confdir and set_savedir |
commit | commitdiff | tree | snapshot |
2008-04-13 |
Felix Fietkau | add uci.unload to the lua plugin |
commit | commitdiff | tree | snapshot |
2008-04-13 |
Felix Fietkau | add rudimentary lua binding for uci (can only do "load... |
commit | commitdiff | tree | snapshot |
2008-04-09 |
Felix Fietkau | rename ctx->errno to ctx->err to avoid conflicts with... |
commit | commitdiff | tree | snapshot |
2008-04-08 |
Felix Fietkau | parser: fix precedence of quoting over ; as command... |
commit | commitdiff | tree | snapshot |
2008-03-27 |
Felix Fietkau | add missing helptext for commit |
commit | commitdiff | tree | snapshot |
2008-02-12 |
Felix Fietkau | fix a bug that prevented modifying empty config files |
commit | commitdiff | tree | snapshot |
2008-02-12 |
Felix Fietkau | add an extra check for uci_lookup |
commit | commitdiff | tree | snapshot |
2008-02-12 |
Felix Fietkau | more functionality for plugins |
commit | commitdiff | tree | snapshot |
2008-02-12 |
Felix Fietkau | create the history savedir on uci_save() if it does... |
commit | commitdiff | tree | snapshot |
next |