Historique des commits

Auteur SHA1 Message Date
  Jan Venekamp 5781664d50 remove internal usage of redundant uci_ptr.last il y a 1 an
  Petr Štetiar 654d7c33da lua: add missing forward declaration il y a 4 ans
  Petr Štetiar 8dd50da20d lua: fix error handling il y a 4 ans
  Petr Štetiar 39093f3b04 lua: fix memory leak in set method il y a 4 ans
  Petr Štetiar 19ceff323f lua: fix memory leak in changes method il y a 4 ans
  Petr Štetiar 2b549cc050 lua: fix copy&paste in error string il y a 4 ans
  Petr Štetiar af59f86a0d iron out all extra compiler warnings il y a 4 ans
  Jo-Philipp Wich 5beb95da3d lua: additionally return name when looking up sections il y a 6 ans
  Jo-Philipp Wich ff33bb219b lua: support extended section notation il y a 6 ans
  Dirk Feytons 0a1a2fcaf9 uci/lua: add explicit close() method il y a 8 ans
  Dirk Feytons 7daf94275c uci/lua: add list_configs() function il y a 8 ans
  Karl Palsson d899c696db lua: remove pointless double check of autoload flag il y a 9 ans
  Jo-Philipp Wich aaf9dff96d lua: fix invocation of foreach() with nil type and implicit self il y a 9 ans
  Yousong Zhou 06df8218e7 lua: restore return value of require('uci') to module table. il y a 9 ans
  Felix Fietkau b121dd1828 lua: add lua 5.2 compatibility changes il y a 9 ans
  Jo-Philipp Wich 9ef6964362 lua: emit a proper deletion when setting an existing list to a new list with only a single item il y a 11 ans
  Jérôme Poulin 1e1f503d8f Add multiple free for each call to lookup_args() il y a 11 ans
  Felix Fietkau e4516d01a7 remove plugin support, it has been unused for a long time and should not be used for any new code il y a 11 ans
  Jo-Philipp Wich 760c34c94a lua: properly handle corner cases in changes il y a 12 ans
  Jo-Philipp Wich aac40e9b49 lua: expose completely new lists in changes() as well il y a 12 ans
  Jo-Philipp Wich 359c5c4dcc lua: simplify add_list changes handling, always create a table for LIST_ADD commands il y a 13 ans
  Jo-Philipp Wich dc47efacd6 lua: expose add_list change items as table values il y a 13 ans
  Felix Fietkau 11b494045c lua: always return after calling luaL_error (patch by Stanislav Fomichev) il y a 13 ans
  Felix Fietkau 825be5d0cd fix one more unused-but-set variable il y a 13 ans
  Felix Fietkau bb0e4cf862 fix more unused-but-set errors il y a 13 ans
  Felix Fietkau 7115636d1c lua: use uci_foreach_element_safe in uci_lua_foreach() - patch by jow il y a 14 ans
  Felix Fietkau 796bfd3cf5 provide backwards compatibility in the lua module after the history -> delta change il y a 14 ans
  Felix Fietkau c4402a9e59 uci_history -> uci_delta il y a 14 ans
  Felix Fietkau f06a15df72 lua: use extended lookups by default il y a 15 ans
  Felix Fietkau 4baab2f807 lua: add uci.foreach() error handling patch by xMff il y a 15 ans