Commit History

Author SHA1 Message Date
  Felix Fietkau d90507ccd2 ucimap-example: make data structures static 15 years ago
  Felix Fietkau 93da237dc0 lua: add a return code for aborting iteration in uci_foreach 15 years ago
  Felix Fietkau 2ae9f4d72d do not fail when attempting to set a nonexistant option to an empty value 15 years ago
  Felix Fietkau 83300a90f5 when running uci set with an empty value, fall back to uci remove 15 years ago
  Felix Fietkau 476db47724 add plugin support 15 years ago
  Felix Fietkau 4763c3f56d add reorder to lua api 15 years ago
  Felix Fietkau defdac4bf3 add section reordering to libuci and cli 15 years ago
  Felix Fietkau 13ccfd04a2 increase argv in batch mode to silence a false gcc 4.4 warning 15 years ago
  Felix Fietkau 7840d049ef don't bail out on locking errors, when flock() is not supported 15 years ago
  Felix Fietkau a315dd5467 create missing lib dir on installation 15 years ago
  Felix Fietkau 07c562eab5 fix const related compile error with newer gcc 15 years ago
  Felix Fietkau 25e6437875 add missing fflush() on close - fixes a bug in the lock/unlock order (thx, Cyrus) 15 years ago
  Felix Fietkau c60702b55c fix compilation on later glibc/gcc versions with stricter checks 15 years ago
  Felix Fietkau cfdea3894f fix signed vs unsigned char validation bug 15 years ago
  Felix Fietkau cd9311c8d6 lua: fix rewriting uci lists 15 years ago
  Felix Fietkau 00d91c8ca4 make the uci_ptr struct reusable after a call to uci_delete() 15 years ago
  Felix Fietkau 9d0c601430 add uci.rename() 15 years ago
  Felix Fietkau dcbedf5f10 bump major version 15 years ago
  Felix Fietkau 64ef6b15fe fix uci rename for anonymous sections 15 years ago
  Felix Fietkau 93de031b1b add initial version of the shell api 15 years ago
  Felix Fietkau 99ae0f9196 add foreign key and list support for ucimap 15 years ago
  Felix Fietkau 79fe711a01 fix memory leak reported in https://dev.openwrt.org/ticket/4236 15 years ago
  Felix Fietkau 740ed93a52 lua: add uci.add_history to the api 15 years ago
  Felix Fietkau d788264ddc add libucimap 15 years ago
  Felix Fietkau bc7d0c4049 install development headers 15 years ago
  Felix Fietkau 54d2ede9af don't redefine container_of if it's already defined 15 years ago
  Felix Fietkau 5dc61312c1 lua: fix uci.set_list 15 years ago
  Felix Fietkau c79cc497e7 make extended syntax on uci show optional (but enabled by default) 15 years ago
  Felix Fietkau f18b4c6a13 put more descriptive names on anonymous sections when running uci show (can be reused for uci set/del/...) - based on an idea by xMff 15 years ago
  Felix Fietkau 1a388b01f8 overhaul package and section type validation - makes it easier to read and fixes some bugs in uci changes and uci show without explicit package references 16 years ago