Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-04-30 | documentation: regenerate documents from current code base | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2018-03-12 | luci-base: fix documentation spelling mistakes in luci.http.protocol | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2018-03-12 | luci-base: fix documentation spelling mistakes in luci.util | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2018-03-12 | luci-lib-ip: add MAC address calculation support | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2018-03-12 | luci-lib-nixio: fix spelling mistakes in documentation | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2017-12-28 | typo: fileystem --> filesystem | Hannu Nyman | |
fix typo: sed -i "s/fileystem/filesystem/" Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi> | |||
2016-03-26 | documentation: Fix typos (found by codespell) | Stefan Weil | |
Signed-off-by: Stefan Weil <sw@weilnetz.de> | |||
2016-01-20 | luci-base: add luci.sys.net.host_hints() and regenerate documentation | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> | |||
2015-12-17 | Merge pull request #462 from jplitza/jsonc-sink | Jo-Philipp Wich | |
luci-lib-jsonc: Add ltn12-compatible sink factory | |||
2015-11-16 | luci-base: fix uci documentation issue (#538) | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> | |||
2015-09-04 | luci-lib-jsonc: Add ltn12-compatible sink factory | Jan-Philipp Litza | |
To use the luci-lib-jsonc parser as sink for an ltn12 pump (for example from stdin), the following code will now do: require 'luci.ltn12' require 'luci.jsonc' local parser = luci.jsonc.new() luci.ltn12.pump.all(luci.ltn12.source.file(io.input()), parser:sink()) print(parser:get()) Signed-off-by: Jan-Philipp Litza <janphilipp@litza.de> | |||
2015-09-01 | luci-lib-ip: fix documentation issue | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> | |||
2015-09-01 | Regenerate api documentation | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> | |||
2015-09-01 | Move doc/ to documentation/api/ | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> |